1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define in built-in ELF support is used */ 4#undef BUILTIN_ELF 5 6/* Define for ELF core file support */ 7#undef ELFCORE 8 9/* Define to 1 if you have the `asprintf' function. */ 10#undef HAVE_ASPRINTF 11 12/* HAVE_DAYLIGHT */ 13#undef HAVE_DAYLIGHT 14 15/* Define to 1 if you have the <dlfcn.h> header file. */ 16#undef HAVE_DLFCN_H 17 18/* Define to 1 if you have the <err.h> header file. */ 19#undef HAVE_ERR_H 20 21/* Define to 1 if you have the <fcntl.h> header file. */ 22#undef HAVE_FCNTL_H 23 24/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 25#undef HAVE_FSEEKO 26 27/* Define to 1 if you have the <getopt.h> header file. */ 28#undef HAVE_GETOPT_H 29 30/* Define to 1 if you have the `getopt_long' function. */ 31#undef HAVE_GETOPT_LONG 32 33/* Define to 1 if the system has the type `int32_t'. */ 34#undef HAVE_INT32_T 35 36/* Define to 1 if the system has the type `int64_t'. */ 37#undef HAVE_INT64_T 38 39/* Define to 1 if you have the <inttypes.h> header file. */ 40#undef HAVE_INTTYPES_H 41 42/* Define to 1 if you have the `z' library (-lz). */ 43#undef HAVE_LIBZ 44 45/* Define to 1 if you have the <limits.h> header file. */ 46#undef HAVE_LIMITS_H 47 48/* Define to 1 if you have the <locale.h> header file. */ 49#undef HAVE_LOCALE_H 50 51/* Define to 1 if you have the `mbrtowc' function. */ 52#undef HAVE_MBRTOWC 53 54/* Define to 1 if <wchar.h> declares mbstate_t. */ 55#undef HAVE_MBSTATE_T 56 57/* Define to 1 if you have the <memory.h> header file. */ 58#undef HAVE_MEMORY_H 59 60/* Define to 1 if you have the `mkstemp' function. */ 61#undef HAVE_MKSTEMP 62 63/* Define to 1 if you have the `mmap' function. */ 64#undef HAVE_MMAP 65 66/* Define to 1 if you have the <stdint.h> header file. */ 67#undef HAVE_STDINT_H 68 69/* Define to 1 if you have the <stdlib.h> header file. */ 70#undef HAVE_STDLIB_H 71 72/* Define to 1 if you have the `strerror' function. */ 73#undef HAVE_STRERROR 74 75/* Define to 1 if you have the <strings.h> header file. */ 76#undef HAVE_STRINGS_H 77 78/* Define to 1 if you have the <string.h> header file. */ 79#undef HAVE_STRING_H 80 81/* Define to 1 if you have the `strlcat' function. */ 82#undef HAVE_STRLCAT 83 84/* Define to 1 if you have the `strlcpy' function. */ 85#undef HAVE_STRLCPY 86 87/* Define to 1 if you have the `strndup' function. */ 88#undef HAVE_STRNDUP 89 90/* Define to 1 if you have the `strtof' function. */ 91#undef HAVE_STRTOF 92 93/* Define to 1 if you have the `strtoul' function. */ 94#undef HAVE_STRTOUL 95 96/* HAVE_STRUCT_OPTION */ 97#undef HAVE_STRUCT_OPTION 98 99/* Define to 1 if `st_rdev' is member of `struct stat'. */ 100#undef HAVE_STRUCT_STAT_ST_RDEV 101 102/* Define to 1 if `tm_gmtoff' is member of `struct tm'. */ 103#undef HAVE_STRUCT_TM_TM_GMTOFF 104 105/* Define to 1 if `tm_zone' is member of `struct tm'. */ 106#undef HAVE_STRUCT_TM_TM_ZONE 107 108/* Define to 1 if you have the <sys/mman.h> header file. */ 109#undef HAVE_SYS_MMAN_H 110 111/* Define to 1 if you have the <sys/stat.h> header file. */ 112#undef HAVE_SYS_STAT_H 113 114/* Define to 1 if you have the <sys/time.h> header file. */ 115#undef HAVE_SYS_TIME_H 116 117/* Define to 1 if you have the <sys/types.h> header file. */ 118#undef HAVE_SYS_TYPES_H 119 120/* Define to 1 if you have the <sys/utime.h> header file. */ 121#undef HAVE_SYS_UTIME_H 122 123/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 124#undef HAVE_SYS_WAIT_H 125 126/* HAVE_TM_ISDST */ 127#undef HAVE_TM_ISDST 128 129/* HAVE_TM_ZONE */ 130#undef HAVE_TM_ZONE 131 132/* HAVE_TZNAME */ 133#undef HAVE_TZNAME 134 135/* Define to 1 if the system has the type `uint16_t'. */ 136#undef HAVE_UINT16_T 137 138/* Define to 1 if the system has the type `uint32_t'. */ 139#undef HAVE_UINT32_T 140 141/* Define to 1 if the system has the type `uint64_t'. */ 142#undef HAVE_UINT64_T 143 144/* Define to 1 if the system has the type `uint8_t'. */ 145#undef HAVE_UINT8_T 146 147/* Define to 1 if you have the <unistd.h> header file. */ 148#undef HAVE_UNISTD_H 149 150/* Define to 1 if you have the `utime' function. */ 151#undef HAVE_UTIME 152 153/* Define to 1 if you have the `utimes' function. */ 154#undef HAVE_UTIMES 155 156/* Define to 1 if you have the <utime.h> header file. */ 157#undef HAVE_UTIME_H 158 159/* Define to 1 if you have the `vasprintf' function. */ 160#undef HAVE_VASPRINTF 161 162/* Define to 1 if you have the <wchar.h> header file. */ 163#undef HAVE_WCHAR_H 164 165/* Define to 1 if you have the <wctype.h> header file. */ 166#undef HAVE_WCTYPE_H 167 168/* Define to 1 if you have the `wcwidth' function. */ 169#undef HAVE_WCWIDTH 170 171/* Define to 1 if you have the <zlib.h> header file. */ 172#undef HAVE_ZLIB_H 173 174/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 175 */ 176#undef MAJOR_IN_MKDEV 177 178/* Define to 1 if `major', `minor', and `makedev' are declared in 179 <sysmacros.h>. */ 180#undef MAJOR_IN_SYSMACROS 181 182/* Define to 1 if your C compiler doesn't accept -c and -o together. */ 183#undef NO_MINUS_C_MINUS_O 184 185/* Name of package */ 186#undef PACKAGE 187 188/* Define to the address where bug reports for this package should be sent. */ 189#undef PACKAGE_BUGREPORT 190 191/* Define to the full name of this package. */ 192#undef PACKAGE_NAME 193 194/* Define to the full name and version of this package. */ 195#undef PACKAGE_STRING 196 197/* Define to the one symbol short name of this package. */ 198#undef PACKAGE_TARNAME 199 200/* Define to the version of this package. */ 201#undef PACKAGE_VERSION 202 203/* The size of `long long', as computed by sizeof. */ 204#undef SIZEOF_LONG_LONG 205 206/* Define to 1 if you have the ANSI C header files. */ 207#undef STDC_HEADERS 208 209/* Define to 1 if your <sys/time.h> declares `struct tm'. */ 210#undef TM_IN_SYS_TIME 211 212/* Version number of package */ 213#undef VERSION 214 215/* Number of bits in a file offset, on hosts where this is settable. */ 216#undef _FILE_OFFSET_BITS 217 218/* Enable GNU extensions on systems that have them. */ 219#ifndef _GNU_SOURCE 220# undef _GNU_SOURCE 221#endif 222 223/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 224#undef _LARGEFILE_SOURCE 225 226/* Define for large files, on AIX-style hosts. */ 227#undef _LARGE_FILES 228 229/* Define to empty if `const' does not conform to ANSI C. */ 230#undef const 231 232/* Define to a type if <wchar.h> does not define. */ 233#undef mbstate_t 234 235/* Define to `long int' if <sys/types.h> does not define. */ 236#undef off_t 237 238/* Define to `unsigned int' if <sys/types.h> does not define. */ 239#undef size_t 240 241 242#ifndef HAVE_UINT8_T 243typedef unsigned char uint8_t; 244#endif 245#ifndef HAVE_UINT16_T 246typedef unsigned short uint16_t; 247#endif 248#ifndef HAVE_UINT32_T 249typedef unsigned int uint32_t; 250#endif 251#ifndef HAVE_INT32_T 252typedef int int32_t; 253#endif 254#ifndef HAVE_UINT64_T 255#if SIZEOF_LONG_LONG == 8 256typedef unsigned long long uint64_t; 257#else 258typedef unsigned long uint64_t; 259#endif 260#endif 261#ifndef HAVE_INT64_T 262#if SIZEOF_LONG_LONG == 8 263typedef long long int64_t; 264#else 265typedef long int64_t; 266#endif 267#endif 268 269