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