| OLD | NEW |
| 1 /* config.h.in. Generated from configure.ac by autoheader. */ | 1 /* config.h.in. Generated from configure.ac by autoheader. */ |
| 2 | 2 |
| 3 /* Define if building universal (internal helper macro) */ | 3 /* Define if building universal (internal helper macro) */ |
| 4 #undef AC_APPLE_UNIVERSAL_BUILD | 4 #undef AC_APPLE_UNIVERSAL_BUILD |
| 5 | 5 |
| 6 /* Define to 1 if you have the <arpa/inet.h> header file. */ | 6 /* Define to 1 if you have the <arpa/inet.h> header file. */ |
| 7 #undef HAVE_ARPA_INET_H | 7 #undef HAVE_ARPA_INET_H |
| 8 | 8 |
| 9 /* Define to 1 if you have the `basename' function. */ | 9 /* Define to 1 if you have the `basename' function. */ |
| 10 #undef HAVE_BASENAME | 10 #undef HAVE_BASENAME |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 | 47 |
| 48 /* Have libusb 1.0 */ | 48 /* Have libusb 1.0 */ |
| 49 #undef HAVE_LIBUSB1 | 49 #undef HAVE_LIBUSB1 |
| 50 | 50 |
| 51 /* Define to 1 if you have the <limits.h> header file. */ | 51 /* Define to 1 if you have the <limits.h> header file. */ |
| 52 #undef HAVE_LIMITS_H | 52 #undef HAVE_LIMITS_H |
| 53 | 53 |
| 54 /* Define to 1 if you have the <locale.h> header file. */ | 54 /* Define to 1 if you have the <locale.h> header file. */ |
| 55 #undef HAVE_LOCALE_H | 55 #undef HAVE_LOCALE_H |
| 56 | 56 |
| 57 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and | |
| 58 to 0 otherwise. */ | |
| 59 #undef HAVE_MALLOC | |
| 60 | |
| 61 /* Define to 1 if you have the <memory.h> header file. */ | 57 /* Define to 1 if you have the <memory.h> header file. */ |
| 62 #undef HAVE_MEMORY_H | 58 #undef HAVE_MEMORY_H |
| 63 | 59 |
| 64 /* Define to 1 if you have the `memset' function. */ | 60 /* Define to 1 if you have the `memset' function. */ |
| 65 #undef HAVE_MEMSET | 61 #undef HAVE_MEMSET |
| 66 | 62 |
| 67 /* Define to 1 if you have the `mkstemp' function. */ | 63 /* Define to 1 if you have the `mkstemp' function. */ |
| 68 #undef HAVE_MKSTEMP | 64 #undef HAVE_MKSTEMP |
| 69 | 65 |
| 70 /* Have libopenusb 1.0 */ | 66 /* Have libopenusb 1.0 */ |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 #if defined AC_APPLE_UNIVERSAL_BUILD | 180 #if defined AC_APPLE_UNIVERSAL_BUILD |
| 185 # if defined __BIG_ENDIAN__ | 181 # if defined __BIG_ENDIAN__ |
| 186 # define WORDS_BIGENDIAN 1 | 182 # define WORDS_BIGENDIAN 1 |
| 187 # endif | 183 # endif |
| 188 #else | 184 #else |
| 189 # ifndef WORDS_BIGENDIAN | 185 # ifndef WORDS_BIGENDIAN |
| 190 # undef WORDS_BIGENDIAN | 186 # undef WORDS_BIGENDIAN |
| 191 # endif | 187 # endif |
| 192 #endif | 188 #endif |
| 193 | 189 |
| 190 /* Enable large inode numbers on Mac OS X 10.5. */ |
| 191 #ifndef _DARWIN_USE_64_BIT_INODE |
| 192 # define _DARWIN_USE_64_BIT_INODE 1 |
| 193 #endif |
| 194 |
| 194 /* Number of bits in a file offset, on hosts where this is settable. */ | 195 /* Number of bits in a file offset, on hosts where this is settable. */ |
| 195 #undef _FILE_OFFSET_BITS | 196 #undef _FILE_OFFSET_BITS |
| 196 | 197 |
| 197 /* Define for large files, on AIX-style hosts. */ | 198 /* Define for large files, on AIX-style hosts. */ |
| 198 #undef _LARGE_FILES | 199 #undef _LARGE_FILES |
| 199 | 200 |
| 200 /* Define to empty if `const' does not conform to ANSI C. */ | 201 /* Define to empty if `const' does not conform to ANSI C. */ |
| 201 #undef const | 202 #undef const |
| 202 | 203 |
| 203 /* Define to rpl_malloc if the replacement function should be used. */ | |
| 204 #undef malloc | |
| 205 | |
| 206 /* Define to `long int' if <sys/types.h> does not define. */ | 204 /* Define to `long int' if <sys/types.h> does not define. */ |
| 207 #undef off_t | 205 #undef off_t |
| 208 | 206 |
| 209 /* Define to `unsigned int' if <sys/types.h> does not define. */ | 207 /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 210 #undef size_t | 208 #undef size_t |
| OLD | NEW |