1/* config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Define if building universal (internal helper macro) */ 4#undef AC_APPLE_UNIVERSAL_BUILD 5 6/* Define in built-in ELF support is used */ 7#undef BUILTIN_ELF 8 9/* Enable bzlib compression support */ 10#undef BZLIBSUPPORT 11 12/* Define for ELF core file support */ 13#undef ELFCORE 14 15/* Define to 1 if you have the `asctime_r' function. */ 16#undef HAVE_ASCTIME_R 17 18/* Define to 1 if you have the `asprintf' function. */ 19#undef HAVE_ASPRINTF 20 21/* Define to 1 if you have the <bzlib.h> header file. */ 22#undef HAVE_BZLIB_H 23 24/* Define to 1 if you have the `ctime_r' function. */ 25#undef HAVE_CTIME_R 26 27/* HAVE_DAYLIGHT */ 28#undef HAVE_DAYLIGHT 29 30/* Define to 1 if you have the declaration of `daylight', and to 0 if you 31 don't. */ 32#undef HAVE_DECL_DAYLIGHT 33 34/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. 35 */ 36#undef HAVE_DECL_TZNAME 37 38/* Define to 1 if you have the <dlfcn.h> header file. */ 39#undef HAVE_DLFCN_H 40 41/* Define to 1 if you have the `dprintf' function. */ 42#undef HAVE_DPRINTF 43 44/* Define to 1 if you have the <err.h> header file. */ 45#undef HAVE_ERR_H 46 47/* Define to 1 if you have the <fcntl.h> header file. */ 48#undef HAVE_FCNTL_H 49 50/* Define to 1 if you have the `fmtcheck' function. */ 51#undef HAVE_FMTCHECK 52 53/* Define to 1 if you have the `fork' function. */ 54#undef HAVE_FORK 55 56/* Define to 1 if you have the `freelocale' function. */ 57#undef HAVE_FREELOCALE 58 59/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 60#undef HAVE_FSEEKO 61 62/* Define to 1 if you have the `getline' function. */ 63#undef HAVE_GETLINE 64 65/* Define to 1 if you have the <getopt.h> header file. */ 66#undef HAVE_GETOPT_H 67 68/* Define to 1 if you have the `getopt_long' function. */ 69#undef HAVE_GETOPT_LONG 70 71/* Define to 1 if you have the `getpagesize' function. */ 72#undef HAVE_GETPAGESIZE 73 74/* Define to 1 if you have the `gmtime_r' function. */ 75#undef HAVE_GMTIME_R 76 77/* Define to 1 if the system has the type `intptr_t'. */ 78#undef HAVE_INTPTR_T 79 80/* Define to 1 if you have the <inttypes.h> header file. */ 81#undef HAVE_INTTYPES_H 82 83/* Define to 1 if you have the `bz2' library (-lbz2). */ 84#undef HAVE_LIBBZ2 85 86/* Define to 1 if you have the `gnurx' library (-lgnurx). */ 87#undef HAVE_LIBGNURX 88 89/* Define to 1 if you have the `lzma' library (-llzma). */ 90#undef HAVE_LIBLZMA 91 92/* Define to 1 if you have the `seccomp' library (-lseccomp). */ 93#undef HAVE_LIBSECCOMP 94 95/* Define to 1 if you have the `z' library (-lz). */ 96#undef HAVE_LIBZ 97 98/* Define to 1 if you have the `localtime_r' function. */ 99#undef HAVE_LOCALTIME_R 100 101/* Define to 1 if you have the <lzma.h> header file. */ 102#undef HAVE_LZMA_H 103 104/* Define to 1 if mbrtowc and mbstate_t are properly declared. */ 105#undef HAVE_MBRTOWC 106 107/* Define to 1 if <wchar.h> declares mbstate_t. */ 108#undef HAVE_MBSTATE_T 109 110/* Define to 1 if you have the `memmem' function. */ 111#undef HAVE_MEMMEM 112 113/* Define to 1 if you have the <memory.h> header file. */ 114#undef HAVE_MEMORY_H 115 116/* Define to 1 if you have the `mkostemp' function. */ 117#undef HAVE_MKOSTEMP 118 119/* Define to 1 if you have the `mkstemp' function. */ 120#undef HAVE_MKSTEMP 121 122/* Define to 1 if you have a working `mmap' system call. */ 123#undef HAVE_MMAP 124 125/* Define to 1 if you have the `newlocale' function. */ 126#undef HAVE_NEWLOCALE 127 128/* Define to 1 if you have the `pipe2' function. */ 129#undef HAVE_PIPE2 130 131/* Define to 1 if you have the `pread' function. */ 132#undef HAVE_PREAD 133 134/* Have sig_t type */ 135#undef HAVE_SIG_T 136 137/* Define to 1 if you have the <stdint.h> header file. */ 138#undef HAVE_STDINT_H 139 140/* Define to 1 if you have the <stdlib.h> header file. */ 141#undef HAVE_STDLIB_H 142 143/* Define to 1 if you have the `strcasestr' function. */ 144#undef HAVE_STRCASESTR 145 146/* Define to 1 if you have the <strings.h> header file. */ 147#undef HAVE_STRINGS_H 148 149/* Define to 1 if you have the <string.h> header file. */ 150#undef HAVE_STRING_H 151 152/* Define to 1 if you have the `strlcat' function. */ 153#undef HAVE_STRLCAT 154 155/* Define to 1 if you have the `strlcpy' function. */ 156#undef HAVE_STRLCPY 157 158/* Define to 1 if you have the `strndup' function. */ 159#undef HAVE_STRNDUP 160 161/* Define to 1 if you have the `strtof' function. */ 162#undef HAVE_STRTOF 163 164/* HAVE_STRUCT_OPTION */ 165#undef HAVE_STRUCT_OPTION 166 167/* Define to 1 if `st_rdev' is a member of `struct stat'. */ 168#undef HAVE_STRUCT_STAT_ST_RDEV 169 170/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */ 171#undef HAVE_STRUCT_TM_TM_GMTOFF 172 173/* Define to 1 if `tm_zone' is a member of `struct tm'. */ 174#undef HAVE_STRUCT_TM_TM_ZONE 175 176/* Define to 1 if you have the <sys/mman.h> header file. */ 177#undef HAVE_SYS_MMAN_H 178 179/* Define to 1 if you have the <sys/param.h> header file. */ 180#undef HAVE_SYS_PARAM_H 181 182/* Define to 1 if you have the <sys/stat.h> header file. */ 183#undef HAVE_SYS_STAT_H 184 185/* Define to 1 if you have the <sys/sysmacros.h> header file. */ 186#undef HAVE_SYS_SYSMACROS_H 187 188/* Define to 1 if you have the <sys/time.h> header file. */ 189#undef HAVE_SYS_TIME_H 190 191/* Define to 1 if you have the <sys/types.h> header file. */ 192#undef HAVE_SYS_TYPES_H 193 194/* Define to 1 if you have the <sys/utime.h> header file. */ 195#undef HAVE_SYS_UTIME_H 196 197/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 198#undef HAVE_SYS_WAIT_H 199 200/* HAVE_TM_ISDST */ 201#undef HAVE_TM_ISDST 202 203/* HAVE_TM_ZONE */ 204#undef HAVE_TM_ZONE 205 206/* HAVE_TZNAME */ 207#undef HAVE_TZNAME 208 209/* Define to 1 if the system has the type `uintptr_t'. */ 210#undef HAVE_UINTPTR_T 211 212/* Define to 1 if you have the <unistd.h> header file. */ 213#undef HAVE_UNISTD_H 214 215/* Define to 1 if you have the `uselocale' function. */ 216#undef HAVE_USELOCALE 217 218/* Define to 1 if you have the `utime' function. */ 219#undef HAVE_UTIME 220 221/* Define to 1 if you have the `utimes' function. */ 222#undef HAVE_UTIMES 223 224/* Define to 1 if you have the <utime.h> header file. */ 225#undef HAVE_UTIME_H 226 227/* Define to 1 if you have the `vasprintf' function. */ 228#undef HAVE_VASPRINTF 229 230/* Define to 1 if you have the `vfork' function. */ 231#undef HAVE_VFORK 232 233/* Define to 1 if you have the <vfork.h> header file. */ 234#undef HAVE_VFORK_H 235 236/* Define to 1 or 0, depending whether the compiler supports simple visibility 237 declarations. */ 238#undef HAVE_VISIBILITY 239 240/* Define to 1 if you have the <wchar.h> header file. */ 241#undef HAVE_WCHAR_H 242 243/* Define to 1 if you have the <wctype.h> header file. */ 244#undef HAVE_WCTYPE_H 245 246/* Define to 1 if you have the `wcwidth' function. */ 247#undef HAVE_WCWIDTH 248 249/* Define to 1 if `fork' works. */ 250#undef HAVE_WORKING_FORK 251 252/* Define to 1 if `vfork' works. */ 253#undef HAVE_WORKING_VFORK 254 255/* Define to 1 if you have the <xlocale.h> header file. */ 256#undef HAVE_XLOCALE_H 257 258/* Define to 1 if you have the <zlib.h> header file. */ 259#undef HAVE_ZLIB_H 260 261/* Define to the sub-directory where libtool stores uninstalled libraries. */ 262#undef LT_OBJDIR 263 264/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>. 265 */ 266#undef MAJOR_IN_MKDEV 267 268/* Define to 1 if `major', `minor', and `makedev' are declared in 269 <sysmacros.h>. */ 270#undef MAJOR_IN_SYSMACROS 271 272/* Name of package */ 273#undef PACKAGE 274 275/* Define to the address where bug reports for this package should be sent. */ 276#undef PACKAGE_BUGREPORT 277 278/* Define to the full name of this package. */ 279#undef PACKAGE_NAME 280 281/* Define to the full name and version of this package. */ 282#undef PACKAGE_STRING 283 284/* Define to the one symbol short name of this package. */ 285#undef PACKAGE_TARNAME 286 287/* Define to the home page for this package. */ 288#undef PACKAGE_URL 289 290/* Define to the version of this package. */ 291#undef PACKAGE_VERSION 292 293/* Define to 1 if you have the ANSI C header files. */ 294#undef STDC_HEADERS 295 296/* Define to 1 if your <sys/time.h> declares `struct tm'. */ 297#undef TM_IN_SYS_TIME 298 299/* Enable extensions on AIX 3, Interix. */ 300#ifndef _ALL_SOURCE 301# undef _ALL_SOURCE 302#endif 303/* Enable GNU extensions on systems that have them. */ 304#ifndef _GNU_SOURCE 305# undef _GNU_SOURCE 306#endif 307/* Enable threading extensions on Solaris. */ 308#ifndef _POSIX_PTHREAD_SEMANTICS 309# undef _POSIX_PTHREAD_SEMANTICS 310#endif 311/* Enable extensions on HP NonStop. */ 312#ifndef _TANDEM_SOURCE 313# undef _TANDEM_SOURCE 314#endif 315/* Enable general extensions on Solaris. */ 316#ifndef __EXTENSIONS__ 317# undef __EXTENSIONS__ 318#endif 319 320 321/* Version number of package */ 322#undef VERSION 323 324/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 325 significant byte first (like Motorola and SPARC, unlike Intel). */ 326#if defined AC_APPLE_UNIVERSAL_BUILD 327# if defined __BIG_ENDIAN__ 328# define WORDS_BIGENDIAN 1 329# endif 330#else 331# ifndef WORDS_BIGENDIAN 332# undef WORDS_BIGENDIAN 333# endif 334#endif 335 336/* Enable xzlib compression support */ 337#undef XZLIBSUPPORT 338 339/* Enable zlib compression support */ 340#undef ZLIBSUPPORT 341 342/* Enable large inode numbers on Mac OS X 10.5. */ 343#ifndef _DARWIN_USE_64_BIT_INODE 344# define _DARWIN_USE_64_BIT_INODE 1 345#endif 346 347/* Number of bits in a file offset, on hosts where this is settable. */ 348#undef _FILE_OFFSET_BITS 349 350/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 351#undef _LARGEFILE_SOURCE 352 353/* Define for large files, on AIX-style hosts. */ 354#undef _LARGE_FILES 355 356/* Define to 1 if on MINIX. */ 357#undef _MINIX 358 359/* Define to 2 if the system does not provide POSIX.1 features except with 360 this defined. */ 361#undef _POSIX_1_SOURCE 362 363/* Define to 1 if you need to in order for `stat' and other things to work. */ 364#undef _POSIX_SOURCE 365 366/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 367 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 368 #define below would cause a syntax error. */ 369#undef _UINT32_T 370 371/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 372 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 373 #define below would cause a syntax error. */ 374#undef _UINT64_T 375 376/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, 377 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 378 #define below would cause a syntax error. */ 379#undef _UINT8_T 380 381/* Define to the type of a signed integer type of width exactly 32 bits if 382 such a type exists and the standard includes do not define it. */ 383#undef int32_t 384 385/* Define to the type of a signed integer type of width exactly 64 bits if 386 such a type exists and the standard includes do not define it. */ 387#undef int64_t 388 389/* Define to the type of a signed integer type wide enough to hold a pointer, 390 if such a type exists, and if the system does not define it. */ 391#undef intptr_t 392 393/* Define to a type if <wchar.h> does not define. */ 394#undef mbstate_t 395 396/* Define to `long int' if <sys/types.h> does not define. */ 397#undef off_t 398 399/* Define to `int' if <sys/types.h> does not define. */ 400#undef pid_t 401 402/* Define to `unsigned int' if <sys/types.h> does not define. */ 403#undef size_t 404 405/* Define to the type of an unsigned integer type of width exactly 16 bits if 406 such a type exists and the standard includes do not define it. */ 407#undef uint16_t 408 409/* Define to the type of an unsigned integer type of width exactly 32 bits if 410 such a type exists and the standard includes do not define it. */ 411#undef uint32_t 412 413/* Define to the type of an unsigned integer type of width exactly 64 bits if 414 such a type exists and the standard includes do not define it. */ 415#undef uint64_t 416 417/* Define to the type of an unsigned integer type of width exactly 8 bits if 418 such a type exists and the standard includes do not define it. */ 419#undef uint8_t 420 421/* Define to the type of an unsigned integer type wide enough to hold a 422 pointer, if such a type exists, and if the system does not define it. */ 423#undef uintptr_t 424 425/* Define as `fork' if `vfork' does not work. */ 426#undef vfork 427