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 <locale.h> header file. */ 31#undef HAVE_LOCALE_H 32 33/* */ 34#undef HAVE_LONG_LONG 35 36/* Define to 1 if you have the `mbrtowc' function. */ 37#undef HAVE_MBRTOWC 38 39/* Define to 1 if you have the <memory.h> header file. */ 40#undef HAVE_MEMORY_H 41 42/* Define to 1 if you have the `mkstemp' function. */ 43#undef HAVE_MKSTEMP 44 45/* Define to 1 if you have the `mmap' function. */ 46#undef HAVE_MMAP 47 48/* Define to 1 if you have the <stdint.h> header file. */ 49#undef HAVE_STDINT_H 50 51/* Define to 1 if you have the <stdlib.h> header file. */ 52#undef HAVE_STDLIB_H 53 54/* Define to 1 if you have the `strerror' function. */ 55#undef HAVE_STRERROR 56 57/* Define to 1 if you have the <strings.h> header file. */ 58#undef HAVE_STRINGS_H 59 60/* Define to 1 if you have the <string.h> header file. */ 61#undef HAVE_STRING_H 62 63/* Define to 1 if you have the `strtoul' function. */ 64#undef HAVE_STRTOUL 65 66/* Define to 1 if `st_rdev' is member of `struct stat'. */ 67#undef HAVE_STRUCT_STAT_ST_RDEV 68 69/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use 70 `HAVE_STRUCT_STAT_ST_RDEV' instead. */ 71#undef HAVE_ST_RDEV 72 73/* Define to 1 if you have the <sys/mman.h> header file. */ 74#undef HAVE_SYS_MMAN_H 75 76/* Define to 1 if you have the <sys/stat.h> header file. */ 77#undef HAVE_SYS_STAT_H 78 79/* Define to 1 if you have the <sys/types.h> header file. */ 80#undef HAVE_SYS_TYPES_H 81 82/* Define to 1 if you have the <sys/utime.h> header file. */ 83#undef HAVE_SYS_UTIME_H 84 85/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 86#undef HAVE_SYS_WAIT_H 87 88/* */ 89#undef HAVE_TM_ISDST 90 91/* HAVE_TM_ZONE */ 92#undef HAVE_TM_ZONE 93 94/* HAVE_TZNAME */ 95#undef HAVE_TZNAME 96 97/* Define to 1 if you have the <unistd.h> header file. */ 98#undef HAVE_UNISTD_H 99 100/* Define to 1 if you have the `utime' function. */ 101#undef HAVE_UTIME 102 103/* Define to 1 if you have the `utimes' function. */ 104#undef HAVE_UTIMES 105 106/* Define to 1 if you have the <utime.h> header file. */ 107#undef HAVE_UTIME_H 108 109/* Define to 1 if you have the <wchar.h> header file. */ 110#undef HAVE_WCHAR_H 111 112/* Define to 1 if you have the `wcwidth' function. */ 113#undef HAVE_WCWIDTH 114 115/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 116 */ 117#undef MAJOR_IN_MKDEV 118 119/* Define to 1 if `major', `minor', and `makedev' are declared in 120 <sysmacros.h>. */ 121#undef MAJOR_IN_SYSMACROS 122 123/* Name of package */ 124#undef PACKAGE 125 126/* Define to the address where bug reports for this package should be sent. */ 127#undef PACKAGE_BUGREPORT 128 129/* Define to the full name of this package. */ 130#undef PACKAGE_NAME 131 132/* Define to the full name and version of this package. */ 133#undef PACKAGE_STRING 134 135/* Define to the one symbol short name of this package. */ 136#undef PACKAGE_TARNAME 137 138/* Define to the version of this package. */ 139#undef PACKAGE_VERSION 140 141/* */ 142#undef SIZEOF_UINT16_T 143 144/* */ 145#undef SIZEOF_UINT32_T 146 147/* */ 148#undef SIZEOF_UINT64_T 149 150/* */ 151#undef SIZEOF_UINT8_T 152 153/* Define to 1 if you have the ANSI C header files. */ 154#undef STDC_HEADERS 155 156/* Define to 1 if your <sys/time.h> declares `struct tm'. */ 157#undef TM_IN_SYS_TIME 158 159/* Version number of package */ 160#undef VERSION 161 162/* Number of bits in a file offset, on hosts where this is settable. */ 163#undef _FILE_OFFSET_BITS 164 165/* Define for large files, on AIX-style hosts. */ 166#undef _LARGE_FILES 167 168/* Define to empty if `const' does not conform to ANSI C. */ 169#undef const 170 171/* */ 172#undef int32_t 173 174/* Define to a type if <wchar.h> does not define. */ 175#undef mbstate_t 176 177/* Define to `long' if <sys/types.h> does not define. */ 178#undef off_t 179 180/* Define to `unsigned' if <sys/types.h> does not define. */ 181#undef size_t 182 183/* */ 184#undef uint16_t 185 186/* */ 187#undef uint32_t 188 189/* */ 190#undef uint64_t 191 192/* */ 193#undef uint8_t 194