| 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 to 1 if you have the <dlfcn.h> header file. */ | 3 /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 4 #undef HAVE_DLFCN_H | 4 #undef HAVE_DLFCN_H |
| 5 | 5 |
| 6 /* Define to 1 if you have the `fdatasync' function. */ | 6 /* Define to 1 if you have the `fdatasync' function. */ |
| 7 #undef HAVE_FDATASYNC | 7 #undef HAVE_FDATASYNC |
| 8 | 8 |
| 9 /* Define to 1 if you have the `gmtime_r' function. */ | 9 /* Define to 1 if you have the `gmtime_r' function. */ |
| 10 #undef HAVE_GMTIME_R | 10 #undef HAVE_GMTIME_R |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 | 38 |
| 39 /* Define to 1 if you have the <malloc.h> header file. */ | 39 /* Define to 1 if you have the <malloc.h> header file. */ |
| 40 #undef HAVE_MALLOC_H | 40 #undef HAVE_MALLOC_H |
| 41 | 41 |
| 42 /* Define to 1 if you have the `malloc_usable_size' function. */ | 42 /* Define to 1 if you have the `malloc_usable_size' function. */ |
| 43 #undef HAVE_MALLOC_USABLE_SIZE | 43 #undef HAVE_MALLOC_USABLE_SIZE |
| 44 | 44 |
| 45 /* Define to 1 if you have the <memory.h> header file. */ | 45 /* Define to 1 if you have the <memory.h> header file. */ |
| 46 #undef HAVE_MEMORY_H | 46 #undef HAVE_MEMORY_H |
| 47 | 47 |
| 48 /* Define to 1 if you have the pread() function. */ |
| 49 #undef HAVE_PREAD |
| 50 |
| 51 /* Define to 1 if you have the pread64() function. */ |
| 52 #undef HAVE_PREAD64 |
| 53 |
| 54 /* Define to 1 if you have the pwrite() function. */ |
| 55 #undef HAVE_PWRITE |
| 56 |
| 57 /* Define to 1 if you have the pwrite64() function. */ |
| 58 #undef HAVE_PWRITE64 |
| 59 |
| 48 /* Define to 1 if you have the <stdint.h> header file. */ | 60 /* Define to 1 if you have the <stdint.h> header file. */ |
| 49 #undef HAVE_STDINT_H | 61 #undef HAVE_STDINT_H |
| 50 | 62 |
| 51 /* Define to 1 if you have the <stdlib.h> header file. */ | 63 /* Define to 1 if you have the <stdlib.h> header file. */ |
| 52 #undef HAVE_STDLIB_H | 64 #undef HAVE_STDLIB_H |
| 53 | 65 |
| 54 /* Define to 1 if you have the strchrnul() function */ | 66 /* Define to 1 if you have the strchrnul() function */ |
| 55 #undef HAVE_STRCHRNUL | 67 #undef HAVE_STRCHRNUL |
| 56 | 68 |
| 57 /* Define to 1 if you have the <strings.h> header file. */ | 69 /* Define to 1 if you have the <strings.h> header file. */ |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 #undef PACKAGE_VERSION | 122 #undef PACKAGE_VERSION |
| 111 | 123 |
| 112 /* Define to 1 if you have the ANSI C header files. */ | 124 /* Define to 1 if you have the ANSI C header files. */ |
| 113 #undef STDC_HEADERS | 125 #undef STDC_HEADERS |
| 114 | 126 |
| 115 /* Number of bits in a file offset, on hosts where this is settable. */ | 127 /* Number of bits in a file offset, on hosts where this is settable. */ |
| 116 #undef _FILE_OFFSET_BITS | 128 #undef _FILE_OFFSET_BITS |
| 117 | 129 |
| 118 /* Define for large files, on AIX-style hosts. */ | 130 /* Define for large files, on AIX-style hosts. */ |
| 119 #undef _LARGE_FILES | 131 #undef _LARGE_FILES |
| OLD | NEW |