123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827 |
- /* config/config.h. Generated from config.h.in by configure. */
- /* config/config.h.in. Generated from configure.ac by autoheader. */
- /* Define to 1 to call abort() on panics (internal errors), for debugging. */
- /* #undef ABORT_ON_PANIC */
- /* Define if building universal (internal helper macro) */
- /* #undef AC_APPLE_UNIVERSAL_BUILD */
- /* Define to 1 if compiled with the `-fdata-sections' compiler flag */
- #define CFLAGS_FDATA_SECTIONS 1
- /* Define to 1 if compiled with the `-ffunction-sections' compiler flag */
- #define CFLAGS_FFUNCTION_SECTIONS 1
- /* Define to 1 if compiled with the `-fgnu89-inline' compiler flag */
- /* #undef CFLAGS_FGNU89_INLINE */
- /* Define to 1 if compiled with the `-flto' compiler flag */
- /* #undef CFLAGS_FLTO */
- /* Define to 1 if compiled with the `-fno-common' compiler flag */
- #define CFLAGS_FNO_COMMON 1
- /* Define to 1 if compiled with the `-fno-omit-frame-pointer' compiler flag */
- /* #undef CFLAGS_FNO_OMIT_FRAME_POINTER */
- /* Define to 1 if compiled with the `-fsanitize=address' compiler flag */
- /* #undef CFLAGS_FSANITIZE_ADDRESS */
- /* Define to 1 if compiled with the `-fsanitize=undefined' compiler flag */
- /* #undef CFLAGS_FSANITIZE_UNDEFINED */
- /* Define to 1 if compiled with the `-ftrivial-auto-var-init=zero' compiler
- flag */
- /* #undef CFLAGS_FTRIVIAL_AUTO_VAR_INIT_ZERO */
- /* Define to 1 if compiled with the `-fvisibility=hidden' compiler flag */
- #define CFLAGS_FVISIBILITY_HIDDEN 1
- /* Define to 1 if compiled with the `-fwrapv' compiler flag */
- #define CFLAGS_FWRAPV 1
- /* Define to 1 if compiled with the `-ggdb3' compiler flag */
- /* #undef CFLAGS_GGDB3 */
- /* Define to 1 if compiled with the `-O0' compiler flag */
- /* #undef CFLAGS_O0 */
- /* Define to 1 if compiled with the `-pedantic' compiler flag */
- #define CFLAGS_PEDANTIC 1
- /* Define to 1 if compiled with the `-pg' compiler flag */
- /* #undef CFLAGS_PG */
- /* Define to 1 if compiled with the `-std=c11' compiler flag */
- /* #undef CFLAGS_STD_C11 */
- /* Define to 1 if compiled with the `-std=c17' compiler flag */
- #define CFLAGS_STD_C17 1
- /* Define to 1 if compiled with the `-std=c99' compiler flag */
- /* #undef CFLAGS_STD_C99 */
- /* Define to 1 if compiled with the `-U__STRICT_ANSI__' compiler flag */
- #define CFLAGS_U_STRICT_ANSI 1
- /* Define to 1 if compiled with the `-W' compiler flag */
- #define CFLAGS_W 1
- /* Define to 1 if compiled with the `-Wall' compiler flag */
- #define CFLAGS_WALL 1
- /* Define to 1 if compiled with the `-Wc90-c99-compat' compiler flag */
- /* #undef CFLAGS_WC90_C99_COMPAT */
- /* Define to 1 if compiled with the `-Wc99-compat' compiler flag */
- #define CFLAGS_WC99_COMPAT 1
- /* Define to 1 if compiled with the `-Wc99-extensions' compiler flag */
- #define CFLAGS_WC99_EXTENSIONS 1
- /* Define to 1 if compiled with the `-Werror' compiler flag */
- /* #undef CFLAGS_WERROR */
- /* Define to 1 if compiled with the `-Werror=attributes' compiler flag */
- #define CFLAGS_WERROR_ATTRIBUTES 1
- /* Define to 1 if compiled with the `-Werror=comment' compiler flag */
- #define CFLAGS_WERROR_COMMENT 1
- /* Define to 1 if compiled with the `-Werror=implicit' compiler flag */
- #define CFLAGS_WERROR_IMPLICIT 1
- /* Define to 1 if compiled with the `-Werror=missing-braces' compiler flag */
- #define CFLAGS_WERROR_MISSING_BRACES 1
- /* Define to 1 if compiled with the `-Werror=missing-declarations' compiler
- flag */
- #define CFLAGS_WERROR_MISSING_DECLARATIONS 1
- /* Define to 1 if compiled with the `-Werror=missing-prototypes' compiler flag
- */
- #define CFLAGS_WERROR_MISSING_PROTOTYPES 1
- /* Define to 1 if compiled with the `-Werror=pointer-arith' compiler flag */
- #define CFLAGS_WERROR_POINTER_ARITH 1
- /* Define to 1 if compiled with the `-Werror=return-type' compiler flag */
- #define CFLAGS_WERROR_RETURN_TYPE 1
- /* Define to 1 if compiled with the `-Werror=strict-prototypes' compiler flag
- */
- #define CFLAGS_WERROR_STRICT_PROTOTYPES 1
- /* Define to 1 if compiled with the `-Werror=trigraphs' compiler flag */
- #define CFLAGS_WERROR_TRIGRAPHS 1
- /* Define to 1 if compiled with the `-Werror=unknown-warning-option' compiler
- flag */
- #define CFLAGS_WERROR_UNKNOWN_WARNING_OPTION 1
- /* Define to 1 if compiled with the `-Werror=vla' compiler flag */
- #define CFLAGS_WERROR_VLA 1
- /* Define to 1 if compiled with the `-Wlong-long' compiler flag */
- #define CFLAGS_WLONG_LONG 1
- /* Define to 1 if compiled with the `-Wpedantic-ms-format' compiler flag */
- /* #undef CFLAGS_WPEDANTIC_MS_FORMAT */
- /* Define to 1 if compiled with the `-Wshift-negative-value' compiler flag */
- #define CFLAGS_WSHIFT_NEGATIVE_VALUE 1
- /* Define to 1 if compiled with the `-Wstringop-truncation' compiler flag */
- /* #undef CFLAGS_WSTRINGOP_TRUNCATION */
- /* Define to 1 if you have the `access' function. */
- #define HAVE_ACCESS 1
- /* Define to 1 if you have the `canonicalize_file_name' function. */
- #define HAVE_CANONICALIZE_FILE_NAME 1
- /* Define to 1 if you have the `cpu_to_le16' intrinsic function. */
- /* #undef HAVE_CPU_TO_LE16 */
- /* Define to 1 if you have the `cpu_to_le32' intrinsic function. */
- /* #undef HAVE_CPU_TO_LE32 */
- /* Define to 1 if you have the `cpu_to_le64' intrinsic function. */
- /* #undef HAVE_CPU_TO_LE64 */
- /* Define to 1 if you have the declaration of `strcasecmp', and to 0 if you
- don't. */
- #define HAVE_DECL_STRCASECMP 1
- /* Define to 1 if you have the declaration of `stricmp', and to 0 if you
- don't. */
- #define HAVE_DECL_STRICMP 0
- /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
- don't. */
- #define HAVE_DECL_STRLCPY 0
- /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
- don't. */
- #define HAVE_DECL_STRNCASECMP 1
- /* Define to 1 if you have the declaration of `strnicmp', and to 0 if you
- don't. */
- #define HAVE_DECL_STRNICMP 0
- /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
- don't. */
- #define HAVE_DECL_STRNLEN 1
- /* Define to 1 if you have the declaration of `strrchrnul', and to 0 if you
- don't. */
- #define HAVE_DECL_STRRCHRNUL 0
- /* Define to 1 if you have the declaration of `strsep', and to 0 if you don't.
- */
- #define HAVE_DECL_STRSEP 1
- /* Define to 1 if you have the <endian.h> header file. */
- #define HAVE_ENDIAN_H 1
- /* Define to 1 if you have the `faccessat' function. */
- #define HAVE_FACCESSAT 1
- /* Define to 1 if you have the <fcntl.h> header file. */
- #define HAVE_FCNTL_H 1
- /* Define to 1 if you have the `fileno' function. */
- #define HAVE_FILENO 1
- /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
- #define HAVE_FSEEKO 1
- /* Define to 1 if you have the `fstat' function. */
- #define HAVE_FSTAT 1
- /* Define to 1 if you have the `ftruncate' function. */
- #define HAVE_FTRUNCATE 1
- /* Define to 1 if your compiler supports __attribute__((alloc_size)) on
- functions */
- #define HAVE_FUNC_ATTRIBUTE1_ALLOC_SIZE 1
- /* Define to 1 if your compiler supports __attribute__((alloc_size)) on
- functions */
- /* #undef HAVE_FUNC_ATTRIBUTE2_ALLOC_SIZE */
- /* Define to 1 if your compiler supports __attribute__((format)) on functions
- */
- #define HAVE_FUNC_ATTRIBUTE3_FORMAT 1
- /* Define to 1 if your compiler supports __attribute__((cold)) on functions */
- #define HAVE_FUNC_ATTRIBUTE_COLD 1
- /* Define to 1 if your compiler supports __attribute__((const)) on functions
- */
- #define HAVE_FUNC_ATTRIBUTE_CONST 1
- /* Define to 1 if your compiler supports __attribute__((error)) on functions
- */
- /* #undef HAVE_FUNC_ATTRIBUTE_ERROR */
- /* Define to 1 if your compiler supports __attribute__((malloc)) on functions
- */
- #define HAVE_FUNC_ATTRIBUTE_MALLOC 1
- /* Define to 1 if your compiler supports __attribute__((noreturn)) on
- functions */
- #define HAVE_FUNC_ATTRIBUTE_NORETURN 1
- /* Define to 1 if your compiler supports __attribute__((pure)) on functions */
- #define HAVE_FUNC_ATTRIBUTE_PURE 1
- /* Define to 1 if your compiler supports __attribute__((returns_nonnull)) on
- functions */
- #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1
- /* Define to 1 if your compiler supports __attribute__((sentinel)) on
- functions */
- #define HAVE_FUNC_ATTRIBUTE_SENTINEL 1
- /* Define to 1 if your compiler supports __attribute__((unused)) on functions
- */
- #define HAVE_FUNC_ATTRIBUTE_UNUSED 1
- /* Define to 1 if your compiler supports __attribute__((alloc_size)) on
- function pointers */
- /* #undef HAVE_FUNC_PTR_ATTRIBUTE1_ALLOC_SIZE */
- /* Define to 1 if your compiler supports __attribute__((alloc_size)) on
- function pointers */
- /* #undef HAVE_FUNC_PTR_ATTRIBUTE2_ALLOC_SIZE */
- /* Define to 1 if your compiler supports __attribute__((format)) on function
- pointers */
- #define HAVE_FUNC_PTR_ATTRIBUTE3_FORMAT 1
- /* Define to 1 if your compiler supports __attribute__((cold)) on function
- pointers */
- /* #undef HAVE_FUNC_PTR_ATTRIBUTE_COLD */
- /* Define to 1 if your compiler supports __attribute__((const)) on function
- pointers */
- #define HAVE_FUNC_PTR_ATTRIBUTE_CONST 1
- /* Define to 1 if your compiler supports __attribute__((malloc)) on function
- pointers */
- /* #undef HAVE_FUNC_PTR_ATTRIBUTE_MALLOC */
- /* Define to 1 if your compiler supports __attribute__((noreturn)) on function
- pointers */
- #define HAVE_FUNC_PTR_ATTRIBUTE_NORETURN 1
- /* Define to 1 if your compiler supports __attribute__((pure)) on function
- pointers */
- #define HAVE_FUNC_PTR_ATTRIBUTE_PURE 1
- /* Define to 1 if your compiler supports __attribute__((returns_nonnull)) on
- function pointers */
- /* #undef HAVE_FUNC_PTR_ATTRIBUTE_RETURNS_NONNULL */
- /* Define to 1 if your compiler supports __attribute__((sentinel)) on function
- pointers */
- /* #undef HAVE_FUNC_PTR_ATTRIBUTE_SENTINEL */
- /* Define to 1 if your compiler supports __attribute__((unused)) on function
- pointers */
- #define HAVE_FUNC_PTR_ATTRIBUTE_UNUSED 1
- /* Define to 1 if you have the `getgid' function. */
- #define HAVE_GETGID 1
- /* Define to 1 if you have the `getpagesize' function. */
- #define HAVE_GETPAGESIZE 1
- /* Define to 1 if you have the `getrlimit' function. */
- #define HAVE_GETRLIMIT 1
- /* Define to 1 if you have the `getuid' function. */
- #define HAVE_GETUID 1
- /* Define to 1 if you have the `htole16' intrinsic function. */
- #define HAVE_HTOLE16 1
- /* Define to 1 if you have the `htole32' intrinsic function. */
- #define HAVE_HTOLE32 1
- /* Define to 1 if you have the `htole64' intrinsic function. */
- #define HAVE_HTOLE64 1
- /* Define to 1 if you have the <intrin.h> header file. */
- /* #undef HAVE_INTRIN_H */
- /* Define to 1 if you have the <inttypes.h> header file. */
- #define HAVE_INTTYPES_H 1
- /* Define to 1 if you have the <io.h> header file. */
- /* #undef HAVE_IO_H */
- /* Define to 1 if you have the `isascii' function. */
- #define HAVE_ISASCII 1
- /* Define to 1 if you have the `iscntrl' function. */
- /* #undef HAVE_ISCNTRL */
- /* Define to 1 if you have the <machine/endian.h> header file. */
- /* #undef HAVE_MACHINE_ENDIAN_H */
- /* Define to 1 if you have the <memory.h> header file. */
- #define HAVE_MEMORY_H 1
- /* Define to 1 if you have the `mempcpy' function. */
- #define HAVE_MEMPCPY 1
- /* Define to 1 if you have a working `mmap' system call. */
- #define HAVE_MMAP 1
- /* Define to 1 if you have the `pathconf' function. */
- #define HAVE_PATHCONF 1
- /* Define to 1 if you have the `realpath' function. */
- #define HAVE_REALPATH 1
- /* Define to 1 if you have some version of the snprintf function. */
- #define HAVE_SNPRINTF 1
- /* Define to 1 if you have the `stat' function. */
- #define HAVE_STAT 1
- /* Define to 1 if you have the <stdarg.h> header file. */
- #define HAVE_STDARG_H 1
- /* Define to 1 if stdbool.h conforms to C99. */
- /* #undef HAVE_STDBOOL_H */
- /* Define to 1 if your compiler supports C99 extern inline */
- #define HAVE_STDC_INLINE 1
- /* Define to 1 if you have the <stdint.h> header file. */
- #define HAVE_STDINT_H 1
- /* Define to 1 if you have the <stdlib.h> header file. */
- #define HAVE_STDLIB_H 1
- /* Define to 1 if you have the <stdnoreturn.h> header file. */
- #define HAVE_STDNORETURN_H 1
- /* Define to 1 if you have the `strcasecmp' function. */
- #define HAVE_STRCASECMP 1
- /* Define to 1 if you have the `stricmp' function. */
- /* #undef HAVE_STRICMP */
- /* Define to 1 if you have the <strings.h> header file. */
- #define HAVE_STRINGS_H 1
- /* Define to 1 if you have the <string.h> header file. */
- #define HAVE_STRING_H 1
- /* Define to 1 if you have the `strlcpy' function. */
- /* #undef HAVE_STRLCPY */
- /* Define to 1 if you have the `strncasecmp' function. */
- #define HAVE_STRNCASECMP 1
- /* Define to 1 if you have the `strnicmp' function. */
- /* #undef HAVE_STRNICMP */
- /* Define to 1 if you have the `strnlen' function. */
- #define HAVE_STRNLEN 1
- /* Define to 1 if you have the `strrchrnul' function. */
- /* #undef HAVE_STRRCHRNUL */
- /* Define to 1 if you have the `strsep' function. */
- #define HAVE_STRSEP 1
- /* Define to 1 if the system has the type `struct stat'. */
- #define HAVE_STRUCT_STAT 1
- /* Define to 1 if the system has the type `struct _stati64'. */
- /* #undef HAVE_STRUCT__STATI64 */
- /* Define to 1 if you have the `sysconf' function. */
- #define HAVE_SYSCONF 1
- /* Define to 1 if you have the <sys/endian.h> header file. */
- /* #undef HAVE_SYS_ENDIAN_H */
- /* Define to 1 if you have the <sys/mman.h> header file. */
- #define HAVE_SYS_MMAN_H 1
- /* Define to 1 if you have the <sys/param.h> header file. */
- #define HAVE_SYS_PARAM_H 1
- /* Define to 1 if you have the <sys/resource.h> header file. */
- #define HAVE_SYS_RESOURCE_H 1
- /* Define to 1 if you have the <sys/stat.h> header file. */
- #define HAVE_SYS_STAT_H 1
- /* Define to 1 if you have the <sys/types.h> header file. */
- #define HAVE_SYS_TYPES_H 1
- /* Define to 1 if you have the `S_ISREG' function. */
- /* #undef HAVE_S_ISREG */
- /* Define to 1 if you have some version of the typeof operator. */
- #define HAVE_TYPEOF 1
- /* Define to 1 if the system has the type `uintptr_t'. */
- #define HAVE_UINTPTR_T 1
- /* Define to 1 if you have the <unistd.h> header file. */
- #define HAVE_UNISTD_H 1
- /* Define to 1 if you have some version of the vsnprintf function. */
- #define HAVE_VSNPRINTF 1
- /* Define to 1 if you have the `_access' function. */
- /* #undef HAVE__ACCESS */
- /* Define to 1 if you have the `_BitScanReverse' intrinsic function. */
- /* #undef HAVE__BITSCANREVERSE */
- /* Define to 1 if you have the `_BitScanReverse64' intrinsic function. */
- /* #undef HAVE__BITSCANREVERSE64 */
- /* Define to 1 if the system has the type `_Bool'. */
- #define HAVE__BOOL 1
- /* Define to 1 if you have the `_byteswap_uint64' intrinsic function. */
- /* #undef HAVE__BYTESWAP_UINT64 */
- /* Define to 1 if you have the `_byteswap_ulong' intrinsic function. */
- /* #undef HAVE__BYTESWAP_ULONG */
- /* Define to 1 if you have the `_byteswap_ushort' intrinsic function. */
- /* #undef HAVE__BYTESWAP_USHORT */
- /* Define to 1 if you have the `_chsize' function. */
- /* #undef HAVE__CHSIZE */
- /* Define to 1 if you have the `_chsize_s' function. */
- /* #undef HAVE__CHSIZE_S */
- /* Define to 1 if you have the `_fileno' function. */
- /* #undef HAVE__FILENO */
- /* Define to 1 if you have the `_fseeki64' function. */
- /* #undef HAVE__FSEEKI64 */
- /* Define to 1 if you have the `_fstati64' function. */
- /* #undef HAVE__FSTATI64 */
- /* Define to 1 if you have the `_fullpath' function. */
- /* #undef HAVE__FULLPATH */
- /* Define to 1 if you have the `_stati64' function. */
- /* #undef HAVE__STATI64 */
- /* Define to 1 if you have the `__bswap_16' intrinsic function. */
- #define HAVE___BSWAP_16 1
- /* Define to 1 if you have the `__bswap_32' intrinsic function. */
- #define HAVE___BSWAP_32 1
- /* Define to 1 if you have the `__bswap_64' intrinsic function. */
- #define HAVE___BSWAP_64 1
- /* Define to 1 if you have the `__builtin_bswap16' intrinsic function. */
- #define HAVE___BUILTIN_BSWAP16 1
- /* Define to 1 if you have the `__builtin_bswap32' intrinsic function. */
- #define HAVE___BUILTIN_BSWAP32 1
- /* Define to 1 if you have the `__builtin_bswap64' intrinsic function. */
- #define HAVE___BUILTIN_BSWAP64 1
- /* Define to 1 if you have the `__builtin_choose_expr' intrinsic function. */
- #define HAVE___BUILTIN_CHOOSE_EXPR 1
- /* Define to 1 if you have the `__builtin_clz' intrinsic function. */
- #define HAVE___BUILTIN_CLZ 1
- /* Define to 1 if you have the `__builtin_clzl' intrinsic function. */
- #define HAVE___BUILTIN_CLZL 1
- /* Define to 1 if you have the `__builtin_clzll' intrinsic function. */
- #define HAVE___BUILTIN_CLZLL 1
- /* Define to 1 if you have the `__builtin_constant_p' intrinsic function. */
- #define HAVE___BUILTIN_CONSTANT_P 1
- /* Define to 1 if you have the `__builtin_expect' intrinsic function. */
- #define HAVE___BUILTIN_EXPECT 1
- /* Define to 1 if you have the `__cpu_to_le16' intrinsic function. */
- /* #undef HAVE___CPU_TO_LE16 */
- /* Define to 1 if you have the `__cpu_to_le32' intrinsic function. */
- /* #undef HAVE___CPU_TO_LE32 */
- /* Define to 1 if you have the `__cpu_to_le64' intrinsic function. */
- /* #undef HAVE___CPU_TO_LE64 */
- /* Define to 1 if compiled with the `-Wl,--gc-sections' compiler flag */
- #define LDFLAGS_WL_GC_SECTIONS 1
- /* Define to the address where bug reports for this package should be sent. */
- #define PACKAGE_BUGREPORT ""
- /* Define to the full name of this package. */
- #define PACKAGE_NAME ""
- /* Define to the full name and version of this package. */
- #define PACKAGE_STRING ""
- /* Define to the one symbol short name of this package. */
- #define PACKAGE_TARNAME ""
- /* Define to the home page for this package. */
- #define PACKAGE_URL ""
- /* Define to the version of this package. */
- #define PACKAGE_VERSION ""
- /* Define to 1 if you have the ANSI C header files. */
- #define STDC_HEADERS 1
- /* Enable extensions on AIX 3, Interix. */
- #ifndef _ALL_SOURCE
- # define _ALL_SOURCE 1
- #endif
- /* Enable GNU extensions on systems that have them. */
- #ifndef _GNU_SOURCE
- # define _GNU_SOURCE 1
- #endif
- /* Enable threading extensions on Solaris. */
- #ifndef _POSIX_PTHREAD_SEMANTICS
- # define _POSIX_PTHREAD_SEMANTICS 1
- #endif
- /* Enable extensions on HP NonStop. */
- #ifndef _TANDEM_SOURCE
- # define _TANDEM_SOURCE 1
- #endif
- /* Enable general extensions on Solaris. */
- #ifndef __EXTENSIONS__
- # define __EXTENSIONS__ 1
- #endif
- /* Define to 1 if your processor stores words with the most significant byte
- first (like Motorola and SPARC, unlike Intel and VAX). */
- /* #undef WORDS_BIGENDIAN */
- /* Define to 1 if your processor stores words with the least significant byte
- first (like Intel and VAX, unlike Motorola and SPARC). */
- #define WORDS_LITTLEENDIAN 1
- /* Enable large inode numbers on Mac OS X 10.5. */
- #ifndef _DARWIN_USE_64_BIT_INODE
- # define _DARWIN_USE_64_BIT_INODE 1
- #endif
- /* Number of bits in a file offset, on hosts where this is settable. */
- /* #undef _FILE_OFFSET_BITS */
- /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
- /* #undef _LARGEFILE_SOURCE */
- /* Define for large files, on AIX-style hosts. */
- /* #undef _LARGE_FILES */
- /* Define to 1 if on MINIX. */
- /* #undef _MINIX */
- /* Define to 2 if the system does not provide POSIX.1 features except with
- this defined. */
- /* #undef _POSIX_1_SOURCE */
- /* Define to 1 if you need to in order for `stat' and other things to work. */
- /* #undef _POSIX_SOURCE */
- /* Define to empty if `const' does not conform to ANSI C. */
- /* #undef const */
- /* Define to `__inline__' or `__inline' if that's what the C compiler
- calls it, or to nothing if 'inline' is not supported under any name. */
- #ifndef __cplusplus
- /* #undef inline */
- #endif
- /* Define to the equivalent of the C99 'restrict' keyword, or to
- nothing if this is not supported. Do not define if restrict is
- supported directly. */
- #define restrict __restrict
- /* Work around a bug in Sun C++: it does not support _Restrict or
- __restrict__, even though the corresponding Sun C compiler ends up with
- "#define restrict _Restrict" or "#define restrict __restrict__" in the
- previous line. Perhaps some future version of Sun C++ will work with
- restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
- #if defined __SUNPRO_CC && !defined __RESTRICT
- # define _Restrict
- # define __restrict__
- #endif
- /* Define to `unsigned int' if <sys/types.h> does not define. */
- /* #undef size_t */
- /* Define if your snprintf function is not named snprintf. */
- /* #undef snprintf */
- /* Define if your typeof operator is not named typeof. */
- #define typeof __typeof
- /* Define to the type of an unsigned integer type wide enough to hold a
- pointer, if such a type exists, and if the system does not define it. */
- /* #undef uintptr_t */
- /* Define if your vsnprintf function is not named vsnprintf. */
- /* #undef vsnprintf */
- /* Begin unconfig.h */
- #ifndef alloc_size_func2
- # ifdef HAVE_FUNC_ATTRIBUTE2_ALLOC_SIZE
- # define alloc_size_func2(x1,x2) __attribute__((alloc_size(x1,x2)))
- # else
- # define alloc_size_func2(x1,x2)
- # endif
- #endif
- #ifndef alloc_size_func2_ptr
- # ifdef HAVE_FUNC_PTR_ATTRIBUTE2_ALLOC_SIZE
- # define alloc_size_func2_ptr(x1,x2) __attribute__((alloc_size(x1,x2)))
- # else
- # define alloc_size_func2_ptr(x1,x2)
- # endif
- #endif
- #ifndef end_with_null
- # ifdef HAVE_FUNC_ATTRIBUTE_SENTINEL
- # define end_with_null __attribute__((sentinel))
- # else
- # define end_with_null
- # endif
- #endif
- #ifndef end_with_null_ptr
- # ifdef HAVE_FUNC_PTR_ATTRIBUTE_SENTINEL
- # define end_with_null_ptr __attribute__((sentinel))
- # else
- # define end_with_null_ptr
- # endif
- #endif
- #ifndef format_func3
- # ifdef HAVE_FUNC_ATTRIBUTE3_FORMAT
- # define format_func3(x1,x2,x3) __attribute__((format(x1,x2,x3)))
- # else
- # define format_func3(x1,x2,x3)
- # endif
- #endif
- #ifndef format_func3_ptr
- # ifdef HAVE_FUNC_PTR_ATTRIBUTE3_FORMAT
- # define format_func3_ptr(x1,x2,x3) __attribute__((format(x1,x2,x3)))
- # else
- # define format_func3_ptr(x1,x2,x3)
- # endif
- #endif
- #ifndef const_func
- # ifdef HAVE_FUNC_ATTRIBUTE_CONST
- # define const_func __attribute__((const))
- # else
- # define const_func
- # endif
- #endif
- #ifndef const_func_ptr
- # ifdef HAVE_FUNC_PTR_ATTRIBUTE_CONST
- # define const_func_ptr __attribute__((const))
- # else
- # define const_func_ptr
- # endif
- #endif
- #ifndef pure_func
- # ifdef HAVE_FUNC_ATTRIBUTE_PURE
- # define pure_func __attribute__((pure))
- # else
- # define pure_func
- # endif
- #endif
- #ifndef pure_func_ptr
- # ifdef HAVE_FUNC_PTR_ATTRIBUTE_PURE
- # define pure_func_ptr __attribute__((pure))
- # else
- # define pure_func_ptr
- # endif
- #endif
- #ifndef noreturn_func
- # ifdef HAVE_FUNC_ATTRIBUTE_NORETURN
- # define noreturn_func __attribute__((noreturn))
- # else
- # define noreturn_func
- # endif
- #endif
- #ifndef unlikely_func
- # ifdef HAVE_FUNC_ATTRIBUTE_COLD
- # define unlikely_func __attribute__((cold))
- # else
- # define unlikely_func
- # endif
- #endif
- #ifndef unlikely_func_ptr
- # ifdef HAVE_FUNC_PTR_ATTRIBUTE_COLD
- # define unlikely_func_ptr __attribute__((cold))
- # else
- # define unlikely_func_ptr
- # endif
- #endif
- #ifndef unused_func
- # ifdef HAVE_FUNC_ATTRIBUTE_UNUSED
- # define unused_func __attribute__((unused))
- # else
- # define unused_func
- # endif
- #endif
- #ifndef unused_func_ptr
- # ifdef HAVE_FUNC_PTR_ATTRIBUTE_UNUSED
- # define unused_func_ptr __attribute__((unused))
- # else
- # define unused_func_ptr
- # endif
- #endif
- #ifndef noreturn_func_ptr
- # ifdef HAVE_FUNC_PTR_ATTRIBUTE_NORETURN
- # define noreturn_func_ptr __attribute__((noreturn))
- # else
- # define noreturn_func_ptr
- # endif
- #endif
- #ifndef never_null
- # ifdef HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL
- # define never_null __attribute__((returns_nonnull))
- # else
- # define never_null
- # endif
- #endif
- #ifndef never_null_ptr
- # ifdef HAVE_FUNC_PTR_ATTRIBUTE_RETURNS_NONNULL
- # define never_null_ptr __attribute__((returns_nonnull))
- # else
- # define never_null_ptr
- # endif
- #endif
- #ifndef malloc_func
- # ifdef HAVE_FUNC_ATTRIBUTE_MALLOC
- # define malloc_func __attribute__((malloc))
- # else
- # define malloc_func
- # endif
- #endif
- #ifndef malloc_func_ptr
- # ifdef HAVE_FUNC_PTR_ATTRIBUTE_MALLOC
- # define malloc_func_ptr __attribute__((malloc))
- # else
- # define malloc_func_ptr
- # endif
- #endif
- #ifndef alloc_size_func1
- # ifdef HAVE_FUNC_ATTRIBUTE1_ALLOC_SIZE
- # define alloc_size_func1(x1) __attribute__((alloc_size(x1)))
- # else
- # define alloc_size_func1(x1)
- # endif
- #endif
- #ifndef alloc_size_func1_ptr
- # ifdef HAVE_FUNC_PTR_ATTRIBUTE1_ALLOC_SIZE
- # define alloc_size_func1_ptr(x1) __attribute__((alloc_size(x1)))
- # else
- # define alloc_size_func1_ptr(x1)
- # endif
- #endif
|