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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 #undef PACKAGE_VERSION | 95 #undef PACKAGE_VERSION |
96 | 96 |
97 /* Define to 1 if you have the ANSI C header files. */ | 97 /* Define to 1 if you have the ANSI C header files. */ |
98 #undef STDC_HEADERS | 98 #undef STDC_HEADERS |
99 | 99 |
100 /* Number of bits in a file offset, on hosts where this is settable. */ | 100 /* Number of bits in a file offset, on hosts where this is settable. */ |
101 #undef _FILE_OFFSET_BITS | 101 #undef _FILE_OFFSET_BITS |
102 | 102 |
103 /* Define for large files, on AIX-style hosts. */ | 103 /* Define for large files, on AIX-style hosts. */ |
104 #undef _LARGE_FILES | 104 #undef _LARGE_FILES |
OLD | NEW |