1/* config.h.in. Generated from configure.in by autoheader. */ 2 3/* Use the builtin ELF recognition code */ 4#undef BUILTIN_ELF 5 6/* Recognize ELF core files */ 7#undef ELFCORE 8 9/* */ 10#undef HAVE_DAYLIGHT 11 12/* Define to 1 if you have the <dlfcn.h> header file. */ 13#undef HAVE_DLFCN_H 14 15/* Define to 1 if you have the <fcntl.h> header file. */ 16#undef HAVE_FCNTL_H 17 18/* Define to 1 if you have the <getopt.h> header file. */ 19#undef HAVE_GETOPT_H 20 21/* Define to 1 if you have the `getopt_long' function. */ 22#undef HAVE_GETOPT_LONG 23 24/* Define to 1 if you have the <inttypes.h> header file. */ 25#undef HAVE_INTTYPES_H 26 27/* Define to 1 if you have the `z' library (-lz). */ 28#undef HAVE_LIBZ 29 30/* Define to 1 if you have the <limits.h> header file. */ 31#undef HAVE_LIMITS_H 32 33/* Define to 1 if you have the <locale.h> header file. */ 34#undef HAVE_LOCALE_H 35 36/* */ 37#undef HAVE_LONG_LONG 38 39/* Define to 1 if you have the `mbrtowc' function. */ 40#undef HAVE_MBRTOWC 41 42/* Define to 1 if <wchar.h> declares mbstate_t. */ 43#undef HAVE_MBSTATE_T 44 45/* Define to 1 if you have the <memory.h> header file. */ 46#undef HAVE_MEMORY_H 47 48/* Define to 1 if you have the `mkstemp' function. */ 49#undef HAVE_MKSTEMP 50 51/* Define to 1 if you have the `mmap' function. */ 52#undef HAVE_MMAP 53 54/* Define to 1 if you have the `snprintf' function. */ 55#undef HAVE_SNPRINTF 56 57/* Define to 1 if you have the <stdint.h> header file. */ 58#undef HAVE_STDINT_H 59 60/* Define to 1 if you have the <stdlib.h> header file. */ 61#undef HAVE_STDLIB_H 62 63/* Define to 1 if you have the `strerror' function. */ 64#undef HAVE_STRERROR 65 66/* Define to 1 if you have the <strings.h> header file. */ 67#undef HAVE_STRINGS_H 68 69/* Define to 1 if you have the <string.h> header file. */ 70#undef HAVE_STRING_H 71 72/* Define to 1 if you have the `strndup' function. */ 73#undef HAVE_STRNDUP 74 75/* Define to 1 if you have the `strtoul' function. */ 76#undef HAVE_STRTOUL 77 78/* Define to 1 if `st_rdev' is member of `struct stat'. */ 79#undef HAVE_STRUCT_STAT_ST_RDEV 80 81/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use 82 `HAVE_STRUCT_STAT_ST_RDEV' instead. */ 83#undef HAVE_ST_RDEV 84 85/* Define to 1 if you have the <sys/mman.h> header file. */ 86#undef HAVE_SYS_MMAN_H 87 88/* Define to 1 if you have the <sys/stat.h> header file. */ 89#undef HAVE_SYS_STAT_H 90 91/* Define to 1 if you have the <sys/time.h> header file. */ 92#undef HAVE_SYS_TIME_H 93 94/* Define to 1 if you have the <sys/types.h> header file. */ 95#undef HAVE_SYS_TYPES_H 96 97/* Define to 1 if you have the <sys/utime.h> header file. */ 98#undef HAVE_SYS_UTIME_H 99 100/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 101#undef HAVE_SYS_WAIT_H 102 103/* */ 104#undef HAVE_TM_ISDST 105 106/* HAVE_TM_ZONE */ 107#undef HAVE_TM_ZONE 108 109/* HAVE_TZNAME */ 110#undef HAVE_TZNAME 111 112/* Define to 1 if you have the <unistd.h> header file. */ 113#undef HAVE_UNISTD_H 114 115/* Define to 1 if you have the `utime' function. */ 116#undef HAVE_UTIME 117 118/* Define to 1 if you have the `utimes' function. */ 119#undef HAVE_UTIMES 120 121/* Define to 1 if you have the <utime.h> header file. */ 122#undef HAVE_UTIME_H 123 124/* Define to 1 if you have the `vsnprintf' function. */ 125#undef HAVE_VSNPRINTF 126 127/* Define to 1 if you have the <wchar.h> header file. */ 128#undef HAVE_WCHAR_H 129 130/* Define to 1 if you have the <wctype.h> header file. */ 131#undef HAVE_WCTYPE_H 132 133/* Define to 1 if you have the `wcwidth' function. */ 134#undef HAVE_WCWIDTH 135 136/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 137 */ 138#undef MAJOR_IN_MKDEV 139 140/* Define to 1 if `major', `minor', and `makedev' are declared in 141 <sysmacros.h>. */ 142#undef MAJOR_IN_SYSMACROS 143 144/* Name of package */ 145#undef PACKAGE 146 147/* Define to the address where bug reports for this package should be sent. */ 148#undef PACKAGE_BUGREPORT 149 150/* Define to the full name of this package. */ 151#undef PACKAGE_NAME 152 153/* Define to the full name and version of this package. */ 154#undef PACKAGE_STRING 155 156/* Define to the one symbol short name of this package. */ 157#undef PACKAGE_TARNAME 158 159/* Define to the version of this package. */ 160#undef PACKAGE_VERSION 161 162/* */ 163#undef SIZEOF_UINT16_T 164 165/* */ 166#undef SIZEOF_UINT32_T 167 168/* */ 169#undef SIZEOF_UINT64_T 170 171/* */ 172#undef SIZEOF_UINT8_T 173 174/* Define to 1 if you have the ANSI C header files. */ 175#undef STDC_HEADERS 176 177/* Define to 1 if your <sys/time.h> declares `struct tm'. */ 178#undef TM_IN_SYS_TIME 179 180/* Version number of package */ 181#undef VERSION 182 183/* Number of bits in a file offset, on hosts where this is settable. */ 184#undef _FILE_OFFSET_BITS 185 186/* Define for large files, on AIX-style hosts. */ 187#undef _LARGE_FILES 188 189/* Define to empty if `const' does not conform to ANSI C. */ 190#undef const 191 192/* */ 193#undef int32_t 194 195/* Define to a type if <wchar.h> does not define. */ 196#undef mbstate_t 197 198/* Define to `long' if <sys/types.h> does not define. */ 199#undef off_t 200 201/* Define to `unsigned' if <sys/types.h> does not define. */ 202#undef size_t 203 204/* */ 205#undef uint16_t 206 207/* */ 208#undef uint32_t 209 210/* */ 211#undef uint64_t 212 213/* */ 214#undef uint8_t 215