1/* config.h.in. Generated automatically from configure.in by autoheader. */ 2 3/* Define to empty if the keyword does not work. */ 4#undef const 5 6/* Define if your struct stat has st_rdev. */ 7#undef HAVE_ST_RDEV 8 9/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 10#undef HAVE_SYS_WAIT_H 11 12/* Define if major, minor, and makedev are declared in <mkdev.h>. */ 13#undef MAJOR_IN_MKDEV 14 15/* Define if major, minor, and makedev are declared in <sysmacros.h>. */ 16#undef MAJOR_IN_SYSMACROS 17 18/* Define to `long' if <sys/types.h> doesn't define. */ 19#undef off_t 20 21/* Define to `unsigned' if <sys/types.h> doesn't define. */ 22#undef size_t 23 24/* Define if you have the ANSI C header files. */ 25#undef STDC_HEADERS 26 27/* Define if your <sys/time.h> declares struct tm. */ 28#undef TM_IN_SYS_TIME 29 30/* Define if builtin ELF support is enabled. */ 31#undef BUILTIN_ELF 32 33/* Define if ELF core file support is enabled. */ 34#undef ELFCORE 35 36/* Define if the `long long' type works. */ 37#undef HAVE_LONG_LONG 38 39/* Define if we have "tm_isdst" in "struct tm". */ 40#undef HAVE_TM_ISDST 41 42/* Define if we have a global "int" variable "daylight". */ 43#undef HAVE_DAYLIGHT 44 45/* Define to `unsigned char' if standard headers don't define. */ 46#undef uint8_t 47 48/* Define to `unsigned short' if standard headers don't define. */ 49#undef uint16_t 50 51/* Define to `unsigned int' if standard headers don't define. */ 52#undef uint32_t 53 54/* Define to `unsigned long long', if available, or `unsigned long', if 55 standard headers don't define. */ 56#undef uint64_t 57 58/* Define to `int' if standard headers don't define. */ 59#undef int32_t 60 61/* The number of bytes in a uint8_t. */ 62#define SIZEOF_UINT8_T 0 63 64/* The number of bytes in a uint16_t. */ 65#define SIZEOF_UINT16_T 0 66 67/* The number of bytes in a uint32_t. */ 68#define SIZEOF_UINT32_T 0 69 70/* The number of bytes in a uint64_t. */ 71#define SIZEOF_UINT64_T 0 72 73/* Define if you have the getopt_long function. */ 74#undef HAVE_GETOPT_LONG 75 76/* Define if you have the mkstemp function. */ 77#undef HAVE_MKSTEMP 78 79/* Define if you have the mmap function. */ 80#undef HAVE_MMAP 81 82/* Define if you have the strerror function. */ 83#undef HAVE_STRERROR 84 85/* Define if you have the strtoul function. */ 86#undef HAVE_STRTOUL 87 88/* Define if you have the <fcntl.h> header file. */ 89#undef HAVE_FCNTL_H 90 91/* Define if you have the <getopt.h> header file. */ 92#undef HAVE_GETOPT_H 93 94/* Define if you have the <inttypes.h> header file. */ 95#undef HAVE_INTTYPES_H 96 97/* Define if you have the <locale.h> header file. */ 98#undef HAVE_LOCALE_H 99 100/* Define if you have the <stdint.h> header file. */ 101#undef HAVE_STDINT_H 102 103/* Define if you have the <sys/mman.h> header file. */ 104#undef HAVE_SYS_MMAN_H 105 106/* Define if you have the <sys/stat.h> header file. */ 107#undef HAVE_SYS_STAT_H 108 109/* Define if you have the <sys/types.h> header file. */ 110#undef HAVE_SYS_TYPES_H 111 112/* Define if you have the <unistd.h> header file. */ 113#undef HAVE_UNISTD_H 114 115/* Define if you have the z library (-lz). */ 116#undef HAVE_LIBZ 117 118/* Name of package */ 119#undef PACKAGE 120 121/* Version number of package */ 122#undef VERSION 123 124/* HAVE_TM_ZONE */ 125#undef HAVE_TM_ZONE 126 127/* HAVE_TZNAME */ 128#undef HAVE_TZNAME 129 130/* Number of bits in a file offset, on hosts where this is settable. */ 131#undef _FILE_OFFSET_BITS 132 133/* Define for large files, on AIX-style hosts. */ 134#undef _LARGE_FILES 135 136