Blame config.h.in

Packit 06dd63
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit 06dd63
Packit 06dd63
/* Define if building universal (internal helper macro) */
Packit 06dd63
#undef AC_APPLE_UNIVERSAL_BUILD
Packit 06dd63
Packit 06dd63
/* Define to the number of bits in type 'ptrdiff_t'. */
Packit 06dd63
#undef BITSIZEOF_PTRDIFF_T
Packit 06dd63
Packit 06dd63
/* Define to the number of bits in type 'sig_atomic_t'. */
Packit 06dd63
#undef BITSIZEOF_SIG_ATOMIC_T
Packit 06dd63
Packit 06dd63
/* Define to the number of bits in type 'size_t'. */
Packit 06dd63
#undef BITSIZEOF_SIZE_T
Packit 06dd63
Packit 06dd63
/* Define to the number of bits in type 'wchar_t'. */
Packit 06dd63
#undef BITSIZEOF_WCHAR_T
Packit 06dd63
Packit 06dd63
/* Define to the number of bits in type 'wint_t'. */
Packit 06dd63
#undef BITSIZEOF_WINT_T
Packit 06dd63
Packit 06dd63
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
Packit 06dd63
   systems. This function is required for `alloca.c' support on those systems.
Packit 06dd63
   */
Packit 06dd63
#undef CRAY_STACKSEG_END
Packit 06dd63
Packit 06dd63
/* Define to 1 if using `alloca.c'. */
Packit 06dd63
#undef C_ALLOCA
Packit 06dd63
Packit 06dd63
/* Define to 1 if the C locale may have encoding errors. */
Packit 06dd63
#undef C_LOCALE_MAYBE_EILSEQ
Packit 06dd63
Packit 06dd63
/* Define as the bit index in the word where to find bit 0 of the exponent of
Packit 06dd63
   'double'. */
Packit 06dd63
#undef DBL_EXPBIT0_BIT
Packit 06dd63
Packit 06dd63
/* Define as the word index where to find the exponent of 'double'. */
Packit 06dd63
#undef DBL_EXPBIT0_WORD
Packit 06dd63
Packit 06dd63
/* Define to 1 if // is a file system root distinct from /. */
Packit 06dd63
#undef DOUBLE_SLASH_IS_DISTINCT_ROOT
Packit 06dd63
Packit 06dd63
/* whether debugging is enabled */
Packit 06dd63
#undef ENABLE_DEBUG
Packit 06dd63
Packit 06dd63
/* Define this to 1 if F_DUPFD behavior does not match POSIX */
Packit 06dd63
#undef FCNTL_DUPFD_BUGGY
Packit 06dd63
Packit 06dd63
/* Define to nothing if C supports flexible array members, and to 1 if it does
Packit 06dd63
   not. That way, with a declaration like 'struct s { int n; double
Packit 06dd63
   d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
Packit 06dd63
   compilers. When computing the size of such an object, don't use 'sizeof
Packit 06dd63
   (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
Packit 06dd63
   instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
Packit 06dd63
   MSVC and with C++ compilers. */
Packit 06dd63
#undef FLEXIBLE_ARRAY_MEMBER
Packit 06dd63
Packit 06dd63
/* Enable compile-time and run-time bounds-checking, and some warnings,
Packit 06dd63
        without upsetting newer glibc. */
Packit 06dd63
     #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__
Packit 06dd63
     # define _FORTIFY_SOURCE 2
Packit 06dd63
     #endif
Packit 06dd63
    
Packit 06dd63
Packit 06dd63
/* Define to 1 if mkdir mistakenly creates a directory given with a trailing
Packit 06dd63
   dot component. */
Packit 06dd63
#undef FUNC_MKDIR_DOT_BUG
Packit 06dd63
Packit 06dd63
/* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */
Packit 06dd63
#undef FUNC_NL_LANGINFO_YESEXPR_WORKS
Packit 06dd63
Packit 06dd63
/* Define to 1 if realpath() can malloc memory, always gives an absolute path,
Packit 06dd63
   and handles trailing slash correctly. */
Packit 06dd63
#undef FUNC_REALPATH_WORKS
Packit 06dd63
Packit 06dd63
/* Define if gettimeofday clobbers the localtime buffer. */
Packit 06dd63
#undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
Packit 06dd63
Packit 06dd63
/* Define this to 'void' or 'struct timezone' to match the system's
Packit 06dd63
   declaration of the second argument to gettimeofday. */
Packit 06dd63
#undef GETTIMEOFDAY_TIMEZONE
Packit 06dd63
Packit 06dd63
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
Packit 06dd63
   whether the gnulib module canonicalize-lgpl shall be considered present. */
Packit 06dd63
#undef GNULIB_CANONICALIZE_LGPL
Packit 06dd63
Packit 06dd63
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
Packit 06dd63
   whether the gnulib module fscanf shall be considered present. */
Packit 06dd63
#undef GNULIB_FSCANF
Packit 06dd63
Packit 06dd63
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
Packit 06dd63
   whether the gnulib module lock shall be considered present. */
Packit 06dd63
#undef GNULIB_LOCK
Packit 06dd63
Packit 06dd63
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
Packit 06dd63
   whether the gnulib module msvc-nothrow shall be considered present. */
Packit 06dd63
#undef GNULIB_MSVC_NOTHROW
Packit 06dd63
Packit 06dd63
/* Define to 1 if printf and friends should be labeled with attribute
Packit 06dd63
   "__gnu_printf__" instead of "__printf__" */
Packit 06dd63
#undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU
Packit 06dd63
Packit 06dd63
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
Packit 06dd63
   whether the gnulib module scanf shall be considered present. */
Packit 06dd63
#undef GNULIB_SCANF
Packit 06dd63
Packit 06dd63
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
Packit 06dd63
   whether the gnulib module strerror shall be considered present. */
Packit 06dd63
#undef GNULIB_STRERROR
Packit 06dd63
Packit 06dd63
/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
Packit 06dd63
   whether the gnulib module strerror_r-posix shall be considered present. */
Packit 06dd63
#undef GNULIB_STRERROR_R_POSIX
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module accept should be tested. */
Packit 06dd63
#undef GNULIB_TEST_ACCEPT
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module bind should be tested. */
Packit 06dd63
#undef GNULIB_TEST_BIND
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module btowc should be tested. */
Packit 06dd63
#undef GNULIB_TEST_BTOWC
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module canonicalize_file_name should be tested.
Packit 06dd63
   */
Packit 06dd63
#undef GNULIB_TEST_CANONICALIZE_FILE_NAME
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module cloexec should be tested. */
Packit 06dd63
#undef GNULIB_TEST_CLOEXEC
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module close should be tested. */
Packit 06dd63
#undef GNULIB_TEST_CLOSE
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module connect should be tested. */
Packit 06dd63
#undef GNULIB_TEST_CONNECT
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module dup2 should be tested. */
Packit 06dd63
#undef GNULIB_TEST_DUP2
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module environ should be tested. */
Packit 06dd63
#undef GNULIB_TEST_ENVIRON
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module fcntl should be tested. */
Packit 06dd63
#undef GNULIB_TEST_FCNTL
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module fdopen should be tested. */
Packit 06dd63
#undef GNULIB_TEST_FDOPEN
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module fnmatch should be tested. */
Packit 06dd63
#undef GNULIB_TEST_FNMATCH
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module fstat should be tested. */
Packit 06dd63
#undef GNULIB_TEST_FSTAT
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module ftruncate should be tested. */
Packit 06dd63
#undef GNULIB_TEST_FTRUNCATE
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module getcwd should be tested. */
Packit 06dd63
#undef GNULIB_TEST_GETCWD
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module getdelim should be tested. */
Packit 06dd63
#undef GNULIB_TEST_GETDELIM
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module getdtablesize should be tested. */
Packit 06dd63
#undef GNULIB_TEST_GETDTABLESIZE
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module getline should be tested. */
Packit 06dd63
#undef GNULIB_TEST_GETLINE
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module getpagesize should be tested. */
Packit 06dd63
#undef GNULIB_TEST_GETPAGESIZE
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module gettimeofday should be tested. */
Packit 06dd63
#undef GNULIB_TEST_GETTIMEOFDAY
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module ioctl should be tested. */
Packit 06dd63
#undef GNULIB_TEST_IOCTL
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module listen should be tested. */
Packit 06dd63
#undef GNULIB_TEST_LISTEN
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module localeconv should be tested. */
Packit 06dd63
#undef GNULIB_TEST_LOCALECONV
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module localename should be tested. */
Packit 06dd63
#undef GNULIB_TEST_LOCALENAME
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module lstat should be tested. */
Packit 06dd63
#undef GNULIB_TEST_LSTAT
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module malloc-posix should be tested. */
Packit 06dd63
#undef GNULIB_TEST_MALLOC_POSIX
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module mbrtowc should be tested. */
Packit 06dd63
#undef GNULIB_TEST_MBRTOWC
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module mbsinit should be tested. */
Packit 06dd63
#undef GNULIB_TEST_MBSINIT
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module mbsrtowcs should be tested. */
Packit 06dd63
#undef GNULIB_TEST_MBSRTOWCS
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module mbtowc should be tested. */
Packit 06dd63
#undef GNULIB_TEST_MBTOWC
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module memchr should be tested. */
Packit 06dd63
#undef GNULIB_TEST_MEMCHR
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module mempcpy should be tested. */
Packit 06dd63
#undef GNULIB_TEST_MEMPCPY
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module mkstemp should be tested. */
Packit 06dd63
#undef GNULIB_TEST_MKSTEMP
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module nanosleep should be tested. */
Packit 06dd63
#undef GNULIB_TEST_NANOSLEEP
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module nl_langinfo should be tested. */
Packit 06dd63
#undef GNULIB_TEST_NL_LANGINFO
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module open should be tested. */
Packit 06dd63
#undef GNULIB_TEST_OPEN
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module perror should be tested. */
Packit 06dd63
#undef GNULIB_TEST_PERROR
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module pipe should be tested. */
Packit 06dd63
#undef GNULIB_TEST_PIPE
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module pthread_sigmask should be tested. */
Packit 06dd63
#undef GNULIB_TEST_PTHREAD_SIGMASK
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module putenv should be tested. */
Packit 06dd63
#undef GNULIB_TEST_PUTENV
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module raise should be tested. */
Packit 06dd63
#undef GNULIB_TEST_RAISE
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module rawmemchr should be tested. */
Packit 06dd63
#undef GNULIB_TEST_RAWMEMCHR
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module readlink should be tested. */
Packit 06dd63
#undef GNULIB_TEST_READLINK
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module realpath should be tested. */
Packit 06dd63
#undef GNULIB_TEST_REALPATH
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module select should be tested. */
Packit 06dd63
#undef GNULIB_TEST_SELECT
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module setenv should be tested. */
Packit 06dd63
#undef GNULIB_TEST_SETENV
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module setlocale should be tested. */
Packit 06dd63
#undef GNULIB_TEST_SETLOCALE
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module setsockopt should be tested. */
Packit 06dd63
#undef GNULIB_TEST_SETSOCKOPT
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module sigaction should be tested. */
Packit 06dd63
#undef GNULIB_TEST_SIGACTION
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module sigprocmask should be tested. */
Packit 06dd63
#undef GNULIB_TEST_SIGPROCMASK
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module sleep should be tested. */
Packit 06dd63
#undef GNULIB_TEST_SLEEP
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module socket should be tested. */
Packit 06dd63
#undef GNULIB_TEST_SOCKET
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module stat should be tested. */
Packit 06dd63
#undef GNULIB_TEST_STAT
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module stpcpy should be tested. */
Packit 06dd63
#undef GNULIB_TEST_STPCPY
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module stpncpy should be tested. */
Packit 06dd63
#undef GNULIB_TEST_STPNCPY
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module strchrnul should be tested. */
Packit 06dd63
#undef GNULIB_TEST_STRCHRNUL
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module strerror should be tested. */
Packit 06dd63
#undef GNULIB_TEST_STRERROR
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module strerror_r should be tested. */
Packit 06dd63
#undef GNULIB_TEST_STRERROR_R
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module strndup should be tested. */
Packit 06dd63
#undef GNULIB_TEST_STRNDUP
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module strnlen should be tested. */
Packit 06dd63
#undef GNULIB_TEST_STRNLEN
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module strstr should be tested. */
Packit 06dd63
#undef GNULIB_TEST_STRSTR
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module symlink should be tested. */
Packit 06dd63
#undef GNULIB_TEST_SYMLINK
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module unsetenv should be tested. */
Packit 06dd63
#undef GNULIB_TEST_UNSETENV
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module usleep should be tested. */
Packit 06dd63
#undef GNULIB_TEST_USLEEP
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module vasprintf should be tested. */
Packit 06dd63
#undef GNULIB_TEST_VASPRINTF
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module wcrtomb should be tested. */
Packit 06dd63
#undef GNULIB_TEST_WCRTOMB
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module wctob should be tested. */
Packit 06dd63
#undef GNULIB_TEST_WCTOB
Packit 06dd63
Packit 06dd63
/* Define to 1 when the gnulib module wctomb should be tested. */
Packit 06dd63
#undef GNULIB_TEST_WCTOMB
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
Packit 06dd63
   may be supplied by this distribution. */
Packit 06dd63
#undef HAVE_ALLOCA
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
Packit 06dd63
   */
Packit 06dd63
#undef HAVE_ALLOCA_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <argz.h> header file. */
Packit 06dd63
#undef HAVE_ARGZ_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <arpa/inet.h> header file. */
Packit 06dd63
#undef HAVE_ARPA_INET_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <bp-sym.h> header file. */
Packit 06dd63
#undef HAVE_BP_SYM_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `btowc' function. */
Packit 06dd63
#undef HAVE_BTOWC
Packit 06dd63
Packit 06dd63
/* Define to 1 if nanosleep mishandles large arguments. */
Packit 06dd63
#undef HAVE_BUG_BIG_NANOSLEEP
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `canonicalize_file_name' function. */
Packit 06dd63
#undef HAVE_CANONICALIZE_FILE_NAME
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `catgets' function. */
Packit 06dd63
#undef HAVE_CATGETS
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
Packit 06dd63
   CoreFoundation framework. */
Packit 06dd63
#undef HAVE_CFLOCALECOPYCURRENT
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the Mac OS X function
Packit 06dd63
   CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
Packit 06dd63
#undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
Packit 06dd63
   the CoreFoundation framework. */
Packit 06dd63
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `chsize' function. */
Packit 06dd63
#undef HAVE_CHSIZE
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <crtdefs.h> header file. */
Packit 06dd63
#undef HAVE_CRTDEFS_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
Packit 06dd63
   */
Packit 06dd63
#undef HAVE_DECL_ALARM
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL_GETC_UNLOCKED
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `getdelim', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL_GETDELIM
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `getdtablesize', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL_GETDTABLESIZE
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `getline', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL_GETLINE
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL_INET_PTON
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `isblank', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL_ISBLANK
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL_MBRTOWC
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL_MBSINIT
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `mbsrtowcs', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL_MBSRTOWCS
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
Packit 06dd63
   */
Packit 06dd63
#undef HAVE_DECL_SETENV
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
Packit 06dd63
   */
Packit 06dd63
#undef HAVE_DECL_SLEEP
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `stpncpy', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL_STPNCPY
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL_STRERROR_R
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `strndup', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL_STRNDUP
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `strnlen', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL_STRNLEN
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `towlower', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL_TOWLOWER
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL_UNSETENV
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL_WCRTOMB
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `wctob', and to 0 if you don't.
Packit 06dd63
   */
Packit 06dd63
#undef HAVE_DECL_WCTOB
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `_putenv', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL__PUTENV
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
Packit 06dd63
   don't. */
Packit 06dd63
#undef HAVE_DECL__SNPRINTF
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 06dd63
#undef HAVE_DLFCN_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the 'dup2' function. */
Packit 06dd63
#undef HAVE_DUP2
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `duplocale' function. */
Packit 06dd63
#undef HAVE_DUPLOCALE
Packit 06dd63
Packit 06dd63
/* Define if you have the declaration of environ. */
Packit 06dd63
#undef HAVE_ENVIRON_DECL
Packit 06dd63
Packit 06dd63
/* Define to 1 if the system has the type `error_t'. */
Packit 06dd63
#undef HAVE_ERROR_T
Packit 06dd63
Packit 06dd63
/* Define if the locale_t type contains insufficient information, as on
Packit 06dd63
   OpenBSD. */
Packit 06dd63
#undef HAVE_FAKE_LOCALES
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `fcntl' function. */
Packit 06dd63
#undef HAVE_FCNTL
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <features.h> header file. */
Packit 06dd63
#undef HAVE_FEATURES_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `flockfile' function. */
Packit 06dd63
#undef HAVE_FLOCKFILE
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `fnmatch' function. */
Packit 06dd63
#undef HAVE_FNMATCH
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <fnmatch.h> header file. */
Packit 06dd63
#undef HAVE_FNMATCH_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `freelocale' function. */
Packit 06dd63
#undef HAVE_FREELOCALE
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `fsync' function. */
Packit 06dd63
#undef HAVE_FSYNC
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `ftruncate' function. */
Packit 06dd63
#undef HAVE_FTRUNCATE
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `funlockfile' function. */
Packit 06dd63
#undef HAVE_FUNLOCKFILE
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `getcwd' function. */
Packit 06dd63
#undef HAVE_GETCWD
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `getdelim' function. */
Packit 06dd63
#undef HAVE_GETDELIM
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `getdtablesize' function. */
Packit 06dd63
#undef HAVE_GETDTABLESIZE
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `getlocalename_l' function. */
Packit 06dd63
#undef HAVE_GETLOCALENAME_L
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <getopt.h> header file. */
Packit 06dd63
#undef HAVE_GETOPT_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `getopt_long_only' function. */
Packit 06dd63
#undef HAVE_GETOPT_LONG_ONLY
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `gettimeofday' function. */
Packit 06dd63
#undef HAVE_GETTIMEOFDAY
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `inet_pton' function. */
Packit 06dd63
#undef HAVE_INET_PTON
Packit 06dd63
Packit 06dd63
/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
Packit 06dd63
#undef HAVE_INTMAX_T
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 06dd63
#undef HAVE_INTTYPES_H
Packit 06dd63
Packit 06dd63
/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
Packit 06dd63
   declares uintmax_t. */
Packit 06dd63
#undef HAVE_INTTYPES_H_WITH_UINTMAX
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `ioctl' function. */
Packit 06dd63
#undef HAVE_IOCTL
Packit 06dd63
Packit 06dd63
/* Define to 1 if <sys/socket.h> defines AF_INET. */
Packit 06dd63
#undef HAVE_IPV4
Packit 06dd63
Packit 06dd63
/* Define to 1 if <sys/socket.h> defines AF_INET6. */
Packit 06dd63
#undef HAVE_IPV6
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `isblank' function. */
Packit 06dd63
#undef HAVE_ISBLANK
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `iswcntrl' function. */
Packit 06dd63
#undef HAVE_ISWCNTRL
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `iswctype' function. */
Packit 06dd63
#undef HAVE_ISWCTYPE
Packit 06dd63
Packit 06dd63
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
Packit 06dd63
#undef HAVE_LANGINFO_CODESET
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <langinfo.h> header file. */
Packit 06dd63
#undef HAVE_LANGINFO_H
Packit 06dd63
Packit 06dd63
/* Define if your <locale.h> file defines LC_MESSAGES. */
Packit 06dd63
#undef HAVE_LC_MESSAGES
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <libintl.h> header file. */
Packit 06dd63
#undef HAVE_LIBINTL_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <limits.h> header file. */
Packit 06dd63
#undef HAVE_LIMITS_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if the system has the type 'long long int'. */
Packit 06dd63
#undef HAVE_LONG_LONG_INT
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `lstat' function. */
Packit 06dd63
#undef HAVE_LSTAT
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <malloc.h> header file. */
Packit 06dd63
#undef HAVE_MALLOC_H
Packit 06dd63
Packit 06dd63
/* Define if the 'malloc' function is POSIX compliant. */
Packit 06dd63
#undef HAVE_MALLOC_POSIX
Packit 06dd63
Packit 06dd63
/* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
Packit 06dd63
   config.h and <sys/mman.h>. */
Packit 06dd63
#undef HAVE_MAP_ANONYMOUS
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `mbrtowc' function. */
Packit 06dd63
#undef HAVE_MBRTOWC
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `mbsinit' function. */
Packit 06dd63
#undef HAVE_MBSINIT
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `mbsrtowcs' function. */
Packit 06dd63
#undef HAVE_MBSRTOWCS
Packit 06dd63
Packit 06dd63
/* Define to 1 if <wchar.h> declares mbstate_t. */
Packit 06dd63
#undef HAVE_MBSTATE_T
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `mbtowc' function. */
Packit 06dd63
#undef HAVE_MBTOWC
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <memory.h> header file. */
Packit 06dd63
#undef HAVE_MEMORY_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `mempcpy' function. */
Packit 06dd63
#undef HAVE_MEMPCPY
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `mkstemp' function. */
Packit 06dd63
#undef HAVE_MKSTEMP
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `mprotect' function. */
Packit 06dd63
#undef HAVE_MPROTECT
Packit 06dd63
Packit 06dd63
/* Define to 1 on MSVC platforms that have the "invalid parameter handler"
Packit 06dd63
   concept. */
Packit 06dd63
#undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
Packit 06dd63
Packit 06dd63
/* Define if the locale_t type does not contain the name of each locale
Packit 06dd63
   category. */
Packit 06dd63
#undef HAVE_NAMELESS_LOCALES
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <netdb.h> header file. */
Packit 06dd63
#undef HAVE_NETDB_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <netinet/in.h> header file. */
Packit 06dd63
#undef HAVE_NETINET_IN_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `newlocale' function. */
Packit 06dd63
#undef HAVE_NEWLOCALE
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `nl_langinfo' function. */
Packit 06dd63
#undef HAVE_NL_LANGINFO
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `open_memstream' function. */
Packit 06dd63
#undef HAVE_OPEN_MEMSTREAM
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <OS.h> header file. */
Packit 06dd63
#undef HAVE_OS_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `pipe' function. */
Packit 06dd63
#undef HAVE_PIPE
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `pthread_atfork' function. */
Packit 06dd63
#undef HAVE_PTHREAD_ATFORK
Packit 06dd63
Packit 06dd63
/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
Packit 06dd63
#undef HAVE_PTHREAD_MUTEX_RECURSIVE
Packit 06dd63
Packit 06dd63
/* Define if the POSIX multithreading library has read/write locks. */
Packit 06dd63
#undef HAVE_PTHREAD_RWLOCK
Packit 06dd63
Packit 06dd63
/* Define if the 'pthread_rwlock_rdlock' function prefers a writer to a
Packit 06dd63
   reader. */
Packit 06dd63
#undef HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER
Packit 06dd63
Packit 06dd63
/* Define to 1 if the pthread_sigmask function can be used (despite bugs). */
Packit 06dd63
#undef HAVE_PTHREAD_SIGMASK
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `raise' function. */
Packit 06dd63
#undef HAVE_RAISE
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `rawmemchr' function. */
Packit 06dd63
#undef HAVE_RAWMEMCHR
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <readline/readline.h> header file. */
Packit 06dd63
#undef HAVE_READLINE_READLINE_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `readlink' function. */
Packit 06dd63
#undef HAVE_READLINK
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `realpath' function. */
Packit 06dd63
#undef HAVE_REALPATH
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `rl_completion_matches' function. */
Packit 06dd63
#undef HAVE_RL_COMPLETION_MATCHES
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `rl_crlf' function. */
Packit 06dd63
#undef HAVE_RL_CRLF
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `rl_replace_line' function. */
Packit 06dd63
#undef HAVE_RL_REPLACE_LINE
Packit 06dd63
Packit 06dd63
/* Define to 1 if the system has the type `sa_family_t'. */
Packit 06dd63
#undef HAVE_SA_FAMILY_T
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <search.h> header file. */
Packit 06dd63
#undef HAVE_SEARCH_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <selinux/context.h> header file. */
Packit 06dd63
#undef HAVE_SELINUX_CONTEXT_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <selinux/selinux.h> header file. */
Packit 06dd63
#undef HAVE_SELINUX_SELINUX_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <semaphore.h> header file. */
Packit 06dd63
#undef HAVE_SEMAPHORE_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `setdtablesize' function. */
Packit 06dd63
#undef HAVE_SETDTABLESIZE
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `setenv' function. */
Packit 06dd63
#undef HAVE_SETENV
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `shutdown' function. */
Packit 06dd63
#undef HAVE_SHUTDOWN
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `sigaction' function. */
Packit 06dd63
#undef HAVE_SIGACTION
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `sigaltstack' function. */
Packit 06dd63
#undef HAVE_SIGALTSTACK
Packit 06dd63
Packit 06dd63
/* Define to 1 if the system has the type `siginfo_t'. */
Packit 06dd63
#undef HAVE_SIGINFO_T
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `siginterrupt' function. */
Packit 06dd63
#undef HAVE_SIGINTERRUPT
Packit 06dd63
Packit 06dd63
/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
Packit 06dd63
#undef HAVE_SIGNED_SIG_ATOMIC_T
Packit 06dd63
Packit 06dd63
/* Define to 1 if 'wchar_t' is a signed integer type. */
Packit 06dd63
#undef HAVE_SIGNED_WCHAR_T
Packit 06dd63
Packit 06dd63
/* Define to 1 if 'wint_t' is a signed integer type. */
Packit 06dd63
#undef HAVE_SIGNED_WINT_T
Packit 06dd63
Packit 06dd63
/* Define to 1 if the system has the type `sigset_t'. */
Packit 06dd63
#undef HAVE_SIGSET_T
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `sleep' function. */
Packit 06dd63
#undef HAVE_SLEEP
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `snprintf' function. */
Packit 06dd63
#undef HAVE_SNPRINTF
Packit 06dd63
Packit 06dd63
/* Define if the return value of the snprintf function is the number of of
Packit 06dd63
   bytes (excluding the terminating NUL) that would have been produced if the
Packit 06dd63
   buffer had been large enough. */
Packit 06dd63
#undef HAVE_SNPRINTF_RETVAL_C99
Packit 06dd63
Packit 06dd63
/* Define if the locale_t type is as on Solaris 11.4. */
Packit 06dd63
#undef HAVE_SOLARIS114_LOCALES
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <stdint.h> header file. */
Packit 06dd63
#undef HAVE_STDINT_H
Packit 06dd63
Packit 06dd63
/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
Packit 06dd63
   uintmax_t. */
Packit 06dd63
#undef HAVE_STDINT_H_WITH_UINTMAX
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 06dd63
#undef HAVE_STDLIB_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `stpcpy' function. */
Packit 06dd63
#undef HAVE_STPCPY
Packit 06dd63
Packit 06dd63
/* Define if you have the stpncpy() function and it works. */
Packit 06dd63
#undef HAVE_STPNCPY
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `strchrnul' function. */
Packit 06dd63
#undef HAVE_STRCHRNUL
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `strerror_r' function. */
Packit 06dd63
#undef HAVE_STRERROR_R
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <strings.h> header file. */
Packit 06dd63
#undef HAVE_STRINGS_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <string.h> header file. */
Packit 06dd63
#undef HAVE_STRING_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `strndup' function. */
Packit 06dd63
#undef HAVE_STRNDUP
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `strnlen' function. */
Packit 06dd63
#undef HAVE_STRNLEN
Packit 06dd63
Packit 06dd63
/* Define to 1 if `decimal_point' is a member of `struct lconv'. */
Packit 06dd63
#undef HAVE_STRUCT_LCONV_DECIMAL_POINT
Packit 06dd63
Packit 06dd63
/* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
Packit 06dd63
#undef HAVE_STRUCT_SIGACTION_SA_SIGACTION
Packit 06dd63
Packit 06dd63
/* Define to 1 if the system has the type `struct sockaddr_storage'. */
Packit 06dd63
#undef HAVE_STRUCT_SOCKADDR_STORAGE
Packit 06dd63
Packit 06dd63
/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
Packit 06dd63
#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
Packit 06dd63
Packit 06dd63
/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
Packit 06dd63
#undef HAVE_STRUCT_STAT_ST_ATIMENSEC
Packit 06dd63
Packit 06dd63
/* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
Packit 06dd63
#undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
Packit 06dd63
Packit 06dd63
/* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
Packit 06dd63
#undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
Packit 06dd63
Packit 06dd63
/* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
Packit 06dd63
#undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
Packit 06dd63
Packit 06dd63
/* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
Packit 06dd63
#undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
Packit 06dd63
Packit 06dd63
/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
Packit 06dd63
#undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
Packit 06dd63
Packit 06dd63
/* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
Packit 06dd63
#undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `symlink' function. */
Packit 06dd63
#undef HAVE_SYMLINK
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <sys/bitypes.h> header file. */
Packit 06dd63
#undef HAVE_SYS_BITYPES_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <sys/cdefs.h> header file. */
Packit 06dd63
#undef HAVE_SYS_CDEFS_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <sys/inttypes.h> header file. */
Packit 06dd63
#undef HAVE_SYS_INTTYPES_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <sys/ioctl.h> header file. */
Packit 06dd63
#undef HAVE_SYS_IOCTL_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <sys/mman.h> header file. */
Packit 06dd63
#undef HAVE_SYS_MMAN_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <sys/param.h> header file. */
Packit 06dd63
#undef HAVE_SYS_PARAM_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <sys/select.h> header file. */
Packit 06dd63
#undef HAVE_SYS_SELECT_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <sys/socket.h> header file. */
Packit 06dd63
#undef HAVE_SYS_SOCKET_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 06dd63
#undef HAVE_SYS_STAT_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <sys/time.h> header file. */
Packit 06dd63
#undef HAVE_SYS_TIME_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 06dd63
#undef HAVE_SYS_TYPES_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <sys/uio.h> header file. */
Packit 06dd63
#undef HAVE_SYS_UIO_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <sys/wait.h> header file. */
Packit 06dd63
#undef HAVE_SYS_WAIT_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `towlower' function. */
Packit 06dd63
#undef HAVE_TOWLOWER
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `tsearch' function. */
Packit 06dd63
#undef HAVE_TSEARCH
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <unistd.h> header file. */
Packit 06dd63
#undef HAVE_UNISTD_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `unsetenv' function. */
Packit 06dd63
#undef HAVE_UNSETENV
Packit 06dd63
Packit 06dd63
/* Define to 1 if the system has the type 'unsigned long long int'. */
Packit 06dd63
#undef HAVE_UNSIGNED_LONG_LONG_INT
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `uselocale' function. */
Packit 06dd63
#undef HAVE_USELOCALE
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `usleep' function. */
Packit 06dd63
#undef HAVE_USLEEP
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `vasnprintf' function. */
Packit 06dd63
#undef HAVE_VASNPRINTF
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `vasprintf' function. */
Packit 06dd63
#undef HAVE_VASPRINTF
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <wchar.h> header file. */
Packit 06dd63
#undef HAVE_WCHAR_H
Packit 06dd63
Packit 06dd63
/* Define if you have the 'wchar_t' type. */
Packit 06dd63
#undef HAVE_WCHAR_T
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `wcrtomb' function. */
Packit 06dd63
#undef HAVE_WCRTOMB
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `wcslen' function. */
Packit 06dd63
#undef HAVE_WCSLEN
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `wcsnlen' function. */
Packit 06dd63
#undef HAVE_WCSNLEN
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `wctob' function. */
Packit 06dd63
#undef HAVE_WCTOB
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <wctype.h> header file. */
Packit 06dd63
#undef HAVE_WCTYPE_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <winsock2.h> header file. */
Packit 06dd63
#undef HAVE_WINSOCK2_H
Packit 06dd63
Packit 06dd63
/* Define if you have the 'wint_t' type. */
Packit 06dd63
#undef HAVE_WINT_T
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `wmemchr' function. */
Packit 06dd63
#undef HAVE_WMEMCHR
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `wmemcpy' function. */
Packit 06dd63
#undef HAVE_WMEMCPY
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `wmempcpy' function. */
Packit 06dd63
#undef HAVE_WMEMPCPY
Packit 06dd63
Packit 06dd63
/* This value is set to 1 to indicate that the system argz facility works */
Packit 06dd63
#undef HAVE_WORKING_ARGZ
Packit 06dd63
Packit 06dd63
/* Define to 1 if O_NOATIME works. */
Packit 06dd63
#undef HAVE_WORKING_O_NOATIME
Packit 06dd63
Packit 06dd63
/* Define to 1 if O_NOFOLLOW works. */
Packit 06dd63
#undef HAVE_WORKING_O_NOFOLLOW
Packit 06dd63
Packit 06dd63
/* Define if the uselocale function exists any may safely be called. */
Packit 06dd63
#undef HAVE_WORKING_USELOCALE
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <ws2tcpip.h> header file. */
Packit 06dd63
#undef HAVE_WS2TCPIP_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the <xlocale.h> header file. */
Packit 06dd63
#undef HAVE_XLOCALE_H
Packit 06dd63
Packit 06dd63
/* Define to 1 if the system has the type `_Bool'. */
Packit 06dd63
#undef HAVE__BOOL
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
Packit 06dd63
#undef HAVE__SET_INVALID_PARAMETER_HANDLER
Packit 06dd63
Packit 06dd63
/* Define to 1 if the compiler supports __builtin_expect,
Packit 06dd63
   and to 2 if <builtins.h> does.  */
Packit 06dd63
#undef HAVE___BUILTIN_EXPECT
Packit 06dd63
#ifndef HAVE___BUILTIN_EXPECT
Packit 06dd63
# define __builtin_expect(e, c) (e)
Packit 06dd63
#elif HAVE___BUILTIN_EXPECT == 2
Packit 06dd63
# include <builtins.h>
Packit 06dd63
#endif
Packit 06dd63
    
Packit 06dd63
Packit 06dd63
/* Define to 1 if the compiler supports the keyword '__inline'. */
Packit 06dd63
#undef HAVE___INLINE
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the `__xpg_strerror_r' function. */
Packit 06dd63
#undef HAVE___XPG_STRERROR_R
Packit 06dd63
Packit 06dd63
/* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
Packit 06dd63
   slash. */
Packit 06dd63
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
Packit 06dd63
Packit 06dd63
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit 06dd63
#undef LT_OBJDIR
Packit 06dd63
Packit 06dd63
/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
Packit 06dd63
#undef MALLOC_0_IS_NONNULL
Packit 06dd63
Packit 06dd63
/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
Packit 06dd63
#undef MAP_ANONYMOUS
Packit 06dd63
Packit 06dd63
/* Define if the mbrtowc function does not return (size_t) -2 for empty input.
Packit 06dd63
   */
Packit 06dd63
#undef MBRTOWC_EMPTY_INPUT_BUG
Packit 06dd63
Packit 06dd63
/* Define if the mbrtowc function has the NULL pwc argument bug. */
Packit 06dd63
#undef MBRTOWC_NULL_ARG1_BUG
Packit 06dd63
Packit 06dd63
/* Define if the mbrtowc function has the NULL string argument bug. */
Packit 06dd63
#undef MBRTOWC_NULL_ARG2_BUG
Packit 06dd63
Packit 06dd63
/* Define if the mbrtowc function does not return 0 for a NUL character. */
Packit 06dd63
#undef MBRTOWC_NUL_RETVAL_BUG
Packit 06dd63
Packit 06dd63
/* Define if the mbrtowc function returns a wrong return value. */
Packit 06dd63
#undef MBRTOWC_RETVAL_BUG
Packit 06dd63
Packit 06dd63
/* Use GNU style printf and scanf.  */
Packit 06dd63
#ifndef __USE_MINGW_ANSI_STDIO
Packit 06dd63
# undef __USE_MINGW_ANSI_STDIO
Packit 06dd63
#endif
Packit 06dd63
Packit 06dd63
Packit 06dd63
/* Define to 1 if open() fails to recognize a trailing slash. */
Packit 06dd63
#undef OPEN_TRAILING_SLASH_BUG
Packit 06dd63
Packit 06dd63
/* Name of package */
Packit 06dd63
#undef PACKAGE
Packit 06dd63
Packit 06dd63
/* Define to the address where bug reports for this package should be sent. */
Packit 06dd63
#undef PACKAGE_BUGREPORT
Packit 06dd63
Packit 06dd63
/* Define to the full name of this package. */
Packit 06dd63
#undef PACKAGE_NAME
Packit 06dd63
Packit 06dd63
/* Define to the full name and version of this package. */
Packit 06dd63
#undef PACKAGE_STRING
Packit 06dd63
Packit 06dd63
/* Define to the one symbol short name of this package. */
Packit 06dd63
#undef PACKAGE_TARNAME
Packit 06dd63
Packit 06dd63
/* Define to the home page for this package. */
Packit 06dd63
#undef PACKAGE_URL
Packit 06dd63
Packit 06dd63
/* Define to the version of this package. */
Packit 06dd63
#undef PACKAGE_VERSION
Packit 06dd63
Packit 06dd63
/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
Packit 06dd63
#undef PRI_MACROS_BROKEN
Packit 06dd63
Packit 06dd63
/* Define to the type that is the result of default argument promotions of
Packit 06dd63
   type mode_t. */
Packit 06dd63
#undef PROMOTED_MODE_T
Packit 06dd63
Packit 06dd63
/* Define if the pthread_in_use() detection is hard. */
Packit 06dd63
#undef PTHREAD_IN_USE_DETECTION_HARD
Packit 06dd63
Packit 06dd63
/* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
Packit 06dd63
   */
Packit 06dd63
#undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO
Packit 06dd63
Packit 06dd63
/* Define to 1 if pthread_sigmask may return 0 and have no effect. */
Packit 06dd63
#undef PTHREAD_SIGMASK_INEFFECTIVE
Packit 06dd63
Packit 06dd63
/* Define to 1 if pthread_sigmask() unblocks signals incorrectly. */
Packit 06dd63
#undef PTHREAD_SIGMASK_UNBLOCK_BUG
Packit 06dd63
Packit 06dd63
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
Packit 06dd63
   'ptrdiff_t'. */
Packit 06dd63
#undef PTRDIFF_T_SUFFIX
Packit 06dd63
Packit 06dd63
/* Define to 1 if readlink fails to recognize a trailing slash. */
Packit 06dd63
#undef READLINK_TRAILING_SLASH_BUG
Packit 06dd63
Packit 06dd63
/* Define to 1 if stat needs help when passed a file name with a trailing
Packit 06dd63
   slash */
Packit 06dd63
#undef REPLACE_FUNC_STAT_FILE
Packit 06dd63
Packit 06dd63
/* Define if nl_langinfo exists but is overridden by gnulib. */
Packit 06dd63
#undef REPLACE_NL_LANGINFO
Packit 06dd63
Packit 06dd63
/* Define to 1 if strerror(0) does not return a message implying success. */
Packit 06dd63
#undef REPLACE_STRERROR_0
Packit 06dd63
Packit 06dd63
/* Define if vasnprintf exists but is overridden by gnulib. */
Packit 06dd63
#undef REPLACE_VASNPRINTF
Packit 06dd63
Packit 06dd63
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
Packit 06dd63
   'sig_atomic_t'. */
Packit 06dd63
#undef SIG_ATOMIC_T_SUFFIX
Packit 06dd63
Packit 06dd63
/* Define as the maximum value of type 'size_t', if the system doesn't define
Packit 06dd63
   it. */
Packit 06dd63
#ifndef SIZE_MAX
Packit 06dd63
# undef SIZE_MAX
Packit 06dd63
#endif
Packit 06dd63
Packit 06dd63
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
Packit 06dd63
   'size_t'. */
Packit 06dd63
#undef SIZE_T_SUFFIX
Packit 06dd63
Packit 06dd63
/* If using the C implementation of alloca, define if you know the
Packit 06dd63
   direction of stack growth for your system; otherwise it will be
Packit 06dd63
   automatically deduced at runtime.
Packit 06dd63
	STACK_DIRECTION > 0 => grows toward higher addresses
Packit 06dd63
	STACK_DIRECTION < 0 => grows toward lower addresses
Packit 06dd63
	STACK_DIRECTION = 0 => direction of growth unknown */
Packit 06dd63
#undef STACK_DIRECTION
Packit 06dd63
Packit 06dd63
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
Packit 06dd63
#undef STAT_MACROS_BROKEN
Packit 06dd63
Packit 06dd63
/* Define to 1 if you have the ANSI C header files. */
Packit 06dd63
#undef STDC_HEADERS
Packit 06dd63
Packit 06dd63
/* Define to 1 if the type of the st_atim member of a struct stat is struct
Packit 06dd63
   timespec. */
Packit 06dd63
#undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
Packit 06dd63
Packit 06dd63
/* Define if the POSIX multithreading library can be used. */
Packit 06dd63
#undef USE_POSIX_THREADS
Packit 06dd63
Packit 06dd63
/* Define if references to the POSIX multithreading library should be made
Packit 06dd63
   weak. */
Packit 06dd63
#undef USE_POSIX_THREADS_WEAK
Packit 06dd63
Packit 06dd63
/* Define if the GNU Pth multithreading library can be used. */
Packit 06dd63
#undef USE_PTH_THREADS
Packit 06dd63
Packit 06dd63
/* Define if references to the GNU Pth multithreading library should be made
Packit 06dd63
   weak. */
Packit 06dd63
#undef USE_PTH_THREADS_WEAK
Packit 06dd63
Packit 06dd63
/* Define if the old Solaris multithreading library can be used. */
Packit 06dd63
#undef USE_SOLARIS_THREADS
Packit 06dd63
Packit 06dd63
/* Define if references to the old Solaris multithreading library should be
Packit 06dd63
   made weak. */
Packit 06dd63
#undef USE_SOLARIS_THREADS_WEAK
Packit 06dd63
Packit 06dd63
/* Enable extensions on AIX 3, Interix.  */
Packit 06dd63
#ifndef _ALL_SOURCE
Packit 06dd63
# undef _ALL_SOURCE
Packit 06dd63
#endif
Packit 06dd63
/* Enable general extensions on macOS.  */
Packit 06dd63
#ifndef _DARWIN_C_SOURCE
Packit 06dd63
# undef _DARWIN_C_SOURCE
Packit 06dd63
#endif
Packit 06dd63
/* Enable GNU extensions on systems that have them.  */
Packit 06dd63
#ifndef _GNU_SOURCE
Packit 06dd63
# undef _GNU_SOURCE
Packit 06dd63
#endif
Packit 06dd63
/* Enable NetBSD extensions on NetBSD.  */
Packit 06dd63
#ifndef _NETBSD_SOURCE
Packit 06dd63
# undef _NETBSD_SOURCE
Packit 06dd63
#endif
Packit 06dd63
/* Enable OpenBSD extensions on NetBSD.  */
Packit 06dd63
#ifndef _OPENBSD_SOURCE
Packit 06dd63
# undef _OPENBSD_SOURCE
Packit 06dd63
#endif
Packit 06dd63
/* Enable threading extensions on Solaris.  */
Packit 06dd63
#ifndef _POSIX_PTHREAD_SEMANTICS
Packit 06dd63
# undef _POSIX_PTHREAD_SEMANTICS
Packit 06dd63
#endif
Packit 06dd63
/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
Packit 06dd63
#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
Packit 06dd63
# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
Packit 06dd63
#endif
Packit 06dd63
/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
Packit 06dd63
#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
Packit 06dd63
# undef __STDC_WANT_IEC_60559_BFP_EXT__
Packit 06dd63
#endif
Packit 06dd63
/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
Packit 06dd63
#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
Packit 06dd63
# undef __STDC_WANT_IEC_60559_DFP_EXT__
Packit 06dd63
#endif
Packit 06dd63
/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
Packit 06dd63
#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
Packit 06dd63
# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
Packit 06dd63
#endif
Packit 06dd63
/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
Packit 06dd63
#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
Packit 06dd63
# undef __STDC_WANT_IEC_60559_TYPES_EXT__
Packit 06dd63
#endif
Packit 06dd63
/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
Packit 06dd63
#ifndef __STDC_WANT_LIB_EXT2__
Packit 06dd63
# undef __STDC_WANT_LIB_EXT2__
Packit 06dd63
#endif
Packit 06dd63
/* Enable extensions specified by ISO/IEC 24747:2009.  */
Packit 06dd63
#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
Packit 06dd63
# undef __STDC_WANT_MATH_SPEC_FUNCS__
Packit 06dd63
#endif
Packit 06dd63
/* Enable extensions on HP NonStop.  */
Packit 06dd63
#ifndef _TANDEM_SOURCE
Packit 06dd63
# undef _TANDEM_SOURCE
Packit 06dd63
#endif
Packit 06dd63
/* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
Packit 06dd63
   mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
Packit 06dd63
   whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
Packit 06dd63
#ifndef _XOPEN_SOURCE
Packit 06dd63
# undef _XOPEN_SOURCE
Packit 06dd63
#endif
Packit 06dd63
/* Enable X/Open compliant socket functions that do not require linking
Packit 06dd63
   with -lxnet on HP-UX 11.11.  */
Packit 06dd63
#ifndef _HPUX_ALT_XOPEN_SOCKET_API
Packit 06dd63
# undef _HPUX_ALT_XOPEN_SOCKET_API
Packit 06dd63
#endif
Packit 06dd63
/* Enable general extensions on Solaris.  */
Packit 06dd63
#ifndef __EXTENSIONS__
Packit 06dd63
# undef __EXTENSIONS__
Packit 06dd63
#endif
Packit 06dd63
Packit 06dd63
Packit 06dd63
/* Define if the native Windows multithreading API can be used. */
Packit 06dd63
#undef USE_WINDOWS_THREADS
Packit 06dd63
Packit 06dd63
/* Version number of package */
Packit 06dd63
#undef VERSION
Packit 06dd63
Packit 06dd63
/* Define to 1 if unsetenv returns void instead of int. */
Packit 06dd63
#undef VOID_UNSETENV
Packit 06dd63
Packit 06dd63
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
Packit 06dd63
   'wchar_t'. */
Packit 06dd63
#undef WCHAR_T_SUFFIX
Packit 06dd63
Packit 06dd63
/* Define if WSAStartup is needed. */
Packit 06dd63
#undef WINDOWS_SOCKETS
Packit 06dd63
Packit 06dd63
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
Packit 06dd63
   'wint_t'. */
Packit 06dd63
#undef WINT_T_SUFFIX
Packit 06dd63
Packit 06dd63
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Packit 06dd63
   significant byte first (like Motorola and SPARC, unlike Intel). */
Packit 06dd63
#if defined AC_APPLE_UNIVERSAL_BUILD
Packit 06dd63
# if defined __BIG_ENDIAN__
Packit 06dd63
#  define WORDS_BIGENDIAN 1
Packit 06dd63
# endif
Packit 06dd63
#else
Packit 06dd63
# ifndef WORDS_BIGENDIAN
Packit 06dd63
#  undef WORDS_BIGENDIAN
Packit 06dd63
# endif
Packit 06dd63
#endif
Packit 06dd63
Packit 06dd63
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
Packit 06dd63
   `char[]'. */
Packit 06dd63
#undef YYTEXT_POINTER
Packit 06dd63
Packit 06dd63
/* Enable large inode numbers on Mac OS X 10.5. */
Packit 06dd63
#undef _DARWIN_USE_64_BIT_INODE
Packit 06dd63
Packit 06dd63
/* Number of bits in a file offset, on hosts where this is settable. */
Packit 06dd63
#undef _FILE_OFFSET_BITS
Packit 06dd63
Packit 06dd63
/* Define for large files, on AIX-style hosts. */
Packit 06dd63
#undef _LARGE_FILES
Packit 06dd63
Packit 06dd63
/* Define to 1 on Solaris. */
Packit 06dd63
#undef _LCONV_C99
Packit 06dd63
Packit 06dd63
/* Define to 1 if on MINIX. */
Packit 06dd63
#undef _MINIX
Packit 06dd63
Packit 06dd63
/* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
Packit 06dd63
#undef _NETBSD_SOURCE
Packit 06dd63
Packit 06dd63
/* The _Noreturn keyword of C11.  */
Packit 06dd63
#ifndef _Noreturn
Packit 06dd63
# if (defined __cplusplus \
Packit 06dd63
      && ((201103 <= __cplusplus && !(__GNUC__ == 4 && __GNUC_MINOR__ == 7)) \
Packit 06dd63
          || (defined _MSC_VER && 1900 <= _MSC_VER)))
Packit 06dd63
#  define _Noreturn [[noreturn]]
Packit 06dd63
# elif ((!defined __cplusplus || defined __clang__) \
Packit 06dd63
        && (201112 <= (defined __STDC_VERSION__ ? __STDC_VERSION__ : 0)  \
Packit 06dd63
            || 4 < __GNUC__ + (7 <= __GNUC_MINOR__)))
Packit 06dd63
   /* _Noreturn works as-is.  */
Packit 06dd63
# elif 2 < __GNUC__ + (8 <= __GNUC_MINOR__) || 0x5110 <= __SUNPRO_C
Packit 06dd63
#  define _Noreturn __attribute__ ((__noreturn__))
Packit 06dd63
# elif 1200 <= (defined _MSC_VER ? _MSC_VER : 0)
Packit 06dd63
#  define _Noreturn __declspec (noreturn)
Packit 06dd63
# else
Packit 06dd63
#  define _Noreturn
Packit 06dd63
# endif
Packit 06dd63
#endif
Packit 06dd63
Packit 06dd63
Packit 06dd63
/* Define to 2 if the system does not provide POSIX.1 features except with
Packit 06dd63
   this defined. */
Packit 06dd63
#undef _POSIX_1_SOURCE
Packit 06dd63
Packit 06dd63
/* Define to 1 in order to get the POSIX compatible declarations of socket
Packit 06dd63
   functions. */
Packit 06dd63
#undef _POSIX_PII_SOCKET
Packit 06dd63
Packit 06dd63
/* Define to 1 if you need to in order for 'stat' and other things to work. */
Packit 06dd63
#undef _POSIX_SOURCE
Packit 06dd63
Packit 06dd63
/* Define if you want <regex.h> to include <limits.h>, so that it consistently
Packit 06dd63
   overrides <limits.h>'s RE_DUP_MAX. */
Packit 06dd63
#undef _REGEX_INCLUDE_LIMITS_H
Packit 06dd63
Packit 06dd63
/* Define if you want regoff_t to be at least as wide POSIX requires. */
Packit 06dd63
#undef _REGEX_LARGE_OFFSETS
Packit 06dd63
Packit 06dd63
/* For standard stat data types on VMS. */
Packit 06dd63
#undef _USE_STD_STAT
Packit 06dd63
Packit 06dd63
/* Define to rpl_ if the getopt replacement functions and variables should be
Packit 06dd63
   used. */
Packit 06dd63
#undef __GETOPT_PREFIX
Packit 06dd63
Packit 06dd63
/* Define to 1 if the system <stdint.h> predates C++11. */
Packit 06dd63
#undef __STDC_CONSTANT_MACROS
Packit 06dd63
Packit 06dd63
/* Define to 1 if the system <stdint.h> predates C++11. */
Packit 06dd63
#undef __STDC_LIMIT_MACROS
Packit 06dd63
Packit 06dd63
/* Define so that glibc/gnulib argp.h does not typedef error_t. */
Packit 06dd63
#undef __error_t_defined
Packit 06dd63
Packit 06dd63
/* The _GL_ASYNC_SAFE marker should be attached to functions that are
Packit 06dd63
   signal handlers (for signals other than SIGABRT, SIGPIPE) or can be
Packit 06dd63
   invoked from such signal handlers.  Such functions have some restrictions:
Packit 06dd63
     * All functions that it calls should be marked _GL_ASYNC_SAFE as well,
Packit 06dd63
       or should be listed as async-signal-safe in POSIX
Packit 06dd63
       <http://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_04>
Packit 06dd63
       section 2.4.3.  Note that malloc(), sprintf(), and fwrite(), in
Packit 06dd63
       particular, are NOT async-signal-safe.
Packit 06dd63
     * All memory locations (variables and struct fields) that these functions
Packit 06dd63
       access must be marked 'volatile'.  This holds for both read and write
Packit 06dd63
       accesses.  Otherwise the compiler might optimize away stores to and
Packit 06dd63
       reads from such locations that occur in the program, depending on its
Packit 06dd63
       data flow analysis.  For example, when the program contains a loop
Packit 06dd63
       that is intended to inspect a variable set from within a signal handler
Packit 06dd63
           while (!signal_occurred)
Packit 06dd63
             ;
Packit 06dd63
       the compiler is allowed to transform this into an endless loop if the
Packit 06dd63
       variable 'signal_occurred' is not declared 'volatile'.
Packit 06dd63
   Additionally, recall that:
Packit 06dd63
     * A signal handler should not modify errno (except if it is a handler
Packit 06dd63
       for a fatal signal and ends by raising the same signal again, thus
Packit 06dd63
       provoking the termination of the process).  If it invokes a function
Packit 06dd63
       that may clobber errno, it needs to save and restore the value of
Packit 06dd63
       errno.  */
Packit 06dd63
#define _GL_ASYNC_SAFE
Packit 06dd63
Packit 06dd63
Packit 06dd63
/* Define to a type to use for 'error_t' if it is not otherwise available. */
Packit 06dd63
#undef error_t
Packit 06dd63
Packit 06dd63
/* Please see the Gnulib manual for how to use these macros.
Packit 06dd63
Packit 06dd63
   Suppress extern inline with HP-UX cc, as it appears to be broken; see
Packit 06dd63
   <https://lists.gnu.org/r/bug-texinfo/2013-02/msg00030.html>.
Packit 06dd63
Packit 06dd63
   Suppress extern inline with Sun C in standards-conformance mode, as it
Packit 06dd63
   mishandles inline functions that call each other.  E.g., for 'inline void f
Packit 06dd63
   (void) { } inline void g (void) { f (); }', c99 incorrectly complains
Packit 06dd63
   'reference to static identifier "f" in extern inline function'.
Packit 06dd63
   This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
Packit 06dd63
Packit 06dd63
   Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
Packit 06dd63
   on configurations that mistakenly use 'static inline' to implement
Packit 06dd63
   functions or macros in standard C headers like <ctype.h>.  For example,
Packit 06dd63
   if isdigit is mistakenly implemented via a static inline function,
Packit 06dd63
   a program containing an extern inline function that calls isdigit
Packit 06dd63
   may not work since the C standard prohibits extern inline functions
Packit 06dd63
   from calling static functions (ISO C 99 section 6.7.4.(3).
Packit 06dd63
   This bug is known to occur on:
Packit 06dd63
Packit 06dd63
     OS X 10.8 and earlier; see:
Packit 06dd63
     https://lists.gnu.org/r/bug-gnulib/2012-12/msg00023.html
Packit 06dd63
Packit 06dd63
     DragonFly; see
Packit 06dd63
     http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
Packit 06dd63
Packit 06dd63
     FreeBSD; see:
Packit 06dd63
     https://lists.gnu.org/r/bug-gnulib/2014-07/msg00104.html
Packit 06dd63
Packit 06dd63
   OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
Packit 06dd63
   for clang but remains for g++; see <https://trac.macports.org/ticket/41033>.
Packit 06dd63
   Assume DragonFly and FreeBSD will be similar.
Packit 06dd63
Packit 06dd63
   GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
Packit 06dd63
   inline semantics, unless -fgnu89-inline is used.  It defines a macro
Packit 06dd63
   __GNUC_STDC_INLINE__ to indicate this situation or a macro
Packit 06dd63
   __GNUC_GNU_INLINE__ to indicate the opposite situation.
Packit 06dd63
   GCC 4.2 with -std=c99 or -std=gnu99 implements the GNU C inline
Packit 06dd63
   semantics but warns, unless -fgnu89-inline is used:
Packit 06dd63
     warning: C99 inline functions are not supported; using GNU89
Packit 06dd63
     warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute
Packit 06dd63
   It defines a macro __GNUC_GNU_INLINE__ to indicate this situation.
Packit 06dd63
 */
Packit 06dd63
#if (((defined __APPLE__ && defined __MACH__) \
Packit 06dd63
      || defined __DragonFly__ || defined __FreeBSD__) \
Packit 06dd63
     && (defined __header_inline \
Packit 06dd63
         ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
Packit 06dd63
            && ! defined __clang__) \
Packit 06dd63
         : ((! defined _DONT_USE_CTYPE_INLINE_ \
Packit 06dd63
             && (defined __GNUC__ || defined __cplusplus)) \
Packit 06dd63
            || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
Packit 06dd63
                && defined __GNUC__ && ! defined __cplusplus))))
Packit 06dd63
# define _GL_EXTERN_INLINE_STDHEADER_BUG
Packit 06dd63
#endif
Packit 06dd63
#if ((__GNUC__ \
Packit 06dd63
      ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
Packit 06dd63
      : (199901L <= __STDC_VERSION__ \
Packit 06dd63
         && !defined __HP_cc \
Packit 06dd63
         && !defined __PGI \
Packit 06dd63
         && !(defined __SUNPRO_C && __STDC__))) \
Packit 06dd63
     && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
Packit 06dd63
# define _GL_INLINE inline
Packit 06dd63
# define _GL_EXTERN_INLINE extern inline
Packit 06dd63
# define _GL_EXTERN_INLINE_IN_USE
Packit 06dd63
#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
Packit 06dd63
       && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
Packit 06dd63
# if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
Packit 06dd63
   /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
Packit 06dd63
#  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
Packit 06dd63
# else
Packit 06dd63
#  define _GL_INLINE extern inline
Packit 06dd63
# endif
Packit 06dd63
# define _GL_EXTERN_INLINE extern
Packit 06dd63
# define _GL_EXTERN_INLINE_IN_USE
Packit 06dd63
#else
Packit 06dd63
# define _GL_INLINE static _GL_UNUSED
Packit 06dd63
# define _GL_EXTERN_INLINE static _GL_UNUSED
Packit 06dd63
#endif
Packit 06dd63
Packit 06dd63
/* In GCC 4.6 (inclusive) to 5.1 (exclusive),
Packit 06dd63
   suppress bogus "no previous prototype for 'FOO'"
Packit 06dd63
   and "no previous declaration for 'FOO'" diagnostics,
Packit 06dd63
   when FOO is an inline function in the header; see
Packit 06dd63
   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
Packit 06dd63
   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
Packit 06dd63
#if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
Packit 06dd63
# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
Packit 06dd63
#  define _GL_INLINE_HEADER_CONST_PRAGMA
Packit 06dd63
# else
Packit 06dd63
#  define _GL_INLINE_HEADER_CONST_PRAGMA \
Packit 06dd63
     _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
Packit 06dd63
# endif
Packit 06dd63
# define _GL_INLINE_HEADER_BEGIN \
Packit 06dd63
    _Pragma ("GCC diagnostic push") \
Packit 06dd63
    _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
Packit 06dd63
    _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
Packit 06dd63
    _GL_INLINE_HEADER_CONST_PRAGMA
Packit 06dd63
# define _GL_INLINE_HEADER_END \
Packit 06dd63
    _Pragma ("GCC diagnostic pop")
Packit 06dd63
#else
Packit 06dd63
# define _GL_INLINE_HEADER_BEGIN
Packit 06dd63
# define _GL_INLINE_HEADER_END
Packit 06dd63
#endif
Packit 06dd63
Packit 06dd63
/* Always use our fgetfilecon wrapper. */
Packit 06dd63
#undef fgetfilecon
Packit 06dd63
Packit 06dd63
/* Always use our getfilecon wrapper. */
Packit 06dd63
#undef getfilecon
Packit 06dd63
Packit 06dd63
/* Define to `int' if <sys/types.h> doesn't define. */
Packit 06dd63
#undef gid_t
Packit 06dd63
Packit 06dd63
/* Define to `__inline__' or `__inline' if that's what the C compiler
Packit 06dd63
   calls it, or to nothing if 'inline' is not supported under any name.  */
Packit 06dd63
#ifndef __cplusplus
Packit 06dd63
#undef inline
Packit 06dd63
#endif
Packit 06dd63
Packit 06dd63
/* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
Packit 06dd63
#undef intmax_t
Packit 06dd63
Packit 06dd63
/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
Packit 06dd63
   the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
Packit 06dd63
   earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
Packit 06dd63
   __APPLE__ && __MACH__ test for Mac OS X.
Packit 06dd63
   __APPLE_CC__ tests for the Apple compiler and its version.
Packit 06dd63
   __STDC_VERSION__ tests for the C99 mode.  */
Packit 06dd63
#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
Packit 06dd63
# define __GNUC_STDC_INLINE__ 1
Packit 06dd63
#endif
Packit 06dd63
Packit 06dd63
/* Always use our lgetfilecon wrapper. */
Packit 06dd63
#undef lgetfilecon
Packit 06dd63
Packit 06dd63
/* Define to a type if <wchar.h> does not define. */
Packit 06dd63
#undef mbstate_t
Packit 06dd63
Packit 06dd63
/* Define to `int' if <sys/types.h> does not define. */
Packit 06dd63
#undef mode_t
Packit 06dd63
Packit 06dd63
/* Define to the type of st_nlink in struct stat, or a supertype. */
Packit 06dd63
#undef nlink_t
Packit 06dd63
Packit 06dd63
/* Define to `int' if <sys/types.h> does not define. */
Packit 06dd63
#undef pid_t
Packit 06dd63
Packit 06dd63
/* Define as the type of the result of subtracting two pointers, if the system
Packit 06dd63
   doesn't define it. */
Packit 06dd63
#undef ptrdiff_t
Packit 06dd63
Packit 06dd63
/* Define to rpl_re_comp if the replacement should be used. */
Packit 06dd63
#undef re_comp
Packit 06dd63
Packit 06dd63
/* Define to rpl_re_compile_fastmap if the replacement should be used. */
Packit 06dd63
#undef re_compile_fastmap
Packit 06dd63
Packit 06dd63
/* Define to rpl_re_compile_pattern if the replacement should be used. */
Packit 06dd63
#undef re_compile_pattern
Packit 06dd63
Packit 06dd63
/* Define to rpl_re_exec if the replacement should be used. */
Packit 06dd63
#undef re_exec
Packit 06dd63
Packit 06dd63
/* Define to rpl_re_match if the replacement should be used. */
Packit 06dd63
#undef re_match
Packit 06dd63
Packit 06dd63
/* Define to rpl_re_match_2 if the replacement should be used. */
Packit 06dd63
#undef re_match_2
Packit 06dd63
Packit 06dd63
/* Define to rpl_re_search if the replacement should be used. */
Packit 06dd63
#undef re_search
Packit 06dd63
Packit 06dd63
/* Define to rpl_re_search_2 if the replacement should be used. */
Packit 06dd63
#undef re_search_2
Packit 06dd63
Packit 06dd63
/* Define to rpl_re_set_registers if the replacement should be used. */
Packit 06dd63
#undef re_set_registers
Packit 06dd63
Packit 06dd63
/* Define to rpl_re_set_syntax if the replacement should be used. */
Packit 06dd63
#undef re_set_syntax
Packit 06dd63
Packit 06dd63
/* Define to rpl_re_syntax_options if the replacement should be used. */
Packit 06dd63
#undef re_syntax_options
Packit 06dd63
Packit 06dd63
/* Define to rpl_regcomp if the replacement should be used. */
Packit 06dd63
#undef regcomp
Packit 06dd63
Packit 06dd63
/* Define to rpl_regerror if the replacement should be used. */
Packit 06dd63
#undef regerror
Packit 06dd63
Packit 06dd63
/* Define to rpl_regexec if the replacement should be used. */
Packit 06dd63
#undef regexec
Packit 06dd63
Packit 06dd63
/* Define to rpl_regfree if the replacement should be used. */
Packit 06dd63
#undef regfree
Packit 06dd63
Packit 06dd63
/* Define to the equivalent of the C99 'restrict' keyword, or to
Packit 06dd63
   nothing if this is not supported.  Do not define if restrict is
Packit 06dd63
   supported directly.  */
Packit 06dd63
#undef restrict
Packit 06dd63
/* Work around a bug in Sun C++: it does not support _Restrict or
Packit 06dd63
   __restrict__, even though the corresponding Sun C compiler ends up with
Packit 06dd63
   "#define restrict _Restrict" or "#define restrict __restrict__" in the
Packit 06dd63
   previous line.  Perhaps some future version of Sun C++ will work with
Packit 06dd63
   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
Packit 06dd63
#if defined __SUNPRO_CC && !defined __RESTRICT
Packit 06dd63
# define _Restrict
Packit 06dd63
# define __restrict__
Packit 06dd63
#endif
Packit 06dd63
Packit 06dd63
/* Define to `unsigned int' if <sys/types.h> does not define. */
Packit 06dd63
#undef size_t
Packit 06dd63
Packit 06dd63
/* type to use in place of socklen_t if not defined */
Packit 06dd63
#undef socklen_t
Packit 06dd63
Packit 06dd63
/* Define as a signed type of the same size as size_t. */
Packit 06dd63
#undef ssize_t
Packit 06dd63
Packit 06dd63
/* Define to `int' if <sys/types.h> doesn't define. */
Packit 06dd63
#undef uid_t
Packit 06dd63
Packit 06dd63
/* Define as a marker that can be attached to declarations that might not
Packit 06dd63
    be used.  This helps to reduce warnings, such as from
Packit 06dd63
    GCC -Wunused-parameter.  */
Packit 06dd63
#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
Packit 06dd63
# define _GL_UNUSED __attribute__ ((__unused__))
Packit 06dd63
#else
Packit 06dd63
# define _GL_UNUSED
Packit 06dd63
#endif
Packit 06dd63
/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
Packit 06dd63
   is a misnomer outside of parameter lists.  */
Packit 06dd63
#define _UNUSED_PARAMETER_ _GL_UNUSED
Packit 06dd63
Packit 06dd63
/* gcc supports the "unused" attribute on possibly unused labels, and
Packit 06dd63
   g++ has since version 4.5.  Note to support C++ as well as C,
Packit 06dd63
   _GL_UNUSED_LABEL should be used with a trailing ;  */
Packit 06dd63
#if !defined __cplusplus || __GNUC__ > 4 \
Packit 06dd63
    || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
Packit 06dd63
# define _GL_UNUSED_LABEL _GL_UNUSED
Packit 06dd63
#else
Packit 06dd63
# define _GL_UNUSED_LABEL
Packit 06dd63
#endif
Packit 06dd63
Packit 06dd63
/* The __pure__ attribute was added in gcc 2.96.  */
Packit 06dd63
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
Packit 06dd63
# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
Packit 06dd63
#else
Packit 06dd63
# define _GL_ATTRIBUTE_PURE /* empty */
Packit 06dd63
#endif
Packit 06dd63
Packit 06dd63
/* The __const__ attribute was added in gcc 2.95.  */
Packit 06dd63
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
Packit 06dd63
# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
Packit 06dd63
#else
Packit 06dd63
# define _GL_ATTRIBUTE_CONST /* empty */
Packit 06dd63
#endif
Packit 06dd63
Packit 06dd63
/* The __malloc__ attribute was added in gcc 3.  */
Packit 06dd63
#if 3 <= __GNUC__
Packit 06dd63
# define _GL_ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
Packit 06dd63
#else
Packit 06dd63
# define _GL_ATTRIBUTE_MALLOC /* empty */
Packit 06dd63
#endif
Packit 06dd63
Packit 06dd63
Packit 06dd63
/* Define to an unsigned 32-bit type if <sys/types.h> lacks this type. */
Packit 06dd63
#undef useconds_t