1 /* config/config.h. Generated from config.h.in by configure. */ 2 /* config/config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* Define to 1 to call abort() on panics (internal errors), for debugging. */ 5 /* #undef ABORT_ON_PANIC */ 6 7 /* Define if building universal (internal helper macro) */ 8 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 9 10 /* Define to 1 if compiled with the `-fdata-sections' compiler flag */ 11 /* #undef CFLAG_FDATA_SECTIONS */ 12 13 /* Define to 1 if compiled with the `-ffunction-sections' compiler flag */ 14 /* #undef CFLAG_FFUNCTION_SECTIONS */ 15 16 /* Define to 1 if compiled with the `-fgnu89-inline' compiler flag */ 17 /* #undef CFLAG_FGNU89_INLINE */ 18 19 /* Define to 1 if compiled with the `-flto' compiler flag */ 20 /* #undef CFLAG_FLTO */ 21 22 /* Define to 1 if compiled with the `-fno-common' compiler flag */ 23 #define CFLAG_FNO_COMMON 1 24 25 /* Define to 1 if compiled with the `-fno-omit-frame-pointer' compiler flag */ 26 /* #undef CFLAG_FNO_OMIT_FRAME_POINTER */ 27 28 /* Define to 1 if compiled with the `-fsanitize=address' compiler flag */ 29 /* #undef CFLAG_FSANITIZE_ADDRESS */ 30 31 /* Define to 1 if compiled with the `-fsanitize=undefined' compiler flag */ 32 /* #undef CFLAG_FSANITIZE_UNDEFINED */ 33 34 /* Define to 1 if compiled with the `-fvisibility=hidden' compiler flag */ 35 #define CFLAG_FVISIBILITY_HIDDEN 1 36 37 /* Define to 1 if compiled with the `-fwrapv' compiler flag */ 38 #define CFLAG_FWRAPV 1 39 40 /* Define to 1 if compiled with the `-ggdb3' compiler flag */ 41 /* #undef CFLAG_GGDB3 */ 42 43 /* Define to 1 if compiled with the `-pedantic' compiler flag */ 44 #define CFLAG_PEDANTIC 1 45 46 /* Define to 1 if compiled with the `-U__STRICT_ANSI__' compiler flag */ 47 #define CFLAG_U_STRICT_ANSI 1 48 49 /* Define to 1 if compiled with the `-W' compiler flag */ 50 #define CFLAG_W 1 51 52 /* Define to 1 if compiled with the `-Wall' compiler flag */ 53 #define CFLAG_WALL 1 54 55 /* Define to 1 if compiled with the `-Wc90-c99-compat' compiler flag */ 56 /* #undef CFLAG_WC90_C99_COMPAT */ 57 58 /* Define to 1 if compiled with the `-Werror' compiler flag */ 59 /* #undef CFLAG_WERROR */ 60 61 /* Define to 1 if compiled with the `-Werror=attributes' compiler flag */ 62 #define CFLAG_WERROR_ATTRIBUTES 1 63 64 /* Define to 1 if compiled with the `-Werror=comment' compiler flag */ 65 #define CFLAG_WERROR_COMMENT 1 66 67 /* Define to 1 if compiled with the `-Werror=implicit' compiler flag */ 68 #define CFLAG_WERROR_IMPLICIT 1 69 70 /* Define to 1 if compiled with the `-Werror=missing-braces' compiler flag */ 71 #define CFLAG_WERROR_MISSING_BRACES 1 72 73 /* Define to 1 if compiled with the `-Werror=missing-declarations' compiler 74 flag */ 75 #define CFLAG_WERROR_MISSING_DECLARATIONS 1 76 77 /* Define to 1 if compiled with the `-Werror=missing-prototypes' compiler flag 78 */ 79 #define CFLAG_WERROR_MISSING_PROTOTYPES 1 80 81 /* Define to 1 if compiled with the `-Werror=pointer-arith' compiler flag */ 82 #define CFLAG_WERROR_POINTER_ARITH 1 83 84 /* Define to 1 if compiled with the `-Werror=return-type' compiler flag */ 85 #define CFLAG_WERROR_RETURN_TYPE 1 86 87 /* Define to 1 if compiled with the `-Werror=strict-prototypes' compiler flag 88 */ 89 /* #undef CFLAG_WERROR_STRICT_PROTOTYPES */ 90 91 /* Define to 1 if compiled with the `-Werror=trigraphs' compiler flag */ 92 #define CFLAG_WERROR_TRIGRAPHS 1 93 94 /* Define to 1 if compiled with the `-Werror=unknown-warning-option' compiler 95 flag */ 96 /* #undef CFLAG_WERROR_UNKNOWN_WARNING_OPTION */ 97 98 /* Define to 1 if compiled with the `-Werror=vla' compiler flag */ 99 #define CFLAG_WERROR_VLA 1 100 101 /* Define to 1 if compiled with the `-Wlong-long' compiler flag */ 102 #define CFLAG_WLONG_LONG 1 103 104 /* Define to 1 if compiled with the `-Wl,--gc-sections' compiler flag */ 105 /* #undef CFLAG_WL_GC_SECTIONS */ 106 107 /* Define to 1 if compiled with the `-Wpedantic-ms-format' compiler flag */ 108 /* #undef CFLAG_WPEDANTIC_MS_FORMAT */ 109 110 /* Define to 1 if compiled with the `-Wshift-negative-value' compiler flag */ 111 #define CFLAG_WSHIFT_NEGATIVE_VALUE 1 112 113 /* Define to 1 if compiled with the `-Wstringop-truncation' compiler flag */ 114 /* #undef CFLAG_WSTRINGOP_TRUNCATION */ 115 116 /* Define to 1 if you have the `access' function. */ 117 #define HAVE_ACCESS 1 118 119 /* Define to 1 if you have the `canonicalize_file_name' function. */ 120 /* #undef HAVE_CANONICALIZE_FILE_NAME */ 121 122 /* Define to 1 if you have the `cpu_to_le16' intrinsic function. */ 123 /* #undef HAVE_CPU_TO_LE16 */ 124 125 /* Define to 1 if you have the `cpu_to_le32' intrinsic function. */ 126 /* #undef HAVE_CPU_TO_LE32 */ 127 128 /* Define to 1 if you have the `cpu_to_le64' intrinsic function. */ 129 /* #undef HAVE_CPU_TO_LE64 */ 130 131 /* Define to 1 if you have the declaration of `strcasecmp', and to 0 if you 132 don't. */ 133 #define HAVE_DECL_STRCASECMP 1 134 135 /* Define to 1 if you have the declaration of `stricmp', and to 0 if you 136 don't. */ 137 #define HAVE_DECL_STRICMP 0 138 139 /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you 140 don't. */ 141 #define HAVE_DECL_STRLCPY 0 142 143 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you 144 don't. */ 145 #define HAVE_DECL_STRNCASECMP 1 146 147 /* Define to 1 if you have the declaration of `strnicmp', and to 0 if you 148 don't. */ 149 #define HAVE_DECL_STRNICMP 0 150 151 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you 152 don't. */ 153 #define HAVE_DECL_STRNLEN 1 154 155 /* Define to 1 if you have the declaration of `strrchrnul', and to 0 if you 156 don't. */ 157 #define HAVE_DECL_STRRCHRNUL 0 158 159 /* Define to 1 if you have the declaration of `strsep', and to 0 if you don't. 160 */ 161 #define HAVE_DECL_STRSEP 1 162 163 /* Define to 1 if you have the <endian.h> header file. */ 164 /* #undef HAVE_ENDIAN_H */ 165 166 /* Define to 1 if you have the `faccessat' function. */ 167 #define HAVE_FACCESSAT 1 168 169 /* Define to 1 if you have the <fcntl.h> header file. */ 170 #define HAVE_FCNTL_H 1 171 172 /* Define to 1 if you have the `fileno' function. */ 173 #define HAVE_FILENO 1 174 175 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 176 #define HAVE_FSEEKO 1 177 178 /* Define to 1 if you have the `fstat' function. */ 179 #define HAVE_FSTAT 1 180 181 /* Define to 1 if you have the `ftruncate' function. */ 182 #define HAVE_FTRUNCATE 1 183 184 /* Define to 1 if your compiler supports __attribute__((alloc_size)) on 185 functions */ 186 #define HAVE_FUNC_ATTRIBUTE_ALLOC_SIZE 1 187 188 /* Define to 1 if your compiler supports __attribute__((cold)) on functions */ 189 #define HAVE_FUNC_ATTRIBUTE_COLD 1 190 191 /* Define to 1 if your compiler supports __attribute__((const)) on functions 192 */ 193 #define HAVE_FUNC_ATTRIBUTE_CONST 1 194 195 /* Define to 1 if your compiler supports __attribute__((error)) on functions 196 */ 197 /* #undef HAVE_FUNC_ATTRIBUTE_ERROR */ 198 199 /* Define to 1 if your compiler supports __attribute__((format)) on functions 200 */ 201 #define HAVE_FUNC_ATTRIBUTE_FORMAT 1 202 203 /* Define to 1 if your compiler supports __attribute__((malloc)) on functions 204 */ 205 #define HAVE_FUNC_ATTRIBUTE_MALLOC 1 206 207 /* Define to 1 if your compiler supports __attribute__((noreturn)) on 208 functions */ 209 #define HAVE_FUNC_ATTRIBUTE_NORETURN 1 210 211 /* Define to 1 if your compiler supports __attribute__((pure)) on functions */ 212 #define HAVE_FUNC_ATTRIBUTE_PURE 1 213 214 /* Define to 1 if your compiler supports __attribute__((returns_nonnull)) on 215 functions */ 216 #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1 217 218 /* Define to 1 if your compiler supports __attribute__((sentinel)) on 219 functions */ 220 #define HAVE_FUNC_ATTRIBUTE_SENTINEL 1 221 222 /* Define to 1 if you have the `getgid' function. */ 223 #define HAVE_GETGID 1 224 225 /* Define to 1 if you have the `getpagesize' function. */ 226 #define HAVE_GETPAGESIZE 1 227 228 /* Define to 1 if you have the `getuid' function. */ 229 #define HAVE_GETUID 1 230 231 /* Define to 1 if you have the `htole16' intrinsic function. */ 232 /* #undef HAVE_HTOLE16 */ 233 234 /* Define to 1 if you have the `htole32' intrinsic function. */ 235 /* #undef HAVE_HTOLE32 */ 236 237 /* Define to 1 if you have the `htole64' intrinsic function. */ 238 /* #undef HAVE_HTOLE64 */ 239 240 /* Define to 1 if you have the <intrin.h> header file. */ 241 /* #undef HAVE_INTRIN_H */ 242 243 /* Define to 1 if you have the <inttypes.h> header file. */ 244 #define HAVE_INTTYPES_H 1 245 246 /* Define to 1 if you have the <io.h> header file. */ 247 /* #undef HAVE_IO_H */ 248 249 /* Define to 1 if you have the <machine/endian.h> header file. */ 250 /* #undef HAVE_MACHINE_ENDIAN_H */ 251 252 /* Define to 1 if you have the <memory.h> header file. */ 253 #define HAVE_MEMORY_H 1 254 255 /* Define to 1 if you have a working `mmap' system call. */ 256 #define HAVE_MMAP 1 257 258 /* Define to 1 if you have the `pathconf' function. */ 259 #define HAVE_PATHCONF 1 260 261 /* Define to 1 if you have the `realpath' function. */ 262 #define HAVE_REALPATH 1 263 264 /* Define to 1 if you have the `snprintf' function. */ 265 #define HAVE_SNPRINTF 1 266 267 /* Define to 1 if you have the `stat' function. */ 268 #define HAVE_STAT 1 269 270 /* Define to 1 if stdbool.h conforms to C99. */ 271 #define HAVE_STDBOOL_H 1 272 273 /* Define to 1 if your compiler supports C99 extern inline */ 274 #define HAVE_STDC_INLINE 1 275 276 /* Define to 1 if you have the <stdint.h> header file. */ 277 #define HAVE_STDINT_H 1 278 279 /* Define to 1 if you have the <stdlib.h> header file. */ 280 #define HAVE_STDLIB_H 1 281 282 /* Define to 1 if you have the <stdnoreturn.h> header file. */ 283 #define HAVE_STDNORETURN_H 1 284 285 /* Define to 1 if you have the `strcasecmp' function. */ 286 #define HAVE_STRCASECMP 1 287 288 /* Define to 1 if you have the `stricmp' function. */ 289 /* #undef HAVE_STRICMP */ 290 291 /* Define to 1 if you have the <strings.h> header file. */ 292 #define HAVE_STRINGS_H 1 293 294 /* Define to 1 if you have the <string.h> header file. */ 295 #define HAVE_STRING_H 1 296 297 /* Define to 1 if you have the `strlcpy' function. */ 298 /* #undef HAVE_STRLCPY */ 299 300 /* Define to 1 if you have the `strncasecmp' function. */ 301 #define HAVE_STRNCASECMP 1 302 303 /* Define to 1 if you have the `strnicmp' function. */ 304 /* #undef HAVE_STRNICMP */ 305 306 /* Define to 1 if you have the `strnlen' function. */ 307 #define HAVE_STRNLEN 1 308 309 /* Define to 1 if you have the `strrchrnul' function. */ 310 /* #undef HAVE_STRRCHRNUL */ 311 312 /* Define to 1 if you have the `strsep' function. */ 313 #define HAVE_STRSEP 1 314 315 /* Define to 1 if the system has the type `struct stat'. */ 316 #define HAVE_STRUCT_STAT 1 317 318 /* Define to 1 if the system has the type `struct _stati64'. */ 319 /* #undef HAVE_STRUCT__STATI64 */ 320 321 /* Define to 1 if you have the `sysconf' function. */ 322 #define HAVE_SYSCONF 1 323 324 /* Define to 1 if you have the <sys/endian.h> header file. */ 325 /* #undef HAVE_SYS_ENDIAN_H */ 326 327 /* Define to 1 if you have the <sys/mman.h> header file. */ 328 #define HAVE_SYS_MMAN_H 1 329 330 /* Define to 1 if you have the <sys/param.h> header file. */ 331 #define HAVE_SYS_PARAM_H 1 332 333 /* Define to 1 if you have the <sys/stat.h> header file. */ 334 #define HAVE_SYS_STAT_H 1 335 336 /* Define to 1 if you have the <sys/types.h> header file. */ 337 #define HAVE_SYS_TYPES_H 1 338 339 /* Define to 1 if the system has the type `uintptr_t'. */ 340 #define HAVE_UINTPTR_T 1 341 342 /* Define to 1 if you have the <unistd.h> header file. */ 343 #define HAVE_UNISTD_H 1 344 345 /* Define to 1 if you have the `vsnprintf' function. */ 346 #define HAVE_VSNPRINTF 1 347 348 /* Define to 1 if you have the `_access' function. */ 349 /* #undef HAVE__ACCESS */ 350 351 /* Define to 1 if you have the `_BitScanReverse' intrinsic function. */ 352 /* #undef HAVE__BITSCANREVERSE */ 353 354 /* Define to 1 if you have the `_BitScanReverse64' intrinsic function. */ 355 /* #undef HAVE__BITSCANREVERSE64 */ 356 357 /* Define to 1 if the system has the type `_Bool'. */ 358 #define HAVE__BOOL 1 359 360 /* Define to 1 if you have the `_byteswap_uint64' intrinsic function. */ 361 /* #undef HAVE__BYTESWAP_UINT64 */ 362 363 /* Define to 1 if you have the `_byteswap_ulong' intrinsic function. */ 364 /* #undef HAVE__BYTESWAP_ULONG */ 365 366 /* Define to 1 if you have the `_byteswap_ushort' intrinsic function. */ 367 /* #undef HAVE__BYTESWAP_USHORT */ 368 369 /* Define to 1 if you have the `_chsize' function. */ 370 /* #undef HAVE__CHSIZE */ 371 372 /* Define to 1 if you have the `_chsize_s' function. */ 373 /* #undef HAVE__CHSIZE_S */ 374 375 /* Define to 1 if you have the `_filelengthi64' function. */ 376 /* #undef HAVE__FILELENGTHI64 */ 377 378 /* Define to 1 if you have the `_fileno' function. */ 379 /* #undef HAVE__FILENO */ 380 381 /* Define to 1 if you have the `_fseeki64' function. */ 382 /* #undef HAVE__FSEEKI64 */ 383 384 /* Define to 1 if you have the `_fstati64' function. */ 385 /* #undef HAVE__FSTATI64 */ 386 387 /* Define to 1 if you have the `_fullpath' function. */ 388 /* #undef HAVE__FULLPATH */ 389 390 /* Define to 1 if you have the `_snprintf' function. */ 391 /* #undef HAVE__SNPRINTF */ 392 393 /* Define to 1 if you have the `_stati64' function. */ 394 /* #undef HAVE__STATI64 */ 395 396 /* Define to 1 if you have the `_vsnprintf' function. */ 397 /* #undef HAVE__VSNPRINTF */ 398 399 /* Define to 1 if you have the `__bswap_16' intrinsic function. */ 400 /* #undef HAVE___BSWAP_16 */ 401 402 /* Define to 1 if you have the `__bswap_32' intrinsic function. */ 403 /* #undef HAVE___BSWAP_32 */ 404 405 /* Define to 1 if you have the `__bswap_64' intrinsic function. */ 406 /* #undef HAVE___BSWAP_64 */ 407 408 /* Define to 1 if you have the `__builtin_bswap16' intrinsic function. */ 409 #define HAVE___BUILTIN_BSWAP16 1 410 411 /* Define to 1 if you have the `__builtin_bswap32' intrinsic function. */ 412 #define HAVE___BUILTIN_BSWAP32 1 413 414 /* Define to 1 if you have the `__builtin_bswap64' intrinsic function. */ 415 #define HAVE___BUILTIN_BSWAP64 1 416 417 /* Define to 1 if you have the `__builtin_clz' intrinsic function. */ 418 #define HAVE___BUILTIN_CLZ 1 419 420 /* Define to 1 if you have the `__builtin_clzl' intrinsic function. */ 421 #define HAVE___BUILTIN_CLZL 1 422 423 /* Define to 1 if you have the `__builtin_clzll' intrinsic function. */ 424 #define HAVE___BUILTIN_CLZLL 1 425 426 /* Define to 1 if you have the `__builtin_constant_p' intrinsic function. */ 427 #define HAVE___BUILTIN_CONSTANT_P 1 428 429 /* Define to 1 if you have the `__builtin_expect' intrinsic function. */ 430 #define HAVE___BUILTIN_EXPECT 1 431 432 /* Define to 1 if you have the `__cpu_to_le16' intrinsic function. */ 433 /* #undef HAVE___CPU_TO_LE16 */ 434 435 /* Define to 1 if you have the `__cpu_to_le32' intrinsic function. */ 436 /* #undef HAVE___CPU_TO_LE32 */ 437 438 /* Define to 1 if you have the `__cpu_to_le64' intrinsic function. */ 439 /* #undef HAVE___CPU_TO_LE64 */ 440 441 /* Define to the address where bug reports for this package should be sent. */ 442 #define PACKAGE_BUGREPORT "" 443 444 /* Define to the full name of this package. */ 445 #define PACKAGE_NAME "" 446 447 /* Define to the full name and version of this package. */ 448 #define PACKAGE_STRING "" 449 450 /* Define to the one symbol short name of this package. */ 451 #define PACKAGE_TARNAME "" 452 453 /* Define to the home page for this package. */ 454 #define PACKAGE_URL "" 455 456 /* Define to the version of this package. */ 457 #define PACKAGE_VERSION "" 458 459 /* Define to 1 if you have the ANSI C header files. */ 460 #define STDC_HEADERS 1 461 462 /* Enable extensions on AIX 3, Interix. */ 463 #ifndef _ALL_SOURCE 464 #define _ALL_SOURCE 1 465 #endif 466 /* Enable GNU extensions on systems that have them. */ 467 #ifndef _GNU_SOURCE 468 #define _GNU_SOURCE 1 469 #endif 470 /* Enable threading extensions on Solaris. */ 471 #ifndef _POSIX_PTHREAD_SEMANTICS 472 #define _POSIX_PTHREAD_SEMANTICS 1 473 #endif 474 /* Enable extensions on HP NonStop. */ 475 #ifndef _TANDEM_SOURCE 476 #define _TANDEM_SOURCE 1 477 #endif 478 /* Enable general extensions on Solaris. */ 479 #ifndef __EXTENSIONS__ 480 #define __EXTENSIONS__ 1 481 #endif 482 483 /* Define to 1 if your processor stores words with the most significant byte 484 first (like Motorola and SPARC, unlike Intel and VAX). */ 485 /* #undef WORDS_BIGENDIAN */ 486 487 /* Define to 1 if your processor stores words with the least significant byte 488 first (like Intel and VAX, unlike Motorola and SPARC). */ 489 #define WORDS_LITTLEENDIAN 1 490 491 /* Enable large inode numbers on Mac OS X 10.5. */ 492 #ifndef _DARWIN_USE_64_BIT_INODE 493 #define _DARWIN_USE_64_BIT_INODE 1 494 #endif 495 496 /* Number of bits in a file offset, on hosts where this is settable. */ 497 /* #undef _FILE_OFFSET_BITS */ 498 499 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 500 /* #undef _LARGEFILE_SOURCE */ 501 502 /* Define for large files, on AIX-style hosts. */ 503 /* #undef _LARGE_FILES */ 504 505 /* Define to 1 if on MINIX. */ 506 /* #undef _MINIX */ 507 508 /* Define to 2 if the system does not provide POSIX.1 features except with 509 this defined. */ 510 /* #undef _POSIX_1_SOURCE */ 511 512 /* Define to 1 if you need to in order for `stat' and other things to work. */ 513 /* #undef _POSIX_SOURCE */ 514 515 /* Define to empty if `const' does not conform to ANSI C. */ 516 /* #undef const */ 517 518 /* Define to `__inline__' or `__inline' if that's what the C compiler 519 calls it, or to nothing if 'inline' is not supported under any name. */ 520 #ifndef __cplusplus 521 /* #undef inline */ 522 #endif 523 524 /* Define to the equivalent of the C99 'restrict' keyword, or to 525 nothing if this is not supported. Do not define if restrict is 526 supported directly. */ 527 #define restrict __restrict 528 /* Work around a bug in Sun C++: it does not support _Restrict or 529 __restrict__, even though the corresponding Sun C compiler ends up with 530 "#define restrict _Restrict" or "#define restrict __restrict__" in the 531 previous line. Perhaps some future version of Sun C++ will work with 532 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ 533 #if defined __SUNPRO_CC && !defined __RESTRICT 534 #define _Restrict 535 #define __restrict__ 536 #endif 537 538 /* Define to `unsigned int' if <sys/types.h> does not define. */ 539 /* #undef size_t */ 540 541 /* Define to the type of an unsigned integer type wide enough to hold a 542 pointer, if such a type exists, and if the system does not define it. */ 543 /* #undef uintptr_t */ 544