bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* Issues with posix functions on modern macOS/Xcode
@ 2020-12-01 13:14 Martin Storsjö
  2020-12-01 13:50 ` Martin Storsjö
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Martin Storsjö @ 2020-12-01 13:14 UTC (permalink / raw)
  To: bug-gnulib

[-- Attachment #1: Type: text/plain, Size: 1373 bytes --]

On Xcode 12.2 on macOS 11.0 on arm64, the following sequence fails to 
build:

$ ./gnulib-tool --create-testdir --dir=/tmp/testdir-posix \
                --single-configure --avoid=havelib-tests \
                `./posix-modules`
$ cd /tmp/testdir-posix
$ ./configure CPPFLAGS=-Wall 2>&1 | tee log1
$ make 2>&1 | tee log2
$ make check 2>&1 | tee log3


The "make" step fails with the following error:

gcc  -g -O2   -o test-dprintf-posix2 test-dprintf-posix2.o libtests.a 
../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a
Undefined symbols for architecture arm64:
   "_vm_region", referenced from:
       _vma_iterate in libtests.a(vma-iter.o)
ld: symbol(s) not found for architecture arm64


This same bit does succeed on x86_64 though - it looks like 
gnulib/lib/vma-iter.c has a macos specific arch check like this:

# if defined __ppc64__ || defined __x86_64__

This probably needs to be amended with "|| defined __aarch64__".

On macOS 10.15.7 (Catalina) on x86_64, both with Xcode 11.7 and 12.2, the 
following tests fail:

FAIL: test-dprintf-posix2.sh
FAIL: test-fflush2.sh
FAIL: test-fprintf-posix3.sh
FAIL: test-fpurge
FAIL: test-ftell.sh
FAIL: test-ftell2.sh
FAIL: test-ftello.sh
FAIL: test-ftello2.sh
FAIL: test-futimens
FAIL: test-renameat
FAIL: test-renameatu
FAIL: test-strsignal
FAIL: test-utime
FAIL: test-utimens
FAIL: test-utimensat

// Martin

[-- Attachment #2: Type: text/plain, Size: 58745 bytes --]

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether the compiler is clang... yes
checking for compiler option needed when checking for declarations... -Werror=implicit-function-declaration
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... aarch64-apple-darwin20.2.0
checking host system type... aarch64-apple-darwin20.2.0
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... (cached) no
checking for _LARGEFILE_SOURCE value needed for large files... (cached) no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for sys/socket.h... yes
checking for arpa/inet.h... yes
checking for features.h... no
checking for sys/param.h... yes
checking for unistd.h... (cached) yes
checking for threads.h... no
checking for dirent.h... yes
checking for xlocale.h... yes
checking for fnmatch.h... yes
checking for stdio_ext.h... no
checking for sys/stat.h... (cached) yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for sys/time.h... yes
checking for glob.h... yes
checking for iconv.h... yes
checking for limits.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for crtdefs.h... no
checking for wctype.h... yes
checking for langinfo.h... yes
checking for math.h... yes
checking for sys/mman.h... yes
checking for monetary.h... yes
checking for sys/select.h... yes
checking for poll.h... yes
checking for sys/ioctl.h... yes
checking for sys/filio.h... yes
checking for pthread.h... yes
checking for sys/types.h... (cached) yes
checking for malloc.h... no
checking for search.h... yes
checking for spawn.h... yes
checking for strings.h... (cached) yes
checking for sys/random.h... yes
checking for sys/resource.h... yes
checking for sys/times.h... yes
checking for sys/uio.h... yes
checking for sys/utsname.h... yes
checking for sys/wait.h... yes
checking for termios.h... yes
checking for uchar.h... no
checking for utime.h... yes
checking for grp.h... yes
checking for semaphore.h... yes
checking for priv.h... no
checking whether the preprocessor supports include_next... yes
checking whether source code line length is unlimited... yes
checking for C/C++ restrict keyword... __restrict
checking whether <sys/socket.h> is self-contained... yes
checking for shutdown... yes
checking whether <sys/socket.h> defines the SHUT_* macros... yes
checking for struct sockaddr_storage... yes
checking for sa_family_t... yes
checking for struct sockaddr_storage.ss_family... yes
checking whether pow can be used without linking with libm... yes
checking whether long double and double are the same... yes
checking whether byte ordering is bigendian... no
checking whether isnan(long double) can be used without linking with libm... yes
checking whether isnanl works... yes
checking whether frexp() can be used without linking with libm... yes
checking whether alarm is declared... yes
checking whether frexp works... yes
checking whether frexpl is declared... yes
checking whether frexpl() can be used without linking with libm... yes
checking whether frexpl works... yes
checking whether ldexp() can be used without linking with libm... yes
checking whether ldexpl is declared... yes
checking whether ldexpl() can be used without linking with libm... yes
checking whether ldexpl works... yes
checking whether sqrtl() can be used without linking with libm... yes
checking whether sqrtl is declared... yes
checking whether sqrtl works... yes
checking whether asinl() can be used without linking with libm... yes
checking whether asinl is declared... yes
checking for aligned_alloc... yes
checking for btowc... yes
checking for canonicalize_file_name... no
checking for readlink... yes
checking for realpath... yes
checking for readlinkat... yes
checking for chown... yes
checking for fchown... yes
checking for _set_invalid_parameter_handler... no
checking for fchdir... yes
checking for lstat... yes
checking for dprintf... yes
checking for vasnprintf... no
checking for snprintf... yes
checking for duplocale... yes
checking for snprintf_l... yes
checking for nl_langinfo_l... yes
checking for faccessat... yes
checking for fchmodat... yes
checking for lchmod... yes
checking for fcntl... yes
checking for symlink... yes
checking for fdopendir... yes
checking for mempcpy... no
checking for fnmatch... yes
checking for mbsrtowcs... yes
checking for fpurge... yes
checking for __fpurge... no
checking for __freading... no
checking for __fseterr... no
checking for fstatat... yes
checking for fsync... yes
checking for ftruncate... yes
checking for futimens... yes
checking for getdelim... yes
checking for getdtablesize... yes
checking for getlogin... yes
checking for getlogin_r... yes
checking for getprogname... yes
checking for getexecname... no
checking for getrandom... no
checking for getrusage... yes
checking for getsubopt... yes
checking for gettimeofday... yes
checking for glob... yes
checking for glob_pattern_p... no
checking for getpwnam_r... yes
checking for imaxabs... yes
checking for imaxdiv... yes
checking for isblank... yes
checking for iswcntrl... yes
checking for iswblank... yes
checking for link... yes
checking for openat... yes
checking for linkat... yes
checking for uselocale... yes
checking for newlocale... yes
checking for freelocale... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mbrlen... yes
checking for mbsnrtowcs... yes
checking for mprotect... yes
checking for mkdirat... yes
checking for mkfifoat... no
checking for mknodat... no
checking for mknod... yes
checking for mkstemp... yes
checking for nl_langinfo... yes
checking for pclose... yes
checking for strerror_r... yes
checking for __xpg_strerror_r... no
checking for pipe... yes
checking for popen... yes
checking for posix_memalign... yes
checking for posix_openpt... yes
checking for pread... yes
checking for pthread_sigmask... yes
checking for ptsname_r... yes
checking for pwrite... yes
checking for iswctype... yes
checking for renameat... yes
checking for renameat2... no
checking for secure_getenv... no
checking for getuid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getegid... yes
checking for setenv... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for siginterrupt... yes
checking for sleep... yes
checking for stpncpy... yes
checking for catgets... yes
checking for strfmon_l... yes
checking for strndup... yes
checking for strptime... yes
checking for strtoimax... yes
checking for strtold... yes
checking for strtoumax... yes
checking for symlinkat... yes
checking for localtime_r... yes
checking for times... yes
checking for truncate... yes
checking for unlinkat... yes
checking for futimes... yes
checking for futimesat... no
checking for utimensat... yes
checking for lutimes... yes
checking for vdprintf... yes
checking for wcpcpy... yes
checking for wcpncpy... yes
checking for wcrtomb... yes
checking for wcscasecmp... yes
checking for wcscat... yes
checking for wcschr... yes
checking for wcscmp... yes
checking for wcscoll... yes
checking for wcscpy... yes
checking for wcscspn... yes
checking for wcsftime... yes
checking for wcslen... yes
checking for wcsncasecmp... yes
checking for wcsncat... yes
checking for wcsncmp... yes
checking for wcsncpy... yes
checking for wcsnlen... yes
checking for wcsnrtombs... yes
checking for wcspbrk... yes
checking for wcsrchr... yes
checking for wcsrtombs... yes
checking for wcsspn... yes
checking for wcsstr... yes
checking for wcstok... yes
checking for wcwidth... yes
checking for wcswidth... yes
checking for wcsxfrm... yes
checking for wctob... yes
checking for wmempcpy... no
checking for getrlimit... yes
checking for setrlimit... yes
checking for getgrouplist... yes
checking for shutdown... (cached) yes
checking for initstate... yes
checking for usleep... yes
checking for mquery... no
checking for pstat_getprocvm... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for nl_langinfo and CODESET... yes
checking for a traditional french locale... fr_FR.ISO8859-1
checking whether char32_t is correctly defined... no
checking for mbrtoc32... no
checking for a transitional chinese locale... zh_CN.GB18030
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking whether // is distinct from /... no
checking whether realpath works... no
checking for getcwd... yes
checking whether fabs can be used without linking with libm... yes
checking whether fabsf can be used without linking with libm... yes
checking whether frexpf can be used without linking with libm... yes
checking whether frexpf works... yes
checking whether ldexpf can be used without linking with libm... yes
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether chown dereferences symlinks... yes
checking whether chown honors trailing slash... no
checking whether chown always updates ctime... yes
checking for pthread.h... (cached) yes
checking for pthread_kill in -lpthread... yes
checking whether POSIX threads API is available... yes
checking whether ISO C threads API is available... no
checking whether _Thread_local works... yes
checking whether floor works according to ISO C 99 with IEC 60559... yes
checking whether floorl is declared... yes
checking for stdint.h... yes
checking for inttypes.h... yes
checking whether printf supports size specifiers as in C99... yes
checking whether printf supports 'long double' arguments... yes
checking whether printf supports infinite 'double' arguments... yes
checking whether printf supports infinite 'long double' arguments... yes
checking whether printf supports the 'a' and 'A' directives... no
checking whether printf supports the 'F' directive... yes
checking whether printf supports the 'n' directive... no
checking whether printf supports the 'ls' directive... yes
checking whether printf supports POSIX/XSI format strings with positions... yes
checking whether printf supports the grouping flag... yes
checking whether printf supports the left-adjust flag correctly... yes
checking whether printf supports the zero flag correctly... yes
checking whether printf supports large precisions... yes
checking whether the compiler produces multi-arch binaries... no
checking whether printf survives out-of-memory conditions... yes
checking for wchar_t... yes
checking for wint_t... yes
checking whether wint_t is large enough... yes
checking for intmax_t... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking whether snprintf returns a byte count as in C99... yes
checking whether snprintf truncates the result as in C99... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... (cached) yes
checking for wcsnlen... (cached) yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... no
checking whether setlocale (LC_ALL, NULL) is multithread-safe... no
checking whether setlocale (category, NULL) is multithread-safe... yes
checking whether imported symbols can be declared weak... no
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether locale.h defines locale_t... no
checking whether locale.h conforms to POSIX:2001... yes
checking whether struct lconv is properly defined... yes
checking if environ is properly declared... no
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... (cached) yes
checking whether strerror_r returns char *... no
checking type of array argument to getgroups... gid_t
checking whether isnan(double) can be used without linking with libm... yes
checking whether round is declared... yes
checking whether round works... yes
checking whether round works according to ISO C 99 with IEC 60559... yes
checking whether roundl is declared... yes
checking whether roundl works according to ISO C 99 with IEC 60559... yes
checking whether lstat correctly handles trailing slash... no
checking whether fchdir is declared... yes
checking for working fcntl.h... yes
checking for pid_t... yes
checking for mode_t... yes
checking whether fdatasync is declared... no
checking whether fegetround can be used without linking with libm... yes
checking whether trunc is declared... yes
checking whether trunc works according to ISO C 99 with IEC 60559... yes
checking whether truncl is declared... yes
checking whether truncl works... yes
checking whether truncl works according to ISO C 99 with IEC 60559... yes
checking for mbstate_t... yes
checking whether stdin defaults to large file offsets... yes
checking whether fseeko is declared... yes
checking for fseeko... yes
checking whether fflush works on input streams... no
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking whether ftello is declared... yes
checking for ftello... yes
checking whether ftello works... yes
checking for library containing gethostbyname... none required
checking for gethostbyname... yes
checking for library containing getservbyname... none required
checking for getservbyname... yes
checking for library containing inet_ntop... none required
checking whether inet_ntop is declared... yes
checking for IPv4 sockets... yes
checking for IPv6 sockets... yes
checking whether getcwd (NULL, 0) allocates memory for result... yes
checking for getcwd with POSIX signature... yes
checking whether getcwd is declared... yes
checking whether getdelim is declared... yes
checking whether getdtablesize is declared... yes
checking whether getline is declared... yes
checking whether getlogin is declared... yes
checking whether getlogin_r is declared... yes
checking whether getopt is POSIX compatible... no
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking 32-bit host C ABI... no
checking for ELF binary format... no
checking for the common suffixes of directories in the library search path... lib,lib,lib
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking whether iconv is compatible with its POSIX signature... yes
checking where to find the exponent in a 'float'... word 0 bit 23
checking whether isnan(float) can be used without linking with libm... yes
checking whether isnan(float) works... yes
checking whether imaxabs is declared... yes
checking whether imaxdiv is declared... yes
checking for inline... inline
checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h works without ISO C predefines... yes
checking whether stdint.h has UINTMAX_WIDTH etc.... no
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking for a traditional japanese locale... ja_JP.eucJP
checking for a french Unicode locale... fr_FR.UTF-8
checking for O_CLOEXEC... yes
checking for LC_MESSAGES... yes
checking whether uselocale works... yes
checking for fake locale system (OpenBSD)... no
checking for Solaris 11.4 locale system... no
checking for getlocalename_l... no
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyPreferredLanguages... yes
checking whether imported symbols can be declared weak... (cached) no
checking for multithread API to use... posix
checking whether log works... yes
checking whether log works according to ISO C 99 with IEC 60559... yes
checking whether logl() can be used without linking with libm... yes
checking whether logl is declared... yes
checking whether logl works... yes
checking for logf... yes
checking whether logf works... yes
checking whether logf works according to ISO C 99 with IEC 60559... yes
checking for GNU libc compatible malloc... yes
checking whether mbrtowc handles incomplete characters... yes
checking whether mbrtowc works as well as mbtowc... yes
checking whether mbrtowc handles a NULL pwc argument... yes
checking whether mbrtowc handles a NULL string argument... yes
checking whether mbrtowc has a correct return value... yes
checking whether mbrtowc returns 0 when parsing a NUL character... yes
checking whether mbrtowc stores incomplete characters... no
checking whether mbrtowc works on empty input... yes
checking whether the C locale is free of encoding errors... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether memrchr is declared... no
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking whether time_t is signed... yes
checking for working mktime... no
checking whether <sys/select.h> is self-contained... yes
checking for library containing setsockopt... none needed
checking whether select supports a 0 argument... yes
checking whether select detects invalid fds... yes
checking whether C symbols are prefixed with underscore at the linker level... yes
checking for promoted mode_t type... int
checking whether strerror(0) succeeds... no
checking whether strerror_r is declared... (cached) yes
checking for library containing posix_spawn... none required
checking for posix_spawn... yes
checking whether posix_spawn works... yes
checking whether posix_spawnattr_setschedpolicy is supported... no
checking whether posix_spawnattr_setschedparam is supported... no
checking for nl_langinfo... (cached) yes
checking for ptrdiff_t... yes
checking for pthread_t... yes
checking for pthread_spinlock_t... no
checking for PTHREAD_CREATE_DETACHED... yes
checking for PTHREAD_MUTEX_RECURSIVE... yes
checking for PTHREAD_MUTEX_ROBUST... no
checking for PTHREAD_PROCESS_SHARED... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/sysmacros.h usability... no
checking sys/sysmacros.h presence... no
checking for sys/sysmacros.h... no
checking for sigset_t... yes
checking for SIGPIPE... yes
checking whether initstate is declared... yes
checking whether setstate is declared... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... no
checking whether rmdir works... yes
checking whether unlink honors trailing slashes... no
checking whether unlink of a parent directory fails as it should... yes
checking for ssize_t... yes
checking whether setenv is declared... yes
checking for search.h... (cached) yes
checking for tsearch... yes
checking whether snprintf is declared... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether stpncpy is declared... yes
checking whether strdup is declared... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking whether strncat works... yes
checking whether strndup is declared... yes
checking whether strnlen is declared... yes
checking for struct tm.tm_gmtoff... yes
checking whether strsignal is declared... yes
checking whether strstr works... yes
checking whether strtod is declared... yes
checking whether strtoimax is declared... yes
checking whether strtok_r is declared... yes
checking whether strtoumax is declared... yes
checking for struct timespec in <time.h>... yes
checking whether ttyname_r is declared... yes
checking whether char16_t is correctly defined... no
checking whether the C++ compiler predefines the <uchar.h> types... no
checking for bit size of wchar_t... 32
checking whether unsetenv is declared... yes
checking whether the utimes function works... yes
checking whether vsnprintf is declared... yes
checking whether wcwidth is declared... yes
checking whether wcwidth works reasonably in UTF-8 locales... no
checking for sig_atomic_t... yes
checking whether ungetc works on arbitrary bytes... no
checking for off_t... yes
checking for library needed for semaphore functions... none
checking for _Exit... yes
checking for acosf... yes
checking whether acosl() can be used without linking with libm... yes
checking whether acosl is declared... yes
checking whether aligned_alloc works for small alignments... no
checking for alloca as a compiler built-in... yes
checking for alphasort... yes
checking for asinf... yes
checking whether asinl() can be used without linking with libm... (cached) yes
checking whether asinl is declared... (cached) yes
checking for static_assert... yes
checking for atan2f... yes
checking for atanf... yes
checking whether atanl() can be used without linking with libm... yes
checking whether atanl is declared... yes
checking for atexit... yes
checking for atoll... yes
checking whether btowc(0) is correct... yes
checking whether btowc(EOF) is correct... yes
checking for __builtin_expect... yes
checking for c32rtomb... no
checking for cbrt... yes
checking for cbrtf... yes
checking whether cbrtf is declared... yes
checking whether cbrtf works... yes
checking for cbrtl... yes
checking whether cbrtl is declared... yes
checking whether cbrtl works... yes
checking whether cbrtl works according to ISO C 99 with IEC 60559... yes
checking whether ceil works according to ISO C 99 with IEC 60559... yes
checking whether ceilf is declared... yes
checking whether ceilf works according to ISO C 99 with IEC 60559... yes
checking whether ceill is declared... yes
checking whether ceill works according to ISO C 99 with IEC 60559... yes
checking whether ceill() works... yes
checking whether this system supports file names of any length... no
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for clock_settime... yes
checking for closedir... yes
checking whether copysign can be used without linking with libm... yes
checking whether copysignf can be used without linking with libm... yes
checking whether copysignf is declared... yes
checking whether copysignl can be used without linking with libm... yes
checking for cosf... yes
checking for coshf... yes
checking whether cosl() can be used without linking with libm... yes
checking whether cosl is declared... yes
checking whether open recognizes a trailing slash... no
checking for d_ino member in directory struct... yes
checking for d_type member in directory struct... yes
checking for dirfd... yes
checking whether dirfd is declared... yes
checking whether dirfd is a macro... no
checking whether // is distinct from /... (cached) no
checking for nl_langinfo... (cached) yes
checking for ptrdiff_t... (cached) yes
checking whether dup works... yes
checking whether dup2 works... yes
checking whether duplocale(LC_GLOBAL_LOCALE) works... yes
checking for error_at_line... no
checking for euidaccess... no
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for getgroups... yes
checking for working getgroups... yes
checking for library containing eaccess... no
checking for eaccess... no
checking whether exp2() can be used without linking with libm... yes
checking whether exp2 is declared... yes
checking whether exp2 works... yes
checking for exp2f... yes
checking whether exp2f is declared... yes
checking for exp2l... yes
checking whether exp2l is declared... yes
checking whether exp2l works... yes
checking whether exp2l works according to ISO C 99 with IEC 60559... yes
checking for expf... yes
checking whether expl() can be used without linking with libm... yes
checking whether expl is declared... yes
checking whether expl works... yes
checking whether expm1() can be used without linking with libm... yes
checking whether expm1 works according to ISO C 99 with IEC 60559... yes
checking for expm1f... yes
checking whether expm1f works... yes
checking whether expm1l() can be used without linking with libm... yes
checking whether expm1l is declared... yes
checking whether expm1l works... yes
checking whether fabs can be used without linking with libm... (cached) yes
checking whether fabsf can be used without linking with libm... (cached) yes
checking whether fabsl can be used without linking with libm... yes
checking whether fabsl works... yes
checking for access... yes
checking whether fchmodat+AT_SYMLINK_NOFOLLOW works on non-symlinks... yes
checking for fchownat... yes
checking whether fchownat works with AT_SYMLINK_NOFOLLOW... yes
checking whether fchownat works with an empty file name... yes
checking whether fflush works on input streams... (cached) no
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... yes
checking for fdatasync... yes
checking whether fdopen sets errno... yes
checking whether fdopendir is declared... yes
checking whether fdopendir works... yes
checking whether fflush works on input streams... (cached) no
checking for ffs... yes
checking for flexible array member... yes
checking whether conversion from 'int' to 'long double' works... yes
checking whether floorf is declared... yes
checking whether floorf works according to ISO C 99 with IEC 60559... yes
checking whether fma can be used without linking with libm... yes
checking whether fma is declared... yes
checking whether fma works... yes
checking whether fmaf can be used without linking with libm... yes
checking whether fmaf is declared... yes
checking whether fmaf works... yes
checking whether fmal can be used without linking with libm... yes
checking whether fmal is declared... yes
checking whether fmal works... yes
checking whether fmod works according to ISO C 99 with IEC 60559... yes
checking for fmodf... yes
checking whether fmodf works according to ISO C 99 with IEC 60559... yes
checking whether fmodl is declared... yes
checking for fmodl... yes
checking whether fmodl works according to ISO C 99 with IEC 60559... yes
checking for working POSIX fnmatch... no
checking whether fopen recognizes a trailing slash... yes
checking for nl_langinfo... (cached) yes
checking for ptrdiff_t... (cached) yes
checking whether fpurge is declared... yes
checking whether fpurge works... no
checking whether free (NULL) is known to work... yes
checking whether freopen works on closed fds... yes
checking whether frexp works... (cached) yes
checking whether frexpf can be used without linking with libm... (cached) yes
checking whether frexpf works... (cached) yes
checking whether frexpl is declared... (cached) yes
checking whether frexpl() can be used without linking with libm... (cached) yes
checking whether frexpl works... (cached) yes
checking for fseeko... (cached) yes
checking whether fflush works on input streams... (cached) no
checking for _fseeki64... no
checking whether fstatat (..., 0) works... yes
checking for ftello... (cached) yes
checking whether ftello works... (cached) yes
checking whether futimens works... no
checking for library containing getaddrinfo... none required
checking for getaddrinfo... yes
checking whether gai_strerror is declared... yes
checking whether gai_strerrorA is declared... no
checking for gai_strerror with POSIX signature... yes
checking for struct sockaddr.sa_len... yes
checking whether getaddrinfo is declared... yes
checking whether freeaddrinfo is declared... yes
checking whether getnameinfo is declared... yes
checking for struct addrinfo... yes
checking whether getcwd handles long file names properly... no, but it is partly working
checking for getpagesize... yes
checking whether getcwd succeeds when 4k < cwd_length < 16k... no
checking for working getdelim function... yes
checking whether getdtablesize works... yes
checking for getgroups... (cached) yes
checking for working getgroups... (cached) yes
checking whether getgroups handles negative values... no
checking for gethostname... yes
checking for HOST_NAME_MAX... 256
checking for getline... yes
checking for working getline function... yes
checking whether getlogin_r works with small buffers... no
checking whether program_invocation_name is declared... no
checking whether program_invocation_short_name is declared... no
checking whether __argv is declared... no
checking whether __progname is defined in default libraries... yes
checking for gettimeofday with POSIX signature... yes
checking for GNU glob interface version 1 or 2... no
checking for grantpt... yes
checking for group_member... no
checking for library containing gethostbyname... (cached) none required
checking for gethostbyname... (cached) yes
checking whether hypot works according to ISO C 99 with IEC 60559... yes
checking for hypotf... yes
checking whether hypotf works... yes
checking whether hypotf works according to ISO C 99 with IEC 60559... yes
checking for hypotl... yes
checking whether hypotl works... yes
checking whether hypotl works according to ISO C 99 with IEC 60559... yes
checking whether iconv supports conversion between UTF-8 and UTF-{16,32}{BE,LE}... yes
checking whether ilogb can be used without linking with libm... yes
checking whether ilogb works... yes
checking whether ilogbf can be used without linking with libm... yes
checking whether ilogbf works... yes
checking for ilogbl... yes
checking whether ilogbl works... yes
checking whether <inttypes.h> defines imaxdiv_t... yes
checking for library containing inet_ntop... (cached) none required
checking whether inet_ntop is declared... (cached) yes
checking for library containing inet_pton... none required
checking whether inet_pton is declared... yes
checking whether the compiler generally respects inline... yes
checking whether INT32_MAX < INTMAX_MAX... yes
checking whether INT64_MAX == LONG_MAX... yes
checking whether UINT32_MAX < UINTMAX_MAX... yes
checking whether UINT64_MAX == ULONG_MAX... yes
checking for ioctl... yes
checking for ioctl with POSIX signature... no
checking whether isfinite is declared... yes
checking whether isfinite(long double) works... yes
checking whether isinf is declared... yes
checking whether isinf(long double) works... yes
checking whether isnan macro works... yes
checking whether isnan(double) can be used without linking with libm... (cached) yes
checking whether isnan(double) can be used without linking with libm... (cached) yes
checking whether isnan(float) can be used without linking with libm... (cached) yes
checking whether isnan(float) works... (cached) yes
checking whether isnan(float) can be used without linking with libm... (cached) yes
checking whether isnan(float) works... (cached) yes
checking whether isnan(long double) can be used without linking with libm... (cached) yes
checking whether isnanl works... (cached) yes
checking whether isnan(long double) can be used without linking with libm... (cached) yes
checking whether isnanl works... (cached) yes
checking whether iswblank is declared... yes
checking whether iswdigit is ISO C compliant... yes
checking whether iswxdigit is ISO C compliant... yes
checking whether langinfo.h defines CODESET... yes
checking whether langinfo.h defines T_FMT_AMPM... yes
checking whether langinfo.h defines ALTMON_1... no
checking whether langinfo.h defines ERA... yes
checking whether langinfo.h defines YESEXPR... yes
checking for lchown... yes
checking whether ldexpf can be used without linking with libm... (cached) yes
checking whether ldexpl is declared... (cached) yes
checking whether ldexpl() can be used without linking with libm... (cached) yes
checking whether ldexpl works... (cached) yes
checking whether the compiler supports the __inline keyword... yes
checking whether link obeys POSIX... no
checking for __xpg4... no
checking whether link(2) dereferences a symlink... yes
checking whether linkat() can link symlinks... yes
checking whether linkat handles trailing slash correctly... no
checking whether locale.h conforms to POSIX:2001... (cached) yes
checking whether struct lconv is properly defined... (cached) yes
checking for pthread_rwlock_t... yes
checking whether pthread_rwlock_rdlock prefers a writer to a reader... yes
checking whether log10 works... yes
checking whether log10 works according to ISO C 99 with IEC 60559... yes
checking for log10f... yes
checking whether log10f works... yes
checking whether log10f works according to ISO C 99 with IEC 60559... yes
checking whether log10l is declared... yes
checking for log10l... yes
checking whether log10l works... yes
checking for log1p... yes
checking whether log1p works according to ISO C 99 with IEC 60559... yes
checking for log1pf... yes
checking whether log1pf works... yes
checking whether log1pf works according to ISO C 99 with IEC 60559... yes
checking for log1pl... yes
checking whether log1pl works according to ISO C 99 with IEC 60559... yes
checking for log2... yes
checking whether log2 is declared... yes
checking whether log2 works... yes
checking whether log2 works according to ISO C 99 with IEC 60559... yes
checking for log2f... yes
checking whether log2f is declared... yes
checking whether log2f works... yes
checking whether log2f works according to ISO C 99 with IEC 60559... yes
checking for log2l... yes
checking whether log2l is declared... yes
checking whether log2l works... yes
checking whether logb is declared... yes
checking whether logb works... yes
checking whether logbf can be used without linking with libm... yes
checking whether logbf works... yes
checking whether logbl can be used without linking with libm... yes
checking whether logbl works... yes
checking for logf... (cached) yes
checking whether logf works... (cached) yes
checking whether logf works according to ISO C 99 with IEC 60559... (cached) yes
checking whether logl() can be used without linking with libm... (cached) yes
checking whether logl is declared... (cached) yes
checking whether logl works... (cached) yes
checking whether lseek detects pipes... yes
checking whether NAN macro works... yes
checking whether HUGE_VAL works... yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbrtowc handles a NULL pwc argument... (cached) yes
checking whether mbrtowc handles a NULL string argument... (cached) yes
checking whether mbrtowc has a correct return value... (cached) yes
checking whether mbrtowc returns 0 when parsing a NUL character... (cached) yes
checking whether mbrtowc stores incomplete characters... (cached) no
checking whether mbrtowc works on empty input... (cached) yes
checking whether the C locale is free of encoding errors... (cached) yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbsnrtowcs works in a traditional locale... yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbsrtowcs works... yes
checking for mbtowc... yes
checking for working memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for mempcpy... (cached) no
checking for memrchr... no
checking for memset... yes
checking whether mkdir handles trailing slash... yes
checking whether mkdir handles trailing dot... yes
checking for mkdtemp... yes
checking for mkfifo... yes
checking whether mkfifo rejects trailing slashes... no
checking whether mknod can create fifo without root privileges... yes
checking for working mkstemp... yes
checking whether modf can be used without linking with libm... yes
checking whether modf works according to ISO C 99 with IEC 60559... yes
checking whether modff can be used without linking with libm... yes
checking whether modff works according to ISO C 99 with IEC 60559... yes
checking whether modfl can be used without linking with libm... yes
checking whether modfl works according to ISO C 99 with IEC 60559... yes
checking for library containing nanosleep... none required
checking for working nanosleep... no (mishandles large arguments)
checking whether <net/if.h> is self-contained... yes
checking whether <netinet/in.h> is self-contained... yes
checking whether nextafter can be used without linking with libm... yes
checking whether YESEXPR works... yes
checking whether open recognizes a trailing slash... (cached) no
checking for opendir... yes
checking whether perror matches strerror... yes
checking for poll... yes
checking for poll... (cached) yes
checking whether popen works with closed stdin... yes
checking whether posix_memalign works for large alignments... yes
checking whether posix_spawn_file_actions_addclose works... yes
checking whether posix_spawn_file_actions_adddup2 works... yes
checking whether posix_spawn_file_actions_addopen works... yes
checking for powf... yes
checking whether pread works... yes
checking whether frexp works... (cached) yes
checking whether ldexp can be used without linking with libm... (cached) yes
checking whether frexpl() can be used without linking with libm... (cached) yes
checking whether frexpl works... (cached) yes
checking whether frexpl is declared... (cached) yes
checking whether ldexpl() can be used without linking with libm... (cached) yes
checking whether ldexpl works... (cached) yes
checking whether ldexpl is declared... (cached) yes
checking for pthread_t... (cached) yes
checking for pthread_spinlock_t... (cached) no
checking for PTHREAD_CREATE_DETACHED... (cached) yes
checking for PTHREAD_MUTEX_RECURSIVE... (cached) yes
checking for PTHREAD_MUTEX_ROBUST... (cached) no
checking for PTHREAD_PROCESS_SHARED... (cached) yes
checking for pthread_mutexattr_getrobust... no
checking for pthread_rwlock_init... yes
checking whether pthread_rwlock_timedrdlock is declared... no
checking whether pthread_create exists as a global function... yes
checking whether pthread_mutex_timedlock is declared... no
checking whether pthread_sigmask is a macro... no
checking whether pthread_sigmask works without -lpthread... yes
checking whether pthread_sigmask returns error numbers... yes
checking whether pthread_sigmask unblocks signals correctly... guessing yes
checking for ptsname... yes
checking whether ptsname sets errno on failure... yes
checking whether ptsname_r has the same signature as in glibc... yes
checking whether ptsname_r returns an error code... no
checking whether isatty sets errno when it fails... yes
checking whether pwrite works... yes
checking for raise... yes
checking for sigprocmask... yes
checking for random... yes
checking for initstate... (cached) yes
checking for setstate... yes
checking for random.h... no
checking for struct random_data... no
checking for random_r... no
checking for rawmemchr... no
checking for readdir... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... no
checking whether readlinkat signature is correct... yes
checking for working re_compile_pattern... no
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking whether isblank is declared... yes
checking whether remainder is declared... yes
checking whether remainder() can be used without linking with libm... yes
checking whether remainder works according to ISO C 99 with IEC 60559... yes
checking for remainderf... yes
checking whether remainderf works... yes
checking whether remainderf works according to ISO C 99 with IEC 60559... yes
checking for remainderl... yes
checking whether remainderl is declared... yes
checking whether remainderl works... yes
checking whether remainderl works according to ISO C 99 with IEC 60559... yes
checking whether rename honors trailing slash on destination... no
checking whether rename honors trailing slash on source... no
checking whether rename manages hard links correctly... yes
checking whether rename manages existing destinations correctly... yes
checking linux/fs.h usability... no
checking linux/fs.h presence... no
checking for linux/fs.h... no
checking for linux/fs.h... (cached) no
checking for rewinddir... yes
checking whether rint can be used without linking with libm... yes
checking whether rintf can be used without linking with libm... yes
checking whether rintf is declared... yes
checking whether rintl can be used without linking with libm... yes
checking whether rintl works... yes
checking whether rmdir works... (cached) yes
checking whether round is declared... (cached) yes
checking whether round works... (cached) yes
checking whether round works according to ISO C 99 with IEC 60559... (cached) yes
checking whether roundf is declared... yes
checking whether roundf works... yes
checking whether roundf works according to ISO C 99 with IEC 60559... yes
checking whether roundl is declared... (cached) yes
checking whether roundl works according to ISO C 99 with IEC 60559... (cached) yes
checking for scandir... yes
checking for sched.h... yes
checking for struct sched_param... yes
checking whether sched_yield is declared... yes
checking for type VISIT... yes
checking for __secure_getenv... no
checking for issetugid... yes
checking whether select supports a 0 argument... (cached) yes
checking whether select detects invalid fds... (cached) yes
checking for library containing getservbyname... (cached) none required
checking for getservbyname... (cached) yes
checking whether setenv validates arguments... yes
checking whether setlocale supports the C locale... yes
checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) no
checking whether setlocale (category, NULL) is multithread-safe... (cached) yes
checking whether imported symbols can be declared weak... (cached) no
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for struct sigaction.sa_sigaction... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... no
checking for signbit macro... yes
checking for signbit compiler built-ins... yes
checking for sigprocmask... (cached) yes
checking for sinf... yes
checking for sinhf... yes
checking whether sinl() can be used without linking with libm... yes
checking whether sinl is declared... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking whether sleep is declared... yes
checking for working sleep... yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
checking for snprintf... (cached) yes
checking whether snprintf fully supports the 'n' directive... no
checking whether snprintf respects a size of 1... (cached) yes
checking whether vsnprintf respects a zero size as in C99... yes
checking for nl_langinfo... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for socklen_t... yes
checking for posix_spawnattr_t... yes
checking for posix_spawn_file_actions_t... yes
checking for nl_langinfo... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for sqrtf... yes
checking whether sqrtl() can be used without linking with libm... (cached) yes
checking whether sqrtl is declared... (cached) yes
checking whether sqrtl works... (cached) yes
checking for ssize_t... (cached) yes
checking whether stat handles trailing slashes on files... no
checking for struct stat.st_atim.tv_nsec... no
checking for struct stat.st_atimespec.tv_nsec... yes
checking for struct stat.st_birthtimespec.tv_nsec... yes
checking for working stdalign.h... yes
checking for va_copy... yes
checking for good max_align_t... (cached) yes
checking whether NULL can be used in arbitrary expressions... (cached) yes
checking which flavor of printf attribute matches inttypes macros... system
checking for working stdnoreturn.h... yes
checking for stpcpy... yes
checking for working stpncpy... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking for strchrnul... no
checking for strcspn... yes
checking whether strfmon_l works... yes
checking for working strndup... yes
checking for working strnlen... yes
checking for strpbrk... yes
checking for strsignal... yes
checking whether strsignal always returns a string... yes
checking whether strstr works in linear time... no
checking whether strstr works... (cached) yes
checking whether strtod obeys C99... yes
checking whether strtoimax works... yes
checking for strtok_r... yes
checking whether strtok_r works... yes
checking for strtol... yes
checking whether strtold obeys POSIX... yes
checking for strtoll... yes
checking for strtoul... yes
checking for strtoull... yes
checking whether symlink handles trailing slash correctly... no
checking whether symlinkat handles trailing slash correctly... no
checking whether <sys/ioctl.h> declares ioctl... yes
checking for nlink_t... (cached) yes
checking for struct tms... yes
checking for struct utsname... yes
checking for tanf... yes
checking for tanhf... yes
checking whether tanl() can be used without linking with libm... yes
checking whether tanl is declared... yes
checking whether tcgetsid is declared... yes
checking for tcgetsid... yes
checking sys/single_threaded.h usability... no
checking sys/single_threaded.h presence... no
checking for sys/single_threaded.h... no
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking for library containing timer_settime... no
checking for timer_settime... no
checking whether tmpfile works... yes
checking whether trunc is declared... (cached) yes
checking whether trunc works according to ISO C 99 with IEC 60559... (cached) yes
checking whether truncate is declared... yes
checking whether truncf is declared... yes
checking whether truncf works according to ISO C 99 with IEC 60559... yes
checking whether truncl is declared... (cached) yes
checking whether truncl works... (cached) yes
checking whether truncl works according to ISO C 99 with IEC 60559... (cached) yes
checking for tsearch... (cached) yes
checking for twalk... yes
checking whether tdelete works... yes
checking for ttyname_r... yes
checking whether ttyname_r is compatible with its POSIX signature... yes
checking whether ttyname_r works with small buffers... yes
checking for uname... yes
checking whether unlink honors trailing slashes... (cached) no
checking whether unlink of a parent directory fails as it should... (cached) yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for utime... yes
checking whether utimensat works... no
checking for ptrdiff_t... (cached) yes
checking for nl_langinfo... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for nl_langinfo... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for vsnprintf... yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
checking for vsnprintf... (cached) yes
checking whether snprintf fully supports the 'n' directive... (cached) no
checking whether snprintf respects a size of 1... (cached) yes
checking whether vsnprintf respects a zero size as in C99... (cached) yes
checking for nl_langinfo... (cached) yes
checking for ptrdiff_t... (cached) yes
checking for nl_langinfo... (cached) yes
checking for ptrdiff_t... (cached) yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether wcrtomb works in the C locale... yes
checking whether wcrtomb return value is correct... yes
checking for wcsdup... yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether wcsnrtombs works in a traditional locale... yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether wcsrtombs updates the source pointer correctly... yes
checking whether wcsrtombs supports a NULL argument correctly... yes
checking for wcstok with POSIX signature... yes
checking whether wctob works... yes
checking whether wctob is declared... yes
checking whether iswcntrl works... (cached) yes
checking for towlower... (cached) yes
checking for wctype_t... (cached) yes
checking for wctrans_t... (cached) yes
checking whether wcwidth is declared... (cached) yes
checking whether wcwidth works reasonably in UTF-8 locales... (cached) no
checking for wmemchr... yes
checking for wmemcmp... yes
checking for wmemcpy... yes
checking for wmemmove... yes
checking for wmemset... yes
checking for stdint.h... (cached) yes
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a turkish Unicode locale... none
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking whether uselocale works... (cached) yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for getpagesize... (cached) yes
checking whether getpagesize is declared... yes
checking whether byte ordering is bigendian... (cached) no
checking whether byte ordering is bigendian... (cached) no
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking where to find the exponent in a 'double'... (cached) word 1 bit 20
checking where to find the exponent in a 'long double'... word 1 bit 20
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking where to find the exponent in a 'double'... (cached) word 1 bit 20
checking where to find the exponent in a 'long double'... (cached) word 1 bit 20
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking where to find the exponent in a 'double'... (cached) word 1 bit 20
checking where to find the exponent in a 'long double'... (cached) word 1 bit 20
checking where to find the exponent in a 'double'... (cached) word 1 bit 20
checking where to find the exponent in a 'double'... (cached) word 1 bit 20
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking where to find the exponent in a 'long double'... (cached) word 1 bit 20
checking where to find the exponent in a 'long double'... (cached) word 1 bit 20
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for library containing if_nameindex... none required
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for getppriv... no
checking for putenv compatible with GNU and SVID... no
checking whether _putenv is declared... no
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for pthread_atfork... yes
checking for useconds_t... yes
checking whether usleep allows large arguments... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for waitid... yes
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking for a traditional french locale... (cached) fr_FR.ISO8859-1
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP.eucJP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gllib/Makefile
config.status: creating glm4/Makefile
config.status: creating gltests/Makefile
config.status: creating config.h
config.status: executing depfiles commands

[-- Attachment #3: Type: application/octet-stream, Size: 169938 bytes --]

/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in gllib
rm -f alloca.h-t alloca.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''HAVE_ALLOCA_H''@|1|g' < ./alloca.in.h; \
	} > alloca.h-t && \
	mv -f alloca.h-t alloca.h
../build-aux/install-sh -c -d arpa
rm -f arpa/inet.h-t arpa/inet.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''HAVE_FEATURES_H''@|0|g' \
	      -e 's|@''NEXT_ARPA_INET_H''@|<arpa/inet.h>|g' \
	      -e 's|@''HAVE_ARPA_INET_H''@|1|g' \
	      -e 's/@''GNULIB_INET_NTOP''@/1/g' \
	      -e 's/@''GNULIB_INET_PTON''@/1/g' \
	      -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \
	      -e 's|@''HAVE_DECL_INET_NTOP''@|1|g' \
	      -e 's|@''HAVE_DECL_INET_PTON''@|1|g' \
	      -e 's|@''REPLACE_INET_NTOP''@|0|g' \
	      -e 's|@''REPLACE_INET_PTON''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./arpa_inet.in.h; \
	} > arpa/inet.h-t && \
	mv arpa/inet.h-t arpa/inet.h
rm -f configmake.h-t && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  echo '#if HAVE_WINSOCK2_H'; \
	  echo '# include <winsock2.h> /* avoid mingw pollution on DATADIR */'; \
	  echo '#endif'; \
	  echo '#define PREFIX "/usr/local"'; \
	  echo '#define EXEC_PREFIX "/usr/local"'; \
	  echo '#define BINDIR "/usr/local/bin"'; \
	  echo '#define SBINDIR "/usr/local/sbin"'; \
	  echo '#define LIBEXECDIR "/usr/local/libexec"'; \
	  echo '#define DATAROOTDIR "/usr/local/share"'; \
	  echo '#define DATADIR "/usr/local/share"'; \
	  echo '#define SYSCONFDIR "/usr/local/etc"'; \
	  echo '#define SHAREDSTATEDIR "/usr/local/com"'; \
	  echo '#define LOCALSTATEDIR "/usr/local/var"'; \
	  echo '#define RUNSTATEDIR "/usr/local/var/run"'; \
	  echo '#define INCLUDEDIR "/usr/local/include"'; \
	  echo '#define OLDINCLUDEDIR "/usr/include"'; \
	  echo '#define DOCDIR "/usr/local/share/doc/dummy"'; \
	  echo '#define INFODIR "/usr/local/share/info"'; \
	  echo '#define HTMLDIR "/usr/local/share/doc/dummy"'; \
	  echo '#define DVIDIR "/usr/local/share/doc/dummy"'; \
	  echo '#define PDFDIR "/usr/local/share/doc/dummy"'; \
	  echo '#define PSDIR "/usr/local/share/doc/dummy"'; \
	  echo '#define LIBDIR "/usr/local/lib"'; \
	  echo '#define LISPDIR "/usr/local/share/emacs/site-lisp"'; \
	  echo '#define LOCALEDIR "/usr/local/share/locale"'; \
	  echo '#define MANDIR "/usr/local/share/man"'; \
	  echo '#define MANEXT ""'; \
	  echo '#define PKGDATADIR "/usr/local/share/dummy"'; \
	  echo '#define PKGINCLUDEDIR "/usr/local/include/dummy"'; \
	  echo '#define PKGLIBDIR "/usr/local/lib/dummy"'; \
	  echo '#define PKGLIBEXECDIR "/usr/local/libexec/dummy"'; \
	} | sed '/""/d' > configmake.h-t && \
	mv -f configmake.h-t configmake.h
rm -f ctype.h-t ctype.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_CTYPE_H''@|<ctype.h>|g' \
	      -e 's/@''GNULIB_ISBLANK''@/1/g' \
	      -e 's/@''HAVE_ISBLANK''@/1/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./ctype.in.h; \
	} > ctype.h-t && \
	mv ctype.h-t ctype.h
rm -f dirent.h-t dirent.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_DIRENT_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_DIRENT_H''@|<dirent.h>|g' \
	      -e 's/@''GNULIB_OPENDIR''@/1/g' \
	      -e 's/@''GNULIB_READDIR''@/1/g' \
	      -e 's/@''GNULIB_REWINDDIR''@/1/g' \
	      -e 's/@''GNULIB_CLOSEDIR''@/1/g' \
	      -e 's/@''GNULIB_DIRFD''@/1/g' \
	      -e 's/@''GNULIB_FDOPENDIR''@/1/g' \
	      -e 's/@''GNULIB_SCANDIR''@/1/g' \
	      -e 's/@''GNULIB_ALPHASORT''@/1/g' \
	      -e 's/@''HAVE_OPENDIR''@/1/g' \
	      -e 's/@''HAVE_READDIR''@/1/g' \
	      -e 's/@''HAVE_REWINDDIR''@/1/g' \
	      -e 's/@''HAVE_CLOSEDIR''@/1/g' \
	      -e 's|@''HAVE_DECL_DIRFD''@|1|g' \
	      -e 's|@''HAVE_DECL_FDOPENDIR''@|1|g' \
	      -e 's|@''HAVE_FDOPENDIR''@|1|g' \
	      -e 's|@''HAVE_SCANDIR''@|1|g' \
	      -e 's|@''HAVE_ALPHASORT''@|1|g' \
	      -e 's|@''REPLACE_OPENDIR''@|0|g' \
	      -e 's|@''REPLACE_CLOSEDIR''@|0|g' \
	      -e 's|@''REPLACE_DIRFD''@|0|g' \
	      -e 's|@''REPLACE_FDOPENDIR''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./dirent.in.h; \
	} > dirent.h-t && \
	mv dirent.h-t dirent.h
rm -f fcntl.h-t fcntl.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
	      -e 's/@''GNULIB_CREAT''@/1/g' \
	      -e 's/@''GNULIB_FCNTL''@/1/g' \
	      -e 's/@''GNULIB_NONBLOCKING''@/1/g' \
	      -e 's/@''GNULIB_OPEN''@/1/g' \
	      -e 's/@''GNULIB_OPENAT''@/1/g' \
	      -e 's|@''HAVE_FCNTL''@|1|g' \
	      -e 's|@''HAVE_OPENAT''@|1|g' \
	      -e 's|@''REPLACE_CREAT''@|1|g' \
	      -e 's|@''REPLACE_FCNTL''@|0|g' \
	      -e 's|@''REPLACE_OPEN''@|1|g' \
	      -e 's|@''REPLACE_OPENAT''@|1|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./fcntl.in.h; \
	} > fcntl.h-t && \
	mv fcntl.h-t fcntl.h
rm -f fnmatch.h-t fnmatch.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_FNMATCH_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_FNMATCH_H''@|<fnmatch.h>|g' \
	      -e 's/@''GNULIB_FNMATCH''@/1/g' \
	      -e 's|@''HAVE_FNMATCH''@|1|g' \
	      -e 's|@''REPLACE_FNMATCH''@|1|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./fnmatch.in.h; \
	} > fnmatch.h-t && \
	mv fnmatch.h-t fnmatch.h
rm -f getopt.h-t getopt.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_GETOPT_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_GETOPT_H''@|<getopt.h>|g' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      < ./getopt.in.h; \
	} > getopt.h-t && \
	mv -f getopt.h-t getopt.h
rm -f getopt-cdefs.h-t getopt-cdefs.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''HAVE_SYS_CDEFS_H''@|1|g' \
	      < ./getopt-cdefs.in.h; \
	} > getopt-cdefs.h-t && \
	mv -f getopt-cdefs.h-t getopt-cdefs.h
rm -f glob.h-t glob.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_GLOB_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_GLOB_H''@|<glob.h>|g' \
	      -e 's/@''GNULIB_GLOB''@/1/g' \
	      -e 's|@''HAVE_GLOB''@|1|g' \
	      -e 's|@''HAVE_GLOB_PATTERN_P''@|0|g' \
	      -e 's|@''REPLACE_GLOB''@|1|g' \
	      -e 's|@''REPLACE_GLOB_PATTERN_P''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./glob.in.h; \
	} > glob.h-t && \
	mv glob.h-t glob.h
rm -f iconv.h-t iconv.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_ICONV_H''@|<iconv.h>|g' \
	      -e 's/@''GNULIB_ICONV''@/1/g' \
	      -e 's|@''ICONV_CONST''@||g' \
	      -e 's|@''REPLACE_ICONV''@|0|g' \
	      -e 's|@''REPLACE_ICONV_OPEN''@|0|g' \
	      -e 's|@''REPLACE_ICONV_UTF''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./iconv.in.h; \
	} > iconv.h-t && \
	mv iconv.h-t iconv.h
rm -f inttypes.h-t inttypes.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
	      -e 's/@''PRIPTR_PREFIX''@/"l"/g' \
	      -e 's/@''GNULIB_IMAXABS''@/1/g' \
	      -e 's/@''GNULIB_IMAXDIV''@/1/g' \
	      -e 's/@''GNULIB_STRTOIMAX''@/1/g' \
	      -e 's/@''GNULIB_STRTOUMAX''@/1/g' \
	      -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
	      -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
	      -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
	      -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
	      -e 's/@''HAVE_IMAXDIV_T''@/1/g' \
	      -e 's/@''REPLACE_STRTOIMAX''@/0/g' \
	      -e 's/@''REPLACE_STRTOUMAX''@/0/g' \
	      -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
	      -e 's/@''INT64_MAX_EQ_LONG_MAX''@/1/g' \
	      -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
	      -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/1/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./inttypes.in.h; \
	} > inttypes.h-t && \
	mv inttypes.h-t inttypes.h
rm -f langinfo.h-t langinfo.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_LANGINFO_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g' \
	      -e 's/@''GNULIB_NL_LANGINFO''@/1/g' \
	      -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
	      -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \
	      -e 's|@''HAVE_LANGINFO_ALTMON''@|0|g' \
	      -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
	      -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \
	      -e 's|@''HAVE_NL_LANGINFO''@|1|g' \
	      -e 's|@''REPLACE_NL_LANGINFO''@|1|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./langinfo.in.h; \
	} > langinfo.h-t && \
	mv langinfo.h-t langinfo.h
rm -f limits.h-t limits.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_LIMITS_H''@|<limits.h>|g' \
	      < ./limits.in.h; \
	} > limits.h-t && \
	mv limits.h-t limits.h
rm -f locale.h-t locale.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_LOCALE_H''@|<locale.h>|g' \
	      -e 's/@''GNULIB_LOCALECONV''@/1/g' \
	      -e 's/@''GNULIB_SETLOCALE''@/1/g' \
	      -e 's/@''GNULIB_SETLOCALE_NULL''@/1/g' \
	      -e 's/@''GNULIB_DUPLOCALE''@/1/g' \
	      -e 's/@''GNULIB_LOCALENAME''@/1/g' \
	      -e 's|@''HAVE_NEWLOCALE''@|1|g' \
	      -e 's|@''HAVE_DUPLOCALE''@|1|g' \
	      -e 's|@''HAVE_FREELOCALE''@|1|g' \
	      -e 's|@''HAVE_XLOCALE_H''@|1|g' \
	      -e 's|@''REPLACE_LOCALECONV''@|0|g' \
	      -e 's|@''REPLACE_SETLOCALE''@|1|g' \
	      -e 's|@''REPLACE_NEWLOCALE''@|0|g' \
	      -e 's|@''REPLACE_DUPLOCALE''@|0|g' \
	      -e 's|@''REPLACE_FREELOCALE''@|0|g' \
	      -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./locale.in.h; \
	} > locale.h-t && \
	mv locale.h-t locale.h
rm -f math.h-t math.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|<math.h>|g' \
	      -e 's/@''GNULIB_ACOSF''@/1/g' \
	      -e 's/@''GNULIB_ACOSL''@/1/g' \
	      -e 's/@''GNULIB_ASINF''@/1/g' \
	      -e 's/@''GNULIB_ASINL''@/1/g' \
	      -e 's/@''GNULIB_ATANF''@/1/g' \
	      -e 's/@''GNULIB_ATANL''@/1/g' \
	      -e 's/@''GNULIB_ATAN2F''@/1/g' \
	      -e 's/@''GNULIB_CBRT''@/1/g' \
	      -e 's/@''GNULIB_CBRTF''@/1/g' \
	      -e 's/@''GNULIB_CBRTL''@/1/g' \
	      -e 's/@''GNULIB_CEIL''@/1/g' \
	      -e 's/@''GNULIB_CEILF''@/1/g' \
	      -e 's/@''GNULIB_CEILL''@/1/g' \
	      -e 's/@''GNULIB_COPYSIGN''@/1/g' \
	      -e 's/@''GNULIB_COPYSIGNF''@/1/g' \
	      -e 's/@''GNULIB_COPYSIGNL''@/1/g' \
	      -e 's/@''GNULIB_COSF''@/1/g' \
	      -e 's/@''GNULIB_COSL''@/1/g' \
	      -e 's/@''GNULIB_COSHF''@/1/g' \
	      -e 's/@''GNULIB_EXPF''@/1/g' \
	      -e 's/@''GNULIB_EXPL''@/1/g' \
	      -e 's/@''GNULIB_EXP2''@/1/g' \
	      -e 's/@''GNULIB_EXP2F''@/1/g' \
	      -e 's/@''GNULIB_EXP2L''@/1/g' \
	      -e 's/@''GNULIB_EXPM1''@/1/g' \
	      -e 's/@''GNULIB_EXPM1F''@/1/g' \
	      -e 's/@''GNULIB_EXPM1L''@/1/g' \
	      -e 's/@''GNULIB_FABSF''@/1/g' \
	      -e 's/@''GNULIB_FABSL''@/1/g' \
	      -e 's/@''GNULIB_FLOOR''@/1/g' \
	      -e 's/@''GNULIB_FLOORF''@/1/g' \
	      -e 's/@''GNULIB_FLOORL''@/1/g' \
	      -e 's/@''GNULIB_FMA''@/1/g' \
	      -e 's/@''GNULIB_FMAF''@/1/g' \
	      -e 's/@''GNULIB_FMAL''@/1/g' \
	      -e 's/@''GNULIB_FMOD''@/1/g' \
	      -e 's/@''GNULIB_FMODF''@/1/g' \
	      -e 's/@''GNULIB_FMODL''@/1/g' \
	      -e 's/@''GNULIB_FREXPF''@/1/g' \
	      -e 's/@''GNULIB_FREXP''@/1/g' \
	      -e 's/@''GNULIB_FREXPL''@/1/g' \
	      -e 's/@''GNULIB_HYPOT''@/1/g' \
	      -e 's/@''GNULIB_HYPOTF''@/1/g' \
	      -e 's/@''GNULIB_HYPOTL''@/1/g' \
	      < ./math.in.h | \
	  sed -e 's/@''GNULIB_ILOGB''@/1/g' \
	      -e 's/@''GNULIB_ILOGBF''@/1/g' \
	      -e 's/@''GNULIB_ILOGBL''@/1/g' \
	      -e 's/@''GNULIB_ISFINITE''@/1/g' \
	      -e 's/@''GNULIB_ISINF''@/1/g' \
	      -e 's/@''GNULIB_ISNAN''@/1/g' \
	      -e 's/@''GNULIB_ISNANF''@/1/g' \
	      -e 's/@''GNULIB_ISNAND''@/1/g' \
	      -e 's/@''GNULIB_ISNANL''@/1/g' \
	      -e 's/@''GNULIB_LDEXPF''@/1/g' \
	      -e 's/@''GNULIB_LDEXPL''@/1/g' \
	      -e 's/@''GNULIB_LOG''@/1/g' \
	      -e 's/@''GNULIB_LOGF''@/1/g' \
	      -e 's/@''GNULIB_LOGL''@/1/g' \
	      -e 's/@''GNULIB_LOG10''@/1/g' \
	      -e 's/@''GNULIB_LOG10F''@/1/g' \
	      -e 's/@''GNULIB_LOG10L''@/1/g' \
	      -e 's/@''GNULIB_LOG1P''@/1/g' \
	      -e 's/@''GNULIB_LOG1PF''@/1/g' \
	      -e 's/@''GNULIB_LOG1PL''@/1/g' \
	      -e 's/@''GNULIB_LOG2''@/1/g' \
	      -e 's/@''GNULIB_LOG2F''@/1/g' \
	      -e 's/@''GNULIB_LOG2L''@/1/g' \
	      -e 's/@''GNULIB_LOGB''@/1/g' \
	      -e 's/@''GNULIB_LOGBF''@/1/g' \
	      -e 's/@''GNULIB_LOGBL''@/1/g' \
	      -e 's/@''GNULIB_MODF''@/1/g' \
	      -e 's/@''GNULIB_MODFF''@/1/g' \
	      -e 's/@''GNULIB_MODFL''@/1/g' \
	      -e 's/@''GNULIB_POWF''@/1/g' \
	      -e 's/@''GNULIB_REMAINDER''@/1/g' \
	      -e 's/@''GNULIB_REMAINDERF''@/1/g' \
	      -e 's/@''GNULIB_REMAINDERL''@/1/g' \
	      -e 's/@''GNULIB_RINT''@/1/g' \
	      -e 's/@''GNULIB_RINTF''@/1/g' \
	      -e 's/@''GNULIB_RINTL''@/1/g' \
	      -e 's/@''GNULIB_ROUND''@/1/g' \
	      -e 's/@''GNULIB_ROUNDF''@/1/g' \
	      -e 's/@''GNULIB_ROUNDL''@/1/g' \
	      -e 's/@''GNULIB_SIGNBIT''@/1/g' \
	      -e 's/@''GNULIB_SINF''@/1/g' \
	      -e 's/@''GNULIB_SINL''@/1/g' \
	      -e 's/@''GNULIB_SINHF''@/1/g' \
	      -e 's/@''GNULIB_SQRTF''@/1/g' \
	      -e 's/@''GNULIB_SQRTL''@/1/g' \
	      -e 's/@''GNULIB_TANF''@/1/g' \
	      -e 's/@''GNULIB_TANL''@/1/g' \
	      -e 's/@''GNULIB_TANHF''@/1/g' \
	      -e 's/@''GNULIB_TRUNC''@/1/g' \
	      -e 's/@''GNULIB_TRUNCF''@/1/g' \
	      -e 's/@''GNULIB_TRUNCL''@/1/g' \
	  | \
	  sed -e 's|@''HAVE_ACOSF''@|1|g' \
	      -e 's|@''HAVE_ACOSL''@|1|g' \
	      -e 's|@''HAVE_ASINF''@|1|g' \
	      -e 's|@''HAVE_ASINL''@|1|g' \
	      -e 's|@''HAVE_ATANF''@|1|g' \
	      -e 's|@''HAVE_ATANL''@|1|g' \
	      -e 's|@''HAVE_ATAN2F''@|1|g' \
	      -e 's|@''HAVE_CBRT''@|1|g' \
	      -e 's|@''HAVE_CBRTF''@|1|g' \
	      -e 's|@''HAVE_CBRTL''@|1|g' \
	      -e 's|@''HAVE_COPYSIGN''@|1|g' \
	      -e 's|@''HAVE_COPYSIGNL''@|1|g' \
	      -e 's|@''HAVE_COSF''@|1|g' \
	      -e 's|@''HAVE_COSL''@|1|g' \
	      -e 's|@''HAVE_COSHF''@|1|g' \
	      -e 's|@''HAVE_EXPF''@|1|g' \
	      -e 's|@''HAVE_EXPL''@|1|g' \
	      -e 's|@''HAVE_EXPM1''@|1|g' \
	      -e 's|@''HAVE_EXPM1F''@|1|g' \
	      -e 's|@''HAVE_FABSF''@|1|g' \
	      -e 's|@''HAVE_FABSL''@|1|g' \
	      -e 's|@''HAVE_FMA''@|1|g' \
	      -e 's|@''HAVE_FMAF''@|1|g' \
	      -e 's|@''HAVE_FMAL''@|1|g' \
	      -e 's|@''HAVE_FMODF''@|1|g' \
	      -e 's|@''HAVE_FMODL''@|1|g' \
	      -e 's|@''HAVE_FREXPF''@|1|g' \
	      -e 's|@''HAVE_HYPOTF''@|1|g' \
	      -e 's|@''HAVE_HYPOTL''@|1|g' \
	      -e 's|@''HAVE_ILOGB''@|1|g' \
	      -e 's|@''HAVE_ILOGBF''@|1|g' \
	      -e 's|@''HAVE_ILOGBL''@|1|g' \
	      -e 's|@''HAVE_ISNANF''@|1|g' \
	      -e 's|@''HAVE_ISNAND''@|1|g' \
	      -e 's|@''HAVE_ISNANL''@|1|g' \
	      -e 's|@''HAVE_LDEXPF''@|1|g' \
	      -e 's|@''HAVE_LOGF''@|1|g' \
	      -e 's|@''HAVE_LOGL''@|1|g' \
	      -e 's|@''HAVE_LOG10F''@|1|g' \
	      -e 's|@''HAVE_LOG10L''@|1|g' \
	      -e 's|@''HAVE_LOG1P''@|1|g' \
	      -e 's|@''HAVE_LOG1PF''@|1|g' \
	      -e 's|@''HAVE_LOG1PL''@|1|g' \
	      -e 's|@''HAVE_LOGBF''@|1|g' \
	      -e 's|@''HAVE_LOGBL''@|1|g' \
	      -e 's|@''HAVE_MODFF''@|1|g' \
	      -e 's|@''HAVE_MODFL''@|1|g' \
	      -e 's|@''HAVE_POWF''@|1|g' \
	      -e 's|@''HAVE_REMAINDER''@|1|g' \
	      -e 's|@''HAVE_REMAINDERF''@|1|g' \
	      -e 's|@''HAVE_RINT''@|1|g' \
	      -e 's|@''HAVE_RINTL''@|1|g' \
	      -e 's|@''HAVE_SINF''@|1|g' \
	      -e 's|@''HAVE_SINL''@|1|g' \
	      -e 's|@''HAVE_SINHF''@|1|g' \
	      -e 's|@''HAVE_SQRTF''@|1|g' \
	      -e 's|@''HAVE_SQRTL''@|1|g' \
	      -e 's|@''HAVE_TANF''@|1|g' \
	      -e 's|@''HAVE_TANL''@|1|g' \
	      -e 's|@''HAVE_TANHF''@|1|g' \
	      -e 's|@''HAVE_DECL_ACOSL''@|1|g' \
	      -e 's|@''HAVE_DECL_ASINL''@|1|g' \
	      -e 's|@''HAVE_DECL_ATANL''@|1|g' \
	      -e 's|@''HAVE_DECL_CBRTF''@|1|g' \
	      -e 's|@''HAVE_DECL_CBRTL''@|1|g' \
	      -e 's|@''HAVE_DECL_CEILF''@|1|g' \
	      -e 's|@''HAVE_DECL_CEILL''@|1|g' \
	      -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \
	      -e 's|@''HAVE_DECL_COSL''@|1|g' \
	      -e 's|@''HAVE_DECL_EXPL''@|1|g' \
	      -e 's|@''HAVE_DECL_EXP2''@|1|g' \
	      -e 's|@''HAVE_DECL_EXP2F''@|1|g' \
	      -e 's|@''HAVE_DECL_EXP2L''@|1|g' \
	      -e 's|@''HAVE_DECL_EXPM1L''@|1|g' \
	      -e 's|@''HAVE_DECL_FLOORF''@|1|g' \
	      -e 's|@''HAVE_DECL_FLOORL''@|1|g' \
	      -e 's|@''HAVE_DECL_FREXPL''@|1|g' \
	      -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \
	      -e 's|@''HAVE_DECL_LOGL''@|1|g' \
	      -e 's|@''HAVE_DECL_LOG10L''@|1|g' \
	      -e 's|@''HAVE_DECL_LOG2''@|1|g' \
	      -e 's|@''HAVE_DECL_LOG2F''@|1|g' \
	      -e 's|@''HAVE_DECL_LOG2L''@|1|g' \
	      -e 's|@''HAVE_DECL_LOGB''@|1|g' \
	      -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \
	      -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \
	      -e 's|@''HAVE_DECL_RINTF''@|1|g' \
	      -e 's|@''HAVE_DECL_ROUND''@|1|g' \
	      -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \
	      -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \
	      -e 's|@''HAVE_DECL_SINL''@|1|g' \
	      -e 's|@''HAVE_DECL_SQRTL''@|1|g' \
	      -e 's|@''HAVE_DECL_TANL''@|1|g' \
	      -e 's|@''HAVE_DECL_TRUNC''@|1|g' \
	      -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \
	      -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \
	  | \
	  sed -e 's|@''REPLACE_ACOSF''@|0|g' \
	      -e 's|@''REPLACE_ASINF''@|0|g' \
	      -e 's|@''REPLACE_ATANF''@|0|g' \
	      -e 's|@''REPLACE_ATAN2F''@|0|g' \
	      -e 's|@''REPLACE_CBRTF''@|0|g' \
	      -e 's|@''REPLACE_CBRTL''@|0|g' \
	      -e 's|@''REPLACE_CEIL''@|0|g' \
	      -e 's|@''REPLACE_CEILF''@|0|g' \
	      -e 's|@''REPLACE_CEILL''@|0|g' \
	      -e 's|@''REPLACE_COSF''@|0|g' \
	      -e 's|@''REPLACE_COSHF''@|0|g' \
	      -e 's|@''REPLACE_EXPF''@|0|g' \
	      -e 's|@''REPLACE_EXPL''@|0|g' \
	      -e 's|@''REPLACE_EXPM1''@|0|g' \
	      -e 's|@''REPLACE_EXPM1F''@|0|g' \
	      -e 's|@''REPLACE_EXPM1L''@|0|g' \
	      -e 's|@''REPLACE_EXP2''@|0|g' \
	      -e 's|@''REPLACE_EXP2L''@|0|g' \
	      -e 's|@''REPLACE_FABSL''@|0|g' \
	      -e 's|@''REPLACE_FLOOR''@|0|g' \
	      -e 's|@''REPLACE_FLOORF''@|0|g' \
	      -e 's|@''REPLACE_FLOORL''@|0|g' \
	      -e 's|@''REPLACE_FMA''@|0|g' \
	      -e 's|@''REPLACE_FMAF''@|0|g' \
	      -e 's|@''REPLACE_FMAL''@|0|g' \
	      -e 's|@''REPLACE_FMOD''@|0|g' \
	      -e 's|@''REPLACE_FMODF''@|0|g' \
	      -e 's|@''REPLACE_FMODL''@|0|g' \
	      -e 's|@''REPLACE_FREXPF''@|0|g' \
	      -e 's|@''REPLACE_FREXP''@|0|g' \
	      -e 's|@''REPLACE_FREXPL''@|0|g' \
	      -e 's|@''REPLACE_HUGE_VAL''@|0|g' \
	      -e 's|@''REPLACE_HYPOT''@|0|g' \
	      -e 's|@''REPLACE_HYPOTF''@|0|g' \
	      -e 's|@''REPLACE_HYPOTL''@|0|g' \
	      -e 's|@''REPLACE_ILOGB''@|0|g' \
	      -e 's|@''REPLACE_ILOGBF''@|0|g' \
	      -e 's|@''REPLACE_ILOGBL''@|0|g' \
	      -e 's|@''REPLACE_ISFINITE''@|0|g' \
	      -e 's|@''REPLACE_ISINF''@|0|g' \
	      -e 's|@''REPLACE_ISNAN''@|0|g' \
	      -e 's|@''REPLACE_ITOLD''@|0|g' \
	      -e 's|@''REPLACE_LDEXPL''@|0|g' \
	      -e 's|@''REPLACE_LOG''@|0|g' \
	      -e 's|@''REPLACE_LOGF''@|0|g' \
	      -e 's|@''REPLACE_LOGL''@|0|g' \
	      -e 's|@''REPLACE_LOG10''@|0|g' \
	      -e 's|@''REPLACE_LOG10F''@|0|g' \
	      -e 's|@''REPLACE_LOG10L''@|0|g' \
	      -e 's|@''REPLACE_LOG1P''@|0|g' \
	      -e 's|@''REPLACE_LOG1PF''@|0|g' \
	      -e 's|@''REPLACE_LOG1PL''@|0|g' \
	      -e 's|@''REPLACE_LOG2''@|0|g' \
	      -e 's|@''REPLACE_LOG2F''@|0|g' \
	      -e 's|@''REPLACE_LOG2L''@|0|g' \
	      -e 's|@''REPLACE_LOGB''@|0|g' \
	      -e 's|@''REPLACE_LOGBF''@|0|g' \
	      -e 's|@''REPLACE_LOGBL''@|0|g' \
	      -e 's|@''REPLACE_MODF''@|0|g' \
	      -e 's|@''REPLACE_MODFF''@|0|g' \
	      -e 's|@''REPLACE_MODFL''@|0|g' \
	      -e 's|@''REPLACE_NAN''@|0|g' \
	      -e 's|@''REPLACE_REMAINDER''@|0|g' \
	      -e 's|@''REPLACE_REMAINDERF''@|0|g' \
	      -e 's|@''REPLACE_REMAINDERL''@|0|g' \
	      -e 's|@''REPLACE_RINTL''@|0|g' \
	      -e 's|@''REPLACE_ROUND''@|0|g' \
	      -e 's|@''REPLACE_ROUNDF''@|0|g' \
	      -e 's|@''REPLACE_ROUNDL''@|0|g' \
	      -e 's|@''REPLACE_SIGNBIT''@|0|g' \
	      -e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|1|g' \
	      -e 's|@''REPLACE_SINF''@|0|g' \
	      -e 's|@''REPLACE_SINHF''@|0|g' \
	      -e 's|@''REPLACE_SQRTF''@|0|g' \
	      -e 's|@''REPLACE_SQRTL''@|0|g' \
	      -e 's|@''REPLACE_TANF''@|0|g' \
	      -e 's|@''REPLACE_TANHF''@|0|g' \
	      -e 's|@''REPLACE_TRUNC''@|0|g' \
	      -e 's|@''REPLACE_TRUNCF''@|0|g' \
	      -e 's|@''REPLACE_TRUNCL''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
	} > math.h-t && \
	mv math.h-t math.h
rm -f monetary.h-t monetary.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_MONETARY_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_MONETARY_H''@|<monetary.h>|g' \
	      -e 's|@''HAVE_XLOCALE_H''@|1|g' \
	      -e 's/@''GNULIB_STRFMON_L''@/1/g' \
	      -e 's|@''HAVE_STRFMON_L''@|1|g' \
	      -e 's|@''REPLACE_STRFMON_L''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./monetary.in.h; \
	} > monetary.h-t && \
	mv monetary.h-t monetary.h
rm -f netdb.h-t netdb.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_NETDB_H''@|<netdb.h>|g' \
	      -e 's|@''HAVE_NETDB_H''@|1|g' \
	      -e 's/@''GNULIB_GETADDRINFO''@/1/g' \
	      -e 's|@''HAVE_STRUCT_ADDRINFO''@|1|g' \
	      -e 's|@''HAVE_DECL_FREEADDRINFO''@|1|g' \
	      -e 's|@''HAVE_DECL_GAI_STRERROR''@|1|g' \
	      -e 's|@''HAVE_DECL_GETADDRINFO''@|1|g' \
	      -e 's|@''HAVE_DECL_GETNAMEINFO''@|1|g' \
	      -e 's|@''REPLACE_GAI_STRERROR''@|0|g' \
	      -e 's|@''REPLACE_GETADDRINFO''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./netdb.in.h; \
	} > netdb.h-t && \
	mv netdb.h-t netdb.h
rm -f poll.h-t poll.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_POLL_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_POLL_H''@|<poll.h>|g' \
	      -e 's/@''GNULIB_POLL''@/1/g' \
	      -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
	      -e 's|@''HAVE_POLL''@|1|g' \
	      -e 's|@''REPLACE_POLL''@|1|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./poll.in.h; \
	} > poll.h-t && \
	mv -f poll.h-t poll.h
rm -f pthread.h-t pthread.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_PTHREAD_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_PTHREAD_H''@|<pthread.h>|g' \
	      -e 's/@''GNULIB_PTHREAD_THREAD''@/1/g' \
	      -e 's/@''GNULIB_PTHREAD_ONCE''@/1/g' \
	      -e 's/@''GNULIB_PTHREAD_MUTEX''@/1/g' \
	      -e 's/@''GNULIB_PTHREAD_RWLOCK''@/1/g' \
	      -e 's/@''GNULIB_PTHREAD_COND''@/1/g' \
	      -e 's/@''GNULIB_PTHREAD_TSS''@/1/g' \
	      -e 's/@''GNULIB_PTHREAD_SPIN''@/1/g' \
	      -e 's/@''GNULIB_PTHREAD_MUTEX_TIMEDLOCK''@/1/g' \
	      -e 's|@''HAVE_PTHREAD_T''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_SPINLOCK_T''@|0|g' \
	      -e 's|@''HAVE_PTHREAD_CREATE_DETACHED''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_MUTEX_RECURSIVE''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_MUTEX_ROBUST''@|0|g' \
	      -e 's|@''HAVE_PTHREAD_PROCESS_SHARED''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_CREATE''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_ATTR_INIT''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_ATTR_GETDETACHSTATE''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_ATTR_SETDETACHSTATE''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_ATTR_DESTROY''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_SELF''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_EQUAL''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_DETACH''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_JOIN''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_EXIT''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_ONCE''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_MUTEX_INIT''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_MUTEXATTR_INIT''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_MUTEXATTR_GETTYPE''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_MUTEXATTR_SETTYPE''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_MUTEXATTR_GETROBUST''@|0|g' \
	      -e 's|@''HAVE_PTHREAD_MUTEXATTR_SETROBUST''@|0|g' \
	      -e 's|@''HAVE_PTHREAD_MUTEXATTR_DESTROY''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_MUTEX_LOCK''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_MUTEX_TRYLOCK''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_MUTEX_TIMEDLOCK''@|0|g' \
	      -e 's|@''HAVE_PTHREAD_MUTEX_UNLOCK''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_MUTEX_DESTROY''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_RWLOCK_INIT''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_RWLOCKATTR_INIT''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_RWLOCKATTR_DESTROY''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_RWLOCK_RDLOCK''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_RWLOCK_WRLOCK''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_RWLOCK_TRYRDLOCK''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_RWLOCK_TRYWRLOCK''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK''@|0|g' \
	      -e 's|@''HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK''@|0|g' \
	      -e 's|@''HAVE_PTHREAD_RWLOCK_UNLOCK''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_RWLOCK_DESTROY''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_COND_INIT''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_CONDATTR_INIT''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_CONDATTR_DESTROY''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_COND_WAIT''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_COND_TIMEDWAIT''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_COND_SIGNAL''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_COND_BROADCAST''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_COND_DESTROY''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_KEY_CREATE''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_SETSPECIFIC''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_GETSPECIFIC''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_KEY_DELETE''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_SPIN_INIT''@|0|g' \
	      -e 's|@''HAVE_PTHREAD_SPIN_LOCK''@|0|g' \
	      -e 's|@''HAVE_PTHREAD_SPIN_TRYLOCK''@|0|g' \
	      -e 's|@''HAVE_PTHREAD_SPIN_UNLOCK''@|0|g' \
	      -e 's|@''HAVE_PTHREAD_SPIN_DESTROY''@|0|g' \
	      < ./pthread.in.h | \
	  sed -e 's|@''REPLACE_PTHREAD_CREATE''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_ATTR_INIT''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_ATTR_GETDETACHSTATE''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_ATTR_SETDETACHSTATE''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_ATTR_DESTROY''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_SELF''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_EQUAL''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_DETACH''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_JOIN''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_EXIT''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_ONCE''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_MUTEX_INIT''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_MUTEXATTR_INIT''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_MUTEXATTR_GETTYPE''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_MUTEXATTR_SETTYPE''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_MUTEXATTR_GETROBUST''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_MUTEXATTR_SETROBUST''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_MUTEXATTR_DESTROY''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_MUTEX_LOCK''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_MUTEX_TRYLOCK''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_MUTEX_TIMEDLOCK''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_MUTEX_UNLOCK''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_MUTEX_DESTROY''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_RWLOCK_INIT''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_RWLOCKATTR_INIT''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_RWLOCKATTR_DESTROY''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_RWLOCK_RDLOCK''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_RWLOCK_WRLOCK''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_RWLOCK_TRYRDLOCK''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_RWLOCK_TRYWRLOCK''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_RWLOCK_TIMEDRDLOCK''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_RWLOCK_TIMEDWRLOCK''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_RWLOCK_UNLOCK''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_RWLOCK_DESTROY''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_COND_INIT''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_CONDATTR_INIT''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_CONDATTR_DESTROY''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_COND_WAIT''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_COND_TIMEDWAIT''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_COND_SIGNAL''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_COND_BROADCAST''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_COND_DESTROY''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_KEY_CREATE''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_SETSPECIFIC''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_GETSPECIFIC''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_KEY_DELETE''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_SPIN_INIT''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_SPIN_LOCK''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_SPIN_TRYLOCK''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_SPIN_UNLOCK''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_SPIN_DESTROY''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _Noreturn/r ./_Noreturn.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
	} > pthread.h-t && \
	mv pthread.h-t pthread.h
rm -f sched.h-t sched.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_SCHED_H''@|1|g' \
	      -e 's|@''HAVE_SYS_CDEFS_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SCHED_H''@|<sched.h>|g' \
	      -e 's|@''HAVE_STRUCT_SCHED_PARAM''@|1|g' \
	      -e 's/@''GNULIB_SCHED_YIELD''@/1/g' \
	      -e 's|@''HAVE_SCHED_YIELD''@|1|g' \
	      -e 's|@''REPLACE_SCHED_YIELD''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./sched.in.h; \
	} > sched.h-t && \
	mv sched.h-t sched.h
rm -f search.h-t search.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_SEARCH_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SEARCH_H''@|<search.h>|g' \
	      -e 's|@''HAVE_TYPE_VISIT''@|1|g' \
	      -e 's/@''GNULIB_TSEARCH''@/1/g' \
	      -e 's|@''HAVE_TSEARCH''@|1|g' \
	      -e 's|@''HAVE_TWALK''@|1|g' \
	      -e 's|@''REPLACE_TSEARCH''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./search.in.h; \
	} > search.h-t && \
	mv search.h-t search.h
rm -f signal.h-t signal.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
	      -e 's/@''GNULIB_PTHREAD_SIGMASK''@/1/g' \
	      -e 's/@''GNULIB_RAISE''@/1/g' \
	      -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/1/g' \
	      -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
	      -e 's/@''GNULIB_SIGACTION''@/1/g' \
	      -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
	      -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
	      -e 's|@''HAVE_RAISE''@|1|g' \
	      -e 's|@''HAVE_SIGSET_T''@|1|g' \
	      -e 's|@''HAVE_SIGINFO_T''@|1|g' \
	      -e 's|@''HAVE_SIGACTION''@|1|g' \
	      -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
	      -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
	      -e 's|@''HAVE_SIGHANDLER_T''@|0|g' \
	      -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
	      -e 's|@''REPLACE_RAISE''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./signal.in.h; \
	} > signal.h-t && \
	mv signal.h-t signal.h
rm -f spawn.h-t spawn.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_SPAWN_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SPAWN_H''@|<spawn.h>|g' \
	      -e 's/@''GNULIB_POSIX_SPAWN''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNP''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR''@/0/g' \
	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_INIT''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETFLAGS''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETFLAGS''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETPGROUP''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETPGROUP''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGMASK''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGMASK''@/1/g' \
	      -e 's/@''GNULIB_POSIX_SPAWNATTR_DESTROY''@/1/g' \
	      -e 's|@''HAVE_POSIX_SPAWN''@|1|g' \
	      -e 's|@''HAVE_POSIX_SPAWNATTR_T''@|1|g' \
	      -e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_T''@|1|g' \
	      -e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR''@|1|g' \
	      -e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR''@|1|g' \
	      -e 's|@''REPLACE_POSIX_SPAWN''@|0|g' \
	      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR''@|0|g' \
	      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@|0|g' \
	      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@|0|g' \
	      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR''@|0|g' \
	      -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./spawn.in.h; \
	} > spawn.h-t && \
	mv spawn.h-t spawn.h
rm -f stdint.h-t stdint.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_STDINT_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
	      -e 's/@''HAVE_C99_STDINT_H''@/1/g' \
	      -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
	      -e 's/@''HAVE_INTTYPES_H''@/1/g' \
	      -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
	      -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
	      -e 's/@''HAVE_WCHAR_H''@/1/g' \
	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
	      -e 's/@''BITSIZEOF_PTRDIFF_T''@//g' \
	      -e 's/@''PTRDIFF_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@//g' \
	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@//g' \
	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_SIZE_T''@//g' \
	      -e 's/@''SIZE_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
	      -e 's/@''HAVE_SIGNED_WCHAR_T''@//g' \
	      -e 's/@''WCHAR_T_SUFFIX''@//g' \
	      -e 's/@''BITSIZEOF_WINT_T''@//g' \
	      -e 's/@''HAVE_SIGNED_WINT_T''@//g' \
	      -e 's/@''WINT_T_SUFFIX''@//g' \
	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \
	      < ./stdint.in.h; \
	} > stdint.h-t && \
	mv stdint.h-t stdint.h
rm -f stdio.h-t stdio.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
	      -e 's/@''GNULIB_DPRINTF''@/1/g' \
	      -e 's/@''GNULIB_FCLOSE''@/1/g' \
	      -e 's/@''GNULIB_FDOPEN''@/1/g' \
	      -e 's/@''GNULIB_FFLUSH''@/1/g' \
	      -e 's/@''GNULIB_FGETC''@/1/g' \
	      -e 's/@''GNULIB_FGETS''@/1/g' \
	      -e 's/@''GNULIB_FOPEN''@/1/g' \
	      -e 's/@''GNULIB_FPRINTF''@/1/g' \
	      -e 's/@''GNULIB_FPRINTF_POSIX''@/1/g' \
	      -e 's/@''GNULIB_FPURGE''@/1/g' \
	      -e 's/@''GNULIB_FPUTC''@/1/g' \
	      -e 's/@''GNULIB_FPUTS''@/1/g' \
	      -e 's/@''GNULIB_FREAD''@/1/g' \
	      -e 's/@''GNULIB_FREOPEN''@/1/g' \
	      -e 's/@''GNULIB_FSCANF''@/1/g' \
	      -e 's/@''GNULIB_FSEEK''@/1/g' \
	      -e 's/@''GNULIB_FSEEKO''@/1/g' \
	      -e 's/@''GNULIB_FTELL''@/1/g' \
	      -e 's/@''GNULIB_FTELLO''@/1/g' \
	      -e 's/@''GNULIB_FWRITE''@/1/g' \
	      -e 's/@''GNULIB_GETC''@/1/g' \
	      -e 's/@''GNULIB_GETCHAR''@/1/g' \
	      -e 's/@''GNULIB_GETDELIM''@/1/g' \
	      -e 's/@''GNULIB_GETLINE''@/1/g' \
	      -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
	      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
	      -e 's/@''GNULIB_PCLOSE''@/1/g' \
	      -e 's/@''GNULIB_PERROR''@/1/g' \
	      -e 's/@''GNULIB_POPEN''@/1/g' \
	      -e 's/@''GNULIB_PRINTF''@/1/g' \
	      -e 's/@''GNULIB_PRINTF_POSIX''@/1/g' \
	      -e 's/@''GNULIB_PUTC''@/1/g' \
	      -e 's/@''GNULIB_PUTCHAR''@/1/g' \
	      -e 's/@''GNULIB_PUTS''@/1/g' \
	      -e 's/@''GNULIB_REMOVE''@/1/g' \
	      -e 's/@''GNULIB_RENAME''@/1/g' \
	      -e 's/@''GNULIB_RENAMEAT''@/1/g' \
	      -e 's/@''GNULIB_SCANF''@/1/g' \
	      -e 's/@''GNULIB_SNPRINTF''@/1/g' \
	      -e 's/@''GNULIB_SPRINTF_POSIX''@/1/g' \
	      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/1/g' \
	      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/1/g' \
	      -e 's/@''GNULIB_TMPFILE''@/1/g' \
	      -e 's/@''GNULIB_VASPRINTF''@/0/g' \
	      -e 's/@''GNULIB_VDPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VFPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VFPRINTF_POSIX''@/1/g' \
	      -e 's/@''GNULIB_VFSCANF''@/1/g' \
	      -e 's/@''GNULIB_VSCANF''@/1/g' \
	      -e 's/@''GNULIB_VPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VPRINTF_POSIX''@/1/g' \
	      -e 's/@''GNULIB_VSNPRINTF''@/1/g' \
	      -e 's/@''GNULIB_VSPRINTF_POSIX''@/1/g' \
	      < ./stdio.in.h | \
	  sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
	      -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
	      -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
	      -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
	      -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
	      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
	      -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
	      -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
	      -e 's|@''HAVE_DPRINTF''@|1|g' \
	      -e 's|@''HAVE_FSEEKO''@|1|g' \
	      -e 's|@''HAVE_FTELLO''@|1|g' \
	      -e 's|@''HAVE_PCLOSE''@|1|g' \
	      -e 's|@''HAVE_POPEN''@|1|g' \
	      -e 's|@''HAVE_RENAMEAT''@|1|g' \
	      -e 's|@''HAVE_VASPRINTF''@|1|g' \
	      -e 's|@''HAVE_VDPRINTF''@|1|g' \
	      -e 's|@''REPLACE_DPRINTF''@|1|g' \
	      -e 's|@''REPLACE_FCLOSE''@|1|g' \
	      -e 's|@''REPLACE_FDOPEN''@|0|g' \
	      -e 's|@''REPLACE_FFLUSH''@|1|g' \
	      -e 's|@''REPLACE_FOPEN''@|0|g' \
	      -e 's|@''REPLACE_FPRINTF''@|1|g' \
	      -e 's|@''REPLACE_FPURGE''@|1|g' \
	      -e 's|@''REPLACE_FREOPEN''@|0|g' \
	      -e 's|@''REPLACE_FSEEK''@|1|g' \
	      -e 's|@''REPLACE_FSEEKO''@|1|g' \
	      -e 's|@''REPLACE_FTELL''@|0|g' \
	      -e 's|@''REPLACE_FTELLO''@|0|g' \
	      -e 's|@''REPLACE_GETDELIM''@|0|g' \
	      -e 's|@''REPLACE_GETLINE''@|0|g' \
	      -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
	      -e 's|@''REPLACE_PERROR''@|1|g' \
	      -e 's|@''REPLACE_POPEN''@|0|g' \
	      -e 's|@''REPLACE_PRINTF''@|1|g' \
	      -e 's|@''REPLACE_REMOVE''@|1|g' \
	      -e 's|@''REPLACE_RENAME''@|1|g' \
	      -e 's|@''REPLACE_RENAMEAT''@|1|g' \
	      -e 's|@''REPLACE_SNPRINTF''@|1|g' \
	      -e 's|@''REPLACE_SPRINTF''@|1|g' \
	      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
	      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
	      -e 's|@''REPLACE_TMPFILE''@|0|g' \
	      -e 's|@''REPLACE_VASPRINTF''@|0|g' \
	      -e 's|@''REPLACE_VDPRINTF''@|1|g' \
	      -e 's|@''REPLACE_VFPRINTF''@|1|g' \
	      -e 's|@''REPLACE_VPRINTF''@|1|g' \
	      -e 's|@''REPLACE_VSNPRINTF''@|1|g' \
	      -e 's|@''REPLACE_VSPRINTF''@|1|g' \
	      -e 's|@''ASM_SYMBOL_PREFIX''@|"_"|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
	} > stdio.h-t && \
	mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
	      -e 's/@''GNULIB__EXIT''@/1/g' \
	      -e 's/@''GNULIB_ALIGNED_ALLOC''@/1/g' \
	      -e 's/@''GNULIB_ATOLL''@/1/g' \
	      -e 's/@''GNULIB_CALLOC_POSIX''@/1/g' \
	      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
	      -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
	      -e 's/@''GNULIB_GETSUBOPT''@/1/g' \
	      -e 's/@''GNULIB_GRANTPT''@/1/g' \
	      -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
	      -e 's/@''GNULIB_MBTOWC''@/1/g' \
	      -e 's/@''GNULIB_MKDTEMP''@/1/g' \
	      -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
	      -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
	      -e 's/@''GNULIB_MKSTEMP''@/1/g' \
	      -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
	      -e 's/@''GNULIB_POSIX_MEMALIGN''@/1/g' \
	      -e 's/@''GNULIB_POSIX_OPENPT''@/1/g' \
	      -e 's/@''GNULIB_PTSNAME''@/1/g' \
	      -e 's/@''GNULIB_PTSNAME_R''@/1/g' \
	      -e 's/@''GNULIB_PUTENV''@/IN_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_QSORT_R''@/0/g' \
	      -e 's/@''GNULIB_RANDOM''@/1/g' \
	      -e 's/@''GNULIB_RANDOM_R''@/1/g' \
	      -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
	      -e 's/@''GNULIB_REALLOCARRAY''@/0/g' \
	      -e 's/@''GNULIB_REALPATH''@/1/g' \
	      -e 's/@''GNULIB_RPMATCH''@/0/g' \
	      -e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
	      -e 's/@''GNULIB_SETENV''@/1/g' \
	      -e 's/@''GNULIB_STRTOD''@/1/g' \
	      -e 's/@''GNULIB_STRTOLD''@/1/g' \
	      -e 's/@''GNULIB_STRTOLL''@/1/g' \
	      -e 's/@''GNULIB_STRTOULL''@/1/g' \
	      -e 's/@''GNULIB_SYSTEM_POSIX''@/1/g' \
	      -e 's/@''GNULIB_UNLOCKPT''@/1/g' \
	      -e 's/@''GNULIB_UNSETENV''@/1/g' \
	      -e 's/@''GNULIB_WCTOMB''@/1/g' \
	      < ./stdlib.in.h | \
	  sed -e 's|@''HAVE__EXIT''@|1|g' \
	      -e 's|@''HAVE_ALIGNED_ALLOC''@|1|g' \
	      -e 's|@''HAVE_ATOLL''@|1|g' \
	      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|0|g' \
	      -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
	      -e 's|@''HAVE_GETSUBOPT''@|1|g' \
	      -e 's|@''HAVE_GRANTPT''@|1|g' \
	      -e 's|@''HAVE_INITSTATE''@|1|g' \
	      -e 's|@''HAVE_DECL_INITSTATE''@|1|g' \
	      -e 's|@''HAVE_MBTOWC''@|1|g' \
	      -e 's|@''HAVE_MKDTEMP''@|1|g' \
	      -e 's|@''HAVE_MKOSTEMP''@|1|g' \
	      -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
	      -e 's|@''HAVE_MKSTEMP''@|1|g' \
	      -e 's|@''HAVE_MKSTEMPS''@|1|g' \
	      -e 's|@''HAVE_POSIX_MEMALIGN''@|1|g' \
	      -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
	      -e 's|@''HAVE_PTSNAME''@|1|g' \
	      -e 's|@''HAVE_PTSNAME_R''@|1|g' \
	      -e 's|@''HAVE_QSORT_R''@|1|g' \
	      -e 's|@''HAVE_RANDOM''@|1|g' \
	      -e 's|@''HAVE_RANDOM_H''@|0|g' \
	      -e 's|@''HAVE_RANDOM_R''@|0|g' \
	      -e 's|@''HAVE_REALLOCARRAY''@|1|g' \
	      -e 's|@''HAVE_REALPATH''@|1|g' \
	      -e 's|@''HAVE_RPMATCH''@|1|g' \
	      -e 's|@''HAVE_SECURE_GETENV''@|0|g' \
	      -e 's|@''HAVE_DECL_SETENV''@|1|g' \
	      -e 's|@''HAVE_SETSTATE''@|1|g' \
	      -e 's|@''HAVE_DECL_SETSTATE''@|1|g' \
	      -e 's|@''HAVE_STRTOD''@|1|g' \
	      -e 's|@''HAVE_STRTOLD''@|1|g' \
	      -e 's|@''HAVE_STRTOLL''@|1|g' \
	      -e 's|@''HAVE_STRTOULL''@|1|g' \
	      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|0|g' \
	      -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
	      -e 's|@''HAVE_UNLOCKPT''@|1|g' \
	      -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
	      -e 's|@''REPLACE_ALIGNED_ALLOC''@|1|g' \
	      -e 's|@''REPLACE_CALLOC''@|0|g' \
	      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
	      -e 's|@''REPLACE_INITSTATE''@|0|g' \
	      -e 's|@''REPLACE_MALLOC''@|0|g' \
	      -e 's|@''REPLACE_MBTOWC''@|0|g' \
	      -e 's|@''REPLACE_MKSTEMP''@|0|g' \
	      -e 's|@''REPLACE_POSIX_MEMALIGN''@|0|g' \
	      -e 's|@''REPLACE_PTSNAME''@|0|g' \
	      -e 's|@''REPLACE_PTSNAME_R''@|1|g' \
	      -e 's|@''REPLACE_PUTENV''@|1|g' \
	      -e 's|@''REPLACE_QSORT_R''@|0|g' \
	      -e 's|@''REPLACE_RANDOM''@|0|g' \
	      -e 's|@''REPLACE_RANDOM_R''@|0|g' \
	      -e 's|@''REPLACE_REALLOC''@|0|g' \
	      -e 's|@''REPLACE_REALPATH''@|1|g' \
	      -e 's|@''REPLACE_SETENV''@|0|g' \
	      -e 's|@''REPLACE_SETSTATE''@|0|g' \
	      -e 's|@''REPLACE_STRTOD''@|0|g' \
	      -e 's|@''REPLACE_STRTOLD''@|0|g' \
	      -e 's|@''REPLACE_UNSETENV''@|0|g' \
	      -e 's|@''REPLACE_WCTOMB''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _Noreturn/r ./_Noreturn.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
	} > stdlib.h-t && \
	mv stdlib.h-t stdlib.h
rm -f string.h-t string.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
	      -e 's/@''GNULIB_EXPLICIT_BZERO''@/0/g' \
	      -e 's/@''GNULIB_FFSL''@/0/g' \
	      -e 's/@''GNULIB_FFSLL''@/0/g' \
	      -e 's/@''GNULIB_MBSLEN''@/0/g' \
	      -e 's/@''GNULIB_MBSNLEN''@/0/g' \
	      -e 's/@''GNULIB_MBSCHR''@/0/g' \
	      -e 's/@''GNULIB_MBSRCHR''@/0/g' \
	      -e 's/@''GNULIB_MBSSTR''@/0/g' \
	      -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
	      -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
	      -e 's/@''GNULIB_MBSCSPN''@/0/g' \
	      -e 's/@''GNULIB_MBSPBRK''@/0/g' \
	      -e 's/@''GNULIB_MBSSPN''@/0/g' \
	      -e 's/@''GNULIB_MBSSEP''@/0/g' \
	      -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
	      -e 's/@''GNULIB_MEMCHR''@/1/g' \
	      -e 's/@''GNULIB_MEMMEM''@/0/g' \
	      -e 's/@''GNULIB_MEMPCPY''@/1/g' \
	      -e 's/@''GNULIB_MEMRCHR''@/1/g' \
	      -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \
	      -e 's/@''GNULIB_STPCPY''@/1/g' \
	      -e 's/@''GNULIB_STPNCPY''@/1/g' \
	      -e 's/@''GNULIB_STRCHRNUL''@/1/g' \
	      -e 's/@''GNULIB_STRDUP''@/1/g' \
	      -e 's/@''GNULIB_STRNCAT''@/1/g' \
	      -e 's/@''GNULIB_STRNDUP''@/1/g' \
	      -e 's/@''GNULIB_STRNLEN''@/1/g' \
	      -e 's/@''GNULIB_STRPBRK''@/1/g' \
	      -e 's/@''GNULIB_STRSEP''@/0/g' \
	      -e 's/@''GNULIB_STRSTR''@/1/g' \
	      -e 's/@''GNULIB_STRCASESTR''@/0/g' \
	      -e 's/@''GNULIB_STRTOK_R''@/1/g' \
	      -e 's/@''GNULIB_STRERROR''@/1/g' \
	      -e 's/@''GNULIB_STRERROR_R''@/1/g' \
	      -e 's/@''GNULIB_STRERRORNAME_NP''@/0/g' \
	      -e 's/@''GNULIB_SIGABBREV_NP''@/0/g' \
	      -e 's/@''GNULIB_SIGDESCR_NP''@/0/g' \
	      -e 's/@''GNULIB_STRSIGNAL''@/1/g' \
	      -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
	      < ./string.in.h | \
	  sed -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g' \
	      -e 's|@''HAVE_FFSL''@|1|g' \
	      -e 's|@''HAVE_FFSLL''@|1|g' \
	      -e 's|@''HAVE_MBSLEN''@|0|g' \
	      -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
	      -e 's|@''HAVE_MEMPCPY''@|0|g' \
	      -e 's|@''HAVE_DECL_MEMRCHR''@|0|g' \
	      -e 's|@''HAVE_RAWMEMCHR''@|0|g' \
	      -e 's|@''HAVE_STPCPY''@|1|g' \
	      -e 's|@''HAVE_STPNCPY''@|1|g' \
	      -e 's|@''HAVE_STRCHRNUL''@|0|g' \
	      -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
	      -e 's|@''HAVE_STRPBRK''@|1|g' \
	      -e 's|@''HAVE_STRSEP''@|1|g' \
	      -e 's|@''HAVE_STRCASESTR''@|1|g' \
	      -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
	      -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
	      -e 's|@''HAVE_STRERRORNAME_NP''@|1|g' \
	      -e 's|@''HAVE_SIGABBREV_NP''@|1|g' \
	      -e 's|@''HAVE_SIGDESCR_NP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
	      -e 's|@''HAVE_STRVERSCMP''@|1|g' \
	      -e 's|@''REPLACE_MEMCHR''@|0|g' \
	      -e 's|@''REPLACE_MEMMEM''@|0|g' \
	      -e 's|@''REPLACE_STPNCPY''@|0|g' \
	      -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
	      -e 's|@''REPLACE_STRDUP''@|0|g' \
	      -e 's|@''REPLACE_STRNCAT''@|0|g' \
	      -e 's|@''REPLACE_STRNDUP''@|0|g' \
	      -e 's|@''REPLACE_STRNLEN''@|0|g' \
	      -e 's|@''REPLACE_STRSTR''@|1|g' \
	      -e 's|@''REPLACE_STRCASESTR''@|0|g' \
	      -e 's|@''REPLACE_STRTOK_R''@|0|g' \
	      -e 's|@''REPLACE_STRERROR''@|1|g' \
	      -e 's|@''REPLACE_STRERROR_R''@|1|g' \
	      -e 's|@''REPLACE_STRERRORNAME_NP''@|0|g' \
	      -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
	      -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
	      < ./string.in.h; \
	} > string.h-t && \
	mv string.h-t string.h
rm -f strings.h-t strings.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_STRINGS_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_STRINGS_H''@|<strings.h>|g' \
	      -e 's/@''GNULIB_FFS''@/1/g' \
	      -e 's|@''HAVE_FFS''@|1|g' \
	      -e 's|@''HAVE_STRCASECMP''@|1|g' \
	      -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./strings.in.h; \
	} > strings.h-t && \
	mv strings.h-t strings.h
../build-aux/install-sh -c -d sys
rm -f sys/ioctl.h-t sys/ioctl.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_SYS_IOCTL_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_IOCTL_H''@|<sys/ioctl.h>|g' \
	      -e 's/@''GNULIB_IOCTL''@/1/g' \
	      -e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H''@|0|g' \
	      -e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
	      -e 's|@''REPLACE_IOCTL''@|1|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./sys_ioctl.in.h; \
	} > sys/ioctl.h-t && \
	mv sys/ioctl.h-t sys/ioctl.h
../build-aux/install-sh -c -d sys
rm -f sys/random.h-t sys/random.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_RANDOM_H''@|<sys/random.h>|g' \
	      -e 's|@''HAVE_SYS_RANDOM_H''@|1|g' \
	      -e 's/@''GNULIB_GETRANDOM''@/1/g' \
	      -e 's/@''HAVE_GETRANDOM''@/0/g' \
	      -e 's/@''REPLACE_GETRANDOM''@/0/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./sys_random.in.h; \
	} > sys/random.h-t && \
	mv -f sys/random.h-t sys/random.h
../build-aux/install-sh -c -d sys
rm -f sys/resource.h-t sys/resource.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_RESOURCE_H''@|<sys/resource.h>|g' \
	      -e 's|@''HAVE_SYS_RESOURCE_H''@|1|g' \
	      -e 's/@''GNULIB_GETRUSAGE''@/1/g' \
	      -e 's/@''HAVE_GETRUSAGE''@/1/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./sys_resource.in.h; \
	} > sys/resource.h-t && \
	mv -f sys/resource.h-t sys/resource.h
../build-aux/install-sh -c -d sys
rm -f sys/select.h-t sys/select.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_SELECT_H''@|<sys/select.h>|g' \
	      -e 's|@''HAVE_SYS_SELECT_H''@|1|g' \
	      -e 's/@''GNULIB_PSELECT''@/0/g' \
	      -e 's/@''GNULIB_SELECT''@/1/g' \
	      -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
	      -e 's|@''HAVE_PSELECT''@|1|g' \
	      -e 's|@''REPLACE_PSELECT''@|0|g' \
	      -e 's|@''REPLACE_SELECT''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./sys_select.in.h; \
	} > sys/select.h-t && \
	mv sys/select.h-t sys/select.h
../build-aux/install-sh -c -d sys
rm -f sys/socket.h-t sys/socket.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_SOCKET_H''@|<sys/socket.h>|g' \
	      -e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \
	      -e 's/@''GNULIB_CLOSE''@/1/g' \
	      -e 's/@''GNULIB_SOCKET''@/1/g' \
	      -e 's/@''GNULIB_CONNECT''@/1/g' \
	      -e 's/@''GNULIB_ACCEPT''@/1/g' \
	      -e 's/@''GNULIB_BIND''@/1/g' \
	      -e 's/@''GNULIB_GETPEERNAME''@/1/g' \
	      -e 's/@''GNULIB_GETSOCKNAME''@/1/g' \
	      -e 's/@''GNULIB_GETSOCKOPT''@/1/g' \
	      -e 's/@''GNULIB_LISTEN''@/1/g' \
	      -e 's/@''GNULIB_RECV''@/1/g' \
	      -e 's/@''GNULIB_SEND''@/1/g' \
	      -e 's/@''GNULIB_RECVFROM''@/1/g' \
	      -e 's/@''GNULIB_SENDTO''@/1/g' \
	      -e 's/@''GNULIB_SETSOCKOPT''@/1/g' \
	      -e 's/@''GNULIB_SHUTDOWN''@/1/g' \
	      -e 's/@''GNULIB_ACCEPT4''@/0/g' \
	      -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
	      -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \
	      -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \
	      -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|1|g' \
	      -e 's|@''HAVE_SA_FAMILY_T''@|1|g' \
	      -e 's|@''HAVE_ACCEPT4''@|1|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./sys_socket.in.h; \
	} > sys/socket.h-t && \
	mv -f sys/socket.h-t sys/socket.h
../build-aux/install-sh -c -d sys
rm -f sys/stat.h-t sys/stat.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
	      -e 's|@''WINDOWS_STAT_TIMESPEC''@|0|g' \
	      -e 's/@''GNULIB_FCHMODAT''@/1/g' \
	      -e 's/@''GNULIB_FSTAT''@/1/g' \
	      -e 's/@''GNULIB_FSTATAT''@/1/g' \
	      -e 's/@''GNULIB_FUTIMENS''@/1/g' \
	      -e 's/@''GNULIB_GETUMASK''@/0/g' \
	      -e 's/@''GNULIB_LCHMOD''@/1/g' \
	      -e 's/@''GNULIB_LSTAT''@/1/g' \
	      -e 's/@''GNULIB_MKDIRAT''@/1/g' \
	      -e 's/@''GNULIB_MKFIFO''@/1/g' \
	      -e 's/@''GNULIB_MKFIFOAT''@/1/g' \
	      -e 's/@''GNULIB_MKNOD''@/1/g' \
	      -e 's/@''GNULIB_MKNODAT''@/1/g' \
	      -e 's/@''GNULIB_STAT''@/1/g' \
	      -e 's/@''GNULIB_UTIMENSAT''@/1/g' \
	      -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/0/g' \
	      -e 's|@''HAVE_FCHMODAT''@|1|g' \
	      -e 's|@''HAVE_FSTATAT''@|1|g' \
	      -e 's|@''HAVE_FUTIMENS''@|1|g' \
	      -e 's|@''HAVE_GETUMASK''@|1|g' \
	      -e 's|@''HAVE_LCHMOD''@|1|g' \
	      -e 's|@''HAVE_LSTAT''@|1|g' \
	      -e 's|@''HAVE_MKDIRAT''@|1|g' \
	      -e 's|@''HAVE_MKFIFO''@|1|g' \
	      -e 's|@''HAVE_MKFIFOAT''@|0|g' \
	      -e 's|@''HAVE_MKNOD''@|1|g' \
	      -e 's|@''HAVE_MKNODAT''@|0|g' \
	      -e 's|@''HAVE_UTIMENSAT''@|1|g' \
	      -e 's|@''REPLACE_FCHMODAT''@|0|g' \
	      -e 's|@''REPLACE_FSTAT''@|0|g' \
	      -e 's|@''REPLACE_FSTATAT''@|1|g' \
	      -e 's|@''REPLACE_FUTIMENS''@|1|g' \
	      -e 's|@''REPLACE_LSTAT''@|1|g' \
	      -e 's|@''REPLACE_MKDIR''@|0|g' \
	      -e 's|@''REPLACE_MKFIFO''@|1|g' \
	      -e 's|@''REPLACE_MKNOD''@|1|g' \
	      -e 's|@''REPLACE_STAT''@|1|g' \
	      -e 's|@''REPLACE_UTIMENSAT''@|1|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./sys_stat.in.h; \
	} > sys/stat.h-t && \
	mv sys/stat.h-t sys/stat.h
../build-aux/install-sh -c -d sys
rm -f sys/time.h-t sys/time.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
	      -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
	      -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
	      -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
	      -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
	      -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
	      -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./sys_time.in.h; \
	} > sys/time.h-t && \
	mv sys/time.h-t sys/time.h
../build-aux/install-sh -c -d sys
rm -f sys/times.h-t sys/times.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_SYS_TIMES_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_TIMES_H''@|<sys/times.h>|g' \
	      -e 's/@''GNULIB_TIMES''@/1/g' \
	      -e 's|@''HAVE_STRUCT_TMS''@|1|g' \
	      -e 's|@''HAVE_TIMES''@|1|g' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./sys_times.in.h; \
	} > sys/times.h-t && \
	mv sys/times.h-t sys/times.h
../build-aux/install-sh -c -d sys
rm -f sys/types.h-t sys/types.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
	      -e 's|@''WINDOWS_STAT_INODES''@|0|g' \
	      < ./sys_types.in.h; \
	} > sys/types.h-t && \
	mv sys/types.h-t sys/types.h
../build-aux/install-sh -c -d sys
rm -f sys/uio.h-t sys/uio.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_UIO_H''@|<sys/uio.h>|g' \
	      -e 's|@''HAVE_SYS_UIO_H''@|1|g' \
	      < ./sys_uio.in.h; \
	} > sys/uio.h-t && \
	mv -f sys/uio.h-t sys/uio.h
../build-aux/install-sh -c -d sys
rm -f sys/utsname.h-t sys/utsname.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_SYS_UTSNAME_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_UTSNAME_H''@|<sys/utsname.h>|g' \
	      -e 's/@''GNULIB_UNAME''@/1/g' \
	      -e 's|@''HAVE_STRUCT_UTSNAME''@|1|g' \
	      -e 's|@''HAVE_UNAME''@|1|g' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./sys_utsname.in.h; \
	} > sys/utsname.h-t && \
	mv sys/utsname.h-t sys/utsname.h
../build-aux/install-sh -c -d sys
rm -f sys/wait.h-t sys/wait.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_SYS_WAIT_H''@|<sys/wait.h>|g' \
	      -e 's/@''GNULIB_WAITPID''@/1/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./sys_wait.in.h; \
	} > sys/wait.h-t && \
	mv sys/wait.h-t sys/wait.h
rm -f termios.h-t termios.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_TERMIOS_H''@|<termios.h>|g' \
	      -e 's/@''GNULIB_TCGETSID''@/1/g' \
	      -e 's|@''HAVE_DECL_TCGETSID''@|1|g' \
	      -e 's|@''HAVE_TERMIOS_H''@|1|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	    < ./termios.in.h; \
	} > termios.h-t && \
	mv termios.h-t termios.h
rm -f threads.h-t threads.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_THREADS_H''@|0|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_THREADS_H''@|<threads.h>|g' \
	      -e 's/@''GNULIB_CND''@/1/g' \
	      -e 's/@''GNULIB_MTX''@/1/g' \
	      -e 's/@''GNULIB_THRD''@/1/g' \
	      -e 's/@''GNULIB_TSS''@/1/g' \
	      -e 's|@''HAVE_THREAD_LOCAL''@|1|g' \
	      -e 's|@''BROKEN_THRD_START_T''@|0|g' \
	      -e 's|@''REPLACE_THRD_CREATE''@|0|g' \
	      -e 's|@''REPLACE_THRD_CURRENT''@|0|g' \
	      -e 's|@''REPLACE_THRD_DETACH''@|0|g' \
	      -e 's|@''REPLACE_THRD_EQUAL''@|0|g' \
	      -e 's|@''REPLACE_THRD_JOIN''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _Noreturn/r ./_Noreturn.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./threads.in.h; \
	} > threads.h-t && \
	mv threads.h-t threads.h
rm -f time.h-t time.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
	      -e 's/@''GNULIB_CTIME''@/1/g' \
	      -e 's/@''GNULIB_LOCALTIME''@/1/g' \
	      -e 's/@''GNULIB_MKTIME''@/1/g' \
	      -e 's/@''GNULIB_NANOSLEEP''@/1/g' \
	      -e 's/@''GNULIB_STRFTIME''@/1/g' \
	      -e 's/@''GNULIB_STRPTIME''@/1/g' \
	      -e 's/@''GNULIB_TIMEGM''@/0/g' \
	      -e 's/@''GNULIB_TIME_R''@/1/g' \
	      -e 's/@''GNULIB_TIME_RZ''@/0/g' \
	      -e 's/@''GNULIB_TZSET''@/1/g' \
	      -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
	      -e 's|@''HAVE_NANOSLEEP''@|1|g' \
	      -e 's|@''HAVE_STRPTIME''@|1|g' \
	      -e 's|@''HAVE_TIMEGM''@|1|g' \
	      -e 's|@''HAVE_TIMEZONE_T''@|0|g' \
	      -e 's|@''REPLACE_CTIME''@|0|g' \
	      -e 's|@''REPLACE_GMTIME''@|0|g' \
	      -e 's|@''REPLACE_LOCALTIME''@|0|g' \
	      -e 's|@''REPLACE_LOCALTIME_R''@|0|g' \
	      -e 's|@''REPLACE_MKTIME''@|1|g' \
	      -e 's|@''REPLACE_NANOSLEEP''@|1|g' \
	      -e 's|@''REPLACE_STRFTIME''@|0|g' \
	      -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
	      -e 's|@''REPLACE_TZSET''@|0|g' \
	      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
	      -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./time.in.h; \
	} > time.h-t && \
	mv time.h-t time.h
rm -f uchar.h-t uchar.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_UCHAR_H''@/0/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_UCHAR_H''@|<uchar.h>|g' \
	      -e 's|@''CXX_HAS_UCHAR_TYPES''@|0|g' \
	      -e 's|@''SMALL_WCHAR_T''@|0|g' \
	      -e 's|@''GNULIB_OVERRIDES_CHAR16_T''@|1|g' \
	      -e 's|@''GNULIB_OVERRIDES_CHAR32_T''@|1|g' \
	      -e 's/@''GNULIB_BTOC32''@/IN_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_C32ISALNUM''@/0/g' \
	      -e 's/@''GNULIB_C32ISALPHA''@/0/g' \
	      -e 's/@''GNULIB_C32ISBLANK''@/0/g' \
	      -e 's/@''GNULIB_C32ISCNTRL''@/0/g' \
	      -e 's/@''GNULIB_C32ISDIGIT''@/0/g' \
	      -e 's/@''GNULIB_C32ISGRAPH''@/0/g' \
	      -e 's/@''GNULIB_C32ISLOWER''@/0/g' \
	      -e 's/@''GNULIB_C32ISPRINT''@/0/g' \
	      -e 's/@''GNULIB_C32ISPUNCT''@/0/g' \
	      -e 's/@''GNULIB_C32ISSPACE''@/0/g' \
	      -e 's/@''GNULIB_C32ISUPPER''@/0/g' \
	      -e 's/@''GNULIB_C32ISXDIGIT''@/0/g' \
	      -e 's/@''GNULIB_C32RTOMB''@/1/g' \
	      -e 's/@''GNULIB_C32SNRTOMBS''@/0/g' \
	      -e 's/@''GNULIB_C32SRTOMBS''@/0/g' \
	      -e 's/@''GNULIB_C32STOMBS''@/0/g' \
	      -e 's/@''GNULIB_C32TOB''@/IN_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_MBRTOC32''@/1/g' \
	      -e 's/@''GNULIB_MBSNRTOC32S''@/0/g' \
	      -e 's/@''GNULIB_MBSRTOC32S''@/0/g' \
	      -e 's/@''GNULIB_MBSTOC32S''@/0/g' \
	      -e 's|@''HAVE_C32RTOMB''@|0|g' \
	      -e 's|@''HAVE_MBRTOC32''@|0|g' \
	      -e 's|@''REPLACE_C32RTOMB''@|0|g' \
	      -e 's|@''REPLACE_MBRTOC32''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      < ./uchar.in.h; \
	} > uchar.h-t && \
	mv uchar.h-t uchar.h
rm -f unistd.h-t unistd.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''HAVE_UNISTD_H''@|1|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
	      -e 's/@''GNULIB_ACCESS''@/1/g' \
	      -e 's/@''GNULIB_CHDIR''@/1/g' \
	      -e 's/@''GNULIB_CHOWN''@/1/g' \
	      -e 's/@''GNULIB_CLOSE''@/1/g' \
	      -e 's/@''GNULIB_COPY_FILE_RANGE''@/0/g' \
	      -e 's/@''GNULIB_DUP''@/1/g' \
	      -e 's/@''GNULIB_DUP2''@/1/g' \
	      -e 's/@''GNULIB_DUP3''@/0/g' \
	      -e 's/@''GNULIB_ENVIRON''@/1/g' \
	      -e 's/@''GNULIB_EUIDACCESS''@/1/g' \
	      -e 's/@''GNULIB_FACCESSAT''@/1/g' \
	      -e 's/@''GNULIB_FCHDIR''@/1/g' \
	      -e 's/@''GNULIB_FCHOWNAT''@/1/g' \
	      -e 's/@''GNULIB_FDATASYNC''@/1/g' \
	      -e 's/@''GNULIB_FSYNC''@/1/g' \
	      -e 's/@''GNULIB_FTRUNCATE''@/1/g' \
	      -e 's/@''GNULIB_GETCWD''@/1/g' \
	      -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
	      -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
	      -e 's/@''GNULIB_GETENTROPY''@/0/g' \
	      -e 's/@''GNULIB_GETGROUPS''@/1/g' \
	      -e 's/@''GNULIB_GETHOSTNAME''@/1/g' \
	      -e 's/@''GNULIB_GETLOGIN''@/1/g' \
	      -e 's/@''GNULIB_GETLOGIN_R''@/1/g' \
	      -e 's/@''GNULIB_GETOPT_POSIX''@/1/g' \
	      -e 's/@''GNULIB_GETPAGESIZE''@/IN_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_GETPASS''@/0/g' \
	      -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
	      -e 's/@''GNULIB_GROUP_MEMBER''@/1/g' \
	      -e 's/@''GNULIB_ISATTY''@/1/g' \
	      -e 's/@''GNULIB_LCHOWN''@/1/g' \
	      -e 's/@''GNULIB_LINK''@/1/g' \
	      -e 's/@''GNULIB_LINKAT''@/1/g' \
	      -e 's/@''GNULIB_LSEEK''@/1/g' \
	      -e 's/@''GNULIB_PIPE''@/1/g' \
	      -e 's/@''GNULIB_PIPE2''@/0/g' \
	      -e 's/@''GNULIB_PREAD''@/1/g' \
	      -e 's/@''GNULIB_PWRITE''@/1/g' \
	      -e 's/@''GNULIB_READ''@/1/g' \
	      -e 's/@''GNULIB_READLINK''@/1/g' \
	      -e 's/@''GNULIB_READLINKAT''@/1/g' \
	      -e 's/@''GNULIB_RMDIR''@/1/g' \
	      -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
	      -e 's/@''GNULIB_SLEEP''@/1/g' \
	      -e 's/@''GNULIB_SYMLINK''@/1/g' \
	      -e 's/@''GNULIB_SYMLINKAT''@/1/g' \
	      -e 's/@''GNULIB_TRUNCATE''@/1/g' \
	      -e 's/@''GNULIB_TTYNAME_R''@/1/g' \
	      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/01/g' \
	      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/1/g' \
	      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/1/g' \
	      -e 's/@''GNULIB_UNLINK''@/1/g' \
	      -e 's/@''GNULIB_UNLINKAT''@/1/g' \
	      -e 's/@''GNULIB_USLEEP''@/IN_GNULIB_TESTS/g' \
	      -e 's/@''GNULIB_WRITE''@/1/g' \
	      < ./unistd.in.h | \
	  sed -e 's|@''HAVE_CHOWN''@|1|g' \
	      -e 's|@''HAVE_COPY_FILE_RANGE''@|1|g' \
	      -e 's|@''HAVE_DUP3''@|1|g' \
	      -e 's|@''HAVE_EUIDACCESS''@|0|g' \
	      -e 's|@''HAVE_FACCESSAT''@|1|g' \
	      -e 's|@''HAVE_FCHDIR''@|1|g' \
	      -e 's|@''HAVE_FCHOWNAT''@|1|g' \
	      -e 's|@''HAVE_FDATASYNC''@|1|g' \
	      -e 's|@''HAVE_FSYNC''@|1|g' \
	      -e 's|@''HAVE_FTRUNCATE''@|1|g' \
	      -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
	      -e 's|@''HAVE_GETENTROPY''@|1|g' \
	      -e 's|@''HAVE_GETGROUPS''@|1|g' \
	      -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
	      -e 's|@''HAVE_GETPASS''@|1|g' \
	      -e 's|@''HAVE_GROUP_MEMBER''@|0|g' \
	      -e 's|@''HAVE_LCHOWN''@|1|g' \
	      -e 's|@''HAVE_LINK''@|1|g' \
	      -e 's|@''HAVE_LINKAT''@|1|g' \
	      -e 's|@''HAVE_PIPE''@|1|g' \
	      -e 's|@''HAVE_PIPE2''@|1|g' \
	      -e 's|@''HAVE_PREAD''@|1|g' \
	      -e 's|@''HAVE_PWRITE''@|1|g' \
	      -e 's|@''HAVE_READLINK''@|1|g' \
	      -e 's|@''HAVE_READLINKAT''@|1|g' \
	      -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_SLEEP''@|1|g' \
	      -e 's|@''HAVE_SYMLINK''@|1|g' \
	      -e 's|@''HAVE_SYMLINKAT''@|1|g' \
	      -e 's|@''HAVE_UNLINKAT''@|1|g' \
	      -e 's|@''HAVE_USLEEP''@|1|g' \
	      -e 's|@''HAVE_DECL_ENVIRON''@|0|g' \
	      -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
	      -e 's|@''HAVE_DECL_FDATASYNC''@|0|g' \
	      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
	      -e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \
	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
	      -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
	      -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
	      -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
	      -e 's|@''HAVE_DECL_TRUNCATE''@|1|g' \
	      -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
	      -e 's|@''HAVE_OS_H''@|0|g' \
	      -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
	  | \
	  sed -e 's|@''REPLACE_ACCESS''@|0|g' \
	      -e 's|@''REPLACE_CHOWN''@|1|g' \
	      -e 's|@''REPLACE_CLOSE''@|0|g' \
	      -e 's|@''REPLACE_DUP''@|0|g' \
	      -e 's|@''REPLACE_DUP2''@|0|g' \
	      -e 's|@''REPLACE_FACCESSAT''@|1|g' \
	      -e 's|@''REPLACE_FCHOWNAT''@|1|g' \
	      -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
	      -e 's|@''REPLACE_GETCWD''@|1|g' \
	      -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
	      -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
	      -e 's|@''REPLACE_GETLOGIN_R''@|1|g' \
	      -e 's|@''REPLACE_GETGROUPS''@|1|g' \
	      -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
	      -e 's|@''REPLACE_GETPASS''@|0|g' \
	      -e 's|@''REPLACE_ISATTY''@|0|g' \
	      -e 's|@''REPLACE_LCHOWN''@|1|g' \
	      -e 's|@''REPLACE_LINK''@|1|g' \
	      -e 's|@''REPLACE_LINKAT''@|1|g' \
	      -e 's|@''REPLACE_LSEEK''@|0|g' \
	      -e 's|@''REPLACE_PREAD''@|0|g' \
	      -e 's|@''REPLACE_PWRITE''@|0|g' \
	      -e 's|@''REPLACE_READ''@|0|g' \
	      -e 's|@''REPLACE_READLINK''@|1|g' \
	      -e 's|@''REPLACE_READLINKAT''@|1|g' \
	      -e 's|@''REPLACE_RMDIR''@|0|g' \
	      -e 's|@''REPLACE_SLEEP''@|0|g' \
	      -e 's|@''REPLACE_SYMLINK''@|1|g' \
	      -e 's|@''REPLACE_SYMLINKAT''@|1|g' \
	      -e 's|@''REPLACE_TRUNCATE''@|0|g' \
	      -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
	      -e 's|@''REPLACE_UNLINK''@|1|g' \
	      -e 's|@''REPLACE_UNLINKAT''@|1|g' \
	      -e 's|@''REPLACE_USLEEP''@|0|g' \
	      -e 's|@''REPLACE_WRITE''@|0|g' \
	      -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|1|g' \
	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
	} > unistd.h-t && \
	mv unistd.h-t unistd.h
rm -f unistr.h-t unistr.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./unistr.in.h; \
	} > unistr.h-t && \
	mv -f unistr.h-t unistr.h
rm -f unitypes.h-t unitypes.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./unitypes.in.h; \
	} > unitypes.h-t && \
	mv -f unitypes.h-t unitypes.h
rm -f uniwidth.h-t uniwidth.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  cat ./uniwidth.in.h; \
	} > uniwidth.h-t && \
	mv -f uniwidth.h-t uniwidth.h
rm -f utime.h-t utime.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_UTIME_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_UTIME_H''@|<utime.h>|g' \
	      -e 's/@''GNULIB_UTIME''@/1/g' \
	      -e 's|@''HAVE_UTIME''@|1|g' \
	      -e 's|@''REPLACE_UTIME''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./utime.in.h; \
	} > utime.h-t && \
	mv utime.h-t utime.h
rm -f wchar.h-t wchar.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''HAVE_FEATURES_H''@|0|g' \
	      -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
	      -e 's|@''HAVE_WCHAR_H''@|1|g' \
	      -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \
	      -e 's/@''GNULIB_BTOWC''@/1/g' \
	      -e 's/@''GNULIB_WCTOB''@/1/g' \
	      -e 's/@''GNULIB_MBSINIT''@/1/g' \
	      -e 's/@''GNULIB_MBRTOWC''@/1/g' \
	      -e 's/@''GNULIB_MBRLEN''@/1/g' \
	      -e 's/@''GNULIB_MBSRTOWCS''@/1/g' \
	      -e 's/@''GNULIB_MBSNRTOWCS''@/1/g' \
	      -e 's/@''GNULIB_WCRTOMB''@/1/g' \
	      -e 's/@''GNULIB_WCSRTOMBS''@/1/g' \
	      -e 's/@''GNULIB_WCSNRTOMBS''@/1/g' \
	      -e 's/@''GNULIB_WCWIDTH''@/1/g' \
	      -e 's/@''GNULIB_WMEMCHR''@/1/g' \
	      -e 's/@''GNULIB_WMEMCMP''@/1/g' \
	      -e 's/@''GNULIB_WMEMCPY''@/1/g' \
	      -e 's/@''GNULIB_WMEMMOVE''@/1/g' \
	      -e 's/@''GNULIB_WMEMPCPY''@/1/g' \
	      -e 's/@''GNULIB_WMEMSET''@/1/g' \
	      -e 's/@''GNULIB_WCSLEN''@/1/g' \
	      -e 's/@''GNULIB_WCSNLEN''@/1/g' \
	      -e 's/@''GNULIB_WCSCPY''@/1/g' \
	      -e 's/@''GNULIB_WCPCPY''@/1/g' \
	      -e 's/@''GNULIB_WCSNCPY''@/1/g' \
	      -e 's/@''GNULIB_WCPNCPY''@/1/g' \
	      -e 's/@''GNULIB_WCSCAT''@/1/g' \
	      -e 's/@''GNULIB_WCSNCAT''@/1/g' \
	      -e 's/@''GNULIB_WCSCMP''@/1/g' \
	      -e 's/@''GNULIB_WCSNCMP''@/1/g' \
	      -e 's/@''GNULIB_WCSCASECMP''@/1/g' \
	      -e 's/@''GNULIB_WCSNCASECMP''@/1/g' \
	      -e 's/@''GNULIB_WCSCOLL''@/1/g' \
	      -e 's/@''GNULIB_WCSXFRM''@/1/g' \
	      -e 's/@''GNULIB_WCSDUP''@/1/g' \
	      -e 's/@''GNULIB_WCSCHR''@/1/g' \
	      -e 's/@''GNULIB_WCSRCHR''@/1/g' \
	      -e 's/@''GNULIB_WCSCSPN''@/1/g' \
	      -e 's/@''GNULIB_WCSSPN''@/1/g' \
	      -e 's/@''GNULIB_WCSPBRK''@/1/g' \
	      -e 's/@''GNULIB_WCSSTR''@/1/g' \
	      -e 's/@''GNULIB_WCSTOK''@/1/g' \
	      -e 's/@''GNULIB_WCSWIDTH''@/1/g' \
	      -e 's/@''GNULIB_WCSFTIME''@/1/g' \
	      < ./wchar.in.h | \
	  sed -e 's|@''HAVE_WINT_T''@|1|g' \
	      -e 's|@''HAVE_BTOWC''@|1|g' \
	      -e 's|@''HAVE_MBSINIT''@|1|g' \
	      -e 's|@''HAVE_MBRTOWC''@|1|g' \
	      -e 's|@''HAVE_MBRLEN''@|1|g' \
	      -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
	      -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
	      -e 's|@''HAVE_WCRTOMB''@|1|g' \
	      -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
	      -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
	      -e 's|@''HAVE_WMEMCHR''@|1|g' \
	      -e 's|@''HAVE_WMEMCMP''@|1|g' \
	      -e 's|@''HAVE_WMEMCPY''@|1|g' \
	      -e 's|@''HAVE_WMEMMOVE''@|1|g' \
	      -e 's|@''HAVE_WMEMPCPY''@|0|g' \
	      -e 's|@''HAVE_WMEMSET''@|1|g' \
	      -e 's|@''HAVE_WCSLEN''@|1|g' \
	      -e 's|@''HAVE_WCSNLEN''@|1|g' \
	      -e 's|@''HAVE_WCSCPY''@|1|g' \
	      -e 's|@''HAVE_WCPCPY''@|1|g' \
	      -e 's|@''HAVE_WCSNCPY''@|1|g' \
	      -e 's|@''HAVE_WCPNCPY''@|1|g' \
	      -e 's|@''HAVE_WCSCAT''@|1|g' \
	      -e 's|@''HAVE_WCSNCAT''@|1|g' \
	      -e 's|@''HAVE_WCSCMP''@|1|g' \
	      -e 's|@''HAVE_WCSNCMP''@|1|g' \
	      -e 's|@''HAVE_WCSCASECMP''@|1|g' \
	      -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
	      -e 's|@''HAVE_WCSCOLL''@|1|g' \
	      -e 's|@''HAVE_WCSXFRM''@|1|g' \
	      -e 's|@''HAVE_WCSDUP''@|1|g' \
	      -e 's|@''HAVE_WCSCHR''@|1|g' \
	      -e 's|@''HAVE_WCSRCHR''@|1|g' \
	      -e 's|@''HAVE_WCSCSPN''@|1|g' \
	      -e 's|@''HAVE_WCSSPN''@|1|g' \
	      -e 's|@''HAVE_WCSPBRK''@|1|g' \
	      -e 's|@''HAVE_WCSSTR''@|1|g' \
	      -e 's|@''HAVE_WCSTOK''@|1|g' \
	      -e 's|@''HAVE_WCSWIDTH''@|1|g' \
	      -e 's|@''HAVE_WCSFTIME''@|1|g' \
	      -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
	      -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
	  | \
	  sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
	      -e 's|@''REPLACE_BTOWC''@|0|g' \
	      -e 's|@''REPLACE_WCTOB''@|0|g' \
	      -e 's|@''REPLACE_MBSINIT''@|0|g' \
	      -e 's|@''REPLACE_MBRTOWC''@|0|g' \
	      -e 's|@''REPLACE_MBRLEN''@|0|g' \
	      -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
	      -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
	      -e 's|@''REPLACE_WCRTOMB''@|0|g' \
	      -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
	      -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
	      -e 's|@''REPLACE_WCWIDTH''@|1|g' \
	      -e 's|@''REPLACE_WCSWIDTH''@|1|g' \
	      -e 's|@''REPLACE_WCSFTIME''@|0|g' \
	      -e 's|@''REPLACE_WCSTOK''@|0|g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h'; \
	} > wchar.h-t && \
	mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h && \
	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
	      -e 's/@''HAVE_WCTYPE_H''@/1/g' \
	      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
	      -e 's|@''PRAGMA_COLUMNS''@||g' \
	      -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
	      -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \
	      -e 's/@''GNULIB_ISWBLANK''@/1/g' \
	      -e 's/@''GNULIB_ISWDIGIT''@/1/g' \
	      -e 's/@''GNULIB_ISWXDIGIT''@/1/g' \
	      -e 's/@''GNULIB_WCTYPE''@/1/g' \
	      -e 's/@''GNULIB_ISWCTYPE''@/1/g' \
	      -e 's/@''GNULIB_WCTRANS''@/1/g' \
	      -e 's/@''GNULIB_TOWCTRANS''@/1/g' \
	      -e 's/@''HAVE_ISWBLANK''@/1/g' \
	      -e 's/@''HAVE_ISWCNTRL''@/1/g' \
	      -e 's/@''HAVE_WCTYPE_T''@/1/g' \
	      -e 's/@''HAVE_WCTRANS_T''@/1/g' \
	      -e 's/@''HAVE_WINT_T''@/1/g' \
	      -e 's/@''REPLACE_ISWBLANK''@/0/g' \
	      -e 's/@''REPLACE_ISWDIGIT''@/0/g' \
	      -e 's/@''REPLACE_ISWXDIGIT''@/0/g' \
	      -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
	      -e 's/@''REPLACE_TOWLOWER''@/0/g' \
	      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
	      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
	      < ./wctype.in.h; \
	} > wctype.h-t && \
	mv wctype.h-t wctype.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
depbase=`echo pt_chown.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT pt_chown.o -MD -MP -MF $depbase.Tpo -c -o pt_chown.o pt_chown.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo allocator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT allocator.o -MD -MP -MF $depbase.Tpo -c -o allocator.o allocator.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo areadlink.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT areadlink.o -MD -MP -MF $depbase.Tpo -c -o areadlink.o areadlink.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo areadlinkat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT areadlinkat.o -MD -MP -MF $depbase.Tpo -c -o areadlinkat.o areadlinkat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo openat-proc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT openat-proc.o -MD -MP -MF $depbase.Tpo -c -o openat-proc.o openat-proc.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo basename-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT basename-lgpl.o -MD -MP -MF $depbase.Tpo -c -o basename-lgpl.o basename-lgpl.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo c-ctype.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT c-ctype.o -MD -MP -MF $depbase.Tpo -c -o c-ctype.o c-ctype.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo c-strcasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT c-strcasecmp.o -MD -MP -MF $depbase.Tpo -c -o c-strcasecmp.o c-strcasecmp.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo c-strncasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT c-strncasecmp.o -MD -MP -MF $depbase.Tpo -c -o c-strncasecmp.o c-strncasecmp.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo careadlinkat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT careadlinkat.o -MD -MP -MF $depbase.Tpo -c -o careadlinkat.o careadlinkat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cloexec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT cloexec.o -MD -MP -MF $depbase.Tpo -c -o cloexec.o cloexec.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo dirname-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT dirname-lgpl.o -MD -MP -MF $depbase.Tpo -c -o dirname-lgpl.o dirname-lgpl.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo stripslash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT stripslash.o -MD -MP -MF $depbase.Tpo -c -o stripslash.o stripslash.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo exitfail.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT exitfail.o -MD -MP -MF $depbase.Tpo -c -o exitfail.o exitfail.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo fd-hook.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT fd-hook.o -MD -MP -MF $depbase.Tpo -c -o fd-hook.o fd-hook.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo fd-safer-flag.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT fd-safer-flag.o -MD -MP -MF $depbase.Tpo -c -o fd-safer-flag.o fd-safer-flag.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo dup-safer-flag.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT dup-safer-flag.o -MD -MP -MF $depbase.Tpo -c -o dup-safer-flag.o dup-safer-flag.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo filenamecat-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT filenamecat-lgpl.o -MD -MP -MF $depbase.Tpo -c -o filenamecat-lgpl.o filenamecat-lgpl.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo freading.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT freading.o -MD -MP -MF $depbase.Tpo -c -o freading.o freading.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo full-write.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT full-write.o -MD -MP -MF $depbase.Tpo -c -o full-write.o full-write.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo getprogname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT getprogname.o -MD -MP -MF $depbase.Tpo -c -o getprogname.o getprogname.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo gettime.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT gettime.o -MD -MP -MF $depbase.Tpo -c -o gettime.o gettime.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo hard-locale.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT hard-locale.o -MD -MP -MF $depbase.Tpo -c -o hard-locale.o hard-locale.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo integer_length.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT integer_length.o -MD -MP -MF $depbase.Tpo -c -o integer_length.o integer_length.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo localcharset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT localcharset.o -MD -MP -MF $depbase.Tpo -c -o localcharset.o localcharset.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo localename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT localename.o -MD -MP -MF $depbase.Tpo -c -o localename.o localename.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo localename-table.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT localename-table.o -MD -MP -MF $depbase.Tpo -c -o localename-table.o localename-table.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo glthread/lock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT glthread/lock.o -MD -MP -MF $depbase.Tpo -c -o glthread/lock.o glthread/lock.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloca.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT malloca.o -MD -MP -MF $depbase.Tpo -c -o malloca.o malloca.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo math.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT math.o -MD -MP -MF $depbase.Tpo -c -o math.o math.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo nonblocking.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT nonblocking.o -MD -MP -MF $depbase.Tpo -c -o nonblocking.o nonblocking.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo openat-die.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT openat-die.o -MD -MP -MF $depbase.Tpo -c -o openat-die.o openat-die.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo printf-frexp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT printf-frexp.o -MD -MP -MF $depbase.Tpo -c -o printf-frexp.o printf-frexp.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo printf-frexpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT printf-frexpl.o -MD -MP -MF $depbase.Tpo -c -o printf-frexpl.o printf-frexpl.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo renameatu.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT renameatu.o -MD -MP -MF $depbase.Tpo -c -o renameatu.o renameatu.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo safe-write.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT safe-write.o -MD -MP -MF $depbase.Tpo -c -o safe-write.o safe-write.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo save-cwd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT save-cwd.o -MD -MP -MF $depbase.Tpo -c -o save-cwd.o save-cwd.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloc/scratch_buffer_grow.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT malloc/scratch_buffer_grow.o -MD -MP -MF $depbase.Tpo -c -o malloc/scratch_buffer_grow.o malloc/scratch_buffer_grow.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloc/scratch_buffer_grow_preserve.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT malloc/scratch_buffer_grow_preserve.o -MD -MP -MF $depbase.Tpo -c -o malloc/scratch_buffer_grow_preserve.o malloc/scratch_buffer_grow_preserve.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo malloc/scratch_buffer_set_array_size.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT malloc/scratch_buffer_set_array_size.o -MD -MP -MF $depbase.Tpo -c -o malloc/scratch_buffer_set_array_size.o malloc/scratch_buffer_set_array_size.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo setlocale_null.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT setlocale_null.o -MD -MP -MF $depbase.Tpo -c -o setlocale_null.o setlocale_null.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo sig-handler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT sig-handler.o -MD -MP -MF $depbase.Tpo -c -o sig-handler.o sig-handler.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo sockets.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT sockets.o -MD -MP -MF $depbase.Tpo -c -o sockets.o sockets.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo stat-time.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT stat-time.o -MD -MP -MF $depbase.Tpo -c -o stat-time.o stat-time.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo statat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT statat.o -MD -MP -MF $depbase.Tpo -c -o statat.o statat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo strnlen1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT strnlen1.o -MD -MP -MF $depbase.Tpo -c -o strnlen1.o strnlen1.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo sys_socket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT sys_socket.o -MD -MP -MF $depbase.Tpo -c -o sys_socket.o sys_socket.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo tempname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT tempname.o -MD -MP -MF $depbase.Tpo -c -o tempname.o tempname.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo glthread/threadlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT glthread/threadlib.o -MD -MP -MF $depbase.Tpo -c -o glthread/threadlib.o glthread/threadlib.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo timespec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT timespec.o -MD -MP -MF $depbase.Tpo -c -o timespec.o timespec.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo glthread/tls.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT glthread/tls.o -MD -MP -MF $depbase.Tpo -c -o glthread/tls.o glthread/tls.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo tmpdir.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT tmpdir.o -MD -MP -MF $depbase.Tpo -c -o tmpdir.o tmpdir.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unistd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT unistd.o -MD -MP -MF $depbase.Tpo -c -o unistd.o unistd.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo dup-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT dup-safer.o -MD -MP -MF $depbase.Tpo -c -o dup-safer.o dup-safer.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo fd-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT fd-safer.o -MD -MP -MF $depbase.Tpo -c -o fd-safer.o fd-safer.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo pipe-safer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT pipe-safer.o -MD -MP -MF $depbase.Tpo -c -o pipe-safer.o pipe-safer.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unistr/u8-mbtoucr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT unistr/u8-mbtoucr.o -MD -MP -MF $depbase.Tpo -c -o unistr/u8-mbtoucr.o unistr/u8-mbtoucr.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unistr/u8-uctomb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT unistr/u8-uctomb.o -MD -MP -MF $depbase.Tpo -c -o unistr/u8-uctomb.o unistr/u8-uctomb.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unistr/u8-uctomb-aux.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT unistr/u8-uctomb-aux.o -MD -MP -MF $depbase.Tpo -c -o unistr/u8-uctomb-aux.o unistr/u8-uctomb-aux.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo uniwidth/width.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT uniwidth/width.o -MD -MP -MF $depbase.Tpo -c -o uniwidth/width.o uniwidth/width.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo utimens.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT utimens.o -MD -MP -MF $depbase.Tpo -c -o utimens.o utimens.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo wctype-h.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT wctype-h.o -MD -MP -MF $depbase.Tpo -c -o wctype-h.o wctype-h.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo xsize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT xsize.o -MD -MP -MF $depbase.Tpo -c -o xsize.o xsize.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo aligned_alloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT aligned_alloc.o -MD -MP -MF $depbase.Tpo -c -o aligned_alloc.o aligned_alloc.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo asnprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT asnprintf.o -MD -MP -MF $depbase.Tpo -c -o asnprintf.o asnprintf.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo at-func2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT at-func2.o -MD -MP -MF $depbase.Tpo -c -o at-func2.o at-func2.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo c32rtomb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT c32rtomb.o -MD -MP -MF $depbase.Tpo -c -o c32rtomb.o c32rtomb.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo canonicalize-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT canonicalize-lgpl.o -MD -MP -MF $depbase.Tpo -c -o canonicalize-lgpl.o canonicalize-lgpl.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo chdir-long.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT chdir-long.o -MD -MP -MF $depbase.Tpo -c -o chdir-long.o chdir-long.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo chown.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT chown.o -MD -MP -MF $depbase.Tpo -c -o chown.o chown.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo cnd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT cnd.o -MD -MP -MF $depbase.Tpo -c -o cnd.o cnd.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo creat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT creat.o -MD -MP -MF $depbase.Tpo -c -o creat.o creat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo dprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT dprintf.o -MD -MP -MF $depbase.Tpo -c -o dprintf.o dprintf.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT error.o -MD -MP -MF $depbase.Tpo -c -o error.o error.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo euidaccess.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT euidaccess.o -MD -MP -MF $depbase.Tpo -c -o euidaccess.o euidaccess.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo faccessat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT faccessat.o -MD -MP -MF $depbase.Tpo -c -o faccessat.o faccessat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo fchownat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT fchownat.o -MD -MP -MF $depbase.Tpo -c -o fchownat.o fchownat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo fclose.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT fclose.o -MD -MP -MF $depbase.Tpo -c -o fclose.o fclose.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo fflush.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT fflush.o -MD -MP -MF $depbase.Tpo -c -o fflush.o fflush.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo fnmatch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT fnmatch.o -MD -MP -MF $depbase.Tpo -c -o fnmatch.o fnmatch.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo fprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT fprintf.o -MD -MP -MF $depbase.Tpo -c -o fprintf.o fprintf.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo fpurge.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT fpurge.o -MD -MP -MF $depbase.Tpo -c -o fpurge.o fpurge.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo fseek.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT fseek.o -MD -MP -MF $depbase.Tpo -c -o fseek.o fseek.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo fseeko.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT fseeko.o -MD -MP -MF $depbase.Tpo -c -o fseeko.o fseeko.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo fseterr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT fseterr.o -MD -MP -MF $depbase.Tpo -c -o fseterr.o fseterr.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo fstatat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT fstatat.o -MD -MP -MF $depbase.Tpo -c -o fstatat.o fstatat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo futimens.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT futimens.o -MD -MP -MF $depbase.Tpo -c -o futimens.o futimens.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo getcwd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT getcwd.o -MD -MP -MF $depbase.Tpo -c -o getcwd.o getcwd.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo getcwd-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT getcwd-lgpl.o -MD -MP -MF $depbase.Tpo -c -o getcwd-lgpl.o getcwd-lgpl.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo getgroups.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT getgroups.o -MD -MP -MF $depbase.Tpo -c -o getgroups.o getgroups.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo getlogin_r.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT getlogin_r.o -MD -MP -MF $depbase.Tpo -c -o getlogin_r.o getlogin_r.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo getopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT getopt.o -MD -MP -MF $depbase.Tpo -c -o getopt.o getopt.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo getopt1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT getopt1.o -MD -MP -MF $depbase.Tpo -c -o getopt1.o getopt1.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo getrandom.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT getrandom.o -MD -MP -MF $depbase.Tpo -c -o getrandom.o getrandom.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo glob.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT glob.o -MD -MP -MF $depbase.Tpo -c -o glob.o glob.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo glob_pattern_p.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT glob_pattern_p.o -MD -MP -MF $depbase.Tpo -c -o glob_pattern_p.o glob_pattern_p.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo globfree.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT globfree.o -MD -MP -MF $depbase.Tpo -c -o globfree.o globfree.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo group-member.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT group-member.o -MD -MP -MF $depbase.Tpo -c -o group-member.o group-member.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo ioctl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT ioctl.o -MD -MP -MF $depbase.Tpo -c -o ioctl.o ioctl.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo lchown.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT lchown.o -MD -MP -MF $depbase.Tpo -c -o lchown.o lchown.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo link.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT link.o -MD -MP -MF $depbase.Tpo -c -o link.o link.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo linkat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT linkat.o -MD -MP -MF $depbase.Tpo -c -o linkat.o linkat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo lstat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT lstat.o -MD -MP -MF $depbase.Tpo -c -o lstat.o lstat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mbrtoc32.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT mbrtoc32.o -MD -MP -MF $depbase.Tpo -c -o mbrtoc32.o mbrtoc32.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mempcpy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT mempcpy.o -MD -MP -MF $depbase.Tpo -c -o mempcpy.o mempcpy.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo memrchr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT memrchr.o -MD -MP -MF $depbase.Tpo -c -o memrchr.o memrchr.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mkfifo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT mkfifo.o -MD -MP -MF $depbase.Tpo -c -o mkfifo.o mkfifo.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mkfifoat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT mkfifoat.o -MD -MP -MF $depbase.Tpo -c -o mkfifoat.o mkfifoat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mknod.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT mknod.o -MD -MP -MF $depbase.Tpo -c -o mknod.o mknod.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mknodat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT mknodat.o -MD -MP -MF $depbase.Tpo -c -o mknodat.o mknodat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mktime.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT mktime.o -MD -MP -MF $depbase.Tpo -c -o mktime.o mktime.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mtx.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT mtx.o -MD -MP -MF $depbase.Tpo -c -o mtx.o mtx.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo nanosleep.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT nanosleep.o -MD -MP -MF $depbase.Tpo -c -o nanosleep.o nanosleep.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo nl_langinfo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT nl_langinfo.o -MD -MP -MF $depbase.Tpo -c -o nl_langinfo.o nl_langinfo.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo open.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT open.o -MD -MP -MF $depbase.Tpo -c -o open.o open.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo openat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT openat.o -MD -MP -MF $depbase.Tpo -c -o openat.o openat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo perror.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT perror.o -MD -MP -MF $depbase.Tpo -c -o perror.o perror.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo poll.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT poll.o -MD -MP -MF $depbase.Tpo -c -o poll.o poll.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo printf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT printf.o -MD -MP -MF $depbase.Tpo -c -o printf.o printf.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo printf-args.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT printf-args.o -MD -MP -MF $depbase.Tpo -c -o printf-args.o printf-args.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo printf-parse.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT printf-parse.o -MD -MP -MF $depbase.Tpo -c -o printf-parse.o printf-parse.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo pthread-mutex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT pthread-mutex.o -MD -MP -MF $depbase.Tpo -c -o pthread-mutex.o pthread-mutex.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo pthread-rwlock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT pthread-rwlock.o -MD -MP -MF $depbase.Tpo -c -o pthread-rwlock.o pthread-rwlock.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo pthread-spin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT pthread-spin.o -MD -MP -MF $depbase.Tpo -c -o pthread-spin.o pthread-spin.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo pthread_mutex_timedlock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT pthread_mutex_timedlock.o -MD -MP -MF $depbase.Tpo -c -o pthread_mutex_timedlock.o pthread_mutex_timedlock.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo ptsname_r.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT ptsname_r.o -MD -MP -MF $depbase.Tpo -c -o ptsname_r.o ptsname_r.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo random_r.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT random_r.o -MD -MP -MF $depbase.Tpo -c -o random_r.o random_r.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo rawmemchr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT rawmemchr.o -MD -MP -MF $depbase.Tpo -c -o rawmemchr.o rawmemchr.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo readlink.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT readlink.o -MD -MP -MF $depbase.Tpo -c -o readlink.o readlink.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo readlinkat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT readlinkat.o -MD -MP -MF $depbase.Tpo -c -o readlinkat.o readlinkat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo regex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT regex.o -MD -MP -MF $depbase.Tpo -c -o regex.o regex.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo remove.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT remove.o -MD -MP -MF $depbase.Tpo -c -o remove.o remove.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo rename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT rename.o -MD -MP -MF $depbase.Tpo -c -o rename.o rename.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo renameat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT renameat.o -MD -MP -MF $depbase.Tpo -c -o renameat.o renameat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo secure_getenv.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT secure_getenv.o -MD -MP -MF $depbase.Tpo -c -o secure_getenv.o secure_getenv.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo setlocale.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT setlocale.o -MD -MP -MF $depbase.Tpo -c -o setlocale.o setlocale.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo setlocale-lock.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT setlocale-lock.o -MD -MP -MF $depbase.Tpo -c -o setlocale-lock.o setlocale-lock.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo snprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT snprintf.o -MD -MP -MF $depbase.Tpo -c -o snprintf.o snprintf.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo spawnattr_getschedparam.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT spawnattr_getschedparam.o -MD -MP -MF $depbase.Tpo -c -o spawnattr_getschedparam.o spawnattr_getschedparam.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo spawnattr_getschedpolicy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT spawnattr_getschedpolicy.o -MD -MP -MF $depbase.Tpo -c -o spawnattr_getschedpolicy.o spawnattr_getschedpolicy.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo spawnattr_setschedparam.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT spawnattr_setschedparam.o -MD -MP -MF $depbase.Tpo -c -o spawnattr_setschedparam.o spawnattr_setschedparam.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo spawnattr_setschedpolicy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT spawnattr_setschedpolicy.o -MD -MP -MF $depbase.Tpo -c -o spawnattr_setschedpolicy.o spawnattr_setschedpolicy.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo sprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT sprintf.o -MD -MP -MF $depbase.Tpo -c -o sprintf.o sprintf.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo stat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT stat.o -MD -MP -MF $depbase.Tpo -c -o stat.o stat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo strchrnul.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT strchrnul.o -MD -MP -MF $depbase.Tpo -c -o strchrnul.o strchrnul.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo strerror.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT strerror.o -MD -MP -MF $depbase.Tpo -c -o strerror.o strerror.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo strerror-override.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT strerror-override.o -MD -MP -MF $depbase.Tpo -c -o strerror-override.o strerror-override.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo strerror_r.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT strerror_r.o -MD -MP -MF $depbase.Tpo -c -o strerror_r.o strerror_r.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo strstr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT strstr.o -MD -MP -MF $depbase.Tpo -c -o strstr.o strstr.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo symlink.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT symlink.o -MD -MP -MF $depbase.Tpo -c -o symlink.o symlink.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo symlinkat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT symlinkat.o -MD -MP -MF $depbase.Tpo -c -o symlinkat.o symlinkat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo thrd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT thrd.o -MD -MP -MF $depbase.Tpo -c -o thrd.o thrd.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo tss.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT tss.o -MD -MP -MF $depbase.Tpo -c -o tss.o tss.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unlink.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT unlink.o -MD -MP -MF $depbase.Tpo -c -o unlink.o unlink.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unlinkat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT unlinkat.o -MD -MP -MF $depbase.Tpo -c -o unlinkat.o unlinkat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo utimensat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT utimensat.o -MD -MP -MF $depbase.Tpo -c -o utimensat.o utimensat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo vasnprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT vasnprintf.o -MD -MP -MF $depbase.Tpo -c -o vasnprintf.o vasnprintf.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo vdprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT vdprintf.o -MD -MP -MF $depbase.Tpo -c -o vdprintf.o vdprintf.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo vfprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT vfprintf.o -MD -MP -MF $depbase.Tpo -c -o vfprintf.o vfprintf.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo vprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT vprintf.o -MD -MP -MF $depbase.Tpo -c -o vprintf.o vprintf.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo vsnprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT vsnprintf.o -MD -MP -MF $depbase.Tpo -c -o vsnprintf.o vsnprintf.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo vsprintf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT vsprintf.o -MD -MP -MF $depbase.Tpo -c -o vsprintf.o vsprintf.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo wcswidth.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT wcswidth.o -MD -MP -MF $depbase.Tpo -c -o wcswidth.o wcswidth.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo wcwidth.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT wcwidth.o -MD -MP -MF $depbase.Tpo -c -o wcwidth.o wcwidth.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo wmempcpy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -I. -I..  -DGNULIB_STRICT_CHECKING=1 -Wall  -g -O2 -MT wmempcpy.o -MD -MP -MF $depbase.Tpo -c -o wmempcpy.o wmempcpy.c &&\
	mv -f $depbase.Tpo $depbase.Po
rm -f libgnu.a
ar cr libgnu.a allocator.o areadlink.o areadlinkat.o openat-proc.o basename-lgpl.o c-ctype.o c-strcasecmp.o c-strncasecmp.o careadlinkat.o cloexec.o dirname-lgpl.o stripslash.o exitfail.o fd-hook.o fd-safer-flag.o dup-safer-flag.o filenamecat-lgpl.o freading.o full-write.o getprogname.o gettime.o hard-locale.o integer_length.o localcharset.o localename.o localename-table.o glthread/lock.o malloca.o math.o nonblocking.o openat-die.o printf-frexp.o printf-frexpl.o renameatu.o safe-write.o save-cwd.o malloc/scratch_buffer_grow.o malloc/scratch_buffer_grow_preserve.o malloc/scratch_buffer_set_array_size.o setlocale_null.o sig-handler.o sockets.o stat-time.o statat.o strnlen1.o sys_socket.o tempname.o glthread/threadlib.o timespec.o glthread/tls.o tmpdir.o unistd.o dup-safer.o fd-safer.o pipe-safer.o unistr/u8-mbtoucr.o unistr/u8-uctomb.o unistr/u8-uctomb-aux.o uniwidth/width.o utimens.o wctype-h.o xsize.o aligned_alloc.o asnprintf.o at-func2.o c32rtomb.o canonicalize-lgpl.o chdir-long.o chown.o cnd.o creat.o dprintf.o error.o euidaccess.o faccessat.o fchownat.o fclose.o fflush.o fnmatch.o fprintf.o fpurge.o fseek.o fseeko.o fseterr.o fstatat.o futimens.o getcwd.o getcwd-lgpl.o getgroups.o getlogin_r.o getopt.o getopt1.o getrandom.o glob.o glob_pattern_p.o globfree.o group-member.o ioctl.o lchown.o link.o linkat.o lstat.o mbrtoc32.o mempcpy.o memrchr.o mkfifo.o mkfifoat.o mknod.o mknodat.o mktime.o mtx.o nanosleep.o nl_langinfo.o open.o openat.o perror.o poll.o printf.o printf-args.o printf-parse.o pthread-mutex.o pthread-rwlock.o pthread-spin.o pthread_mutex_timedlock.o ptsname_r.o random_r.o rawmemchr.o readlink.o readlinkat.o regex.o remove.o rename.o renameat.o secure_getenv.o setlocale.o setlocale-lock.o snprintf.o spawnattr_getschedparam.o spawnattr_getschedpolicy.o spawnattr_setschedparam.o spawnattr_setschedpolicy.o sprintf.o stat.o strchrnul.o strerror.o strerror-override.o strerror_r.o strstr.o symlink.o symlinkat.o thrd.o tss.o unlink.o unlinkat.o utimensat.o vasnprintf.o vdprintf.o vfprintf.o vprintf.o vsnprintf.o vsprintf.o wcswidth.o wcwidth.o wmempcpy.o 
ranlib libgnu.a
gcc  -g -O2   -o pt_chown pt_chown.o libgnu.a 
Making all in glm4
make[2]: Nothing to be done for `all'.
Making all in gltests
rm -f test-posix_spawn1.sh-t test-posix_spawn1.sh && \
	cp ./test-posix_spawn1.in.sh test-posix_spawn1.sh-t && \
	mv test-posix_spawn1.sh-t test-posix_spawn1.sh
rm -f test-posix_spawn2.sh-t test-posix_spawn2.sh && \
	cp ./test-posix_spawn2.in.sh test-posix_spawn2.sh-t && \
	mv test-posix_spawn2.sh-t test-posix_spawn2.sh
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
Making all in .
depbase=`echo test-_Exit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-_Exit.o -MD -MP -MF $depbase.Tpo -c -o test-_Exit.o test-_Exit.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo areadlink-with-size.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT areadlink-with-size.o -MD -MP -MF $depbase.Tpo -c -o areadlink-with-size.o areadlink-with-size.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo binary-io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT binary-io.o -MD -MP -MF $depbase.Tpo -c -o binary-io.o binary-io.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo bitrotate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT bitrotate.o -MD -MP -MF $depbase.Tpo -c -o bitrotate.o bitrotate.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo btoc32.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT btoc32.o -MD -MP -MF $depbase.Tpo -c -o btoc32.o btoc32.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo c32tob.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT c32tob.o -MD -MP -MF $depbase.Tpo -c -o c32tob.o c32tob.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo dtotimespec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT dtotimespec.o -MD -MP -MF $depbase.Tpo -c -o dtotimespec.o dtotimespec.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo fatal-signal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT fatal-signal.o -MD -MP -MF $depbase.Tpo -c -o fatal-signal.o fatal-signal.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo filenamecat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT filenamecat.o -MD -MP -MF $depbase.Tpo -c -o filenamecat.o filenamecat.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo get-rusage-as.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT get-rusage-as.o -MD -MP -MF $depbase.Tpo -c -o get-rusage-as.o get-rusage-as.c &&\
	mv -f $depbase.Tpo $depbase.Po
get-rusage-as.c:168:1: warning: unused function 'get_rusage_as_via_setrlimit' [-Wunused-function]
get_rusage_as_via_setrlimit (void)
^
1 warning generated.
depbase=`echo getugroups.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT getugroups.o -MD -MP -MF $depbase.Tpo -c -o getugroups.o getugroups.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT hash.o -MD -MP -MF $depbase.Tpo -c -o hash.o hash.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo hash-pjw.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT hash-pjw.o -MD -MP -MF $depbase.Tpo -c -o hash-pjw.o hash-pjw.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo imaxtostr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT imaxtostr.o -MD -MP -MF $depbase.Tpo -c -o imaxtostr.o imaxtostr.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo inttostr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT inttostr.o -MD -MP -MF $depbase.Tpo -c -o inttostr.o inttostr.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo offtostr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT offtostr.o -MD -MP -MF $depbase.Tpo -c -o offtostr.o offtostr.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo uinttostr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT uinttostr.o -MD -MP -MF $depbase.Tpo -c -o uinttostr.o uinttostr.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo umaxtostr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT umaxtostr.o -MD -MP -MF $depbase.Tpo -c -o umaxtostr.o umaxtostr.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo mgetgroups.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT mgetgroups.o -MD -MP -MF $depbase.Tpo -c -o mgetgroups.o mgetgroups.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo priv-set.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT priv-set.o -MD -MP -MF $depbase.Tpo -c -o priv-set.o priv-set.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo glthread/thread.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT glthread/thread.o -MD -MP -MF $depbase.Tpo -c -o glthread/thread.o glthread/thread.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo timespec-add.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT timespec-add.o -MD -MP -MF $depbase.Tpo -c -o timespec-add.o timespec-add.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo timespec-sub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT timespec-sub.o -MD -MP -MF $depbase.Tpo -c -o timespec-sub.o timespec-sub.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo unlinkdir.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT unlinkdir.o -MD -MP -MF $depbase.Tpo -c -o unlinkdir.o unlinkdir.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo utimecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT utimecmp.o -MD -MP -MF $depbase.Tpo -c -o utimecmp.o utimecmp.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo vma-iter.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT vma-iter.o -MD -MP -MF $depbase.Tpo -c -o vma-iter.o vma-iter.c &&\
	mv -f $depbase.Tpo $depbase.Po
vma-iter.c:586:1: warning: unused function 'vma_iterate_proc' [-Wunused-function]
vma_iterate_proc (vma_iterate_callback_fn callback, void *data)
^
vma-iter.c:858:1: warning: unused function 'vma_iterate_bsd' [-Wunused-function]
vma_iterate_bsd (vma_iterate_callback_fn callback, void *data)
^
2 warnings generated.
depbase=`echo wait-process.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT wait-process.o -MD -MP -MF $depbase.Tpo -c -o wait-process.o wait-process.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo xmalloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT xmalloc.o -MD -MP -MF $depbase.Tpo -c -o xmalloc.o xmalloc.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo xalloc-die.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT xalloc-die.o -MD -MP -MF $depbase.Tpo -c -o xalloc-die.o xalloc-die.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo putenv.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT putenv.o -MD -MP -MF $depbase.Tpo -c -o putenv.o putenv.c &&\
	mv -f $depbase.Tpo $depbase.Po
rm -f libtests.a
ar cr libtests.a areadlink-with-size.o binary-io.o bitrotate.o btoc32.o c32tob.o dtotimespec.o fatal-signal.o filenamecat.o get-rusage-as.o getugroups.o hash.o hash-pjw.o imaxtostr.o inttostr.o offtostr.o uinttostr.o umaxtostr.o mgetgroups.o priv-set.o glthread/thread.o timespec-add.o timespec-sub.o unlinkdir.o utimecmp.o vma-iter.o wait-process.o xmalloc.o xalloc-die.o putenv.o
ranlib libtests.a
gcc  -g -O2   -o test-_Exit test-_Exit.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-accept.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-accept.o -MD -MP -MF $depbase.Tpo -c -o test-accept.o test-accept.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-accept test-accept.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-access.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-access.o -MD -MP -MF $depbase.Tpo -c -o test-access.o test-access.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-access test-access.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-acos.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-acos.o -MD -MP -MF $depbase.Tpo -c -o test-acos.o test-acos.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-acos test-acos.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-acosf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-acosf.o -MD -MP -MF $depbase.Tpo -c -o test-acosf.o test-acosf.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-acosf test-acosf.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-acosl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-acosl.o -MD -MP -MF $depbase.Tpo -c -o test-acosl.o test-acosl.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-acosl test-acosl.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-aligned_alloc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-aligned_alloc.o -MD -MP -MF $depbase.Tpo -c -o test-aligned_alloc.o test-aligned_alloc.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-aligned_alloc test-aligned_alloc.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-alloca-opt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-alloca-opt.o -MD -MP -MF $depbase.Tpo -c -o test-alloca-opt.o test-alloca-opt.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-alloca-opt test-alloca-opt.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-areadlink.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-areadlink.o -MD -MP -MF $depbase.Tpo -c -o test-areadlink.o test-areadlink.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-areadlink test-areadlink.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-areadlink-with-size.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-areadlink-with-size.o -MD -MP -MF $depbase.Tpo -c -o test-areadlink-with-size.o test-areadlink-with-size.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-areadlink-with-size test-areadlink-with-size.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-areadlinkat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-areadlinkat.o -MD -MP -MF $depbase.Tpo -c -o test-areadlinkat.o test-areadlinkat.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-areadlinkat test-areadlinkat.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-arpa_inet.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-arpa_inet.o -MD -MP -MF $depbase.Tpo -c -o test-arpa_inet.o test-arpa_inet.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-arpa_inet test-arpa_inet.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-asin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-asin.o -MD -MP -MF $depbase.Tpo -c -o test-asin.o test-asin.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-asin test-asin.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-asinf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-asinf.o -MD -MP -MF $depbase.Tpo -c -o test-asinf.o test-asinf.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-asinf test-asinf.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-asinl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-asinl.o -MD -MP -MF $depbase.Tpo -c -o test-asinl.o test-asinl.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-asinl test-asinl.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-atan.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-atan.o -MD -MP -MF $depbase.Tpo -c -o test-atan.o test-atan.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-atan test-atan.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-atan2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-atan2.o -MD -MP -MF $depbase.Tpo -c -o test-atan2.o test-atan2.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-atan2 test-atan2.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-atan2f.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-atan2f.o -MD -MP -MF $depbase.Tpo -c -o test-atan2f.o test-atan2f.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-atan2f test-atan2f.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-atanf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-atanf.o -MD -MP -MF $depbase.Tpo -c -o test-atanf.o test-atanf.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-atanf test-atanf.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-atanl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-atanl.o -MD -MP -MF $depbase.Tpo -c -o test-atanl.o test-atanl.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-atanl test-atanl.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-atexit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-atexit.o -MD -MP -MF $depbase.Tpo -c -o test-atexit.o test-atexit.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-atexit test-atexit.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-binary-io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-binary-io.o -MD -MP -MF $depbase.Tpo -c -o test-binary-io.o test-binary-io.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-binary-io test-binary-io.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-bind.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-bind.o -MD -MP -MF $depbase.Tpo -c -o test-bind.o test-bind.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-bind test-bind.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a    
depbase=`echo test-bitrotate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-bitrotate.o -MD -MP -MF $depbase.Tpo -c -o test-bitrotate.o test-bitrotate.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-bitrotate test-bitrotate.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-btoc32.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-btoc32.o -MD -MP -MF $depbase.Tpo -c -o test-btoc32.o test-btoc32.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-btoc32 test-btoc32.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-btowc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-btowc.o -MD -MP -MF $depbase.Tpo -c -o test-btowc.o test-btowc.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-btowc test-btowc.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-c-ctype.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-c-ctype.o -MD -MP -MF $depbase.Tpo -c -o test-c-ctype.o test-c-ctype.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-c-ctype test-c-ctype.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-c-strcasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-c-strcasecmp.o -MD -MP -MF $depbase.Tpo -c -o test-c-strcasecmp.o test-c-strcasecmp.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-c-strcasecmp test-c-strcasecmp.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-c-strncasecmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-c-strncasecmp.o -MD -MP -MF $depbase.Tpo -c -o test-c-strncasecmp.o test-c-strncasecmp.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-c-strncasecmp test-c-strncasecmp.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-c32rtomb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-c32rtomb.o -MD -MP -MF $depbase.Tpo -c -o test-c32rtomb.o test-c32rtomb.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-c32rtomb test-c32rtomb.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-c32rtomb-w32.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-c32rtomb-w32.o -MD -MP -MF $depbase.Tpo -c -o test-c32rtomb-w32.o test-c32rtomb-w32.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-c32rtomb-w32 test-c32rtomb-w32.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-canonicalize-lgpl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-canonicalize-lgpl.o -MD -MP -MF $depbase.Tpo -c -o test-canonicalize-lgpl.o test-canonicalize-lgpl.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-canonicalize-lgpl test-canonicalize-lgpl.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-cbrt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-cbrt.o -MD -MP -MF $depbase.Tpo -c -o test-cbrt.o test-cbrt.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo randomd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT randomd.o -MD -MP -MF $depbase.Tpo -c -o randomd.o randomd.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-cbrt test-cbrt.o randomd.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-cbrtf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-cbrtf.o -MD -MP -MF $depbase.Tpo -c -o test-cbrtf.o test-cbrtf.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo randomf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT randomf.o -MD -MP -MF $depbase.Tpo -c -o randomf.o randomf.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-cbrtf test-cbrtf.o randomf.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-cbrtl-ieee.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-cbrtl-ieee.o -MD -MP -MF $depbase.Tpo -c -o test-cbrtl-ieee.o test-cbrtl-ieee.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-cbrtl-ieee test-cbrtl-ieee.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-cbrtl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-cbrtl.o -MD -MP -MF $depbase.Tpo -c -o test-cbrtl.o test-cbrtl.c &&\
	mv -f $depbase.Tpo $depbase.Po
depbase=`echo randoml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT randoml.o -MD -MP -MF $depbase.Tpo -c -o randoml.o randoml.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-cbrtl test-cbrtl.o randoml.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-ceil-ieee.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-ceil-ieee.o -MD -MP -MF $depbase.Tpo -c -o test-ceil-ieee.o test-ceil-ieee.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-ceil-ieee test-ceil-ieee.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-ceil1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-ceil1.o -MD -MP -MF $depbase.Tpo -c -o test-ceil1.o test-ceil1.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-ceil1 test-ceil1.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-ceil2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-ceil2.o -MD -MP -MF $depbase.Tpo -c -o test-ceil2.o test-ceil2.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-ceil2 test-ceil2.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-ceilf-ieee.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-ceilf-ieee.o -MD -MP -MF $depbase.Tpo -c -o test-ceilf-ieee.o test-ceilf-ieee.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-ceilf-ieee test-ceilf-ieee.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-ceilf1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-ceilf1.o -MD -MP -MF $depbase.Tpo -c -o test-ceilf1.o test-ceilf1.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-ceilf1 test-ceilf1.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-ceilf2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-ceilf2.o -MD -MP -MF $depbase.Tpo -c -o test-ceilf2.o test-ceilf2.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-ceilf2 test-ceilf2.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-ceill-ieee.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-ceill-ieee.o -MD -MP -MF $depbase.Tpo -c -o test-ceill-ieee.o test-ceill-ieee.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-ceill-ieee test-ceill-ieee.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-ceill.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-ceill.o -MD -MP -MF $depbase.Tpo -c -o test-ceill.o test-ceill.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-ceill test-ceill.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-chdir.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-chdir.o -MD -MP -MF $depbase.Tpo -c -o test-chdir.o test-chdir.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-chdir test-chdir.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-chown.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-chown.o -MD -MP -MF $depbase.Tpo -c -o test-chown.o test-chown.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-chown test-chown.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-cloexec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-cloexec.o -MD -MP -MF $depbase.Tpo -c -o test-cloexec.o test-cloexec.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-cloexec test-cloexec.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-close.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-close.o -MD -MP -MF $depbase.Tpo -c -o test-close.o test-close.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-close test-close.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-cnd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-cnd.o -MD -MP -MF $depbase.Tpo -c -o test-cnd.o test-cnd.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-cnd test-cnd.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  -lpthread  
depbase=`echo test-connect.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-connect.o -MD -MP -MF $depbase.Tpo -c -o test-connect.o test-connect.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-connect test-connect.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a    
depbase=`echo test-copysign.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-copysign.o -MD -MP -MF $depbase.Tpo -c -o test-copysign.o test-copysign.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-copysign test-copysign.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-copysignf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-copysignf.o -MD -MP -MF $depbase.Tpo -c -o test-copysignf.o test-copysignf.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-copysignf test-copysignf.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-copysignl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-copysignl.o -MD -MP -MF $depbase.Tpo -c -o test-copysignl.o test-copysignl.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-copysignl test-copysignl.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-cos.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-cos.o -MD -MP -MF $depbase.Tpo -c -o test-cos.o test-cos.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-cos test-cos.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-cosf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-cosf.o -MD -MP -MF $depbase.Tpo -c -o test-cosf.o test-cosf.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-cosf test-cosf.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-cosh.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-cosh.o -MD -MP -MF $depbase.Tpo -c -o test-cosh.o test-cosh.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-cosh test-cosh.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-coshf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-coshf.o -MD -MP -MF $depbase.Tpo -c -o test-coshf.o test-coshf.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-coshf test-coshf.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-cosl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-cosl.o -MD -MP -MF $depbase.Tpo -c -o test-cosl.o test-cosl.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-cosl test-cosl.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a   
depbase=`echo test-creat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-creat.o -MD -MP -MF $depbase.Tpo -c -o test-creat.o test-creat.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-creat test-creat.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-ctype.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-ctype.o -MD -MP -MF $depbase.Tpo -c -o test-ctype.o test-ctype.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-ctype test-ctype.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-dirent.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-dirent.o -MD -MP -MF $depbase.Tpo -c -o test-dirent.o test-dirent.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-dirent test-dirent.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-dprintf-posix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-dprintf-posix.o -MD -MP -MF $depbase.Tpo -c -o test-dprintf-posix.o test-dprintf-posix.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-dprintf-posix test-dprintf-posix.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
depbase=`echo test-dprintf-posix2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib -Wall  -g -O2 -MT test-dprintf-posix2.o -MD -MP -MF $depbase.Tpo -c -o test-dprintf-posix2.o test-dprintf-posix2.c &&\
	mv -f $depbase.Tpo $depbase.Po
gcc  -g -O2   -o test-dprintf-posix2 test-dprintf-posix2.o libtests.a ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a  
Undefined symbols for architecture arm64:
  "_vm_region", referenced from:
      _vma_iterate in libtests.a(vma-iter.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: *** [test-dprintf-posix2] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

[-- Attachment #4: Type: application/octet-stream, Size: 2575407 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by dummy configure 0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure CPPFLAGS=-Wall

## --------- ##
## Platform. ##
## --------- ##

hostname = dtk.home.martin.st
uname -m = arm64
uname -r = 20.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 20.2.0: Tue Nov 10 21:14:08 PST 2020; root:xnu-7195.60.70.111.1~1/RELEASE_ARM64_T8020

/usr/bin/uname -p = arm
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
	 Darwin Kernel Version 20.2.0: Tue Nov 10 21:14:08 PST 2020; root:xnu-7195.60.70.111.1~1/RELEASE_ARM64_T8020
Kernel configured for up to 8 processors.
8 processors are physically available.
8 processors are logically available.
Processor type: arm64e (ARM64E)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 655 tasks, 1972 threads, 8 processors
Load average: 1.71, Mach factor: 6.28
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Users/martin/autotools/bin/
PATH: /Users/martin/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /Library/Apple/usr/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:4527: checking for a BSD-compatible install
configure:4595: result: /usr/bin/install -c
configure:4606: checking whether build environment is sane
configure:4661: result: yes
configure:4812: checking for a thread-safe mkdir -p
configure:4851: result: build-aux/install-sh -c -d
configure:4858: checking for gawk
configure:4888: result: no
configure:4858: checking for mawk
configure:4888: result: no
configure:4858: checking for nawk
configure:4888: result: no
configure:4858: checking for awk
configure:4874: found /usr/bin/awk
configure:4885: result: awk
configure:4896: checking whether make sets $(MAKE)
configure:4918: result: yes
configure:4947: checking whether make supports nested variables
configure:4964: result: yes
configure:5142: checking for gcc
configure:5158: found /usr/bin/gcc
configure:5169: result: gcc
configure:5492: checking for C compiler version
configure:5501: gcc --version >&5
Apple clang version 12.0.0 (clang-1200.0.32.27)
Target: arm64-apple-darwin20.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
configure:5512: $? = 0
configure:5501: gcc -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Apple clang version 12.0.0 (clang-1200.0.32.27)
Target: arm64-apple-darwin20.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:5512: $? = 0
configure:5501: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:5512: $? = 1
configure:5501: gcc -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:5512: $? = 1
configure:5501: gcc -version >&5
clang: error: unknown argument '-version'; did you mean '--version'?
clang: error: no input files
configure:5512: $? = 1
configure:5532: checking whether the C compiler works
configure:5554: gcc  -Wall  conftest.c  >&5
configure:5558: $? = 0
configure:5606: result: yes
configure:5609: checking for C compiler default output file name
configure:5611: result: a.out
configure:5617: checking for suffix of executables
configure:5624: gcc -o conftest  -Wall  conftest.c  >&5
configure:5628: $? = 0
configure:5650: result: 
configure:5672: checking whether we are cross compiling
configure:5680: gcc -o conftest  -Wall  conftest.c  >&5
configure:5684: $? = 0
configure:5691: ./conftest
configure:5695: $? = 0
configure:5710: result: no
configure:5715: checking for suffix of object files
configure:5737: gcc -c  -Wall conftest.c >&5
configure:5741: $? = 0
configure:5762: result: o
configure:5766: checking whether we are using the GNU C compiler
configure:5785: gcc -c  -Wall conftest.c >&5
configure:5785: $? = 0
configure:5794: result: yes
configure:5803: checking whether gcc accepts -g
configure:5823: gcc -c -g -Wall conftest.c >&5
configure:5823: $? = 0
configure:5864: result: yes
configure:5881: checking for gcc option to enable C11 features
configure:6084: gcc  -c -g -O2 -Wall conftest.c >&5
configure:6084: $? = 0
configure:6098: result: none needed
configure:6400: checking whether the compiler is clang
configure:6421: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:13:12: error: unknown type name 'barfbarf'
           barfbarf
           ^
1 error generated.
configure:6421: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| /* end confdefs.h.  */
| 
|            #ifdef __clang__
|            barfbarf
|            #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
| 
configure:6429: result: yes
configure:6433: checking for compiler option needed when checking for declarations
configure:6452: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:6452: $? = 0
configure:6464: result: -Werror=implicit-function-declaration
configure:6476: checking whether make supports the include directive
configure:6491: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:6494: $? = 0
configure:6513: result: yes (GNU style)
configure:6538: checking dependency style of gcc
configure:6649: result: gcc3
configure:6665: checking whether make sets $(MAKE)
configure:6687: result: yes
configure:6702: checking build system type
configure:6716: result: aarch64-apple-darwin20.2.0
configure:6736: checking host system type
configure:6749: result: aarch64-apple-darwin20.2.0
configure:6778: checking how to run the C preprocessor
configure:6809: gcc -E -Wall conftest.c
configure:6809: $? = 0
configure:6823: gcc -E -Wall conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^~~~~~~~~~~~~~~~~~
1 error generated.
configure:6823: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6848: result: gcc -E
configure:6868: gcc -E -Wall conftest.c
configure:6868: $? = 0
configure:6882: gcc -E -Wall conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^~~~~~~~~~~~~~~~~~
1 error generated.
configure:6882: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6911: checking for grep that handles long lines and -e
configure:6969: result: /usr/bin/grep
configure:6974: checking for egrep
configure:7036: result: /usr/bin/grep -E
configure:7041: checking for ANSI C header files
configure:7061: gcc -c -g -O2 -Wall conftest.c >&5
configure:7061: $? = 0
configure:7134: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:7134: $? = 0
configure:7134: ./conftest
configure:7134: $? = 0
configure:7145: result: yes
configure:7158: checking for sys/types.h
configure:7158: gcc -c -g -O2 -Wall conftest.c >&5
configure:7158: $? = 0
configure:7158: result: yes
configure:7158: checking for sys/stat.h
configure:7158: gcc -c -g -O2 -Wall conftest.c >&5
configure:7158: $? = 0
configure:7158: result: yes
configure:7158: checking for stdlib.h
configure:7158: gcc -c -g -O2 -Wall conftest.c >&5
configure:7158: $? = 0
configure:7158: result: yes
configure:7158: checking for string.h
configure:7158: gcc -c -g -O2 -Wall conftest.c >&5
configure:7158: $? = 0
configure:7158: result: yes
configure:7158: checking for memory.h
configure:7158: gcc -c -g -O2 -Wall conftest.c >&5
configure:7158: $? = 0
configure:7158: result: yes
configure:7158: checking for strings.h
configure:7158: gcc -c -g -O2 -Wall conftest.c >&5
configure:7158: $? = 0
configure:7158: result: yes
configure:7158: checking for inttypes.h
configure:7158: gcc -c -g -O2 -Wall conftest.c >&5
configure:7158: $? = 0
configure:7158: result: yes
configure:7158: checking for stdint.h
configure:7158: gcc -c -g -O2 -Wall conftest.c >&5
configure:7158: $? = 0
configure:7158: result: yes
configure:7158: checking for unistd.h
configure:7158: gcc -c -g -O2 -Wall conftest.c >&5
configure:7158: $? = 0
configure:7158: result: yes
configure:7171: checking minix/config.h usability
configure:7171: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:54:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
         ^~~~~~~~~~~~~~~~
1 error generated.
configure:7171: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:7171: result: no
configure:7171: checking minix/config.h presence
configure:7171: gcc -E -Wall conftest.c
conftest.c:21:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
         ^~~~~~~~~~~~~~~~
1 error generated.
configure:7171: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:7171: result: no
configure:7171: checking for minix/config.h
configure:7171: result: no
configure:7195: checking whether it is safe to define __EXTENSIONS__
configure:7213: gcc -c -g -O2 -Wall conftest.c >&5
configure:7213: $? = 0
configure:7220: result: yes
configure:7253: checking whether _XOPEN_SOURCE should be defined
configure:7272: gcc -c -g -O2 -Wall conftest.c >&5
configure:7272: $? = 0
configure:7296: result: no
configure:7310: checking for Minix Amsterdam compiler
configure:7334: result: no
configure:7391: checking for ar
configure:7407: found /usr/bin/ar
configure:7418: result: ar
configure:7493: checking for ranlib
configure:7509: found /usr/bin/ranlib
configure:7520: result: ranlib
configure:7551: checking for _LARGEFILE_SOURCE value needed for large files
configure:7570: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:7570: $? = 0
configure:7598: result: no
configure:7658: checking for _LARGEFILE_SOURCE value needed for large files
configure:7705: result: no
configure:7736: checking for _LARGEFILE_SOURCE value needed for large files
configure:7783: result: no
configure:7819: checking for special C compiler options needed for large files
configure:7864: result: no
configure:7870: checking for _FILE_OFFSET_BITS value needed for large files
configure:7895: gcc -c -g -O2 -Wall conftest.c >&5
configure:7895: $? = 0
configure:7927: result: no
configure:8330: checking for sys/socket.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for arpa/inet.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for features.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:76:10: fatal error: 'features.h' file not found
#include <features.h>
         ^~~~~~~~~~~~
1 error generated.
configure:8330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <features.h>
configure:8330: result: no
configure:8330: checking for sys/param.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for unistd.h
configure:8330: result: yes
configure:8330: checking for threads.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:78:10: fatal error: 'threads.h' file not found
#include <threads.h>
         ^~~~~~~~~~~
1 error generated.
configure:8330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <threads.h>
configure:8330: result: no
configure:8330: checking for dirent.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for xlocale.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for fnmatch.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for stdio_ext.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:81:10: fatal error: 'stdio_ext.h' file not found
#include <stdio_ext.h>
         ^~~~~~~~~~~~~
1 error generated.
configure:8330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdio_ext.h>
configure:8330: result: no
configure:8330: checking for sys/stat.h
configure:8330: result: yes
configure:8330: checking for netdb.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for netinet/in.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for getopt.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for sys/cdefs.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for sys/time.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for glob.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for iconv.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for limits.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for wchar.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for stdint.h
configure:8330: result: yes
configure:8330: checking for inttypes.h
configure:8330: result: yes
configure:8330: checking for crtdefs.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:93:10: fatal error: 'crtdefs.h' file not found
#include <crtdefs.h>
         ^~~~~~~~~~~
1 error generated.
configure:8330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <crtdefs.h>
configure:8330: result: no
configure:8330: checking for wctype.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for langinfo.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for math.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for sys/mman.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for monetary.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for sys/select.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for poll.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for sys/ioctl.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for sys/filio.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for pthread.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for sys/types.h
configure:8330: result: yes
configure:8330: checking for malloc.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:104:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
         ^~~~~~~~~~
1 error generated.
configure:8330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <malloc.h>
configure:8330: result: no
configure:8330: checking for search.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for spawn.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for strings.h
configure:8330: result: yes
configure:8330: checking for sys/random.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for sys/resource.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for sys/times.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for sys/uio.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for sys/utsname.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for sys/wait.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for termios.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for uchar.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:114:10: fatal error: 'uchar.h' file not found
#include <uchar.h>
         ^~~~~~~~~
1 error generated.
configure:8330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <uchar.h>
configure:8330: result: no
configure:8330: checking for utime.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for grp.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for semaphore.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
configure:8330: $? = 0
configure:8330: result: yes
configure:8330: checking for priv.h
configure:8330: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:117:10: fatal error: 'priv.h' file not found
#include <priv.h>
         ^~~~~~~~
1 error generated.
configure:8330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <priv.h>
configure:8330: result: no
configure:8361: checking whether the preprocessor supports include_next
configure:8399: gcc -c -g -O2 -Wall -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:8399: $? = 0
configure:8420: result: yes
configure:8442: checking whether source code line length is unlimited
configure:8465: result: yes
configure:8622: checking for C/C++ restrict keyword
configure:8649: gcc -c -g -O2 -Wall conftest.c >&5
configure:8649: $? = 0
configure:8657: result: __restrict
configure:8682: checking whether <sys/socket.h> is self-contained
configure:8699: gcc -c -g -O2 -Wall conftest.c >&5
configure:8699: $? = 0
configure:8707: result: yes
configure:8712: checking for shutdown
configure:8712: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:8712: $? = 0
configure:8712: result: yes
configure:8722: checking whether <sys/socket.h> defines the SHUT_* macros
configure:8739: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:89:5: warning: unused variable 'a' [-Wunused-variable]
int a[] = { SHUT_RD, SHUT_WR, SHUT_RDWR };
    ^
1 warning generated.
configure:8739: $? = 0
configure:8747: result: yes
configure:8855: checking for struct sockaddr_storage
configure:8855: gcc -c -g -O2 -Wall conftest.c >&5
configure:8855: $? = 0
configure:8855: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:101:38: error: expected expression
if (sizeof ((struct sockaddr_storage)))
                                     ^
1 error generated.
configure:8855: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| /* end confdefs.h.  */
| 
|   /* sys/types.h is not needed according to POSIX, but the
|      sys/socket.h in i386-unknown-freebsd4.10 and
|      powerpc-apple-darwin5.5 required it. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| 
| 
| int
| main ()
| {
| if (sizeof ((struct sockaddr_storage)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:8855: result: yes
configure:8876: checking for sa_family_t
configure:8876: gcc -c -g -O2 -Wall conftest.c >&5
configure:8876: $? = 0
configure:8876: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:102:26: error: expected expression
if (sizeof ((sa_family_t)))
                         ^
1 error generated.
configure:8876: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| /* end confdefs.h.  */
| 
|   /* sys/types.h is not needed according to POSIX, but the
|      sys/socket.h in i386-unknown-freebsd4.10 and
|      powerpc-apple-darwin5.5 required it. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| 
| 
| int
| main ()
| {
| if (sizeof ((sa_family_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:8876: result: yes
configure:8905: checking for struct sockaddr_storage.ss_family
configure:8905: gcc -c -g -O2 -Wall conftest.c >&5
configure:8905: $? = 0
configure:8905: result: yes
configure:8970: checking whether pow can be used without linking with libm
configure:8999: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:8999: $? = 0
configure:9008: result: yes
configure:9337: checking whether long double and double are the same
configure:9358: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:92:13: warning: unused typedef 'check' [-Wunused-local-typedef]
typedef int check[sizeof (long double) == sizeof (double)
            ^
1 warning generated.
configure:9358: $? = 0
configure:9366: result: yes
configure:9397: checking whether byte ordering is bigendian
configure:9412: gcc -c -g -O2 -Wall conftest.c >&5
configure:9412: $? = 0
configure:9457: gcc -c -g -O2 -Wall conftest.c >&5
configure:9457: $? = 0
configure:9475: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:96:4: error: use of undeclared identifier 'not'
                 not big endian
                 ^
1 error generated.
configure:9475: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:9603: result: no
configure:9626: checking whether isnan(long double) can be used without linking with libm
configure:9651: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:9651: $? = 0
configure:9660: result: yes
configure:9717: checking whether isnanl works
configure:9860: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:9860: $? = 0
configure:9860: ./conftest
configure:9860: $? = 0
configure:9871: result: yes
configure:9888: checking whether frexp() can be used without linking with libm
configure:9906: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:9906: $? = 0
configure:9915: result: yes
configure:9918: checking whether alarm is declared
configure:9918: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:9918: $? = 0
configure:9918: result: yes
configure:9977: checking whether frexp works
configure:10075: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:149:21: warning: passing 'volatile double *' to parameter of type 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    if (memcmp (&y, &x, sizeof x))
                    ^~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/string.h:71:43: note: passing argument to parameter '__s2' here
int      memcmp(const void *__s1, const void *__s2, size_t __n);
                                              ^
1 warning generated.
configure:10075: $? = 0
configure:10075: ./conftest
configure:10075: $? = 0
configure:10086: result: yes
configure:10110: checking whether frexpl is declared
configure:10110: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:10110: $? = 0
configure:10110: result: yes
configure:10122: checking whether frexpl() can be used without linking with libm
configure:10140: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10140: $? = 0
configure:10149: result: yes
configure:10195: checking whether frexpl works
configure:10308: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:168:21: warning: unused variable 'y' [-Wunused-variable]
        long double y = frexpl (x, &exp);
                    ^
1 warning generated.
configure:10308: $? = 0
configure:10308: ./conftest
configure:10308: $? = 0
configure:10319: result: yes
configure:10347: checking whether ldexp() can be used without linking with libm
configure:10369: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10369: $? = 0
configure:10378: result: yes
configure:10433: checking whether ldexpl is declared
configure:10433: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:10433: $? = 0
configure:10433: result: yes
configure:10445: checking whether ldexpl() can be used without linking with libm
configure:10463: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10463: $? = 0
configure:10472: result: yes
configure:10518: checking whether ldexpl works
configure:10561: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:10561: $? = 0
configure:10561: ./conftest
configure:10561: $? = 0
configure:10572: result: yes
configure:10606: checking whether sqrtl() can be used without linking with libm
configure:10629: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10629: $? = 0
configure:10638: result: yes
configure:10684: checking whether sqrtl is declared
configure:10684: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:10684: $? = 0
configure:10684: result: yes
configure:10697: checking whether sqrtl works
configure:10750: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:10750: $? = 0
configure:10750: ./conftest
configure:10750: $? = 0
configure:10761: result: yes
configure:10809: checking whether asinl() can be used without linking with libm
configure:10832: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10832: $? = 0
configure:10841: result: yes
configure:10887: checking whether asinl is declared
configure:10887: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:10887: $? = 0
configure:10887: result: yes
configure:10917: checking for aligned_alloc
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for btowc
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for canonicalize_file_name
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_canonicalize_file_name", referenced from:
      _main in conftest-b49761.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| /* end confdefs.h.  */
| /* Define canonicalize_file_name to an innocuous variant, in case <limits.h> declares canonicalize_file_name.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define canonicalize_file_name innocuous_canonicalize_file_name
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char canonicalize_file_name (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef canonicalize_file_name
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char canonicalize_file_name ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_canonicalize_file_name || defined __stub___canonicalize_file_name
| choke me
| #endif
| 
| int
| main ()
| {
| return canonicalize_file_name ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for readlink
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for realpath
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for readlinkat
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for chown
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for fchown
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for _set_invalid_parameter_handler
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "__set_invalid_parameter_handler", referenced from:
      _main in conftest-296463.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| /* end confdefs.h.  */
| /* Define _set_invalid_parameter_handler to an innocuous variant, in case <limits.h> declares _set_invalid_parameter_handler.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _set_invalid_parameter_handler (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _set_invalid_parameter_handler
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _set_invalid_parameter_handler ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler
| choke me
| #endif
| 
| int
| main ()
| {
| return _set_invalid_parameter_handler ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for fchdir
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for lstat
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for dprintf
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for vasnprintf
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_vasnprintf", referenced from:
      _main in conftest-edad21.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| /* end confdefs.h.  */
| /* Define vasnprintf to an innocuous variant, in case <limits.h> declares vasnprintf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define vasnprintf innocuous_vasnprintf
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char vasnprintf (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef vasnprintf
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char vasnprintf ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_vasnprintf || defined __stub___vasnprintf
| choke me
| #endif
| 
| int
| main ()
| {
| return vasnprintf ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for snprintf
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:126:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
char snprintf ();
     ^
conftest.c:126:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
1 warning generated.
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for duplocale
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for snprintf_l
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for nl_langinfo_l
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for faccessat
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for fchmodat
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for lchmod
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for fcntl
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for symlink
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for fdopendir
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for mempcpy
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_mempcpy", referenced from:
      _main in conftest-775f63.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| /* end confdefs.h.  */
| /* Define mempcpy to an innocuous variant, in case <limits.h> declares mempcpy.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mempcpy innocuous_mempcpy
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mempcpy (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef mempcpy
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mempcpy ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_mempcpy || defined __stub___mempcpy
| choke me
| #endif
| 
| int
| main ()
| {
| return mempcpy ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for fnmatch
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for mbsrtowcs
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for fpurge
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for __fpurge
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "___fpurge", referenced from:
      _main in conftest-4a8ca6.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| /* end confdefs.h.  */
| /* Define __fpurge to an innocuous variant, in case <limits.h> declares __fpurge.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __fpurge innocuous___fpurge
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __fpurge (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef __fpurge
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __fpurge ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub___fpurge || defined __stub_____fpurge
| choke me
| #endif
| 
| int
| main ()
| {
| return __fpurge ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for __freading
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "___freading", referenced from:
      _main in conftest-5441ff.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| /* end confdefs.h.  */
| /* Define __freading to an innocuous variant, in case <limits.h> declares __freading.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __freading innocuous___freading
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __freading (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef __freading
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __freading ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub___freading || defined __stub_____freading
| choke me
| #endif
| 
| int
| main ()
| {
| return __freading ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for __fseterr
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "___fseterr", referenced from:
      _main in conftest-ff897a.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| /* end confdefs.h.  */
| /* Define __fseterr to an innocuous variant, in case <limits.h> declares __fseterr.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __fseterr innocuous___fseterr
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __fseterr (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef __fseterr
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __fseterr ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub___fseterr || defined __stub_____fseterr
| choke me
| #endif
| 
| int
| main ()
| {
| return __fseterr ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for fstatat
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for fsync
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for ftruncate
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for futimens
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for getdelim
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for getdtablesize
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for getlogin
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for getlogin_r
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for getprogname
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for getexecname
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_getexecname", referenced from:
      _main in conftest-423d78.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| /* end confdefs.h.  */
| /* Define getexecname to an innocuous variant, in case <limits.h> declares getexecname.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getexecname innocuous_getexecname
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getexecname (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getexecname
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getexecname ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getexecname || defined __stub___getexecname
| choke me
| #endif
| 
| int
| main ()
| {
| return getexecname ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for getrandom
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_getrandom", referenced from:
      _main in conftest-363e0a.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| /* end confdefs.h.  */
| /* Define getrandom to an innocuous variant, in case <limits.h> declares getrandom.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getrandom innocuous_getrandom
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getrandom (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getrandom
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getrandom ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getrandom || defined __stub___getrandom
| choke me
| #endif
| 
| int
| main ()
| {
| return getrandom ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for getrusage
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for getsubopt
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for gettimeofday
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for glob
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for glob_pattern_p
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_glob_pattern_p", referenced from:
      _main in conftest-0c425c.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| /* end confdefs.h.  */
| /* Define glob_pattern_p to an innocuous variant, in case <limits.h> declares glob_pattern_p.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define glob_pattern_p innocuous_glob_pattern_p
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char glob_pattern_p (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef glob_pattern_p
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char glob_pattern_p ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_glob_pattern_p || defined __stub___glob_pattern_p
| choke me
| #endif
| 
| int
| main ()
| {
| return glob_pattern_p ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for getpwnam_r
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for imaxabs
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for imaxdiv
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for isblank
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:155:6: warning: incompatible redeclaration of library function 'isblank' [-Wincompatible-library-redeclaration]
char isblank ();
     ^
conftest.c:155:6: note: 'isblank' is a builtin with type 'int (int)'
1 warning generated.
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for iswcntrl
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for iswblank
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for link
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for openat
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for linkat
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for uselocale
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for newlocale
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for freelocale
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for mbsinit
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for mbrtowc
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for mbrlen
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for mbsnrtowcs
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for mprotect
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for mkdirat
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for mkfifoat
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_mkfifoat", referenced from:
      _main in conftest-4aa5fc.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| /* end confdefs.h.  */
| /* Define mkfifoat to an innocuous variant, in case <limits.h> declares mkfifoat.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mkfifoat innocuous_mkfifoat
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mkfifoat (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef mkfifoat
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mkfifoat ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_mkfifoat || defined __stub___mkfifoat
| choke me
| #endif
| 
| int
| main ()
| {
| return mkfifoat ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for mknodat
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_mknodat", referenced from:
      _main in conftest-e43697.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| /* end confdefs.h.  */
| /* Define mknodat to an innocuous variant, in case <limits.h> declares mknodat.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mknodat innocuous_mknodat
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mknodat (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef mknodat
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mknodat ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_mknodat || defined __stub___mknodat
| choke me
| #endif
| 
| int
| main ()
| {
| return mknodat ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for mknod
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for mkstemp
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for nl_langinfo
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for pclose
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for strerror_r
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for __xpg_strerror_r
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "___xpg_strerror_r", referenced from:
      _main in conftest-b41291.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| /* Define __xpg_strerror_r to an innocuous variant, in case <limits.h> declares __xpg_strerror_r.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __xpg_strerror_r innocuous___xpg_strerror_r
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __xpg_strerror_r (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef __xpg_strerror_r
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __xpg_strerror_r ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub___xpg_strerror_r || defined __stub_____xpg_strerror_r
| choke me
| #endif
| 
| int
| main ()
| {
| return __xpg_strerror_r ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for pipe
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for popen
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for posix_memalign
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for posix_openpt
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for pread
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for pthread_sigmask
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for ptsname_r
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for pwrite
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for iswctype
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for renameat
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for renameat2
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_renameat2", referenced from:
      _main in conftest-1db63f.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| /* end confdefs.h.  */
| /* Define renameat2 to an innocuous variant, in case <limits.h> declares renameat2.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define renameat2 innocuous_renameat2
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char renameat2 (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef renameat2
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char renameat2 ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_renameat2 || defined __stub___renameat2
| choke me
| #endif
| 
| int
| main ()
| {
| return renameat2 ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for secure_getenv
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_secure_getenv", referenced from:
      _main in conftest-c1bae1.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| /* end confdefs.h.  */
| /* Define secure_getenv to an innocuous variant, in case <limits.h> declares secure_getenv.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define secure_getenv innocuous_secure_getenv
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char secure_getenv (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef secure_getenv
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char secure_getenv ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_secure_getenv || defined __stub___secure_getenv
| choke me
| #endif
| 
| int
| main ()
| {
| return secure_getenv ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for getuid
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for geteuid
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for getgid
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for getegid
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for setenv
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for sigaction
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for sigaltstack
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for siginterrupt
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for sleep
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for stpncpy
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:194:6: warning: incompatible redeclaration of library function 'stpncpy' [-Wincompatible-library-redeclaration]
char stpncpy ();
     ^
conftest.c:194:6: note: 'stpncpy' is a builtin with type 'char *(char *, const char *, unsigned long)'
1 warning generated.
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for catgets
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for strfmon_l
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for strndup
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:197:6: warning: incompatible redeclaration of library function 'strndup' [-Wincompatible-library-redeclaration]
char strndup ();
     ^
conftest.c:197:6: note: 'strndup' is a builtin with type 'char *(const char *, unsigned long)'
1 warning generated.
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for strptime
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for strtoimax
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for strtold
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:200:6: warning: incompatible redeclaration of library function 'strtold' [-Wincompatible-library-redeclaration]
char strtold ();
     ^
conftest.c:200:6: note: 'strtold' is a builtin with type 'long double (const char *, char **)'
1 warning generated.
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for strtoumax
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for symlinkat
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for localtime_r
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for times
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for truncate
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for unlinkat
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for futimes
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for futimesat
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_futimesat", referenced from:
      _main in conftest-313f1b.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| /* end confdefs.h.  */
| /* Define futimesat to an innocuous variant, in case <limits.h> declares futimesat.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define futimesat innocuous_futimesat
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char futimesat (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef futimesat
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char futimesat ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_futimesat || defined __stub___futimesat
| choke me
| #endif
| 
| int
| main ()
| {
| return futimesat ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for utimensat
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for lutimes
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for vdprintf
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcpcpy
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcpncpy
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcrtomb
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcscasecmp
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcscat
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcschr
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:216:6: warning: incompatible redeclaration of library function 'wcschr' [-Wincompatible-library-redeclaration]
char wcschr ();
     ^
conftest.c:216:6: note: 'wcschr' is a builtin with type 'int *(const int *, int)'
1 warning generated.
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcscmp
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:217:6: warning: incompatible redeclaration of library function 'wcscmp' [-Wincompatible-library-redeclaration]
char wcscmp ();
     ^
conftest.c:217:6: note: 'wcscmp' is a builtin with type 'int (const int *, const int *)'
1 warning generated.
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcscoll
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcscpy
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcscspn
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcsftime
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcslen
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:222:6: warning: incompatible redeclaration of library function 'wcslen' [-Wincompatible-library-redeclaration]
char wcslen ();
     ^
conftest.c:222:6: note: 'wcslen' is a builtin with type 'unsigned long (const int *)'
1 warning generated.
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcsncasecmp
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcsncat
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcsncmp
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:225:6: warning: incompatible redeclaration of library function 'wcsncmp' [-Wincompatible-library-redeclaration]
char wcsncmp ();
     ^
conftest.c:225:6: note: 'wcsncmp' is a builtin with type 'int (const int *, const int *, unsigned long)'
1 warning generated.
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcsncpy
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcsnlen
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcsnrtombs
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcspbrk
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcsrchr
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcsrtombs
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcsspn
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcsstr
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcstok
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcwidth
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcswidth
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wcsxfrm
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wctob
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for wmempcpy
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_wmempcpy", referenced from:
      _main in conftest-5e8652.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| /* end confdefs.h.  */
| /* Define wmempcpy to an innocuous variant, in case <limits.h> declares wmempcpy.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define wmempcpy innocuous_wmempcpy
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char wmempcpy (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef wmempcpy
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char wmempcpy ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_wmempcpy || defined __stub___wmempcpy
| choke me
| #endif
| 
| int
| main ()
| {
| return wmempcpy ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for getrlimit
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for setrlimit
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for getgrouplist
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for shutdown
configure:10917: result: yes
configure:10917: checking for initstate
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for usleep
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10917: $? = 0
configure:10917: result: yes
configure:10917: checking for mquery
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_mquery", referenced from:
      _main in conftest-db0f85.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| /* end confdefs.h.  */
| /* Define mquery to an innocuous variant, in case <limits.h> declares mquery.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mquery innocuous_mquery
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mquery (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef mquery
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mquery ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_mquery || defined __stub___mquery
| choke me
| #endif
| 
| int
| main ()
| {
| return mquery ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10917: checking for pstat_getprocvm
configure:10917: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_pstat_getprocvm", referenced from:
      _main in conftest-3ebd6d.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:10917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| /* end confdefs.h.  */
| /* Define pstat_getprocvm to an innocuous variant, in case <limits.h> declares pstat_getprocvm.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pstat_getprocvm innocuous_pstat_getprocvm
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pstat_getprocvm (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pstat_getprocvm
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pstat_getprocvm ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_pstat_getprocvm || defined __stub___pstat_getprocvm
| choke me
| #endif
| 
| int
| main ()
| {
| return pstat_getprocvm ();
|   ;
|   return 0;
| }
configure:10917: result: no
configure:10928: checking for size_t
configure:10928: gcc -c -g -O2 -Wall conftest.c >&5
configure:10928: $? = 0
configure:10928: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:258:21: error: expected expression
if (sizeof ((size_t)))
                    ^
1 error generated.
configure:10928: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:10928: result: yes
configure:10941: checking for working alloca.h
configure:10958: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:10958: $? = 0
configure:10966: result: yes
configure:10974: checking for alloca
configure:11011: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:11011: $? = 0
configure:11019: result: yes
configure:11233: checking whether <wchar.h> uses 'inline' correctly
configure:11300: result: yes
configure:11317: checking for nl_langinfo and CODESET
configure:11333: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:11333: $? = 0
configure:11342: result: yes
configure:11353: checking for a traditional french locale
configure:11428: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:11431: $? = 0
configure:11487: result: fr_FR.ISO8859-1
configure:11524: checking whether char32_t is correctly defined
configure:11546: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:226:20: fatal error: 'uchar.h' file not found
          #include <uchar.h>
                   ^~~~~~~~~
1 error generated.
configure:11546: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| /* end confdefs.h.  */
| 
|           #include <uchar.h>
|           /* For simplicity, assume that uint32_least_t is equivalent to
|              'unsigned int'.  */
|           int verify[(char32_t)(-1) >= 0 && sizeof (char32_t) == sizeof (unsigned int) ? 1 : -1];
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
| 
configure:11554: result: no
configure:11561: checking for mbrtoc32
configure:11582: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:226:22: fatal error: 'uchar.h' file not found
            #include <uchar.h>
                     ^~~~~~~~~
1 error generated.
configure:11582: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| /* end confdefs.h.  */
| #include <stdlib.h>
|             #include <uchar.h>
| 
| int
| main ()
| {
| char32_t c;
|             return mbrtoc32 (&c, "", 1, NULL) == 0;
| 
|   ;
|   return 0;
| }
| 
configure:11591: result: no
configure:11597: checking for a transitional chinese locale
configure:11677: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:11680: $? = 0
configure:11731: result: zh_CN.GB18030
configure:11845: checking whether malloc, realloc, calloc are POSIX compliant
configure:11865: gcc -c -g -O2 -Wall conftest.c >&5
configure:11865: $? = 0
configure:11873: result: yes
configure:11882: checking whether // is distinct from /
configure:11911: result: no
configure:11923: checking whether realpath works
configure:12104: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:259:1: warning: unused function 'nocrash_init' [-Wunused-function]
nocrash_init (void)
^
1 warning generated.
configure:12104: $? = 0
configure:12104: ./conftest
configure:12104: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| /* end confdefs.h.  */
| 
| 
| 
| #include <stdlib.h>
| #if defined __MACH__ && defined __APPLE__
| /* Avoid a crash on Mac OS X.  */
| #include <mach/mach.h>
| #include <mach/mach_error.h>
| #include <mach/thread_status.h>
| #include <mach/exception.h>
| #include <mach/task.h>
| #include <pthread.h>
| /* The exception port on which our thread listens.  */
| static mach_port_t our_exception_port;
| /* The main function of the thread listening for exceptions of type
|    EXC_BAD_ACCESS.  */
| static void *
| mach_exception_thread (void *arg)
| {
|   /* Buffer for a message to be received.  */
|   struct {
|     mach_msg_header_t head;
|     mach_msg_body_t msgh_body;
|     char data[1024];
|   } msg;
|   mach_msg_return_t retval;
|   /* Wait for a message on the exception port.  */
|   retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
|                      our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
|   if (retval != MACH_MSG_SUCCESS)
|     abort ();
|   exit (1);
| }
| static void
| nocrash_init (void)
| {
|   mach_port_t self = mach_task_self ();
|   /* Allocate a port on which the thread shall listen for exceptions.  */
|   if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
|       == KERN_SUCCESS) {
|     /* See https://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html.  */
|     if (mach_port_insert_right (self, our_exception_port, our_exception_port,
|                                 MACH_MSG_TYPE_MAKE_SEND)
|         == KERN_SUCCESS) {
|       /* The exceptions we want to catch.  Only EXC_BAD_ACCESS is interesting
|          for us.  */
|       exception_mask_t mask = EXC_MASK_BAD_ACCESS;
|       /* Create the thread listening on the exception port.  */
|       pthread_attr_t attr;
|       pthread_t thread;
|       if (pthread_attr_init (&attr) == 0
|           && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
|           && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
|         pthread_attr_destroy (&attr);
|         /* Replace the exception port info for these exceptions with our own.
|            Note that we replace the exception port for the entire task, not only
|            for a particular thread.  This has the effect that when our exception
|            port gets the message, the thread specific exception port has already
|            been asked, and we don't need to bother about it.
|            See https://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html.  */
|         task_set_exception_ports (self, mask, our_exception_port,
|                                   EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
|       }
|     }
|   }
| }
| #elif defined _WIN32 && ! defined __CYGWIN__
| /* Avoid a crash on native Windows.  */
| #define WIN32_LEAN_AND_MEAN
| #include <windows.h>
| #include <winerror.h>
| static LONG WINAPI
| exception_filter (EXCEPTION_POINTERS *ExceptionInfo)
| {
|   switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
|     {
|     case EXCEPTION_ACCESS_VIOLATION:
|     case EXCEPTION_IN_PAGE_ERROR:
|     case EXCEPTION_STACK_OVERFLOW:
|     case EXCEPTION_GUARD_PAGE:
|     case EXCEPTION_PRIV_INSTRUCTION:
|     case EXCEPTION_ILLEGAL_INSTRUCTION:
|     case EXCEPTION_DATATYPE_MISALIGNMENT:
|     case EXCEPTION_ARRAY_BOUNDS_EXCEEDED:
|     case EXCEPTION_NONCONTINUABLE_EXCEPTION:
|       exit (1);
|     }
|   return EXCEPTION_CONTINUE_SEARCH;
| }
| static void
| nocrash_init (void)
| {
|   SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter);
| }
| #else
| /* Avoid a crash on POSIX systems.  */
| #include <signal.h>
| #include <unistd.h>
| /* A POSIX signal handler.  */
| static void
| exception_handler (int sig)
| {
|   _exit (1);
| }
| static void
| nocrash_init (void)
| {
| #ifdef SIGSEGV
|   signal (SIGSEGV, exception_handler);
| #endif
| #ifdef SIGBUS
|   signal (SIGBUS, exception_handler);
| #endif
| }
| #endif
| 
|         #include <stdlib.h>
|         #include <string.h>
| 
| int
| main ()
| {
| 
|         int result = 0;
|         {
|           char *name = realpath ("conftest.a", NULL);
|           if (!(name && *name == '/'))
|             result |= 1;
|           free (name);
|         }
|         {
|           char *name = realpath ("conftest.b/../conftest.a", NULL);
|           if (name != NULL)
|             result |= 2;
|           free (name);
|         }
|         {
|           char *name = realpath ("conftest.a/", NULL);
|           if (name != NULL)
|             result |= 4;
|           free (name);
|         }
|         {
|           char *name1 = realpath (".", NULL);
|           char *name2 = realpath ("conftest.d//./..", NULL);
|           if (! name1 || ! name2 || strcmp (name1, name2))
|             result |= 8;
|           free (name1);
|           free (name2);
|         }
|         return result;
| 
|   ;
|   return 0;
| }
| 
configure:12116: result: no
configure:12137: checking for getcwd
configure:12137: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:12137: $? = 0
configure:12137: result: yes
configure:12160: checking whether fabs can be used without linking with libm
configure:12189: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:12189: $? = 0
configure:12198: result: yes
configure:12265: checking whether fabsf can be used without linking with libm
configure:12294: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:12294: $? = 0
configure:12303: result: yes
configure:12376: checking whether frexpf can be used without linking with libm
configure:12405: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:12405: $? = 0
configure:12414: result: yes
configure:12475: checking whether frexpf works
configure:12550: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:262:21: warning: passing 'volatile float *' to parameter of type 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    if (memcmp (&y, &x, sizeof x))
                    ^~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/string.h:71:43: note: passing argument to parameter '__s2' here
int      memcmp(const void *__s1, const void *__s2, size_t __n);
                                              ^
1 warning generated.
configure:12550: $? = 0
configure:12550: ./conftest
configure:12550: $? = 0
configure:12561: result: yes
configure:12588: checking whether ldexpf can be used without linking with libm
configure:12617: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:12617: $? = 0
configure:12626: result: yes
configure:12693: checking for uid_t in sys/types.h
configure:12712: result: yes
configure:12781: checking for unistd.h
configure:12781: result: yes
configure:12791: checking for working chown
configure:12839: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:12839: $? = 0
configure:12839: ./conftest
configure:12839: $? = 0
configure:12851: result: yes
configure:12862: checking whether chown dereferences symlinks
configure:12902: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:12902: $? = 0
configure:12902: ./conftest
configure:12902: $? = 0
configure:12914: result: yes
configure:12954: checking whether chown honors trailing slash
configure:12991: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:12991: $? = 0
configure:12991: ./conftest
configure:12991: $? = 2
configure: program exited with status 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| /* end confdefs.h.  */
| 
| #include <unistd.h>
| #include <stdlib.h>
| #include <errno.h>
| 
| 
| 
| #if defined _WIN32 && !defined __CYGWIN__
| #define access    _access
| #define chdir     _chdir
| #define chmod     _chmod
| #define close     _close
| #define creat     _creat
| #define dup       _dup
| #define dup2      _dup2
| #define ecvt      _ecvt
| #define execl     _execl
| #define execle    _execle
| #define execlp    _execlp
| #define execv     _execv
| #define execve    _execve
| #define execvp    _execvp
| #define execvpe   _execvpe
| #define fcloseall _fcloseall
| #define fcvt      _fcvt
| #define fdopen    _fdopen
| #define fileno    _fileno
| #define gcvt      _gcvt
| #define getcwd    _getcwd
| #define getpid    _getpid
| #define getw      _getw
| #define isatty    _isatty
| #define j0        _j0
| #define j1        _j1
| #define jn        _jn
| #define lfind     _lfind
| #define lsearch   _lsearch
| #define lseek     _lseek
| #define memccpy   _memccpy
| #define mkdir     _mkdir
| #define mktemp    _mktemp
| #define open      _open
| #define putenv    _putenv
| #define putw      _putw
| #define read      _read
| #define rmdir     _rmdir
| #define strdup    _strdup
| #define swab      _swab
| #define tempnam   _tempnam
| #define tzset     _tzset
| #define umask     _umask
| #define unlink    _unlink
| #define utime     _utime
| #define wcsdup    _wcsdup
| #define write     _write
| #define y0        _y0
| #define y1        _y1
| #define yn        _yn
| #endif
| 
| 
| int
| main ()
| {
| if (symlink ("conftest.file", "conftest.link")) return 1;
|           if (chown ("conftest.link/", getuid (), getgid ()) == 0) return 2;
| 
|   ;
|   return 0;
| }
configure:13002: result: no
configure:13014: checking whether chown always updates ctime
configure:13057: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:13057: $? = 0
configure:13057: ./conftest
configure:13057: $? = 0
configure:13068: result: yes
configure:13133: checking for pthread.h
configure:13133: result: yes
configure:13170: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:13170: $? = 0
configure:13186: checking for pthread_kill in -lpthread
configure:13211: gcc -o conftest -g -O2 -Wall  conftest.c -lpthread   >&5
configure:13211: $? = 0
configure:13220: result: yes
configure:13330: checking whether POSIX threads API is available
configure:13332: result: yes
configure:13353: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:13353: $? = 0
configure:13516: checking whether ISO C threads API is available
configure:13518: result: no
configure:13658: checking whether _Thread_local works
configure:13700: gcc -c -g -O2 -Wall conftest.c >&5
configure:13700: $? = 0
configure:13719: result: yes
configure:13767: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:13767: $? = 0
configure:13812: checking whether floor works according to ISO C 99 with IEC 60559
configure:13888: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:13888: $? = 0
configure:13888: ./conftest
configure:13888: $? = 0
configure:13900: result: yes
configure:13919: checking whether floorl is declared
configure:13919: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:13919: $? = 0
configure:13919: result: yes
configure:13958: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:13958: $? = 0
configure:14169: checking for stdint.h
configure:14186: gcc -c -g -O2 -Wall conftest.c >&5
configure:14186: $? = 0
configure:14193: result: yes
configure:14204: checking for inttypes.h
configure:14223: gcc -c -g -O2 -Wall conftest.c >&5
configure:14223: $? = 0
configure:14230: result: yes
configure:14244: checking whether printf supports size specifiers as in C99
configure:14339: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:250:57: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%ju %d", (uintmax_t) 12345671, 33, 44, 55) < 0
                    ~~~~~~~~                            ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
conftest.c:257:54: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%zu %d", (size_t) 12345672, 33, 44, 55) < 0
                    ~~~~~~~~                         ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
conftest.c:261:57: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%tu %d", (ptrdiff_t) 12345673, 33, 44, 55) < 0
                    ~~~~~~~~                            ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
conftest.c:265:54: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%Lg %d", (long double) 1.5, 33, 44, 55) < 0
                    ~~~~~~~~                         ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
4 warnings generated.
configure:14339: $? = 0
configure:14339: ./conftest
configure:14339: $? = 0
configure:14350: result: yes
configure:14355: checking whether printf supports 'long double' arguments
configure:14413: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:241:42: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%Lf %d", 1.75L, 33, 44, 55) < 0
                    ~~~~~~~~             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
conftest.c:245:42: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%Le %d", 1.75L, 33, 44, 55) < 0
                    ~~~~~~~~             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
conftest.c:249:42: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%Lg %d", 1.75L, 33, 44, 55) < 0
                    ~~~~~~~~             ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
3 warnings generated.
configure:14413: $? = 0
configure:14413: ./conftest
configure:14413: $? = 0
configure:14424: result: yes
configure:14429: checking whether printf supports infinite 'double' arguments
configure:14555: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:14555: $? = 0
configure:14555: ./conftest
configure:14555: $? = 0
configure:14566: result: yes
configure:14581: checking whether printf supports infinite 'long double' arguments
configure:14898: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:14898: $? = 0
configure:14898: ./conftest
configure:14898: $? = 0
configure:14909: result: yes
configure:14919: checking whether printf supports the 'a' and 'A' directives
configure:15020: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:242:48: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%a %d", 3.1416015625, 33, 44, 55) < 0
                    ~~~~~~~                    ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
conftest.c:248:49: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%A %d", -3.1416015625, 33, 44, 55) < 0
                    ~~~~~~~                     ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
conftest.c:255:42: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%.2a %d", 1.51, 33, 44, 55) < 0
                    ~~~~~~~~~            ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
conftest.c:262:42: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%.0a %d", 1.51, 33, 44, 55) < 0
                    ~~~~~~~~~            ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
conftest.c:270:49: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%010a %d", 1.0 / zero, 33, 44, 55) < 0
                    ~~~~~~~~~~                  ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
5 warnings generated.
configure:15020: $? = 0
configure:15020: ./conftest
configure:15020: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <string.h>
| static char buf[100];
| static double zero = 0.0;
| int main ()
| {
|   int result = 0;
|   if (sprintf (buf, "%a %d", 3.1416015625, 33, 44, 55) < 0
|       || (strcmp (buf, "0x1.922p+1 33") != 0
|           && strcmp (buf, "0x3.244p+0 33") != 0
|           && strcmp (buf, "0x6.488p-1 33") != 0
|           && strcmp (buf, "0xc.91p-2 33") != 0))
|     result |= 1;
|   if (sprintf (buf, "%A %d", -3.1416015625, 33, 44, 55) < 0
|       || (strcmp (buf, "-0X1.922P+1 33") != 0
|           && strcmp (buf, "-0X3.244P+0 33") != 0
|           && strcmp (buf, "-0X6.488P-1 33") != 0
|           && strcmp (buf, "-0XC.91P-2 33") != 0))
|     result |= 2;
|   /* This catches a FreeBSD 6.1 bug: it doesn't round.  */
|   if (sprintf (buf, "%.2a %d", 1.51, 33, 44, 55) < 0
|       || (strcmp (buf, "0x1.83p+0 33") != 0
|           && strcmp (buf, "0x3.05p-1 33") != 0
|           && strcmp (buf, "0x6.0ap-2 33") != 0
|           && strcmp (buf, "0xc.14p-3 33") != 0))
|     result |= 4;
|   /* This catches a Mac OS X 10.12.4 (Darwin 16.5) bug: it doesn't round.  */
|   if (sprintf (buf, "%.0a %d", 1.51, 33, 44, 55) < 0
|       || (strcmp (buf, "0x2p+0 33") != 0
|           && strcmp (buf, "0x3p-1 33") != 0
|           && strcmp (buf, "0x6p-2 33") != 0
|           && strcmp (buf, "0xcp-3 33") != 0))
|     result |= 4;
|   /* This catches a FreeBSD 6.1 bug.  See
|      <https://lists.gnu.org/r/bug-gnulib/2007-04/msg00107.html> */
|   if (sprintf (buf, "%010a %d", 1.0 / zero, 33, 44, 55) < 0
|       || buf[0] == '0')
|     result |= 8;
|   /* This catches a Mac OS X 10.3.9 (Darwin 7.9) bug.  */
|   if (sprintf (buf, "%.1a", 1.999) < 0
|       || (strcmp (buf, "0x1.0p+1") != 0
|           && strcmp (buf, "0x2.0p+0") != 0
|           && strcmp (buf, "0x4.0p-1") != 0
|           && strcmp (buf, "0x8.0p-2") != 0))
|     result |= 16;
|   /* This catches the same Mac OS X 10.3.9 (Darwin 7.9) bug and also a
|      glibc 2.4 bug <https://sourceware.org/bugzilla/show_bug.cgi?id=2908>.  */
|   if (sprintf (buf, "%.1La", 1.999L) < 0
|       || (strcmp (buf, "0x1.0p+1") != 0
|           && strcmp (buf, "0x2.0p+0") != 0
|           && strcmp (buf, "0x4.0p-1") != 0
|           && strcmp (buf, "0x8.0p-2") != 0))
|     result |= 32;
|   return result;
| }
configure:15031: result: no
configure:15036: checking whether printf supports the 'F' directive
configure:15109: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:242:45: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%F %d", 1234567.0, 33, 44, 55) < 0
                    ~~~~~~~                 ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
1 warning generated.
configure:15109: $? = 0
configure:15109: ./conftest
configure:15109: $? = 0
configure:15120: result: yes
configure:15125: checking whether printf supports the 'n' directive
configure:15195: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:15195: $? = 0
configure:15195: ./conftest
./configure: line 3390: 23623 Abort trap: 6           ./conftest$ac_exeext
configure:15195: $? = 134
configure: program exited with status 134
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <stdlib.h>
| #include <string.h>
| #ifdef _MSC_VER
| #include <inttypes.h>
| /* See page about "Parameter Validation" on msdn.microsoft.com.
|    <https://docs.microsoft.com/en-us/cpp/c-runtime-library/parameter-validation>
|    <https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/set-invalid-parameter-handler-set-thread-local-invalid-parameter-handler>  */
| static void cdecl
| invalid_parameter_handler (const wchar_t *expression,
|                            const wchar_t *function,
|                            const wchar_t *file, unsigned int line,
|                            uintptr_t dummy)
| {
|   exit (1);
| }
| #endif
| static char fmtstring[10];
| static char buf[100];
| int main ()
| {
|   int count = -1;
| #ifdef _MSC_VER
|   _set_invalid_parameter_handler (invalid_parameter_handler);
| #endif
|   /* Copy the format string.  Some systems (glibc with _FORTIFY_SOURCE=2)
|      support %n in format strings in read-only memory but not in writable
|      memory.  */
|   strcpy (fmtstring, "%d %n");
|   if (sprintf (buf, fmtstring, 123, &count, 33, 44, 55) < 0
|       || strcmp (buf, "123 ") != 0
|       || count != 4)
|     return 1;
|   return 0;
| }
configure:15206: result: no
configure:15211: checking whether printf supports the 'ls' directive
configure:15288: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:15288: $? = 0
configure:15288: ./conftest
configure:15288: $? = 0
configure:15299: result: yes
configure:15304: checking whether printf supports POSIX/XSI format strings with positions
configure:15339: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:15339: $? = 0
configure:15339: ./conftest
configure:15339: $? = 0
configure:15350: result: yes
configure:15355: checking whether printf supports the grouping flag
configure:15388: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:15388: $? = 0
configure:15388: ./conftest
configure:15388: $? = 0
configure:15399: result: yes
configure:15404: checking whether printf supports the left-adjust flag correctly
configure:15441: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:15441: $? = 0
configure:15441: ./conftest
configure:15441: $? = 0
configure:15452: result: yes
configure:15457: checking whether printf supports the zero flag correctly
configure:15497: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:241:42: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%010f", 1.0 / zero, 33, 44, 55) < 0
                    ~~~~~~~              ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
1 warning generated.
configure:15497: $? = 0
configure:15497: ./conftest
configure:15497: $? = 0
configure:15508: result: yes
configure:15513: checking whether printf supports large precisions
configure:15558: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:245:42: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%.4000d %d", 1, 33, 44) < 4000 + 3)
                    ~~~~~~~~~~~~         ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
conftest.c:247:44: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%.4000f %d", 1.0, 33, 44) < 4000 + 5)
                    ~~~~~~~~~~~~           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
conftest.c:249:43: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%.511f %d", 1.0, 33, 44) < 511 + 5
                    ~~~~~~~~~~~           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
conftest.c:252:43: warning: data argument not used by format string [-Wformat-extra-args]
  if (sprintf (buf, "%.999f %d", 1.0, 33, 44) < 999 + 5
                    ~~~~~~~~~~~           ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
                                                       ^~~~~~~~~~~
4 warnings generated.
configure:15558: $? = 0
configure:15558: ./conftest
configure:15558: $? = 0
configure:15569: result: yes
configure:15573: checking whether the compiler produces multi-arch binaries
configure:15587: gcc -c -g -O2 -Wall conftest.c >&5
configure:15587: $? = 0
configure:15614: result: no
configure:15626: checking whether printf survives out-of-memory conditions
configure:15798: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:15801: $? = 0
configure:15805: $? = 0
configure:15852: result: yes
configure:15870: checking for wchar_t
configure:15887: gcc -c -g -O2 -Wall conftest.c >&5
configure:15887: $? = 0
configure:15894: result: yes
configure:15903: checking for wint_t
configure:15928: gcc -c -g -O2 -Wall conftest.c >&5
configure:15928: $? = 0
configure:15935: result: yes
configure:15942: checking whether wint_t is large enough
configure:15970: gcc -c -g -O2 -Wall conftest.c >&5
configure:15970: $? = 0
configure:15977: result: yes
configure:15992: checking for intmax_t
configure:16017: gcc -c -g -O2 -Wall conftest.c >&5
configure:16017: $? = 0
configure:16024: result: yes
configure:16039: checking where to find the exponent in a 'double'
configure:16353: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:16353: $? = 0
configure:16353: ./conftest
configure:16353: $? = 0
configure:16365: result: word 1 bit 20
configure:16392: checking whether snprintf returns a byte count as in C99
configure:16483: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:16483: $? = 0
configure:16483: ./conftest
configure:16483: $? = 0
configure:16494: result: yes
configure:16500: checking whether snprintf truncates the result as in C99
configure:16582: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:16582: $? = 0
configure:16582: ./conftest
configure:16582: $? = 0
configure:16593: result: yes
configure:16603: checking for snprintf
configure:16603: result: yes
configure:16603: checking for strnlen
configure:16603: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:16603: $? = 0
configure:16603: result: yes
configure:16603: checking for wcslen
configure:16603: result: yes
configure:16603: checking for wcsnlen
configure:16603: result: yes
configure:16603: checking for mbrtowc
configure:16603: result: yes
configure:16603: checking for wcrtomb
configure:16603: result: yes
configure:16612: checking whether _snprintf is declared
configure:16612: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:254:10: error: use of undeclared identifier '_snprintf'
  (void) _snprintf;
         ^
1 error generated.
configure:16612: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| /* end confdefs.h.  */
| #include <stdio.h>
| 
| int
| main ()
| {
| #ifndef _snprintf
| #ifdef __cplusplus
|   (void) _snprintf;
| #else
|   (void) _snprintf;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:16612: result: no
configure:16988: checking whether setlocale (LC_ALL, NULL) is multithread-safe
configure:17006: result: no
configure:17026: checking whether setlocale (category, NULL) is multithread-safe
configure:17044: result: yes
configure:17070: checking whether imported symbols can be declared weak
configure:17088: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_xyzzy", referenced from:
      _main in conftest-89f0de.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17088: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| /* end confdefs.h.  */
| extern void xyzzy ();
| #pragma weak xyzzy
| int
| main ()
| {
| xyzzy();
|   ;
|   return 0;
| }
configure:17158: result: no
configure:17191: checking for good max_align_t
configure:17213: gcc -c -g -O2 -Wall conftest.c >&5
configure:17213: $? = 0
configure:17221: result: yes
configure:17233: checking whether NULL can be used in arbitrary expressions
configure:17251: gcc -c -g -O2 -Wall conftest.c >&5
configure:17251: $? = 0
configure:17258: result: yes
configure:17353: checking whether locale.h defines locale_t
configure:17370: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:251:13: error: unknown type name 'locale_t'
            locale_t x;
            ^
1 error generated.
configure:17370: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| /* end confdefs.h.  */
| #include <locale.h>
|             locale_t x;
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:17378: result: no
configure:17419: checking whether locale.h conforms to POSIX:2001
configure:17437: gcc -c -g -O2 -Wall conftest.c >&5
configure:17437: $? = 0
configure:17444: result: yes
configure:17447: checking whether struct lconv is properly defined
configure:17466: gcc -c -g -O2 -Wall conftest.c >&5
configure:17466: $? = 0
configure:17474: result: yes
configure:17587: checking if environ is properly declared
configure:17609: gcc -c -g -O2 -Wall conftest.c >&5
configure:17609: $? = 0
configure:17616: result: no
configure:17631: checking for complete errno.h
configure:17704: result: yes
configure:18005: checking whether strerror_r is declared
configure:18005: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:18005: $? = 0
configure:18005: result: yes
configure:18018: checking for strerror_r
configure:18018: result: yes
configure:18027: checking whether strerror_r returns char *
configure:18051: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:290:13: error: indirection requires pointer operand ('int' invalid)
          char x = *strerror_r (0, buf, sizeof buf);
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.c:291:10: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion]
          char *p = strerror_r (0, buf, sizeof buf);
                ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
configure:18051: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| 
| 	  char buf[100];
| 	  char x = *strerror_r (0, buf, sizeof buf);
| 	  char *p = strerror_r (0, buf, sizeof buf);
| 	  return !p || x;
| 
|   ;
|   return 0;
| }
configure:18089: result: no
configure:18099: checking type of array argument to getgroups
configure:18133: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:18133: $? = 0
configure:18133: ./conftest
configure:18133: $? = 0
configure:18158: result: gid_t
configure:18170: checking whether isnan(double) can be used without linking with libm
configure:18195: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:18195: $? = 0
configure:18204: result: yes
configure:18295: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:18295: $? = 0
configure:18306: checking whether round is declared
configure:18306: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:18306: $? = 0
configure:18306: result: yes
configure:18325: checking whether round works
configure:18387: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:18387: $? = 0
configure:18387: ./conftest
configure:18387: $? = 0
configure:18399: result: yes
configure:18407: checking whether round works according to ISO C 99 with IEC 60559
configure:18504: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:18504: $? = 0
configure:18504: ./conftest
configure:18504: $? = 0
configure:18516: result: yes
configure:18707: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:18707: $? = 0
configure:18718: checking whether roundl is declared
configure:18718: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:18718: $? = 0
configure:18718: result: yes
configure:18738: checking whether roundl works according to ISO C 99 with IEC 60559
configure:18828: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:18828: $? = 0
configure:18828: ./conftest
configure:18828: $? = 0
configure:18840: result: yes
configure:19041: checking whether lstat correctly handles trailing slash
configure:19083: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:19083: $? = 0
configure:19083: ./conftest
configure:19083: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| struct stat sbuf;
|             if (symlink ("conftest.file", "conftest.sym") != 0)
|               return 1;
|             /* Linux will dereference the symlink and fail, as required by
|                POSIX.  That is better in the sense that it means we will not
|                have to compile and use the lstat wrapper.  */
|             return lstat ("conftest.sym/", &sbuf) == 0;
| 
|   ;
|   return 0;
| }
configure:19095: result: no
configure:19107: checking whether fchdir is declared
configure:19107: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:19107: $? = 0
configure:19107: result: yes
configure:19170: checking for working fcntl.h
configure:19282: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:339:27: warning: address of array 'constants' will always evaluate to 'true' [-Wpointer-bool-conversion]
            int result = !constants;
                         ~^~~~~~~~~
1 warning generated.
configure:19282: $? = 0
configure:19282: ./conftest
configure:19282: $? = 0
configure:19298: result: yes
configure:19322: checking for pid_t
configure:19322: gcc -c -g -O2 -Wall conftest.c >&5
configure:19322: $? = 0
configure:19322: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:295:20: error: expected expression
if (sizeof ((pid_t)))
                   ^
1 error generated.
configure:19322: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| int
| main ()
| {
| if (sizeof ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:19322: result: yes
configure:19358: checking for mode_t
configure:19358: gcc -c -g -O2 -Wall conftest.c >&5
configure:19358: $? = 0
configure:19358: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:294:21: error: expected expression
if (sizeof ((mode_t)))
                    ^
1 error generated.
configure:19358: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:19358: result: yes
configure:19369: checking whether fdatasync is declared
configure:19369: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:298:10: error: use of undeclared identifier 'fdatasync'
  (void) fdatasync;
         ^
1 error generated.
configure:19369: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef fdatasync
| #ifdef __cplusplus
|   (void) fdatasync;
| #else
|   (void) fdatasync;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:19369: result: no
configure:19396: checking whether fegetround can be used without linking with libm
configure:19425: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:19425: $? = 0
configure:19434: result: yes
configure:19504: checking whether trunc is declared
configure:19504: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:19504: $? = 0
configure:19504: result: yes
configure:19534: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:19534: $? = 0
configure:19570: checking whether trunc works according to ISO C 99 with IEC 60559
configure:19646: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:19646: $? = 0
configure:19646: ./conftest
configure:19646: $? = 0
configure:19658: result: yes
configure:19681: checking whether truncl is declared
configure:19681: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:19681: $? = 0
configure:19681: result: yes
configure:19711: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:19711: $? = 0
configure:19747: checking whether truncl works
configure:19773: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:19773: $? = 0
configure:19773: ./conftest
configure:19773: $? = 0
configure:19784: result: yes
configure:19793: checking whether truncl works according to ISO C 99 with IEC 60559
configure:19874: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:19874: $? = 0
configure:19874: ./conftest
configure:19874: $? = 0
configure:19886: result: yes
configure:20033: checking for mbstate_t
configure:20057: gcc -c -g -O2 -Wall conftest.c >&5
configure:20057: $? = 0
configure:20064: result: yes
configure:20087: checking whether stdin defaults to large file offsets
configure:20111: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:20111: $? = 0
configure:20119: result: yes
configure:20297: checking whether fseeko is declared
configure:20297: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:20297: $? = 0
configure:20297: result: yes
configure:20316: checking for fseeko
configure:20334: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:20334: $? = 0
configure:20343: result: yes
configure:20363: checking whether fflush works on input streams
configure:20434: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:20434: $? = 0
configure:20434: ./conftest
configure:20434: $? = 5
configure: program exited with status 5
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #else /* on Windows with MSVC */
| # include <io.h>
| #endif
| 
| 
| 
| #if defined _WIN32 && !defined __CYGWIN__
| #define access    _access
| #define chdir     _chdir
| #define chmod     _chmod
| #define close     _close
| #define creat     _creat
| #define dup       _dup
| #define dup2      _dup2
| #define ecvt      _ecvt
| #define execl     _execl
| #define execle    _execle
| #define execlp    _execlp
| #define execv     _execv
| #define execve    _execve
| #define execvp    _execvp
| #define execvpe   _execvpe
| #define fcloseall _fcloseall
| #define fcvt      _fcvt
| #define fdopen    _fdopen
| #define fileno    _fileno
| #define gcvt      _gcvt
| #define getcwd    _getcwd
| #define getpid    _getpid
| #define getw      _getw
| #define isatty    _isatty
| #define j0        _j0
| #define j1        _j1
| #define jn        _jn
| #define lfind     _lfind
| #define lsearch   _lsearch
| #define lseek     _lseek
| #define memccpy   _memccpy
| #define mkdir     _mkdir
| #define mktemp    _mktemp
| #define open      _open
| #define putenv    _putenv
| #define putw      _putw
| #define read      _read
| #define rmdir     _rmdir
| #define strdup    _strdup
| #define swab      _swab
| #define tempnam   _tempnam
| #define tzset     _tzset
| #define umask     _umask
| #define unlink    _unlink
| #define utime     _utime
| #define wcsdup    _wcsdup
| #define write     _write
| #define y0        _y0
| #define y1        _y1
| #define yn        _yn
| #endif
| 
| 
| int
| main ()
| {
| FILE *f = fopen ("conftest.txt", "r");
|          char buffer[10];
|          int fd;
|          int c;
|          if (f == NULL)
|            return 1;
|          fd = fileno (f);
|          if (fd < 0 || fread (buffer, 1, 5, f) != 5)
|            { fclose (f); return 2; }
|          /* For deterministic results, ensure f read a bigger buffer.  */
|          if (lseek (fd, 0, SEEK_CUR) == 5)
|            { fclose (f); return 3; }
|          /* POSIX requires fflush-fseek to set file offset of fd.  This fails
|             on BSD systems and on mingw.  */
|          if (fflush (f) != 0 || fseek (f, 0, SEEK_CUR) != 0)
|            { fclose (f); return 4; }
|          if (lseek (fd, 0, SEEK_CUR) != 5)
|            { fclose (f); return 5; }
|          /* Verify behaviour of fflush after ungetc. See
|             <https://www.opengroup.org/austin/aardvark/latest/xshbug3.txt>  */
|          /* Verify behaviour of fflush after a backup ungetc.  This fails on
|             mingw.  */
|          c = fgetc (f);
|          ungetc (c, f);
|          fflush (f);
|          if (fgetc (f) != c)
|            { fclose (f); return 6; }
|          /* Verify behaviour of fflush after a non-backup ungetc.  This fails
|             on glibc 2.8 and on BSD systems.  */
|          c = fgetc (f);
|          ungetc ('@', f);
|          fflush (f);
|          if (fgetc (f) != c)
|            { fclose (f); return 7; }
|          fclose (f);
|          return 0;
| 
|   ;
|   return 0;
| }
configure:20446: result: no
configure:20468: checking whether stat file-mode macros are broken
configure:20495: gcc -c -g -O2 -Wall conftest.c >&5
configure:20495: $? = 0
configure:20502: result: no
configure:20608: checking for nlink_t
configure:20608: gcc -c -g -O2 -Wall conftest.c >&5
configure:20608: $? = 0
configure:20608: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:272:22: error: expected expression
if (sizeof ((nlink_t)))
                     ^
1 error generated.
configure:20608: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| /* end confdefs.h.  */
| #include <sys/types.h>
|      #include <sys/stat.h>
| 
| int
| main ()
| {
| if (sizeof ((nlink_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:20608: result: yes
configure:20649: checking whether ftello is declared
configure:20649: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:20649: $? = 0
configure:20649: result: yes
configure:20673: checking for ftello
configure:20690: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:20690: $? = 0
configure:20699: result: yes
configure:20712: checking whether ftello works
configure:20790: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:20790: $? = 0
configure:20790: ./conftest
configure:20790: $? = 0
configure:20801: result: yes
configure:20925: checking for library containing gethostbyname
configure:20956: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:20956: $? = 0
configure:20973: result: none required
configure:20987: checking for gethostbyname
configure:20987: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:20987: $? = 0
configure:20987: result: yes
configure:21042: checking for library containing getservbyname
configure:21073: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:21073: $? = 0
configure:21090: result: none required
configure:21104: checking for getservbyname
configure:21104: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:21104: $? = 0
configure:21104: result: yes
configure:21213: checking for library containing inet_ntop
configure:21244: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:21244: $? = 0
configure:21261: result: none required
configure:21293: checking whether inet_ntop is declared
configure:21293: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:21293: $? = 0
configure:21293: result: yes
configure:21321: checking for IPv4 sockets
configure:21347: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:284:7: warning: address of 'x' will always evaluate to 'true' [-Wpointer-bool-conversion]
 if (&x && &y && &z) return 0;
      ^ ~~
conftest.c:284:13: warning: address of 'y' will always evaluate to 'true' [-Wpointer-bool-conversion]
 if (&x && &y && &z) return 0;
        ~~  ^
conftest.c:284:19: warning: address of 'z' will always evaluate to 'true' [-Wpointer-bool-conversion]
 if (&x && &y && &z) return 0;
              ~~  ^
3 warnings generated.
configure:21347: $? = 0
configure:21354: result: yes
configure:21362: checking for IPv6 sockets
configure:21391: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:288:7: warning: address of 'x' will always evaluate to 'true' [-Wpointer-bool-conversion]
 if (&x && &y && &z) return 0;
      ^ ~~
conftest.c:288:13: warning: address of 'y' will always evaluate to 'true' [-Wpointer-bool-conversion]
 if (&x && &y && &z) return 0;
        ~~  ^
conftest.c:288:19: warning: address of 'z' will always evaluate to 'true' [-Wpointer-bool-conversion]
 if (&x && &y && &z) return 0;
              ~~  ^
3 warnings generated.
configure:21391: $? = 0
configure:21398: result: yes
configure:21408: checking whether getcwd (NULL, 0) allocates memory for result
configure:21471: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:21471: $? = 0
configure:21471: ./conftest
configure:21471: $? = 0
configure:21481: result: yes
configure:21485: checking for getcwd with POSIX signature
configure:21511: gcc -c -g -O2 -Wall conftest.c >&5
configure:21511: $? = 0
configure:21519: result: yes
configure:21522: checking whether getcwd is declared
configure:21522: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:21522: $? = 0
configure:21522: result: yes
configure:21533: checking whether getdelim is declared
configure:21533: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:21533: $? = 0
configure:21533: result: yes
configure:21548: checking whether getdtablesize is declared
configure:21548: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:21548: $? = 0
configure:21548: result: yes
configure:21559: checking whether getline is declared
configure:21559: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:21559: $? = 0
configure:21559: result: yes
configure:21570: checking whether getlogin is declared
configure:21570: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:21570: $? = 0
configure:21570: result: yes
configure:21593: checking whether getlogin_r is declared
configure:21593: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:21593: $? = 0
configure:21593: result: yes
configure:21733: checking whether getopt is POSIX compatible
configure:21775: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:21775: $? = 0
configure:21775: ./conftest
configure:21775: $? = 0
configure:21834: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:21834: $? = 0
configure:21834: ./conftest
configure:21834: $? = 0
configure:21876: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:21876: $? = 0
configure:21876: ./conftest
program: option requires an argument -- b
configure:21876: $? = 16
configure: program exited with status 16
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| /* end confdefs.h.  */
| 
| #include <unistd.h>
| #include <stdlib.h>
| #include <string.h>
| 
| int
| main ()
| {
|   static char program[] = "program";
|   static char ab[] = "-ab";
|   char *argv[3] = { program, ab, NULL };
|   if (getopt (2, argv, "ab:") != 'a')
|     return 13;
|   if (getopt (2, argv, "ab:") != '?')
|     return 14;
|   if (optopt != 'b')
|     return 15;
|   if (optind != 2)
|     return 16;
|   return 0;
| }
| 
configure:21894: result: no
configure:22358: checking for struct timeval
configure:22381: gcc -c -g -O2 -Wall conftest.c >&5
configure:22381: $? = 0
configure:22389: result: yes
configure:22394: checking for wide-enough struct timeval.tv_sec member
configure:22421: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:290:27: warning: unused typedef 'verify_tv_sec_type' [-Wunused-local-typedef]
              typedef int verify_tv_sec_type[
                          ^
1 warning generated.
configure:22421: $? = 0
configure:22429: result: yes
configure:22614: checking for ld used by gcc
configure:22739: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:22746: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:22761: result: no
configure:22768: checking for shared library run path origin
configure:22781: result: done
configure:22802: checking 32-bit host C ABI
configure:22892: gcc -c -g -O2 -Wall conftest.c >&5
configure:22892: $? = 0
configure:23055: result: no
configure:23064: checking for ELF binary format
configure:23086: result: no
configure:23135: checking for the common suffixes of directories in the library search path
configure:23203: result: lib,lib,lib
configure:23755: checking for iconv
configure:23779: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_iconv", referenced from:
      _main in conftest-a3c17e.o
  "_iconv_close", referenced from:
      _main in conftest-a3c17e.o
  "_iconv_open", referenced from:
      _main in conftest-a3c17e.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:23779: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| /* end confdefs.h.  */
| 
| #include <stdlib.h>
| #include <iconv.h>
| 
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
|            iconv(cd,NULL,NULL,NULL,NULL);
|            iconv_close(cd);
|   ;
|   return 0;
| }
configure:23803: gcc -o conftest -g -O2 -Wall  conftest.c  -liconv >&5
configure:23803: $? = 0
configure:23813: result: yes
configure:23816: checking for working iconv
configure:23957: gcc -o conftest -g -O2 -Wall  conftest.c  -liconv >&5
configure:23957: $? = 0
configure:23957: ./conftest
configure:23957: $? = 0
configure:23969: result: yes
configure:23984: checking how to link with libiconv
configure:23986: result: -liconv
configure:23997: checking whether iconv is compatible with its POSIX signature
configure:24021: gcc -c -g -O2 -Wall conftest.c >&5
configure:24021: $? = 0
configure:24029: result: yes
configure:24053: checking where to find the exponent in a 'float'
configure:24130: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:24130: $? = 0
configure:24130: ./conftest
configure:24130: $? = 0
configure:24142: result: word 0 bit 23
configure:24165: checking whether isnan(float) can be used without linking with libm
configure:24190: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:24190: $? = 0
configure:24199: result: yes
configure:24255: checking whether isnan(float) works
configure:24341: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:325:48: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
      m.word[0] |= 1U << (FLT_EXPBIT0_BIT - 1) - 1;
                      ~~ ~~~~~~~~~~~~~~~~~~~~~~^~~
conftest.c:325:48: note: place parentheses around the '-' expression to silence this warning
      m.word[0] |= 1U << (FLT_EXPBIT0_BIT - 1) - 1;
                                               ^
                         (                        )
1 warning generated.
configure:24341: $? = 0
configure:24341: ./conftest
configure:24341: $? = 0
configure:24352: result: yes
configure:24388: checking whether imaxabs is declared
configure:24388: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:24388: $? = 0
configure:24388: result: yes
configure:24401: checking whether imaxdiv is declared
configure:24401: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:24401: $? = 0
configure:24401: result: yes
configure:24412: checking for inline
configure:24428: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:286:21: warning: unused function 'static_foo' [-Wunused-function]
static inline foo_t static_foo () {return 0; }
                    ^
1 warning generated.
configure:24428: $? = 0
configure:24436: result: inline
configure:24536: checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc.
configure:24559: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:290:24: error: use of undeclared identifier 'ULLONG_WIDTH'
            int ullw = ULLONG_WIDTH;
                       ^
1 error generated.
configure:24559: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| /* end confdefs.h.  */
| #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
|              #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
|             #endif
|             #include <limits.h>
|             long long llm = LLONG_MAX;
|             int wb = WORD_BIT;
|             int ullw = ULLONG_WIDTH;
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:24566: result: no
configure:24707: checking whether stdint.h conforms to C99
configure:24887: gcc -c -g -O2 -Wall conftest.c >&5
configure:24887: $? = 0
configure:24974: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:24974: $? = 0
configure:24974: ./conftest
configure:24974: $? = 0
configure:24986: result: yes
configure:24997: checking whether stdint.h works without ISO C predefines
configure:25033: gcc -c -g -O2 -Wall conftest.c >&5
configure:25033: $? = 0
configure:25039: result: yes
configure:25050: checking whether stdint.h has UINTMAX_WIDTH etc.
configure:25086: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:304:24: error: use of undeclared identifier 'UINTMAX_WIDTH'
              int iw = UINTMAX_WIDTH;
                       ^
1 error generated.
configure:25086: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| /* end confdefs.h.  */
| 
|               /* Work if build is not clean.  */
|               #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1
|               #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
|                #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
|               #endif
|               #include <stdint.h>
| 
|   /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #endif
| 
|               int iw = UINTMAX_WIDTH;
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:25091: result: no
configure:25673: checking whether iswcntrl works
configure:25717: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:25717: $? = 0
configure:25717: ./conftest
configure:25717: $? = 0
configure:25728: result: yes
configure:25756: checking for towlower
configure:25756: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:25756: $? = 0
configure:25756: result: yes
configure:25804: checking for wctype_t
configure:25832: gcc -c -g -O2 -Wall conftest.c >&5
configure:25832: $? = 0
configure:25840: result: yes
configure:25846: checking for wctrans_t
configure:25872: gcc -c -g -O2 -Wall conftest.c >&5
configure:25872: $? = 0
configure:25880: result: yes
configure:25895: checking for a traditional japanese locale
configure:25974: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:25977: $? = 0
configure:26035: result: ja_JP.eucJP
configure:26042: checking for a french Unicode locale
configure:26114: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:26117: $? = 0
configure:26163: result: fr_FR.UTF-8
configure:26180: checking for O_CLOEXEC
configure:26200: gcc -c -g -O2 -Wall conftest.c >&5
configure:26200: $? = 0
configure:26207: result: yes
configure:26233: checking for LC_MESSAGES
configure:26249: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:26249: $? = 0
configure:26257: result: yes
configure:26280: checking whether uselocale works
configure:26308: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:26308: $? = 0
configure:26308: ./conftest
configure:26308: $? = 0
configure:26319: result: yes
configure:26336: checking for fake locale system (OpenBSD)
configure:26365: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:26365: $? = 0
configure:26365: ./conftest
configure:26365: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| /* end confdefs.h.  */
| 
| #include <locale.h>
| #if HAVE_XLOCALE_H
| # include <xlocale.h>
| #endif
| int main ()
| {
|   locale_t loc1, loc2;
|   if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL) return 1;
|   if (setlocale (LC_ALL, "fr_FR.UTF-8") == NULL) return 1;
|   loc1 = newlocale (LC_ALL_MASK, "de_DE.UTF-8", (locale_t)0);
|   loc2 = newlocale (LC_ALL_MASK, "fr_FR.UTF-8", (locale_t)0);
|   return !(loc1 == loc2);
| }
configure:26376: result: no
configure:26391: checking for Solaris 11.4 locale system
configure:26424: result: no
configure:26439: checking for getlocalename_l
configure:26439: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_getlocalename_l", referenced from:
      _main in conftest-927079.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:26439: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| /* end confdefs.h.  */
| /* Define getlocalename_l to an innocuous variant, in case <limits.h> declares getlocalename_l.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getlocalename_l innocuous_getlocalename_l
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getlocalename_l (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getlocalename_l
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getlocalename_l ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getlocalename_l || defined __stub___getlocalename_l
| choke me
| #endif
| 
| int
| main ()
| {
| return getlocalename_l ();
|   ;
|   return 0;
| }
configure:26439: result: no
configure:26462: checking for CFPreferencesCopyAppValue
configure:26480: gcc -o conftest -g -O2 -Wall  conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:293:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
CFPreferencesCopyAppValue(NULL, NULL)
                          ~~~~      ^
conftest.c:293:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
CFPreferencesCopyAppValue(NULL, NULL)
                                ~~~~^
2 warnings generated.
configure:26480: $? = 0
configure:26489: result: yes
configure:26496: checking for CFLocaleCopyPreferredLanguages
configure:26514: gcc -o conftest -g -O2 -Wall  conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
configure:26514: $? = 0
configure:26523: result: yes
configure:26551: checking whether imported symbols can be declared weak
configure:26639: result: no
configure:27443: checking for multithread API to use
configure:27445: result: posix
configure:27472: checking whether log works
configure:27503: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:27503: $? = 0
configure:27503: ./conftest
configure:27503: $? = 0
configure:27514: result: yes
configure:27525: checking whether log works according to ISO C 99 with IEC 60559
configure:27574: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:27574: $? = 0
configure:27574: ./conftest
configure:27574: $? = 0
configure:27586: result: yes
configure:27602: checking whether logl() can be used without linking with libm
configure:27625: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:27625: $? = 0
configure:27634: result: yes
configure:27680: checking whether logl is declared
configure:27680: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:27680: $? = 0
configure:27680: result: yes
configure:27692: checking whether logl works
configure:27786: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:27786: $? = 0
configure:27786: ./conftest
configure:27786: $? = 0
configure:27797: result: yes
configure:27846: checking for logf
configure:27846: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:315:6: warning: incompatible redeclaration of library function 'logf' [-Wincompatible-library-redeclaration]
char logf ();
     ^
conftest.c:315:6: note: 'logf' is a builtin with type 'float (float)'
1 warning generated.
configure:27846: $? = 0
configure:27846: result: yes
configure:27863: checking whether logf works
configure:27894: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:27894: $? = 0
configure:27894: ./conftest
configure:27894: $? = 0
configure:27905: result: yes
configure:27916: checking whether logf works according to ISO C 99 with IEC 60559
configure:27965: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:27965: $? = 0
configure:27965: ./conftest
configure:27965: $? = 0
configure:27977: result: yes
configure:28012: checking for GNU libc compatible malloc
configure:28044: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:28044: $? = 0
configure:28044: ./conftest
configure:28044: $? = 0
configure:28055: result: yes
configure:28100: checking whether mbrtowc handles incomplete characters
configure:28145: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:28145: $? = 0
configure:28145: ./conftest
configure:28145: $? = 0
configure:28201: result: yes
configure:28207: checking whether mbrtowc works as well as mbtowc
configure:28256: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:28256: $? = 0
configure:28256: ./conftest
configure:28256: $? = 0
configure:28268: result: yes
configure:28319: checking whether mbrtowc handles a NULL pwc argument
configure:28378: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:28378: $? = 0
configure:28378: ./conftest
configure:28378: $? = 0
configure:28390: result: yes
configure:28396: checking whether mbrtowc handles a NULL string argument
configure:28443: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:311:11: warning: unused variable 'ret' [-Wunused-variable]
      int ret;
          ^
1 warning generated.
configure:28443: $? = 0
configure:28443: ./conftest
configure:28443: $? = 0
configure:28455: result: yes
configure:28463: checking whether mbrtowc has a correct return value
configure:28578: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:28578: $? = 0
configure:28578: ./conftest
configure:28578: $? = 0
configure:28593: result: yes
configure:28599: checking whether mbrtowc returns 0 when parsing a NUL character
configure:28643: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:28643: $? = 0
configure:28643: ./conftest
configure:28643: $? = 0
configure:28655: result: yes
configure:28660: checking whether mbrtowc stores incomplete characters
configure:28779: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:28779: $? = 0
configure:28779: ./conftest
configure:28779: $? = 0
configure:28793: result: no
configure:28798: checking whether mbrtowc works on empty input
configure:28826: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:28826: $? = 0
configure:28826: ./conftest
configure:28826: $? = 0
configure:28837: result: yes
configure:28841: checking whether the C locale is free of encoding errors
configure:28885: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:28885: $? = 0
configure:28885: ./conftest
configure:28885: $? = 0
configure:28896: result: yes
configure:29171: checking for mmap
configure:29171: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:29171: $? = 0
configure:29171: result: yes
configure:29182: checking for MAP_ANONYMOUS
configure:29219: result: yes
configure:29241: checking whether memchr works
configure:29321: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:29321: $? = 0
configure:29321: ./conftest
configure:29321: $? = 0
configure:29332: result: yes
configure:29339: checking whether memrchr is declared
configure:29339: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:335:10: error: use of undeclared identifier 'memrchr'
  (void) memrchr;
         ^
1 error generated.
configure:29339: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef memrchr
| #ifdef __cplusplus
|   (void) memrchr;
| #else
|   (void) memrchr;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:29339: result: no
configure:29354: checking whether <limits.h> defines MIN and MAX
configure:29371: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:297:21: error: implicit declaration of function 'MIN' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
            int x = MIN (42, 17);
                    ^
conftest.c:297:21: error: initializer element is not a compile-time constant
            int x = MIN (42, 17);
                    ^~~~~~~~~~~~
2 errors generated.
configure:29371: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| /* end confdefs.h.  */
| #include <limits.h>
|             int x = MIN (42, 17);
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:29378: result: no
configure:29391: checking whether <sys/param.h> defines MIN and MAX
configure:29408: gcc -c -g -O2 -Wall conftest.c >&5
configure:29408: $? = 0
configure:29415: result: yes
configure:29437: checking whether time_t is signed
configure:29454: gcc -c -g -O2 -Wall conftest.c >&5
configure:29454: $? = 0
configure:29461: result: yes
configure:29475: checking for working mktime
configure:29699: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:29699: $? = 0
configure:29699: ./conftest
configure:29699: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| /* end confdefs.h.  */
| /* Test program from Paul Eggert and Tony Leneis.  */
| #include <limits.h>
| #include <stdlib.h>
| #include <time.h>
| 
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #if HAVE_DECL_ALARM
| # include <signal.h>
| #endif
| 
| 
| 
| 
| #if defined _WIN32 && !defined __CYGWIN__
| #define access    _access
| #define chdir     _chdir
| #define chmod     _chmod
| #define close     _close
| #define creat     _creat
| #define dup       _dup
| #define dup2      _dup2
| #define ecvt      _ecvt
| #define execl     _execl
| #define execle    _execle
| #define execlp    _execlp
| #define execv     _execv
| #define execve    _execve
| #define execvp    _execvp
| #define execvpe   _execvpe
| #define fcloseall _fcloseall
| #define fcvt      _fcvt
| #define fdopen    _fdopen
| #define fileno    _fileno
| #define gcvt      _gcvt
| #define getcwd    _getcwd
| #define getpid    _getpid
| #define getw      _getw
| #define isatty    _isatty
| #define j0        _j0
| #define j1        _j1
| #define jn        _jn
| #define lfind     _lfind
| #define lsearch   _lsearch
| #define lseek     _lseek
| #define memccpy   _memccpy
| #define mkdir     _mkdir
| #define mktemp    _mktemp
| #define open      _open
| #define putenv    _putenv
| #define putw      _putw
| #define read      _read
| #define rmdir     _rmdir
| #define strdup    _strdup
| #define swab      _swab
| #define tempnam   _tempnam
| #define tzset     _tzset
| #define umask     _umask
| #define unlink    _unlink
| #define utime     _utime
| #define wcsdup    _wcsdup
| #define write     _write
| #define y0        _y0
| #define y1        _y1
| #define yn        _yn
| #endif
| 
| 
| 
| #ifndef TIME_T_IS_SIGNED
| # define TIME_T_IS_SIGNED 0
| #endif
| 
| static time_t time_t_max;
| static time_t time_t_min;
| 
| /* Values we'll use to set the TZ environment variable.  */
| static char *tz_strings[] = {
|   (char *) 0, "TZ=GMT0", "TZ=JST-9",
|   "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
| };
| #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
| 
| /* Return 0 if mktime fails to convert a date in the spring-forward gap.
|    Based on a problem report from Andreas Jaeger.  */
| static int
| spring_forward_gap ()
| {
|   /* glibc (up to about 1998-10-07) failed this test. */
|   struct tm tm;
| 
|   /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
|      instead of "TZ=America/Vancouver" in order to detect the bug even
|      on systems that don't support the Olson extension, or don't have the
|      full zoneinfo tables installed.  */
|   putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
| 
|   tm.tm_year = 98;
|   tm.tm_mon = 3;
|   tm.tm_mday = 5;
|   tm.tm_hour = 2;
|   tm.tm_min = 0;
|   tm.tm_sec = 0;
|   tm.tm_isdst = -1;
|   return mktime (&tm) != (time_t) -1;
| }
| 
| static int
| mktime_test1 (time_t now)
| {
|   struct tm *lt;
|   return ! (lt = localtime (&now)) || mktime (lt) == now;
| }
| 
| static int
| mktime_test (time_t now)
| {
|   return (mktime_test1 (now)
|           && mktime_test1 ((time_t) (time_t_max - now))
|           && mktime_test1 ((time_t) (time_t_min + now)));
| }
| 
| static int
| irix_6_4_bug ()
| {
|   /* Based on code from Ariel Faigon.  */
|   struct tm tm;
|   tm.tm_year = 96;
|   tm.tm_mon = 3;
|   tm.tm_mday = 0;
|   tm.tm_hour = 0;
|   tm.tm_min = 0;
|   tm.tm_sec = 0;
|   tm.tm_isdst = -1;
|   mktime (&tm);
|   return tm.tm_mon == 2 && tm.tm_mday == 31;
| }
| 
| static int
| bigtime_test (int j)
| {
|   struct tm tm;
|   time_t now;
|   tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j;
|   now = mktime (&tm);
|   if (now != (time_t) -1)
|     {
|       struct tm *lt = localtime (&now);
|       if (! (lt
|              && lt->tm_year == tm.tm_year
|              && lt->tm_mon == tm.tm_mon
|              && lt->tm_mday == tm.tm_mday
|              && lt->tm_hour == tm.tm_hour
|              && lt->tm_min == tm.tm_min
|              && lt->tm_sec == tm.tm_sec
|              && lt->tm_yday == tm.tm_yday
|              && lt->tm_wday == tm.tm_wday
|              && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
|                   == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
|         return 0;
|     }
|   return 1;
| }
| 
| static int
| year_2050_test ()
| {
|   /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
|      ignoring leap seconds.  */
|   unsigned long int answer = 2527315200UL;
| 
|   struct tm tm;
|   time_t t;
|   tm.tm_year = 2050 - 1900;
|   tm.tm_mon = 2 - 1;
|   tm.tm_mday = 1;
|   tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
|   tm.tm_isdst = -1;
| 
|   /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
|      instead of "TZ=America/Vancouver" in order to detect the bug even
|      on systems that don't support the Olson extension, or don't have the
|      full zoneinfo tables installed.  */
|   putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
| 
|   t = mktime (&tm);
| 
|   /* Check that the result is either a failure, or close enough
|      to the correct answer that we can assume the discrepancy is
|      due to leap seconds.  */
|   return (t == (time_t) -1
|           || (0 < t && answer - 120 <= t && t <= answer + 120));
| }
| 
| int
| main ()
| {
|   int result = 0;
|   time_t t, delta;
|   int i, j;
|   int time_t_signed_magnitude = (time_t) ~ (time_t) 0 < (time_t) -1;
| 
| #if HAVE_DECL_ALARM
|   /* This test makes some buggy mktime implementations loop.
|      Give up after 60 seconds; a mktime slower than that
|      isn't worth using anyway.  */
|   signal (SIGALRM, SIG_DFL);
|   alarm (60);
| #endif
| 
|   time_t_max = (! TIME_T_IS_SIGNED
|                 ? (time_t) -1
|                 : ((((time_t) 1 << (sizeof (time_t) * CHAR_BIT - 2)) - 1)
|                    * 2 + 1));
|   time_t_min = (! TIME_T_IS_SIGNED
|                 ? (time_t) 0
|                 : time_t_signed_magnitude
|                 ? ~ (time_t) 0
|                 : ~ time_t_max);
| 
|   delta = time_t_max / 997; /* a suitable prime number */
|   for (i = 0; i < N_STRINGS; i++)
|     {
|       if (tz_strings[i])
|         putenv (tz_strings[i]);
| 
|       for (t = 0; t <= time_t_max - delta && (result & 1) == 0; t += delta)
|         if (! mktime_test (t))
|           result |= 1;
|       if ((result & 2) == 0
|           && ! (mktime_test ((time_t) 1)
|                 && mktime_test ((time_t) (60 * 60))
|                 && mktime_test ((time_t) (60 * 60 * 24))))
|         result |= 2;
| 
|       for (j = 1; (result & 4) == 0; j <<= 1)
|         {
|           if (! bigtime_test (j))
|             result |= 4;
|           if (INT_MAX / 2 < j)
|             break;
|         }
|       if ((result & 8) == 0 && ! bigtime_test (INT_MAX))
|         result |= 8;
|     }
|   if (! irix_6_4_bug ())
|     result |= 16;
|   if (! spring_forward_gap ())
|     result |= 32;
|   if (! year_2050_test ())
|     result |= 64;
|   return result;
| }
configure:29711: result: no
configure:29855: checking whether <sys/select.h> is self-contained
configure:29872: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:302:16: warning: unused variable 'b' [-Wunused-variable]
struct timeval b;
               ^
1 warning generated.
configure:29872: $? = 0
configure:29891: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:302:5: warning: unused variable 'memset' [-Wunused-variable]
int memset; int bzero;
    ^
conftest.c:302:17: warning: unused variable 'bzero' [-Wunused-variable]
int memset; int bzero;
                ^
2 warnings generated.
configure:29891: $? = 0
configure:29921: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:29921: $? = 0
configure:29934: result: yes
configure:30128: checking for library containing setsockopt
configure:30150: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:30150: $? = 0
configure:30231: result: none needed
configure:30254: checking whether select supports a 0 argument
configure:30286: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:30286: $? = 0
configure:30286: ./conftest
configure:30286: $? = 0
configure:30297: result: yes
configure:30304: checking whether select detects invalid fds
configure:30354: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:30354: $? = 0
configure:30354: ./conftest
configure:30354: $? = 0
configure:30365: result: yes
configure:30453: checking whether C symbols are prefixed with underscore at the linker level
configure:30466: gcc -g -O2 -Wall -S conftest.c
configure:30469: $? = 0
configure:30479: result: yes
configure:30496: checking for promoted mode_t type
configure:30513: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:303:13: warning: unused typedef 'array' [-Wunused-local-typedef]
typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];
            ^
1 warning generated.
configure:30513: $? = 0
configure:30521: result: int
configure:30533: checking whether strerror(0) succeeds
configure:30572: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:30572: $? = 0
configure:30572: ./conftest
configure:30572: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| /* end confdefs.h.  */
| #include <string.h>
|            #include <errno.h>
| 
| int
| main ()
| {
| int result = 0;
|            char *str;
|            errno = 0;
|            str = strerror (0);
|            if (!*str) result |= 1;
|            if (errno) result |= 2;
|            if (strstr (str, "nknown") || strstr (str, "ndefined"))
|              result |= 4;
|            return result;
|   ;
|   return 0;
| }
configure:30583: result: no
configure:30764: checking whether strerror_r is declared
configure:30764: result: yes
configure:30990: checking for library containing posix_spawn
configure:31021: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:31021: $? = 0
configure:31038: result: none required
configure:31049: checking for posix_spawn
configure:31049: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:31049: $? = 0
configure:31049: result: yes
configure:31073: checking whether posix_spawn works
configure:31217: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:31217: $? = 0
configure:31396: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:31396: $? = 0
configure:31396: ./conftest
configure:31396: $? = 0
configure:31414: result: yes
configure:31419: checking whether posix_spawnattr_setschedpolicy is supported
configure:31443: result: no
configure:31445: checking whether posix_spawnattr_setschedparam is supported
configure:31469: result: no
configure:31601: checking for nl_langinfo
configure:31601: result: yes
configure:31765: checking for ptrdiff_t
configure:31765: gcc -c -g -O2 -Wall conftest.c >&5
configure:31765: $? = 0
configure:31765: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:341:24: error: expected expression
if (sizeof ((ptrdiff_t)))
                       ^
1 error generated.
configure:31765: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:31765: result: yes
configure:32019: checking for pthread_t
configure:32019: gcc -c -g -O2 -Wall conftest.c >&5
configure:32019: $? = 0
configure:32019: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:346:24: error: expected expression
if (sizeof ((pthread_t)))
                       ^
1 error generated.
configure:32019: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|      #if HAVE_PTHREAD_H
|       #include <pthread.h>
|      #endif
| 
| int
| main ()
| {
| if (sizeof ((pthread_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:32019: result: yes
configure:32032: checking for pthread_spinlock_t
configure:32032: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:347:13: error: use of undeclared identifier 'pthread_spinlock_t'
if (sizeof (pthread_spinlock_t))
            ^
1 error generated.
configure:32032: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|      #if HAVE_PTHREAD_H
|       #include <pthread.h>
|      #endif
| 
| int
| main ()
| {
| if (sizeof (pthread_spinlock_t))
| 	 return 0;
|   ;
|   return 0;
| }
configure:32032: result: no
configure:32054: checking for PTHREAD_CREATE_DETACHED
configure:32072: gcc -c -g -O2 -Wall conftest.c >&5
configure:32072: $? = 0
configure:32080: result: yes
configure:32086: checking for PTHREAD_MUTEX_RECURSIVE
configure:32104: gcc -c -g -O2 -Wall conftest.c >&5
configure:32104: $? = 0
configure:32112: result: yes
configure:32118: checking for PTHREAD_MUTEX_ROBUST
configure:32136: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:308:21: error: use of undeclared identifier 'PTHREAD_MUTEX_ROBUST'
            int x = PTHREAD_MUTEX_ROBUST;
                    ^
1 error generated.
configure:32136: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| /* end confdefs.h.  */
| #include <pthread.h>
|             int x = PTHREAD_MUTEX_ROBUST;
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:32144: result: no
configure:32150: checking for PTHREAD_PROCESS_SHARED
configure:32168: gcc -c -g -O2 -Wall conftest.c >&5
configure:32168: $? = 0
configure:32176: result: yes
configure:32218: checking sys/mkdev.h usability
configure:32218: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:340:10: fatal error: 'sys/mkdev.h' file not found
#include <sys/mkdev.h>
         ^~~~~~~~~~~~~
1 error generated.
configure:32218: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/mkdev.h>
configure:32218: result: no
configure:32218: checking sys/mkdev.h presence
configure:32218: gcc -E -Wall conftest.c
conftest.c:307:10: fatal error: 'sys/mkdev.h' file not found
#include <sys/mkdev.h>
         ^~~~~~~~~~~~~
1 error generated.
configure:32218: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| /* end confdefs.h.  */
| #include <sys/mkdev.h>
configure:32218: result: no
configure:32218: checking for sys/mkdev.h
configure:32218: result: no
configure:32227: checking sys/sysmacros.h usability
configure:32227: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:340:10: fatal error: 'sys/sysmacros.h' file not found
#include <sys/sysmacros.h>
         ^~~~~~~~~~~~~~~~~
1 error generated.
configure:32227: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/sysmacros.h>
configure:32227: result: no
configure:32227: checking sys/sysmacros.h presence
configure:32227: gcc -E -Wall conftest.c
conftest.c:307:10: fatal error: 'sys/sysmacros.h' file not found
#include <sys/sysmacros.h>
         ^~~~~~~~~~~~~~~~~
1 error generated.
configure:32227: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| /* end confdefs.h.  */
| #include <sys/sysmacros.h>
configure:32227: result: no
configure:32227: checking for sys/sysmacros.h
configure:32227: result: no
configure:32240: checking for sigset_t
configure:32240: gcc -c -g -O2 -Wall conftest.c >&5
configure:32240: $? = 0
configure:32240: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:316:23: error: expected expression
if (sizeof ((sigset_t)))
                      ^
1 error generated.
configure:32240: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| /* end confdefs.h.  */
| 
|       #include <signal.h>
|       /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>.  */
|       #include <sys/types.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((sigset_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:32240: result: yes
configure:32263: checking for SIGPIPE
configure:32288: result: yes
configure:32291: checking whether initstate is declared
configure:32291: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:32291: $? = 0
configure:32291: result: yes
configure:32302: checking whether setstate is declared
configure:32302: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:32302: $? = 0
configure:32302: result: yes
configure:32316: checking whether we are using the GNU C Library >= 2.1 or uClibc
conftest.c:311:10: fatal error: 'features.h' file not found
#include <features.h>
         ^~~~~~~~~~~~
1 error generated.
configure:32346: result: no
configure:32357: checking whether rmdir works
configure:32406: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:32406: $? = 0
configure:32406: ./conftest
configure:32406: $? = 0
configure:32417: result: yes
configure:32431: checking whether unlink honors trailing slashes
configure:32486: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:32486: $? = 0
configure:32486: ./conftest
configure:32486: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| /* end confdefs.h.  */
| #if HAVE_UNISTD_H
|            # include <unistd.h>
|            #else /* on Windows with MSVC */
|            # include <io.h>
|            #endif
|            #include <errno.h>
| 
| 
| 
| #if defined _WIN32 && !defined __CYGWIN__
| #define access    _access
| #define chdir     _chdir
| #define chmod     _chmod
| #define close     _close
| #define creat     _creat
| #define dup       _dup
| #define dup2      _dup2
| #define ecvt      _ecvt
| #define execl     _execl
| #define execle    _execle
| #define execlp    _execlp
| #define execv     _execv
| #define execve    _execve
| #define execvp    _execvp
| #define execvpe   _execvpe
| #define fcloseall _fcloseall
| #define fcvt      _fcvt
| #define fdopen    _fdopen
| #define fileno    _fileno
| #define gcvt      _gcvt
| #define getcwd    _getcwd
| #define getpid    _getpid
| #define getw      _getw
| #define isatty    _isatty
| #define j0        _j0
| #define j1        _j1
| #define jn        _jn
| #define lfind     _lfind
| #define lsearch   _lsearch
| #define lseek     _lseek
| #define memccpy   _memccpy
| #define mkdir     _mkdir
| #define mktemp    _mktemp
| #define open      _open
| #define putenv    _putenv
| #define putw      _putw
| #define read      _read
| #define rmdir     _rmdir
| #define strdup    _strdup
| #define swab      _swab
| #define tempnam   _tempnam
| #define tzset     _tzset
| #define umask     _umask
| #define unlink    _unlink
| #define utime     _utime
| #define wcsdup    _wcsdup
| #define write     _write
| #define y0        _y0
| #define y1        _y1
| #define yn        _yn
| #endif
| 
| 
| int
| main ()
| {
| int result = 0;
|            if (!unlink ("conftest.file/"))
|              result |= 1;
|            else if (errno != ENOTDIR)
|              result |= 2;
| #if HAVE_LSTAT
|            if (!unlink ("conftest.lnk/"))
|              result |= 4;
|            else if (errno != ENOTDIR)
|              result |= 8;
| #endif
|            return result;
| 
|   ;
|   return 0;
| }
configure:32497: result: no
configure:32505: checking whether unlink of a parent directory fails as it should
configure:32560: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:32560: $? = 0
configure:32560: ./conftest
configure:32560: $? = 0
configure:32581: result: yes
configure:32597: checking for ssize_t
configure:32614: gcc -c -g -O2 -Wall conftest.c >&5
configure:32614: $? = 0
configure:32621: result: yes
configure:32652: checking whether setenv is declared
configure:32652: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:32652: $? = 0
configure:32652: result: yes
configure:32678: checking for search.h
configure:32678: result: yes
configure:32690: checking for tsearch
configure:32690: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:32690: $? = 0
configure:32690: result: yes
configure:32709: checking whether snprintf is declared
configure:32709: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:32709: $? = 0
configure:32709: result: yes
configure:32722: checking for stdbool.h that conforms to C99
configure:32797: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:371:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
             bool e = &s;
                  ~    ^
conftest.c:375:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                     ~^
conftest.c:375:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                          ~^
conftest.c:375:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                               ~^
conftest.c:375:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                    ~^
conftest.c:375:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                              ~^
conftest.c:375:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                                   ~^
conftest.c:375:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                                        ~^
conftest.c:375:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
             return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
                                                             ~^
conftest.c:376:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
                            ~^
conftest.c:376:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
                                 ~^
conftest.c:376:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
                                      ~^
12 warnings generated.
configure:32797: $? = 0
configure:32804: result: yes
configure:32806: checking for _Bool
configure:32806: gcc -c -g -O2 -Wall conftest.c >&5
configure:32806: $? = 0
configure:32806: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:350:20: error: expected expression
if (sizeof ((_Bool)))
                   ^
1 error generated.
configure:32806: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:32806: result: yes
configure:32817: checking whether stpncpy is declared
configure:32817: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:32817: $? = 0
configure:32817: result: yes
configure:32830: checking whether strdup is declared
configure:32830: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:32830: $? = 0
configure:32830: result: yes
configure:33029: checking for mmap
configure:33029: result: yes
configure:33040: checking for MAP_ANONYMOUS
configure:33077: result: yes
configure:33089: checking whether strncat works
configure:33180: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:33180: $? = 0
configure:33180: ./conftest
configure:33180: $? = 0
configure:33191: result: yes
configure:33198: checking whether strndup is declared
configure:33198: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:33198: $? = 0
configure:33198: result: yes
configure:33211: checking whether strnlen is declared
configure:33211: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:33211: $? = 0
configure:33211: result: yes
configure:33225: checking for struct tm.tm_gmtoff
configure:33225: gcc -c -g -O2 -Wall conftest.c >&5
configure:33225: $? = 0
configure:33225: result: yes
configure:33234: checking whether strsignal is declared
configure:33234: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:33234: $? = 0
configure:33234: result: yes
configure:33251: checking whether strstr works
configure:33309: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:33309: $? = 0
configure:33309: ./conftest
configure:33309: $? = 0
configure:33320: result: yes
configure:33330: checking whether strtod is declared
configure:33330: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:33330: $? = 0
configure:33330: result: yes
configure:33343: checking whether strtoimax is declared
configure:33343: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:33343: $? = 0
configure:33343: result: yes
configure:33354: checking whether strtok_r is declared
configure:33354: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:33354: $? = 0
configure:33354: result: yes
configure:33369: checking whether strtoumax is declared
configure:33369: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:33369: $? = 0
configure:33369: result: yes
configure:33418: checking for struct timespec in <time.h>
configure:33435: gcc -c -g -O2 -Wall conftest.c >&5
configure:33435: $? = 0
configure:33442: result: yes
configure:33631: checking whether ttyname_r is declared
configure:33631: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:33631: $? = 0
configure:33631: result: yes
configure:33646: checking whether char16_t is correctly defined
configure:33668: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:328:20: fatal error: 'uchar.h' file not found
          #include <uchar.h>
                   ^~~~~~~~~
1 error generated.
configure:33668: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| /* end confdefs.h.  */
| 
|           #include <uchar.h>
|           /* For simplicity, assume that uint16_least_t is equivalent to
|              'unsigned short'.  */
|           int verify[(char16_t)(-1) >= 0 && sizeof (char16_t) == sizeof (unsigned short) ? 1 : -1];
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
| 
configure:33676: result: no
configure:33777: checking whether the C++ compiler predefines the <uchar.h> types
configure:33788:   -Wall -c conftest.cpp
./configure: line 33789: eval: -W: invalid option
eval: usage: eval [arg ...]
configure:33791: $? = 2
configure:33800: result: no
configure:33812: checking for bit size of wchar_t
configure:33817: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:33817: $? = 0
configure:33817: ./conftest
configure:33817: $? = 0
configure:33838: result: 32
configure:33895: checking whether unsetenv is declared
configure:33895: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:33895: $? = 0
configure:33895: result: yes
configure:33914: checking whether the utimes function works
configure:34053: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:34053: $? = 0
configure:34053: ./conftest
configure:34053: $? = 0
configure:34064: result: yes
configure:34085: checking whether vsnprintf is declared
configure:34085: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:34085: $? = 0
configure:34085: result: yes
configure:34157: checking whether wcwidth is declared
configure:34157: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:34157: $? = 0
configure:34157: result: yes
configure:34214: checking whether wcwidth works reasonably in UTF-8 locales
configure:34273: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:34273: $? = 0
configure:34273: ./conftest
configure:34273: $? = 6
configure: program exited with status 6
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| /* end confdefs.h.  */
| 
| #include <locale.h>
| /* AIX 3.2.5 declares wcwidth in <string.h>. */
| #include <string.h>
| /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
|    <wchar.h>.
|    BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
|    before <wchar.h>.  */
| #include <stddef.h>
| #include <stdio.h>
| #include <time.h>
| #include <wchar.h>
| #if !HAVE_DECL_WCWIDTH
| extern
| # ifdef __cplusplus
| "C"
| # endif
| int wcwidth (int);
| #endif
| int main ()
| {
|   int result = 0;
|   if (setlocale (LC_ALL, "en_US.UTF-8") != NULL)
|     {
|       if (wcwidth (0x0301) > 0)
|         result |= 1;
|       if (wcwidth (0x05B0) > 0)
|         result |= 2;
|       if (wcwidth (0x200B) > 0)
|         result |= 4;
|       if (wcwidth (0xFF1A) == 0)
|         result |= 8;
|       if (wcwidth (0x2202) > 1)
|         result |= 16;
|     }
|   return result;
| }
configure:34284: result: no
configure:34307: checking for sig_atomic_t
configure:34307: gcc -c -g -O2 -Wall conftest.c >&5
configure:34307: $? = 0
configure:34307: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:337:27: error: expected expression
if (sizeof ((sig_atomic_t)))
                          ^
1 error generated.
configure:34307: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| /* end confdefs.h.  */
| #include <signal.h>
| 
| int
| main ()
| {
| if (sizeof ((sig_atomic_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:34307: result: yes
configure:34326: checking whether ungetc works on arbitrary bytes
configure:34385: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:34385: $? = 0
configure:34385: ./conftest
configure:34385: $? = 6
configure: program exited with status 6
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| 
| int
| main ()
| {
| FILE *f;
|             if (!(f = fopen ("conftest.tmp", "w+")))
|               return 1;
|             if (fputs ("abc", f) < 0)
|               { fclose (f); return 2; }
|             rewind (f);
|             if (fgetc (f) != 'a')
|               { fclose (f); return 3; }
|             if (fgetc (f) != 'b')
|               { fclose (f); return 4; }
|             if (ungetc ('d', f) != 'd')
|               { fclose (f); return 5; }
|             if (ftell (f) != 1)
|               { fclose (f); return 6; }
|             if (fgetc (f) != 'd')
|               { fclose (f); return 7; }
|             if (ftell (f) != 2)
|               { fclose (f); return 8; }
|             if (fseek (f, 0, SEEK_CUR) != 0)
|               { fclose (f); return 9; }
|             if (ftell (f) != 2)
|               { fclose (f); return 10; }
|             if (fgetc (f) != 'c')
|               { fclose (f); return 11; }
|             fclose (f);
|             remove ("conftest.tmp");
| 
|   ;
|   return 0;
| }
configure:34396: result: no
configure:34417: checking for off_t
configure:34417: gcc -c -g -O2 -Wall conftest.c >&5
configure:34417: $? = 0
configure:34417: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:370:20: error: expected expression
if (sizeof ((off_t)))
                   ^
1 error generated.
configure:34417: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:34417: result: yes
configure:34432: checking for library needed for semaphore functions
configure:34450: gcc -o conftest -g -O2 -Wall  conftest.c  -lpthread >&5
configure:34450: $? = 0
configure:34479: result: none
configure:34530: checking for _Exit
configure:34530: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:357:6: warning: incompatible redeclaration of library function '_Exit' [-Wincompatible-library-redeclaration]
char _Exit ();
     ^
conftest.c:357:6: note: '_Exit' is a builtin with type 'void (int) __attribute__((noreturn))'
1 warning generated.
configure:34530: $? = 0
configure:34530: result: yes
configure:34654: checking for acosf
configure:34654: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:361:6: warning: incompatible redeclaration of library function 'acosf' [-Wincompatible-library-redeclaration]
char acosf ();
     ^
conftest.c:361:6: note: 'acosf' is a builtin with type 'float (float)'
1 warning generated.
configure:34654: $? = 0
configure:34654: result: yes
configure:34721: checking whether acosl() can be used without linking with libm
configure:34744: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:34744: $? = 0
configure:34753: result: yes
configure:34799: checking whether acosl is declared
configure:34799: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:34799: $? = 0
configure:34799: result: yes
configure:34862: checking whether aligned_alloc works for small alignments
configure:34890: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:34890: $? = 0
configure:34890: ./conftest
configure:34890: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| 
| int
| main ()
| {
| return aligned_alloc (2, 18) == NULL;
| 
|   ;
|   return 0;
| }
| 
configure:34901: result: no
configure:34946: checking for alloca as a compiler built-in
configure:34970: result: yes
configure:35007: checking for alphasort
configure:35007: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:35007: $? = 0
configure:35007: result: yes
configure:35184: checking for asinf
configure:35184: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:369:6: warning: incompatible redeclaration of library function 'asinf' [-Wincompatible-library-redeclaration]
char asinf ();
     ^
conftest.c:369:6: note: 'asinf' is a builtin with type 'float (float)'
1 warning generated.
configure:35184: $? = 0
configure:35184: result: yes
configure:35251: checking whether asinl() can be used without linking with libm
configure:35283: result: yes
configure:35329: checking whether asinl is declared
configure:35329: result: yes
configure:35382: checking for static_assert
configure:35404: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:351:38: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions]
            static_assert (2 + 2 == 4);
                                     ^
                                     , ""
conftest.c:358:46: warning: static_assert with no message is a C++17 extension [-Wc++17-extensions]
            static_assert (sizeof (char) == 1);
                                             ^
                                             , ""
2 warnings generated.
configure:35404: $? = 0
configure:35411: result: yes
configure:35526: checking for atan2f
configure:35526: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:372:6: warning: incompatible redeclaration of library function 'atan2f' [-Wincompatible-library-redeclaration]
char atan2f ();
     ^
conftest.c:372:6: note: 'atan2f' is a builtin with type 'float (float, float)'
1 warning generated.
configure:35526: $? = 0
configure:35526: result: yes
configure:35596: checking for atanf
configure:35596: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:374:6: warning: incompatible redeclaration of library function 'atanf' [-Wincompatible-library-redeclaration]
char atanf ();
     ^
conftest.c:374:6: note: 'atanf' is a builtin with type 'float (float)'
1 warning generated.
configure:35596: $? = 0
configure:35596: result: yes
configure:35663: checking whether atanl() can be used without linking with libm
configure:35686: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:35686: $? = 0
configure:35695: result: yes
configure:35741: checking whether atanl is declared
configure:35741: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:35741: $? = 0
configure:35741: result: yes
configure:35795: checking for atexit
configure:35795: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:35795: $? = 0
configure:35795: result: yes
configure:35824: checking for atoll
configure:35824: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:35824: $? = 0
configure:35824: result: yes
configure:35908: checking whether btowc(0) is correct
configure:35945: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:35945: $? = 0
configure:35945: ./conftest
configure:35945: $? = 0
configure:35956: result: yes
configure:35959: checking whether btowc(EOF) is correct
configure:36000: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:36000: $? = 0
configure:36000: ./conftest
configure:36000: $? = 0
configure:36012: result: yes
configure:36056: checking for __builtin_expect
configure:36071: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:36071: $? = 0
configure:36096: result: yes
configure:36112: checking for c32rtomb
configure:36133: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:361:22: fatal error: 'uchar.h' file not found
            #include <uchar.h>
                     ^~~~~~~~~
1 error generated.
configure:36133: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| /* end confdefs.h.  */
| #include <stdlib.h>
|             #include <uchar.h>
| 
| int
| main ()
| {
| char buf[8];
|             return c32rtomb (buf, 0, NULL) == 0;
| 
|   ;
|   return 0;
| }
| 
configure:36142: result: no
configure:36356: checking for cbrt
configure:36356: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:389:6: warning: incompatible redeclaration of library function 'cbrt' [-Wincompatible-library-redeclaration]
char cbrt ();
     ^
conftest.c:389:6: note: 'cbrt' is a builtin with type 'double (double)'
1 warning generated.
configure:36356: $? = 0
configure:36356: result: yes
configure:36423: checking for cbrtf
configure:36423: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:391:6: warning: incompatible redeclaration of library function 'cbrtf' [-Wincompatible-library-redeclaration]
char cbrtf ();
     ^
conftest.c:391:6: note: 'cbrtf' is a builtin with type 'float (float)'
1 warning generated.
configure:36423: $? = 0
configure:36423: result: yes
configure:36435: checking whether cbrtf is declared
configure:36435: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:36435: $? = 0
configure:36435: result: yes
configure:36447: checking whether cbrtf works
configure:36484: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:36484: $? = 0
configure:36484: ./conftest
configure:36484: $? = 0
configure:36495: result: yes
configure:36566: checking for cbrtl
configure:36566: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:393:6: warning: incompatible redeclaration of library function 'cbrtl' [-Wincompatible-library-redeclaration]
char cbrtl ();
     ^
conftest.c:393:6: note: 'cbrtl' is a builtin with type 'long double (long double)'
1 warning generated.
configure:36566: $? = 0
configure:36566: result: yes
configure:36578: checking whether cbrtl is declared
configure:36578: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:36578: $? = 0
configure:36578: result: yes
configure:36591: checking whether cbrtl works
configure:36627: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:36627: $? = 0
configure:36627: ./conftest
configure:36627: $? = 0
configure:36638: result: yes
configure:36649: checking whether cbrtl works according to ISO C 99 with IEC 60559
configure:36738: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:36738: $? = 0
configure:36738: ./conftest
configure:36738: $? = 0
configure:36750: result: yes
configure:36841: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:36841: $? = 0
configure:36886: checking whether ceil works according to ISO C 99 with IEC 60559
configure:36966: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:36966: $? = 0
configure:36966: ./conftest
configure:36966: $? = 0
configure:36978: result: yes
configure:37026: checking whether ceilf is declared
configure:37026: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:37026: $? = 0
configure:37026: result: yes
configure:37065: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:37065: $? = 0
configure:37110: checking whether ceilf works according to ISO C 99 with IEC 60559
configure:37190: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:37190: $? = 0
configure:37190: ./conftest
configure:37190: $? = 0
configure:37202: result: yes
configure:37256: checking whether ceill is declared
configure:37256: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:37256: $? = 0
configure:37256: result: yes
configure:37295: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:37295: $? = 0
configure:37340: checking whether ceill works according to ISO C 99 with IEC 60559
configure:37421: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:37421: $? = 0
configure:37421: ./conftest
configure:37421: $? = 0
configure:37433: result: yes
configure:37445: checking whether ceill() works
configure:37473: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:37473: $? = 0
configure:37473: ./conftest
configure:37473: $? = 0
configure:37485: result: yes
configure:37550: checking whether this system supports file names of any length
configure:37591: result: no
configure:37659: checking for library containing clock_gettime
configure:37690: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:37690: $? = 0
configure:37707: result: none required
configure:37719: checking for clock_gettime
configure:37719: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:37719: $? = 0
configure:37719: result: yes
configure:37719: checking for clock_settime
configure:37719: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:37719: $? = 0
configure:37719: result: yes
configure:37822: checking for closedir
configure:37822: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:37822: $? = 0
configure:37822: result: yes
configure:37957: checking whether copysign can be used without linking with libm
configure:37986: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:37986: $? = 0
configure:37995: result: yes
configure:38095: checking whether copysignf can be used without linking with libm
configure:38129: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:38129: $? = 0
configure:38138: result: yes
configure:38201: checking whether copysignf is declared
configure:38201: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:38201: $? = 0
configure:38201: result: yes
configure:38257: checking whether copysignl can be used without linking with libm
configure:38286: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:38286: $? = 0
configure:38295: result: yes
configure:38408: checking for cosf
configure:38408: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:413:6: warning: incompatible redeclaration of library function 'cosf' [-Wincompatible-library-redeclaration]
char cosf ();
     ^
conftest.c:413:6: note: 'cosf' is a builtin with type 'float (float)'
1 warning generated.
configure:38408: $? = 0
configure:38408: result: yes
configure:38487: checking for coshf
configure:38487: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:415:6: warning: incompatible redeclaration of library function 'coshf' [-Wincompatible-library-redeclaration]
char coshf ();
     ^
conftest.c:415:6: note: 'coshf' is a builtin with type 'float (float)'
1 warning generated.
configure:38487: $? = 0
configure:38487: result: yes
configure:38554: checking whether cosl() can be used without linking with libm
configure:38577: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:38577: $? = 0
configure:38586: result: yes
configure:38632: checking whether cosl is declared
configure:38632: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:38632: $? = 0
configure:38632: result: yes
configure:38724: checking whether open recognizes a trailing slash
configure:38767: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:38767: $? = 0
configure:38767: ./conftest
configure:38767: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| /* end confdefs.h.  */
| 
| #include <fcntl.h>
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| 
| 
| #if defined _WIN32 && !defined __CYGWIN__
| #define access    _access
| #define chdir     _chdir
| #define chmod     _chmod
| #define close     _close
| #define creat     _creat
| #define dup       _dup
| #define dup2      _dup2
| #define ecvt      _ecvt
| #define execl     _execl
| #define execle    _execle
| #define execlp    _execlp
| #define execv     _execv
| #define execve    _execve
| #define execvp    _execvp
| #define execvpe   _execvpe
| #define fcloseall _fcloseall
| #define fcvt      _fcvt
| #define fdopen    _fdopen
| #define fileno    _fileno
| #define gcvt      _gcvt
| #define getcwd    _getcwd
| #define getpid    _getpid
| #define getw      _getw
| #define isatty    _isatty
| #define j0        _j0
| #define j1        _j1
| #define jn        _jn
| #define lfind     _lfind
| #define lsearch   _lsearch
| #define lseek     _lseek
| #define memccpy   _memccpy
| #define mkdir     _mkdir
| #define mktemp    _mktemp
| #define open      _open
| #define putenv    _putenv
| #define putw      _putw
| #define read      _read
| #define rmdir     _rmdir
| #define strdup    _strdup
| #define swab      _swab
| #define tempnam   _tempnam
| #define tzset     _tzset
| #define umask     _umask
| #define unlink    _unlink
| #define utime     _utime
| #define wcsdup    _wcsdup
| #define write     _write
| #define y0        _y0
| #define y1        _y1
| #define yn        _yn
| #endif
| 
| 
| int main ()
| {
|   int result = 0;
| #if HAVE_LSTAT
|   if (open ("conftest.lnk/", O_RDONLY) != -1)
|     result |= 1;
| #endif
|   if (open ("conftest.sl/", O_CREAT, 0600) >= 0)
|     result |= 2;
|   return result;
| }
configure:38779: result: no
configure:38938: checking for d_ino member in directory struct
configure:38984: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:38984: $? = 0
configure:38984: ./conftest
configure:38984: $? = 0
configure:38994: result: yes
configure:39005: checking for d_type member in directory struct
configure:39024: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:39024: $? = 0
configure:39034: result: yes
configure:39142: checking for dirfd
configure:39142: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:39142: $? = 0
configure:39142: result: yes
configure:39151: checking whether dirfd is declared
configure:39151: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:39151: $? = 0
configure:39151: result: yes
configure:39168: checking whether dirfd is a macro
configure:39191: result: no
configure:39284: checking whether // is distinct from /
configure:39313: result: no
configure:39480: checking for nl_langinfo
configure:39480: result: yes
configure:39644: checking for ptrdiff_t
configure:39644: result: yes
configure:39699: checking whether dup works
configure:39733: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:39733: $? = 0
configure:39733: ./conftest
configure:39733: $? = 0
configure:39744: result: yes
configure:39784: checking whether dup2 works
configure:39875: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:39875: $? = 0
configure:39875: ./conftest
configure:39875: $? = 0
configure:39886: result: yes
configure:39955: checking whether duplocale(LC_GLOBAL_LOCALE) works
configure:40045: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:40045: $? = 0
configure:40045: ./conftest
configure:40045: $? = 0
configure:40056: result: yes
configure:40136: checking for error_at_line
configure:40152: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:410:10: fatal error: 'error.h' file not found
#include <error.h>
         ^~~~~~~~~
1 error generated.
configure:40152: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| /* end confdefs.h.  */
| #include <error.h>
| int
| main ()
| {
| error_at_line (0, 0, "", 0, "an error occurred");
|   ;
|   return 0;
| }
configure:40160: result: no
configure:40187: checking for euidaccess
configure:40187: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_euidaccess", referenced from:
      _main in conftest-d26cd8.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:40187: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| /* end confdefs.h.  */
| /* Define euidaccess to an innocuous variant, in case <limits.h> declares euidaccess.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define euidaccess innocuous_euidaccess
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char euidaccess (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef euidaccess
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char euidaccess ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_euidaccess || defined __stub___euidaccess
| choke me
| #endif
| 
| int
| main ()
| {
| return euidaccess ();
|   ;
|   return 0;
| }
configure:40187: result: no
configure:40215: checking libgen.h usability
configure:40215: gcc -c -g -O2 -Wall conftest.c >&5
configure:40215: $? = 0
configure:40215: result: yes
configure:40215: checking libgen.h presence
configure:40215: gcc -E -Wall conftest.c
configure:40215: $? = 0
configure:40215: result: yes
configure:40215: checking for libgen.h
configure:40215: result: yes
configure:40226: checking for getgroups
configure:40226: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:40226: $? = 0
configure:40226: result: yes
configure:40281: checking for working getgroups
configure:40310: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:40310: $? = 0
configure:40310: ./conftest
configure:40310: $? = 0
configure:40321: result: yes
configure:40343: checking for library containing eaccess
configure:40374: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_eaccess", referenced from:
      _main in conftest-85d262.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:40374: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char eaccess ();
| int
| main ()
| {
| return eaccess ();
|   ;
|   return 0;
| }
configure:40374: gcc -o conftest -g -O2 -Wall  conftest.c -lgen   >&5
ld: library not found for -lgen
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:40374: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char eaccess ();
| int
| main ()
| {
| return eaccess ();
|   ;
|   return 0;
| }
configure:40391: result: no
configure:40402: checking for eaccess
configure:40402: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_eaccess", referenced from:
      _main in conftest-c534e8.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:40402: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| /* end confdefs.h.  */
| /* Define eaccess to an innocuous variant, in case <limits.h> declares eaccess.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define eaccess innocuous_eaccess
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char eaccess (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef eaccess
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char eaccess ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_eaccess || defined __stub___eaccess
| choke me
| #endif
| 
| int
| main ()
| {
| return eaccess ();
|   ;
|   return 0;
| }
configure:40402: result: no
configure:40444: checking whether exp2() can be used without linking with libm
configure:40472: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:40472: $? = 0
configure:40481: result: yes
configure:40533: checking whether exp2 is declared
configure:40533: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:40533: $? = 0
configure:40533: result: yes
configure:40545: checking whether exp2 works
configure:40581: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:40581: $? = 0
configure:40581: ./conftest
configure:40581: $? = 0
configure:40592: result: yes
configure:40661: checking for exp2f
configure:40661: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:437:6: warning: incompatible redeclaration of library function 'exp2f' [-Wincompatible-library-redeclaration]
char exp2f ();
     ^
conftest.c:437:6: note: 'exp2f' is a builtin with type 'float (float)'
1 warning generated.
configure:40661: $? = 0
configure:40661: result: yes
configure:40674: checking whether exp2f is declared
configure:40674: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:40674: $? = 0
configure:40674: result: yes
configure:40728: checking for exp2l
configure:40728: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:439:6: warning: incompatible redeclaration of library function 'exp2l' [-Wincompatible-library-redeclaration]
char exp2l ();
     ^
conftest.c:439:6: note: 'exp2l' is a builtin with type 'long double (long double)'
1 warning generated.
configure:40728: $? = 0
configure:40728: result: yes
configure:40741: checking whether exp2l is declared
configure:40741: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:40741: $? = 0
configure:40741: result: yes
configure:40750: checking whether exp2l works
configure:40836: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:40836: $? = 0
configure:40836: ./conftest
configure:40836: $? = 0
configure:40848: result: yes
configure:40857: checking whether exp2l works according to ISO C 99 with IEC 60559
configure:40907: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:432:27: warning: unused variable 'my_exp2l' [-Wunused-variable]
  long double (* volatile my_exp2l) (long double) = argc ? exp2l : dummy;
                          ^
1 warning generated.
configure:40907: $? = 0
configure:40907: ./conftest
configure:40907: $? = 0
configure:40919: result: yes
configure:41006: checking for expf
configure:41006: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:441:6: warning: incompatible redeclaration of library function 'expf' [-Wincompatible-library-redeclaration]
char expf ();
     ^
conftest.c:441:6: note: 'expf' is a builtin with type 'float (float)'
1 warning generated.
configure:41006: $? = 0
configure:41006: result: yes
configure:41073: checking whether expl() can be used without linking with libm
configure:41096: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:41096: $? = 0
configure:41105: result: yes
configure:41151: checking whether expl is declared
configure:41151: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:41151: $? = 0
configure:41151: result: yes
configure:41160: checking whether expl works
configure:41262: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:41262: $? = 0
configure:41262: ./conftest
configure:41262: $? = 0
configure:41274: result: yes
configure:41354: checking whether expm1() can be used without linking with libm
configure:41377: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:41377: $? = 0
configure:41386: result: yes
configure:41435: checking whether expm1 works according to ISO C 99 with IEC 60559
configure:41511: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:41511: $? = 0
configure:41511: ./conftest
configure:41511: $? = 0
configure:41523: result: yes
configure:41600: checking for expm1f
configure:41600: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:445:6: warning: incompatible redeclaration of library function 'expm1f' [-Wincompatible-library-redeclaration]
char expm1f ();
     ^
conftest.c:445:6: note: 'expm1f' is a builtin with type 'float (float)'
1 warning generated.
configure:41600: $? = 0
configure:41600: result: yes
configure:41616: checking whether expm1f works
configure:41647: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:41647: $? = 0
configure:41647: ./conftest
configure:41647: $? = 0
configure:41658: result: yes
configure:41708: checking whether expm1l() can be used without linking with libm
configure:41736: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:41736: $? = 0
configure:41745: result: yes
configure:41797: checking whether expm1l is declared
configure:41797: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:41797: $? = 0
configure:41797: result: yes
configure:41806: checking whether expm1l works
configure:41894: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:41894: $? = 0
configure:41894: ./conftest
configure:41894: $? = 0
configure:41906: result: yes
configure:41981: checking whether fabs can be used without linking with libm
configure:42019: result: yes
configure:42086: checking whether fabsf can be used without linking with libm
configure:42124: result: yes
configure:42224: checking whether fabsl can be used without linking with libm
configure:42253: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:42253: $? = 0
configure:42262: result: yes
configure:42323: checking whether fabsl works
configure:42355: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:42355: $? = 0
configure:42355: ./conftest
configure:42355: $? = 0
configure:42366: result: yes
configure:42444: checking for access
configure:42444: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:42444: $? = 0
configure:42444: result: yes
configure:42579: checking whether fchmodat+AT_SYMLINK_NOFOLLOW works on non-symlinks
configure:42635: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:42635: $? = 0
configure:42635: ./conftest
configure:42635: $? = 0
configure:42646: result: yes
configure:42694: checking for fchownat
configure:42694: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:42694: $? = 0
configure:42694: result: yes
configure:42699: checking whether fchownat works with AT_SYMLINK_NOFOLLOW
configure:42733: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:42733: $? = 0
configure:42733: ./conftest
configure:42733: $? = 0
configure:42744: result: yes
configure:42757: checking whether fchownat works with an empty file name
configure:42794: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:42794: $? = 0
configure:42794: ./conftest
configure:42794: $? = 0
configure:42805: result: yes
configure:42856: checking whether fflush works on input streams
configure:42939: result: no
configure:43009: checking whether fcntl handles F_DUPFD correctly
configure:43071: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:43071: $? = 0
configure:43071: ./conftest
configure:43071: $? = 0
configure:43081: result: yes
configure:43099: checking whether fcntl understands F_DUPFD_CLOEXEC
configure:43132: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:43132: $? = 0
configure:43132: ./conftest
configure:43132: $? = 0
configure:43150: gcc -c -g -O2 -Wall conftest.c >&5
configure:43150: $? = 0
configure:43166: result: yes
configure:43332: checking for fdatasync
configure:43332: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:43332: $? = 0
configure:43332: result: yes
configure:43462: checking whether fdopen sets errno
configure:43495: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:43495: $? = 0
configure:43495: ./conftest
configure:43495: $? = 0
configure:43506: result: yes
configure:43546: checking whether fdopendir is declared
configure:43546: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:43546: $? = 0
configure:43546: result: yes
configure:43569: checking whether fdopendir works
configure:43617: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:43617: $? = 0
configure:43617: ./conftest
configure:43617: $? = 0
configure:43627: result: yes
configure:43675: checking whether fflush works on input streams
configure:43758: result: no
configure:43814: checking for ffs
configure:43835: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:43835: $? = 0
configure:43844: result: yes
configure:43876: checking for flexible array member
configure:43904: gcc -c -g -O2 -Wall conftest.c >&5
configure:43904: $? = 0
configure:43911: result: yes
configure:43974: checking whether conversion from 'int' to 'long double' works
configure:44018: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:44018: $? = 0
configure:44018: ./conftest
configure:44018: $? = 0
configure:44029: result: yes
configure:44182: checking whether floorf is declared
configure:44182: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:44182: $? = 0
configure:44182: result: yes
configure:44221: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:44221: $? = 0
configure:44266: checking whether floorf works according to ISO C 99 with IEC 60559
configure:44342: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:44342: $? = 0
configure:44342: ./conftest
configure:44342: $? = 0
configure:44354: result: yes
configure:44437: checking whether fma can be used without linking with libm
configure:44471: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:44471: $? = 0
configure:44480: result: yes
configure:44542: checking whether fma is declared
configure:44542: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:44542: $? = 0
configure:44542: result: yes
configure:44556: checking whether fma works
configure:44685: gcc -o conftest -g -O2 -Wall  conftest.c    >&5
configure:44685: $? = 0
configure:44685: ./conftest
configure:44685: $? = 0
configure:44696: result: yes
configure:44765: checking whether fmaf can be used without linking with libm
configure:44799: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:44799: $? = 0
configure:44808: result: yes
configure:44870: checking whether fmaf is declared
configure:44870: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:44870: $? = 0
configure:44870: result: yes
configure:44884: checking whether fmaf works
configure:45014: gcc -o conftest -g -O2 -Wall  conftest.c    >&5
configure:45014: $? = 0
configure:45014: ./conftest
configure:45014: $? = 0
configure:45025: result: yes
configure:45095: checking whether fmal can be used without linking with libm
configure:45129: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:45129: $? = 0
configure:45138: result: yes
configure:45200: checking whether fmal is declared
configure:45200: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:45200: $? = 0
configure:45200: result: yes
configure:45214: checking whether fmal works
configure:45536: gcc -o conftest -g -O2 -Wall  conftest.c    >&5
configure:45536: $? = 0
configure:45536: ./conftest
configure:45536: $? = 0
configure:45547: result: yes
configure:45625: checking whether fmod works according to ISO C 99 with IEC 60559
configure:45718: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:45718: $? = 0
configure:45718: ./conftest
configure:45718: $? = 0
configure:45730: result: yes
configure:45809: checking for fmodf
configure:45809: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:478:6: warning: incompatible redeclaration of library function 'fmodf' [-Wincompatible-library-redeclaration]
char fmodf ();
     ^
conftest.c:478:6: note: 'fmodf' is a builtin with type 'float (float, float)'
1 warning generated.
configure:45809: $? = 0
configure:45809: result: yes
configure:45823: checking whether fmodf works according to ISO C 99 with IEC 60559
configure:45873: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:45873: $? = 0
configure:45873: ./conftest
configure:45873: $? = 0
configure:45885: result: yes
configure:45955: checking whether fmodl is declared
configure:45955: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:45955: $? = 0
configure:45955: result: yes
configure:45968: checking for fmodl
configure:45968: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:480:6: warning: incompatible redeclaration of library function 'fmodl' [-Wincompatible-library-redeclaration]
char fmodl ();
     ^
conftest.c:480:6: note: 'fmodl' is a builtin with type 'long double (long double, long double)'
1 warning generated.
configure:45968: $? = 0
configure:45968: result: yes
configure:45985: checking whether fmodl works according to ISO C 99 with IEC 60559
configure:46035: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:46035: $? = 0
configure:46035: ./conftest
configure:46035: $? = 0
configure:46047: result: yes
configure:46150: checking for working POSIX fnmatch
configure:46257: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:46257: $? = 0
configure:46257: ./conftest
configure:46257: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| /* end confdefs.h.  */
| #include <fnmatch.h>
|               static int
|               y (char const *pattern, char const *string, int flags)
|               {
|                 return fnmatch (pattern, string, flags) == 0;
|               }
|               static int
|               n (char const *pattern, char const *string, int flags)
|               {
|                 return fnmatch (pattern, string, flags) == FNM_NOMATCH;
|               }
| 
| int
| main ()
| {
| char const *Apat = 'A' < '\\' ? "[A-\\\\]" : "[\\\\-A]";
|               char const *apat = 'a' < '\\' ? "[a-\\\\]" : "[\\\\-a]";
|               static char const A_1[] = { 'A' - 1, 0 };
|               static char const A01[] = { 'A' + 1, 0 };
|               static char const a_1[] = { 'a' - 1, 0 };
|               static char const a01[] = { 'a' + 1, 0 };
|               static char const bs_1[] = { '\\' - 1, 0 };
|               static char const bs01[] = { '\\' + 1, 0 };
|               int result = 0;
|               if (!n ("a*", "", 0))
|                 return 1;
|               if (!y ("a*", "abc", 0))
|                 return 1;
|               if (!y ("[/b", "[/b", 0)) /*"]]"*/ /* glibc Bugzilla bug 12378 */
|                 return 1;
|               if (!n ("d*/*1", "d/s/1", FNM_PATHNAME))
|                 return 2;
|               if (!y ("a\\bc", "abc", 0))
|                 return 3;
|               if (!n ("a\\bc", "abc", FNM_NOESCAPE))
|                 return 3;
|               if (!y ("*x", ".x", 0))
|                 return 4;
|               if (!n ("*x", ".x", FNM_PERIOD))
|                 return 4;
|               if (!y (Apat, "\\", 0))
|                 return 5;
|               if (!y (Apat, "A", 0))
|                 return 5;
|               if (!y (apat, "\\", 0))
|                 return 5;
|               if (!y (apat, "a", 0))
|                 return 5;
|               if (!(n (Apat, A_1, 0) == ('A' < '\\')))
|                 return 5;
|               if (!(n (apat, a_1, 0) == ('a' < '\\')))
|                 return 5;
|               if (!(y (Apat, A01, 0) == ('A' < '\\')))
|                 return 5;
|               if (!(y (apat, a01, 0) == ('a' < '\\')))
|                 return 5;
|               if (!(y (Apat, bs_1, 0) == ('A' < '\\')))
|                 return 5;
|               if (!(y (apat, bs_1, 0) == ('a' < '\\')))
|                 return 5;
|               if (!(n (Apat, bs01, 0) == ('A' < '\\')))
|                 return 5;
|               if (!(n (apat, bs01, 0) == ('a' < '\\')))
|                 return 5;
|               #if 0
|               if (!y ("xxXX", "xXxX", FNM_CASEFOLD))
|                 result |= 8;
|               if (!y ("a++(x|yy)b", "a+xyyyyxb", FNM_EXTMATCH))
|                 result |= 16;
|               if (!n ("d*/*1", "d/s/1", FNM_FILE_NAME))
|                 result |= 32;
|               if (!y ("*", "x", FNM_FILE_NAME | FNM_LEADING_DIR))
|                 result |= 64;
|               if (!y ("x*", "x/y/z", FNM_FILE_NAME | FNM_LEADING_DIR))
|                 result |= 64;
|               if (!y ("*c*", "c/x", FNM_FILE_NAME | FNM_LEADING_DIR))
|                 result |= 64;
|               #endif
|               return result;
| 
|   ;
|   return 0;
| }
configure:46269: result: no
configure:46333: checking whether fopen recognizes a trailing slash
configure:46363: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:46363: $? = 0
configure:46363: ./conftest
configure:46363: $? = 0
configure:46375: result: yes
configure:46533: checking for nl_langinfo
configure:46533: result: yes
configure:46697: checking for ptrdiff_t
configure:46697: result: yes
configure:46753: checking whether fpurge is declared
configure:46753: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:46753: $? = 0
configure:46753: result: yes
configure:46768: checking whether fpurge works
configure:46823: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:46823: $? = 0
configure:46823: ./conftest
configure:46823: $? = 10
configure: program exited with status 10
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| 
| int
| main ()
| {
| FILE *f = fopen ("conftest.txt", "w+");
|               if (!f)
|                 return 1;
|               if (fputc ('a', f) != 'a')
|                 { fclose (f); return 2; }
|               rewind (f);
|               if (fgetc (f) != 'a')
|                 { fclose (f); return 3; }
|               if (fgetc (f) != EOF)
|                 { fclose (f); return 4; }
|               if (fpurge (f) != 0)
|                 { fclose (f); return 5; }
|               if (putc ('b', f) != 'b')
|                 { fclose (f); return 6; }
|               if (fclose (f) != 0)
|                 return 7;
|               if ((f = fopen ("conftest.txt", "r")) == NULL)
|                 return 8;
|               if (fgetc (f) != 'a')
|                 { fclose (f); return 9; }
|               if (fgetc (f) != 'b')
|                 { fclose (f); return 10; }
|               if (fgetc (f) != EOF)
|                 { fclose (f); return 11; }
|               if (fclose (f) != 0)
|                 return 12;
|               if (remove ("conftest.txt") != 0)
|                 return 13;
|               return 0;
| 
|   ;
|   return 0;
| }
configure:46834: result: no
configure:46880: checking whether free (NULL) is known to work
configure:46903: gcc -c -g -O2 -Wall conftest.c >&5
configure:46903: $? = 0
configure:46912: result: yes
configure:46942: checking whether freopen works on closed fds
configure:46972: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:46972: $? = 0
configure:46972: ./conftest
configure:46972: $? = 0
configure:46982: result: yes
configure:47052: checking whether frexp works
configure:47161: result: yes
configure:47216: checking whether frexpf can be used without linking with libm
configure:47254: result: yes
configure:47315: checking whether frexpf works
configure:47401: result: yes
configure:47475: checking whether frexpl is declared
configure:47475: result: yes
configure:47485: checking whether frexpl() can be used without linking with libm
configure:47512: result: yes
configure:47518: checking whether frexpl works
configure:47642: result: yes
configure:47729: checking for fseeko
configure:47756: result: yes
configure:47776: checking whether fflush works on input streams
configure:47859: result: no
configure:47893: checking for _fseeki64
configure:47893: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "__fseeki64", referenced from:
      _main in conftest-0f24d0.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:47893: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| /* end confdefs.h.  */
| /* Define _fseeki64 to an innocuous variant, in case <limits.h> declares _fseeki64.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _fseeki64 innocuous__fseeki64
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _fseeki64 (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _fseeki64
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _fseeki64 ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub__fseeki64 || defined __stub____fseeki64
| choke me
| #endif
| 
| int
| main ()
| {
| return _fseeki64 ();
|   ;
|   return 0;
| }
configure:47893: result: no
configure:48031: checking whether fstatat (..., 0) works
configure:48056: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:48056: $? = 0
configure:48056: ./conftest
configure:48056: $? = 0
configure:48067: result: yes
configure:48198: checking for ftello
configure:48224: result: yes
configure:48237: checking whether ftello works
configure:48326: result: yes
configure:48443: checking whether futimens works
configure:48496: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:48496: $? = 0
configure:48496: ./conftest
configure:48496: $? = 7
configure: program exited with status 7
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| /* end confdefs.h.  */
| 
| #include <fcntl.h>
| #include <sys/stat.h>
| #include <unistd.h>
| #include <errno.h>
| 
| 
| 
| #if defined _WIN32 && !defined __CYGWIN__
| #define access    _access
| #define chdir     _chdir
| #define chmod     _chmod
| #define close     _close
| #define creat     _creat
| #define dup       _dup
| #define dup2      _dup2
| #define ecvt      _ecvt
| #define execl     _execl
| #define execle    _execle
| #define execlp    _execlp
| #define execv     _execv
| #define execve    _execve
| #define execvp    _execvp
| #define execvpe   _execvpe
| #define fcloseall _fcloseall
| #define fcvt      _fcvt
| #define fdopen    _fdopen
| #define fileno    _fileno
| #define gcvt      _gcvt
| #define getcwd    _getcwd
| #define getpid    _getpid
| #define getw      _getw
| #define isatty    _isatty
| #define j0        _j0
| #define j1        _j1
| #define jn        _jn
| #define lfind     _lfind
| #define lsearch   _lsearch
| #define lseek     _lseek
| #define memccpy   _memccpy
| #define mkdir     _mkdir
| #define mktemp    _mktemp
| #define open      _open
| #define putenv    _putenv
| #define putw      _putw
| #define read      _read
| #define rmdir     _rmdir
| #define strdup    _strdup
| #define swab      _swab
| #define tempnam   _tempnam
| #define tzset     _tzset
| #define umask     _umask
| #define unlink    _unlink
| #define utime     _utime
| #define wcsdup    _wcsdup
| #define write     _write
| #define y0        _y0
| #define y1        _y1
| #define yn        _yn
| #endif
| 
| 
| int
| main ()
| {
| struct timespec ts[2];
|       int fd = creat ("conftest.file", 0600);
|       struct stat st;
|       if (fd < 0) return 1;
|       ts[0].tv_sec = 1;
|       ts[0].tv_nsec = UTIME_OMIT;
|       ts[1].tv_sec = 1;
|       ts[1].tv_nsec = UTIME_NOW;
|       errno = 0;
|       if (futimens (AT_FDCWD, NULL) == 0) return 2;
|       if (errno != EBADF) return 3;
|       if (futimens (fd, ts)) return 4;
|       sleep (1);
|       ts[0].tv_nsec = UTIME_NOW;
|       ts[1].tv_nsec = UTIME_OMIT;
|       if (futimens (fd, ts)) return 5;
|       if (fstat (fd, &st)) return 6;
|       if (st.st_ctime < st.st_atime) return 7;
| 
|   ;
|   return 0;
| }
configure:48507: result: no
configure:48548: checking for library containing getaddrinfo
configure:48579: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:48579: $? = 0
configure:48596: result: none required
configure:48609: checking for getaddrinfo
configure:48635: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:48635: $? = 0
configure:48643: result: yes
configure:48736: checking whether gai_strerror is declared
configure:48736: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:48736: $? = 0
configure:48736: result: yes
configure:48761: checking whether gai_strerrorA is declared
configure:48761: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:509:10: error: use of undeclared identifier 'gai_strerrorA'
  (void) gai_strerrorA;
         ^
1 error generated.
configure:48761: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| #include <stddef.h>
| 
| 
| int
| main ()
| {
| #ifndef gai_strerrorA
| #ifdef __cplusplus
|   (void) gai_strerrorA;
| #else
|   (void) gai_strerrorA;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:48761: result: no
configure:48785: checking for gai_strerror with POSIX signature
configure:48811: gcc -c -g -O2 -Wall conftest.c >&5
configure:48811: $? = 0
configure:48818: result: yes
configure:48834: checking for struct sockaddr.sa_len
configure:48834: gcc -c -g -O2 -Wall conftest.c >&5
configure:48834: $? = 0
configure:48834: result: yes
configure:48851: checking whether getaddrinfo is declared
configure:48851: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:48851: $? = 0
configure:48851: result: yes
configure:48876: checking whether freeaddrinfo is declared
configure:48876: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:48876: $? = 0
configure:48876: result: yes
configure:48901: checking whether getnameinfo is declared
configure:48901: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:48901: $? = 0
configure:48901: result: yes
configure:48940: checking for struct addrinfo
configure:48940: gcc -c -g -O2 -Wall conftest.c >&5
configure:48940: $? = 0
configure:48940: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:509:30: error: expected expression
if (sizeof ((struct addrinfo)))
                             ^
1 error generated.
configure:48940: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| 
| 
| int
| main ()
| {
| if (sizeof ((struct addrinfo)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:48940: result: yes
configure:49039: checking whether getcwd handles long file names properly
configure:49272: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:49272: $? = 0
configure:49272: ./conftest
configure:49272: $? = 12
configure: program exited with status 12
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| /* end confdefs.h.  */
| 
| #include <errno.h>
| #include <stdlib.h>
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #else
| # include <direct.h>
| #endif
| #include <string.h>
| #include <limits.h>
| #include <sys/stat.h>
| #include <sys/types.h>
| #include <fcntl.h>
| 
| 
| /* Arrange to define PATH_MAX, like "pathmax.h" does. */
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <limits.h>
| #if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN
| # include <sys/param.h>
| #endif
| #if !defined PATH_MAX && defined MAXPATHLEN
| # define PATH_MAX MAXPATHLEN
| #endif
| #ifdef __hpux
| # undef PATH_MAX
| # define PATH_MAX 1024
| #endif
| #if defined _WIN32 && ! defined __CYGWIN__
| # undef PATH_MAX
| # define PATH_MAX 260
| #endif
| 
| 
| #ifndef AT_FDCWD
| # define AT_FDCWD 0
| #endif
| #ifdef ENAMETOOLONG
| # define is_ENAMETOOLONG(x) ((x) == ENAMETOOLONG)
| #else
| # define is_ENAMETOOLONG(x) 0
| #endif
| 
| /* Use the getcwd function, not any macro.  */
| #undef getcwd
| 
| 
| 
| 
| #if defined _WIN32 && !defined __CYGWIN__
| #define access    _access
| #define chdir     _chdir
| #define chmod     _chmod
| #define close     _close
| #define creat     _creat
| #define dup       _dup
| #define dup2      _dup2
| #define ecvt      _ecvt
| #define execl     _execl
| #define execle    _execle
| #define execlp    _execlp
| #define execv     _execv
| #define execve    _execve
| #define execvp    _execvp
| #define execvpe   _execvpe
| #define fcloseall _fcloseall
| #define fcvt      _fcvt
| #define fdopen    _fdopen
| #define fileno    _fileno
| #define gcvt      _gcvt
| #define getcwd    _getcwd
| #define getpid    _getpid
| #define getw      _getw
| #define isatty    _isatty
| #define j0        _j0
| #define j1        _j1
| #define jn        _jn
| #define lfind     _lfind
| #define lsearch   _lsearch
| #define lseek     _lseek
| #define memccpy   _memccpy
| #define mkdir     _mkdir
| #define mktemp    _mktemp
| #define open      _open
| #define putenv    _putenv
| #define putw      _putw
| #define read      _read
| #define rmdir     _rmdir
| #define strdup    _strdup
| #define swab      _swab
| #define tempnam   _tempnam
| #define tzset     _tzset
| #define umask     _umask
| #define unlink    _unlink
| #define utime     _utime
| #define wcsdup    _wcsdup
| #define write     _write
| #define y0        _y0
| #define y1        _y1
| #define yn        _yn
| #endif
| 
| 
| 
| #ifndef S_IRWXU
| # define S_IRWXU 0700
| #endif
| 
| /* The length of this name must be 8.  */
| #define DIR_NAME "confdir3"
| #define DIR_NAME_LEN 8
| #define DIR_NAME_SIZE (DIR_NAME_LEN + 1)
| 
| /* The length of "../".  */
| #define DOTDOTSLASH_LEN 3
| 
| /* Leftover bytes in the buffer, to work around library or OS bugs.  */
| #define BUF_SLOP 20
| 
| int
| main ()
| {
| #ifndef PATH_MAX
|   /* The Hurd doesn't define this, so getcwd can't exhibit the bug --
|      at least not on a local file system.  And if we were to start worrying
|      about remote file systems, we'd have to enable the wrapper function
|      all of the time, just to be safe.  That's not worth the cost.  */
|   exit (0);
| #elif ((INT_MAX / (DIR_NAME_SIZE / DOTDOTSLASH_LEN + 1)         - DIR_NAME_SIZE - BUF_SLOP)        <= PATH_MAX)
|   /* FIXME: Assuming there's a system for which this is true,
|      this should be done in a compile test.  */
|   exit (0);
| #else
|   char buf[PATH_MAX * (DIR_NAME_SIZE / DOTDOTSLASH_LEN + 1)
|            + DIR_NAME_SIZE + BUF_SLOP];
|   char *cwd = getcwd (buf, PATH_MAX);
|   size_t initial_cwd_len;
|   size_t cwd_len;
|   int fail = 0;
|   size_t n_chdirs = 0;
| 
|   if (cwd == NULL)
|     exit (10);
| 
|   cwd_len = initial_cwd_len = strlen (cwd);
| 
|   while (1)
|     {
|       size_t dotdot_max = PATH_MAX * (DIR_NAME_SIZE / DOTDOTSLASH_LEN);
|       char *c = NULL;
| 
|       cwd_len += DIR_NAME_SIZE;
|       /* If mkdir or chdir fails, it could be that this system cannot create
|          any file with an absolute name longer than PATH_MAX, such as cygwin.
|          If so, leave fail as 0, because the current working directory can't
|          be too long for getcwd if it can't even be created.  On Linux with
|          the 9p file system, mkdir fails with error EINVAL when cwd_len gets
|          too long; ignore this failure because the getcwd() system call
|          produces good results whereas the gnulib substitute calls getdents64
|          which fails with error EPROTO.
|          For other errors, be pessimistic and consider that as a failure,
|          too.  */
|       if (mkdir (DIR_NAME, S_IRWXU) < 0 || chdir (DIR_NAME) < 0)
|         {
|           if (! (errno == ERANGE || is_ENAMETOOLONG (errno)))
|             #ifdef __linux__
|             if (! (errno == EINVAL))
|             #endif
|               fail = 20;
|           break;
|         }
| 
|       if (PATH_MAX <= cwd_len && cwd_len < PATH_MAX + DIR_NAME_SIZE)
|         {
|           struct stat sb;
| 
|           c = getcwd (buf, PATH_MAX);
|           if (!c && errno == ENOENT)
|             {
|               fail = 11;
|               break;
|             }
|           if (c)
|             {
|               fail = 31;
|               break;
|             }
|           if (! (errno == ERANGE || is_ENAMETOOLONG (errno)))
|             {
|               fail = 21;
|               break;
|             }
| 
|           /* Our replacement needs to be able to stat() long ../../paths,
|              so generate a path larger than PATH_MAX to check,
|              avoiding the replacement if we can't stat().  */
|           c = getcwd (buf, cwd_len + 1);
|           if (c && !AT_FDCWD && stat (c, &sb) != 0 && is_ENAMETOOLONG (errno))
|             {
|               fail = 32;
|               break;
|             }
|         }
| 
|       if (dotdot_max <= cwd_len - initial_cwd_len)
|         {
|           if (dotdot_max + DIR_NAME_SIZE < cwd_len - initial_cwd_len)
|             break;
|           c = getcwd (buf, cwd_len + 1);
|           if (!c)
|             {
|               if (! (errno == ERANGE || errno == ENOENT
|                      || is_ENAMETOOLONG (errno)))
|                 {
|                   fail = 22;
|                   break;
|                 }
|               if (AT_FDCWD || errno == ERANGE || errno == ENOENT)
|                 {
|                   fail = 12;
|                   break;
|                 }
|             }
|         }
| 
|       if (c && strlen (c) != cwd_len)
|         {
|           fail = 23;
|           break;
|         }
|       ++n_chdirs;
|     }
| 
|   /* Leaving behind such a deep directory is not polite.
|      So clean up here, right away, even though the driving
|      shell script would also clean up.  */
|   {
|     size_t i;
| 
|     /* Try rmdir first, in case the chdir failed.  */
|     rmdir (DIR_NAME);
|     for (i = 0; i <= n_chdirs; i++)
|       {
|         if (chdir ("..") < 0)
|           break;
|         if (rmdir (DIR_NAME) != 0)
|           break;
|       }
|   }
| 
|   exit (fail);
| #endif
| }
| 
configure:49288: result: no, but it is partly working
configure:49299: checking for getpagesize
configure:49316: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:49316: $? = 0
configure:49325: result: yes
configure:49336: checking whether getcwd succeeds when 4k < cwd_length < 16k
configure:49473: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:49473: $? = 0
configure:49473: ./conftest
configure:49473: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h.  */
| 
| #include <errno.h>
| #include <stdlib.h>
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #else /* on Windows with MSVC */
| # include <direct.h>
| #endif
| #include <string.h>
| #include <sys/stat.h>
| 
| 
| /* Arrange to define PATH_MAX, like "pathmax.h" does. */
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <limits.h>
| #if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN
| # include <sys/param.h>
| #endif
| #if !defined PATH_MAX && defined MAXPATHLEN
| # define PATH_MAX MAXPATHLEN
| #endif
| #ifdef __hpux
| # undef PATH_MAX
| # define PATH_MAX 1024
| #endif
| #if defined _WIN32 && ! defined __CYGWIN__
| # undef PATH_MAX
| # define PATH_MAX 260
| #endif
| 
| 
| 
| 
| #if defined _WIN32 && !defined __CYGWIN__
| #define access    _access
| #define chdir     _chdir
| #define chmod     _chmod
| #define close     _close
| #define creat     _creat
| #define dup       _dup
| #define dup2      _dup2
| #define ecvt      _ecvt
| #define execl     _execl
| #define execle    _execle
| #define execlp    _execlp
| #define execv     _execv
| #define execve    _execve
| #define execvp    _execvp
| #define execvpe   _execvpe
| #define fcloseall _fcloseall
| #define fcvt      _fcvt
| #define fdopen    _fdopen
| #define fileno    _fileno
| #define gcvt      _gcvt
| #define getcwd    _getcwd
| #define getpid    _getpid
| #define getw      _getw
| #define isatty    _isatty
| #define j0        _j0
| #define j1        _j1
| #define jn        _jn
| #define lfind     _lfind
| #define lsearch   _lsearch
| #define lseek     _lseek
| #define memccpy   _memccpy
| #define mkdir     _mkdir
| #define mktemp    _mktemp
| #define open      _open
| #define putenv    _putenv
| #define putw      _putw
| #define read      _read
| #define rmdir     _rmdir
| #define strdup    _strdup
| #define swab      _swab
| #define tempnam   _tempnam
| #define tzset     _tzset
| #define umask     _umask
| #define unlink    _unlink
| #define utime     _utime
| #define wcsdup    _wcsdup
| #define write     _write
| #define y0        _y0
| #define y1        _y1
| #define yn        _yn
| #endif
| 
| 
| 
| #ifndef S_IRWXU
| # define S_IRWXU 0700
| #endif
| 
| /* FIXME: skip the run-test altogether on systems without getpagesize.  */
| #if ! HAVE_GETPAGESIZE
| # define getpagesize() 0
| #endif
| 
| /* This size is chosen to be larger than PATH_MAX (4k), yet smaller than
|    the 16kB pagesize on ia64 linux.  Those conditions make the code below
|    trigger a bug in glibc's getcwd implementation before 2.4.90-10.  */
| #define TARGET_LEN (5 * 1024)
| 
| int
| main ()
| {
|   char *cwd;
|   size_t initial_cwd_len;
|   int fail = 0;
| 
|   /* The bug is triggered when PATH_MAX < getpagesize (), so skip
|      this relatively expensive and invasive test if that's not true.  */
| #ifdef PATH_MAX
|   int bug_possible = PATH_MAX < getpagesize ();
| #else
|   int bug_possible = 0;
| #endif
|   if (! bug_possible)
|     return 0;
| 
|   cwd = getcwd (NULL, 0);
|   if (cwd == NULL)
|     return 2;
| 
|   initial_cwd_len = strlen (cwd);
|   free (cwd);
| 
|   if (1)
|     {
|       static char const dir_name[] = "confdir-14B---";
|       size_t desired_depth = ((TARGET_LEN - 1 - initial_cwd_len)
|                               / sizeof dir_name);
|       size_t d;
|       for (d = 0; d < desired_depth; d++)
|         {
|           if (mkdir (dir_name, S_IRWXU) < 0 || chdir (dir_name) < 0)
|             {
|               if (! (errno == ERANGE || errno == ENAMETOOLONG
|                      || errno == ENOENT))
|                 fail = 3; /* Unable to construct deep hierarchy.  */
|               break;
|             }
|         }
| 
|       /* If libc has the bug in question, this invocation of getcwd
|          results in a failed assertion.  */
|       cwd = getcwd (NULL, 0);
|       if (cwd == NULL)
|         fail = 4; /* getcwd didn't assert, but it failed for a long name
|                      where the answer could have been learned.  */
|       free (cwd);
| 
|       /* Call rmdir first, in case the above chdir failed.  */
|       rmdir (dir_name);
|       while (0 < d--)
|         {
|           if (chdir ("..") < 0)
|             {
|               fail = 5;
|               break;
|             }
|           rmdir (dir_name);
|         }
|     }
| 
|   return fail;
| }
| 
configure:49490: result: no
configure:49621: checking for working getdelim function
configure:49688: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:49688: $? = 0
configure:49688: ./conftest
configure:49688: $? = 0
configure:49699: result: yes
configure:49772: checking whether getdtablesize works
configure:49810: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:49810: $? = 0
configure:49810: ./conftest
configure:49810: $? = 0
configure:49823: result: yes
configure:49866: checking for getgroups
configure:49866: result: yes
configure:49921: checking for working getgroups
configure:49961: result: yes
configure:49989: checking whether getgroups handles negative values
configure:50020: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:50020: $? = 0
configure:50020: ./conftest
configure:50020: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| int size = getgroups (0, 0);
|             gid_t *list = malloc (size * sizeof *list);
|             int result = getgroups (-1, list) != -1;
|             free (list);
|             return result;
|   ;
|   return 0;
| }
configure:50030: result: no
configure:50100: checking for gethostname
configure:50100: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:50100: $? = 0
configure:50100: result: yes
configure:50159: checking for HOST_NAME_MAX
configure:50185: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:50185: $? = 0
configure:50185: ./conftest
configure:50185: $? = 0
configure:50207: result: 256
configure:50268: checking for getline
configure:50268: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:50268: $? = 0
configure:50268: result: yes
configure:50276: checking for working getline function
configure:50343: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:50343: $? = 0
configure:50343: ./conftest
configure:50343: $? = 0
configure:50354: result: yes
configure:50454: checking whether getlogin_r works with small buffers
configure:50501: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:50501: $? = 0
configure:50501: ./conftest
configure:50501: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| /* end confdefs.h.  */
| 
| #include <stddef.h>
| #include <string.h>
| #include <unistd.h>
| #if !HAVE_DECL_GETLOGIN_R
| extern
| # ifdef __cplusplus
| "C"
| # endif
| int getlogin_r (char *, size_t);
| #endif
| int
| main (void)
| {
|   int result = 0;
|   char buf[100];
| 
|   if (getlogin_r (buf, 0) == 0)
|     result |= 1;
|   if (getlogin_r (buf, 1) == 0)
|     result |= 2;
|   if (getlogin_r (buf, 100) == 0)
|     {
|       size_t n = strlen (buf);
|       if (getlogin_r (buf, n) == 0)
|         result |= 4;
|     }
|   return result;
| }
configure:50512: result: no
configure:50652: checking whether program_invocation_name is declared
configure:50652: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:523:10: error: use of undeclared identifier 'program_invocation_name'
  (void) program_invocation_name;
         ^
1 error generated.
configure:50652: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| /* end confdefs.h.  */
| #include <errno.h>
| 
| int
| main ()
| {
| #ifndef program_invocation_name
| #ifdef __cplusplus
|   (void) program_invocation_name;
| #else
|   (void) program_invocation_name;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:50652: result: no
configure:50667: checking whether program_invocation_short_name is declared
configure:50667: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:524:10: error: use of undeclared identifier 'program_invocation_short_name'
  (void) program_invocation_short_name;
         ^
1 error generated.
configure:50667: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| /* end confdefs.h.  */
| #include <errno.h>
| 
| int
| main ()
| {
| #ifndef program_invocation_short_name
| #ifdef __cplusplus
|   (void) program_invocation_short_name;
| #else
|   (void) program_invocation_short_name;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:50667: result: no
configure:50682: checking whether __argv is declared
configure:50682: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:525:10: error: use of undeclared identifier '__argv'
  (void) __argv;
         ^
1 error generated.
configure:50682: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| /* end confdefs.h.  */
| #include <stdlib.h>
| 
| int
| main ()
| {
| #ifndef __argv
| #ifdef __cplusplus
|   (void) __argv;
| #else
|   (void) __argv;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:50682: result: no
configure:50702: checking whether __progname is defined in default libraries
configure:50721: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:50721: $? = 0
configure:50730: result: yes
configure:51016: checking for gettimeofday with POSIX signature
configure:51044: gcc -c -g -O2 -Wall conftest.c >&5
configure:51044: $? = 0
configure:51069: result: yes
configure:51125: checking for GNU glob interface version 1 or 2
configure:51135: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:525:10: fatal error: 'gnu-versions.h' file not found
#include <gnu-versions.h>
         ^~~~~~~~~~~~~~~~
1 error generated.
configure:51135: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| #include <gnu-versions.h>
| char a[_GNU_GLOB_INTERFACE_VERSION == 1 || _GNU_GLOB_INTERFACE_VERSION == 2 ? 1 : -1];
configure:51142: result: no
configure:51292: checking for grantpt
configure:51309: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:51309: $? = 0
configure:51318: result: yes
configure:51369: checking for group_member
configure:51369: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_group_member", referenced from:
      _main in conftest-dc804c.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:51369: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| /* end confdefs.h.  */
| /* Define group_member to an innocuous variant, in case <limits.h> declares group_member.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define group_member innocuous_group_member
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char group_member (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef group_member
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char group_member ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_group_member || defined __stub___group_member
| choke me
| #endif
| 
| int
| main ()
| {
| return group_member ();
|   ;
|   return 0;
| }
configure:51369: result: no
configure:51416: checking for library containing gethostbyname
configure:51464: result: none required
configure:51478: checking for gethostbyname
configure:51478: result: yes
configure:51546: checking whether hypot works according to ISO C 99 with IEC 60559
configure:51598: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:51598: $? = 0
configure:51598: ./conftest
configure:51598: $? = 0
configure:51610: result: yes
configure:51684: checking for hypotf
configure:51684: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:553:6: warning: incompatible redeclaration of library function 'hypotf' [-Wincompatible-library-redeclaration]
char hypotf ();
     ^
conftest.c:553:6: note: 'hypotf' is a builtin with type 'float (float, float)'
1 warning generated.
configure:51684: $? = 0
configure:51684: result: yes
configure:51701: checking whether hypotf works
configure:51747: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:51747: $? = 0
configure:51747: ./conftest
configure:51747: $? = 0
configure:51758: result: yes
configure:51769: checking whether hypotf works according to ISO C 99 with IEC 60559
configure:51821: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:51821: $? = 0
configure:51821: ./conftest
configure:51821: $? = 0
configure:51833: result: yes
configure:51906: checking for hypotl
configure:51906: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:555:6: warning: incompatible redeclaration of library function 'hypotl' [-Wincompatible-library-redeclaration]
char hypotl ();
     ^
conftest.c:555:6: note: 'hypotl' is a builtin with type 'long double (long double, long double)'
1 warning generated.
configure:51906: $? = 0
configure:51906: result: yes
configure:51923: checking whether hypotl works
configure:51972: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:51972: $? = 0
configure:51972: ./conftest
configure:51972: $? = 0
configure:51983: result: yes
configure:51994: checking whether hypotl works according to ISO C 99 with IEC 60559
configure:52046: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:52046: $? = 0
configure:52046: ./conftest
configure:52046: $? = 0
configure:52058: result: yes
configure:52314: checking whether iconv supports conversion between UTF-8 and UTF-{16,32}{BE,LE}
configure:52526: gcc -o conftest -g -O2 -Wall  conftest.c  -liconv >&5
configure:52526: $? = 0
configure:52526: ./conftest
configure:52526: $? = 0
configure:52538: result: yes
configure:52613: checking whether ilogb can be used without linking with libm
configure:52642: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:52642: $? = 0
configure:52651: result: yes
configure:52712: checking whether ilogb works
configure:52786: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:52786: $? = 0
configure:52786: ./conftest
configure:52786: $? = 0
configure:52797: result: yes
configure:52860: checking whether ilogbf can be used without linking with libm
configure:52889: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:52889: $? = 0
configure:52898: result: yes
configure:52959: checking whether ilogbf works
configure:53027: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:53027: $? = 0
configure:53027: ./conftest
configure:53027: $? = 0
configure:53038: result: yes
configure:53100: checking for ilogbl
configure:53123: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:53123: $? = 0
configure:53132: result: yes
configure:53141: checking whether ilogbl works
configure:53206: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:53206: $? = 0
configure:53206: ./conftest
configure:53206: $? = 0
configure:53217: result: yes
configure:53315: checking whether <inttypes.h> defines imaxdiv_t
configure:53346: result: yes
configure:53432: checking for library containing inet_ntop
configure:53480: result: none required
configure:53512: checking whether inet_ntop is declared
configure:53512: result: yes
configure:53616: checking for library containing inet_pton
configure:53647: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:53647: $? = 0
configure:53664: result: none required
configure:53696: checking whether inet_pton is declared
configure:53696: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:53696: $? = 0
configure:53696: result: yes
configure:53745: checking whether the compiler generally respects inline
configure:53766: gcc -c -g -O2 -Wall conftest.c >&5
configure:53766: $? = 0
configure:53775: result: yes
configure:53805: gcc -c -g -O2 -Wall conftest.c >&5
configure:53805: $? = 0
configure:53842: checking whether INT32_MAX < INTMAX_MAX
configure:53874: gcc -c -g -O2 -Wall conftest.c >&5
configure:53874: $? = 0
configure:53881: result: yes
configure:53892: checking whether INT64_MAX == LONG_MAX
configure:53924: gcc -c -g -O2 -Wall conftest.c >&5
configure:53924: $? = 0
configure:53931: result: yes
configure:53944: checking whether UINT32_MAX < UINTMAX_MAX
configure:53976: gcc -c -g -O2 -Wall conftest.c >&5
configure:53976: $? = 0
configure:53983: result: yes
configure:53994: checking whether UINT64_MAX == ULONG_MAX
configure:54026: gcc -c -g -O2 -Wall conftest.c >&5
configure:54026: $? = 0
configure:54033: result: yes
configure:54057: checking for ioctl
configure:54057: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:54057: $? = 0
configure:54057: result: yes
configure:54066: checking for ioctl with POSIX signature
configure:54091: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:552:19: error: conflicting types for 'ioctl'
              int ioctl (int, int, ...);
                  ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/ioctl.h:97:9: note: previous declaration is here
int     ioctl(int, unsigned long, ...);
        ^
1 error generated.
configure:54091: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| /* end confdefs.h.  */
| #include <sys/ioctl.h>
|               /* On some platforms, ioctl() is declared in <unistd.h>.  */
|               #include <unistd.h>
| 
| int
| main ()
| {
| extern
|               #ifdef __cplusplus
|               "C"
|               #endif
|               int ioctl (int, int, ...);
| 
|   ;
|   return 0;
| }
| 
configure:54099: result: no
configure:54209: checking whether isfinite is declared
configure:54209: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:54209: $? = 0
configure:54209: result: yes
configure:54244: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:54244: $? = 0
configure:54258: checking whether isfinite(long double) works
configure:54375: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:54375: $? = 0
configure:54375: ./conftest
configure:54375: $? = 0
configure:54386: result: yes
configure:54434: checking whether isinf is declared
configure:54434: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:54434: $? = 0
configure:54434: result: yes
configure:54473: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:54473: $? = 0
configure:54487: checking whether isinf(long double) works
configure:54625: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:54625: $? = 0
configure:54625: ./conftest
configure:54625: $? = 0
configure:54636: result: yes
configure:54688: checking whether isnan macro works
configure:54693: result: yes
configure:54735: checking whether isnan(double) can be used without linking with libm
configure:54769: result: yes
configure:54862: checking whether isnan(double) can be used without linking with libm
configure:54896: result: yes
configure:54925: checking whether isnan(float) can be used without linking with libm
configure:54959: result: yes
configure:55015: checking whether isnan(float) works
configure:55112: result: yes
configure:55271: checking whether isnan(float) can be used without linking with libm
configure:55305: result: yes
configure:55312: checking whether isnan(float) works
configure:55409: result: yes
configure:55554: checking whether isnan(long double) can be used without linking with libm
configure:55588: result: yes
configure:55645: checking whether isnanl works
configure:55799: result: yes
configure:55994: checking whether isnan(long double) can be used without linking with libm
configure:56028: result: yes
configure:56037: checking whether isnanl works
configure:56191: result: yes
configure:56369: checking whether iswblank is declared
configure:56369: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:56369: $? = 0
configure:56369: result: yes
configure:56479: checking whether iswdigit is ISO C compliant
configure:56575: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:56575: $? = 0
configure:56575: ./conftest
configure:56575: $? = 0
configure:56587: result: yes
configure:56636: checking whether iswxdigit is ISO C compliant
configure:56724: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:56724: $? = 0
configure:56724: ./conftest
configure:56724: $? = 0
configure:56736: result: yes
configure:56888: checking whether langinfo.h defines CODESET
configure:56906: gcc -c -g -O2 -Wall conftest.c >&5
configure:56906: $? = 0
configure:56914: result: yes
configure:56919: checking whether langinfo.h defines T_FMT_AMPM
configure:56937: gcc -c -g -O2 -Wall conftest.c >&5
configure:56937: $? = 0
configure:56945: result: yes
configure:56950: checking whether langinfo.h defines ALTMON_1
configure:56968: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:561:9: error: use of undeclared identifier 'ALTMON_1'
int a = ALTMON_1;
        ^
1 error generated.
configure:56968: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| /* end confdefs.h.  */
| #include <langinfo.h>
| int a = ALTMON_1;
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:56976: result: no
configure:56981: checking whether langinfo.h defines ERA
configure:56999: gcc -c -g -O2 -Wall conftest.c >&5
configure:56999: $? = 0
configure:57007: result: yes
configure:57012: checking whether langinfo.h defines YESEXPR
configure:57030: gcc -c -g -O2 -Wall conftest.c >&5
configure:57030: $? = 0
configure:57038: result: yes
configure:57105: checking for lchown
configure:57105: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:57105: $? = 0
configure:57105: result: yes
configure:57215: checking whether ldexpf can be used without linking with libm
configure:57253: result: yes
configure:57348: checking whether ldexpl is declared
configure:57348: result: yes
configure:57360: checking whether ldexpl() can be used without linking with libm
configure:57387: result: yes
configure:57433: checking whether ldexpl works
configure:57487: result: yes
configure:57549: checking whether the compiler supports the __inline keyword
configure:57566: gcc -c -g -O2 -Wall conftest.c >&5
configure:57566: $? = 0
configure:57573: result: yes
configure:57588: checking whether link obeys POSIX
configure:57634: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:57634: $? = 0
configure:57634: ./conftest
configure:57634: $? = 2
configure: program exited with status 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| /* end confdefs.h.  */
| #include <unistd.h>
|              #include <stdio.h>
| 
| int
| main ()
| {
| int result = 0;
|              if (!link ("conftest.a", "conftest.b/"))
|                result |= 1;
| #if HAVE_LSTAT
|              if (!link ("conftest.lnk/", "conftest.b"))
|                result |= 2;
|              if (rename ("conftest.a", "conftest.b"))
|                result |= 4;
|              if (!link ("conftest.b", "conftest.lnk"))
|                result |= 8;
| #endif
|              return result;
| 
|   ;
|   return 0;
| }
configure:57645: result: no
configure:57685: checking for __xpg4
configure:57701: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "___xpg4", referenced from:
      _main in conftest-5612d8.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:57701: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| /* end confdefs.h.  */
| extern int __xpg4;
| int
| main ()
| {
| return __xpg4;
|   ;
|   return 0;
| }
configure:57710: result: no
configure:57715: checking whether link(2) dereferences a symlink
configure:57773: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:57773: $? = 0
configure:57773: ./conftest
configure:57773: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| /* end confdefs.h.  */
| 
| #       include <sys/types.h>
| #       include <sys/stat.h>
| #       include <unistd.h>
| #       include <stdlib.h>
| 
| #       define SAME_INODE(Stat_buf_1, Stat_buf_2)           ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino            && (Stat_buf_1).st_dev == (Stat_buf_2).st_dev)
| 
|         int
|         main ()
|         {
|           const char *file = "conftest.file";
|           const char *sym = "conftest.sym";
|           const char *hard = "conftest.hard";
|           struct stat sb_file, sb_hard;
| 
|           /* Create a symlink to the regular file. */
|           if (symlink (file, sym))
|             return 2;
| 
|           /* Create a hard link to that symlink.  */
|           if (link (sym, hard))
|             return 3;
| 
|           if (lstat (hard, &sb_hard))
|             return 4;
|           if (lstat (file, &sb_file))
|             return 5;
| 
|           /* If the dev/inode of hard and file are the same, then
|              the link call followed the symlink.  */
|           return SAME_INODE (sb_hard, sb_file) ? 1 : 0;
|         }
| 
configure:57785: result: yes
configure:57810: checking whether linkat() can link symlinks
configure:57838: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:57838: $? = 0
configure:57838: ./conftest
configure:57838: $? = 0
configure:57850: result: yes
configure:57858: checking whether linkat handles trailing slash correctly
configure:57928: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:57928: $? = 0
configure:57928: ./conftest
configure:57928: $? = 16
configure: program exited with status 16
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| /* end confdefs.h.  */
| #include <unistd.h>
|               #include <fcntl.h>
|               #include <errno.h>
|               #include <stdio.h>
| 
| 
| 
| #if defined _WIN32 && !defined __CYGWIN__
| #define access    _access
| #define chdir     _chdir
| #define chmod     _chmod
| #define close     _close
| #define creat     _creat
| #define dup       _dup
| #define dup2      _dup2
| #define ecvt      _ecvt
| #define execl     _execl
| #define execle    _execle
| #define execlp    _execlp
| #define execv     _execv
| #define execve    _execve
| #define execvp    _execvp
| #define execvpe   _execvpe
| #define fcloseall _fcloseall
| #define fcvt      _fcvt
| #define fdopen    _fdopen
| #define fileno    _fileno
| #define gcvt      _gcvt
| #define getcwd    _getcwd
| #define getpid    _getpid
| #define getw      _getw
| #define isatty    _isatty
| #define j0        _j0
| #define j1        _j1
| #define jn        _jn
| #define lfind     _lfind
| #define lsearch   _lsearch
| #define lseek     _lseek
| #define memccpy   _memccpy
| #define mkdir     _mkdir
| #define mktemp    _mktemp
| #define open      _open
| #define putenv    _putenv
| #define putw      _putw
| #define read      _read
| #define rmdir     _rmdir
| #define strdup    _strdup
| #define swab      _swab
| #define tempnam   _tempnam
| #define tzset     _tzset
| #define umask     _umask
| #define unlink    _unlink
| #define utime     _utime
| #define wcsdup    _wcsdup
| #define write     _write
| #define y0        _y0
| #define y1        _y1
| #define yn        _yn
| #endif
| 
| 
| int
| main ()
| {
| int result;
|               int fd;
|               /* Create a regular file.  */
|               fd = open ("conftest.a", O_CREAT | O_EXCL | O_WRONLY, 0600);
|               if (fd < 0)
|                 return 1;
|               if (write (fd, "hello", 5) < 5)
|                 return 2;
|               if (close (fd) < 0)
|                 return 3;
|               /* Test whether hard links are supported on the current
|                  device.  */
|               if (linkat (AT_FDCWD, "conftest.a", AT_FDCWD, "conftest.b",
|                           AT_SYMLINK_FOLLOW) < 0)
|                 return 0;
|               result = 0;
|               /* Test whether a trailing "/" is treated like "/.".  */
|               if (linkat (AT_FDCWD, "conftest.a/", AT_FDCWD, "conftest.c",
|                           AT_SYMLINK_FOLLOW) == 0)
|                 result |= 4;
|               if (linkat (AT_FDCWD, "conftest.a", AT_FDCWD, "conftest.d/",
|                           AT_SYMLINK_FOLLOW) == 0)
|                 result |= 8;
| 
|               /* On Mac OS X 10.13 a trailing "/" will cause the second path to be
|                  dereferenced, and thus will succeed on a dangling symlink.  */
|               if (symlink ("conftest.e", "conftest.s") == 0)
|                 {
|                   if (linkat (AT_FDCWD, "conftest.a", AT_FDCWD, "conftest.s/",
|                       AT_SYMLINK_FOLLOW) == 0)
|                     result |= 16;
|                 }
| 
|               return result;
| 
|   ;
|   return 0;
| }
configure:57939: result: no
configure:58055: checking whether locale.h conforms to POSIX:2001
configure:58080: result: yes
configure:58083: checking whether struct lconv is properly defined
configure:58110: result: yes
configure:58347: checking for pthread_rwlock_t
configure:58347: gcc -c -g -O2 -Wall conftest.c >&5
configure:58347: $? = 0
configure:58347: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:581:31: error: expected expression
if (sizeof ((pthread_rwlock_t)))
                              ^
1 error generated.
configure:58347: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| /* end confdefs.h.  */
| #include <pthread.h>
| 
| int
| main ()
| {
| if (sizeof ((pthread_rwlock_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:58347: result: yes
configure:58359: checking whether pthread_rwlock_rdlock prefers a writer to a reader
configure:58502: gcc -o conftest -g -O2 -Wall  conftest.c  -lpthread >&5
configure:58502: $? = 0
configure:58502: ./conftest
configure:58502: $? = 0
configure:58514: result: yes
configure:58548: gcc -c -g -O2 -Wall conftest.c >&5
configure:58548: $? = 0
configure:58612: checking whether log10 works
configure:58643: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:58643: $? = 0
configure:58643: ./conftest
configure:58643: $? = 0
configure:58654: result: yes
configure:58665: checking whether log10 works according to ISO C 99 with IEC 60559
configure:58714: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:58714: $? = 0
configure:58714: ./conftest
configure:58714: $? = 0
configure:58726: result: yes
configure:58777: checking for log10f
configure:58777: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:605:6: warning: incompatible redeclaration of library function 'log10f' [-Wincompatible-library-redeclaration]
char log10f ();
     ^
conftest.c:605:6: note: 'log10f' is a builtin with type 'float (float)'
1 warning generated.
configure:58777: $? = 0
configure:58777: result: yes
configure:58794: checking whether log10f works
configure:58825: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:58825: $? = 0
configure:58825: ./conftest
configure:58825: $? = 0
configure:58836: result: yes
configure:58847: checking whether log10f works according to ISO C 99 with IEC 60559
configure:58896: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:58896: $? = 0
configure:58896: ./conftest
configure:58896: $? = 0
configure:58908: result: yes
configure:58979: checking whether log10l is declared
configure:58979: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:58979: $? = 0
configure:58979: result: yes
configure:58992: checking for log10l
configure:58992: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:607:6: warning: incompatible redeclaration of library function 'log10l' [-Wincompatible-library-redeclaration]
char log10l ();
     ^
conftest.c:607:6: note: 'log10l' is a builtin with type 'long double (long double)'
1 warning generated.
configure:58992: $? = 0
configure:58992: result: yes
configure:59009: checking whether log10l works
configure:59105: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:59105: $? = 0
configure:59105: ./conftest
configure:59105: $? = 0
configure:59116: result: yes
configure:59199: checking for log1p
configure:59199: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:609:6: warning: incompatible redeclaration of library function 'log1p' [-Wincompatible-library-redeclaration]
char log1p ();
     ^
conftest.c:609:6: note: 'log1p' is a builtin with type 'double (double)'
1 warning generated.
configure:59199: $? = 0
configure:59199: result: yes
configure:59213: checking whether log1p works according to ISO C 99 with IEC 60559
configure:59290: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:59290: $? = 0
configure:59290: ./conftest
configure:59290: $? = 0
configure:59302: result: yes
configure:59374: checking for log1pf
configure:59374: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:611:6: warning: incompatible redeclaration of library function 'log1pf' [-Wincompatible-library-redeclaration]
char log1pf ();
     ^
conftest.c:611:6: note: 'log1pf' is a builtin with type 'float (float)'
1 warning generated.
configure:59374: $? = 0
configure:59374: result: yes
configure:59391: checking whether log1pf works
configure:59422: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:59422: $? = 0
configure:59422: ./conftest
configure:59422: $? = 0
configure:59433: result: yes
configure:59444: checking whether log1pf works according to ISO C 99 with IEC 60559
configure:59521: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:59521: $? = 0
configure:59521: ./conftest
configure:59521: $? = 0
configure:59533: result: yes
configure:59592: checking for log1pl
configure:59592: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:613:6: warning: incompatible redeclaration of library function 'log1pl' [-Wincompatible-library-redeclaration]
char log1pl ();
     ^
conftest.c:613:6: note: 'log1pl' is a builtin with type 'long double (long double)'
1 warning generated.
configure:59592: $? = 0
configure:59592: result: yes
configure:59606: checking whether log1pl works according to ISO C 99 with IEC 60559
configure:59688: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:59688: $? = 0
configure:59688: ./conftest
configure:59688: $? = 0
configure:59700: result: yes
configure:59782: checking for log2
configure:59782: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:615:6: warning: incompatible redeclaration of library function 'log2' [-Wincompatible-library-redeclaration]
char log2 ();
     ^
conftest.c:615:6: note: 'log2' is a builtin with type 'double (double)'
1 warning generated.
configure:59782: $? = 0
configure:59782: result: yes
configure:59794: checking whether log2 is declared
configure:59794: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:59794: $? = 0
configure:59794: result: yes
configure:59807: checking whether log2 works
configure:59852: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:59852: $? = 0
configure:59852: ./conftest
configure:59852: $? = 0
configure:59863: result: yes
configure:59874: checking whether log2 works according to ISO C 99 with IEC 60559
configure:59930: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:59930: $? = 0
configure:59930: ./conftest
configure:59930: $? = 0
configure:59942: result: yes
configure:60023: checking for log2f
configure:60023: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:617:6: warning: incompatible redeclaration of library function 'log2f' [-Wincompatible-library-redeclaration]
char log2f ();
     ^
conftest.c:617:6: note: 'log2f' is a builtin with type 'float (float)'
1 warning generated.
configure:60023: $? = 0
configure:60023: result: yes
configure:60035: checking whether log2f is declared
configure:60035: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:60035: $? = 0
configure:60035: result: yes
configure:60048: checking whether log2f works
configure:60093: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:60093: $? = 0
configure:60093: ./conftest
configure:60093: $? = 0
configure:60104: result: yes
configure:60115: checking whether log2f works according to ISO C 99 with IEC 60559
configure:60171: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:60171: $? = 0
configure:60171: ./conftest
configure:60171: $? = 0
configure:60183: result: yes
configure:60263: checking for log2l
configure:60263: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:619:6: warning: incompatible redeclaration of library function 'log2l' [-Wincompatible-library-redeclaration]
char log2l ();
     ^
conftest.c:619:6: note: 'log2l' is a builtin with type 'long double (long double)'
1 warning generated.
configure:60263: $? = 0
configure:60263: result: yes
configure:60276: checking whether log2l is declared
configure:60276: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:60276: $? = 0
configure:60276: result: yes
configure:60289: checking whether log2l works
configure:60328: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:60328: $? = 0
configure:60328: ./conftest
configure:60328: $? = 0
configure:60339: result: yes
configure:60407: checking whether logb is declared
configure:60407: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:60407: $? = 0
configure:60407: result: yes
configure:60443: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:60443: $? = 0
configure:60484: checking whether logb works
configure:60538: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:60538: $? = 0
configure:60538: ./conftest
configure:60538: $? = 0
configure:60549: result: yes
configure:60612: checking whether logbf can be used without linking with libm
configure:60641: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:60641: $? = 0
configure:60650: result: yes
configure:60711: checking whether logbf works
configure:60760: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:60760: $? = 0
configure:60760: ./conftest
configure:60760: $? = 0
configure:60771: result: yes
configure:60836: checking whether logbl can be used without linking with libm
configure:60865: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:60865: $? = 0
configure:60874: result: yes
configure:60935: checking whether logbl works
configure:60992: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:60992: $? = 0
configure:60992: ./conftest
configure:60992: $? = 0
configure:61003: result: yes
configure:61071: checking for logf
configure:61071: result: yes
configure:61088: checking whether logf works
configure:61130: result: yes
configure:61141: checking whether logf works according to ISO C 99 with IEC 60559
configure:61202: result: yes
configure:61273: checking whether logl() can be used without linking with libm
configure:61305: result: yes
configure:61351: checking whether logl is declared
configure:61351: result: yes
configure:61363: checking whether logl works
configure:61468: result: yes
configure:61539: checking whether lseek detects pipes
configure:61575: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:61575: $? = 0
configure:61610: result: yes
configure:61816: checking whether NAN macro works
configure:61839: gcc -c -g -O2 -Wall conftest.c >&5
configure:61839: $? = 0
configure:61846: result: yes
configure:61851: checking whether HUGE_VAL works
configure:61869: gcc -c -g -O2 -Wall conftest.c >&5
configure:61869: $? = 0
configure:61876: result: yes
configure:61974: checking whether mbrtowc handles incomplete characters
configure:62075: result: yes
configure:62081: checking whether mbrtowc works as well as mbtowc
configure:62142: result: yes
configure:62452: checking whether mbrtowc handles incomplete characters
configure:62553: result: yes
configure:62559: checking whether mbrtowc works as well as mbtowc
configure:62620: result: yes
configure:62671: checking whether mbrtowc handles a NULL pwc argument
configure:62742: result: yes
configure:62748: checking whether mbrtowc handles a NULL string argument
configure:62807: result: yes
configure:62815: checking whether mbrtowc has a correct return value
configure:62945: result: yes
configure:62951: checking whether mbrtowc returns 0 when parsing a NUL character
configure:63007: result: yes
configure:63012: checking whether mbrtowc stores incomplete characters
configure:63145: result: no
configure:63150: checking whether mbrtowc works on empty input
configure:63189: result: yes
configure:63193: checking whether the C locale is free of encoding errors
configure:63248: result: yes
configure:63584: checking whether mbrtowc handles incomplete characters
configure:63685: result: yes
configure:63691: checking whether mbrtowc works as well as mbtowc
configure:63752: result: yes
configure:63858: checking whether mbrtowc handles incomplete characters
configure:63959: result: yes
configure:63965: checking whether mbrtowc works as well as mbtowc
configure:64026: result: yes
configure:64053: checking whether mbsnrtowcs works in a traditional locale
configure:64137: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:64137: $? = 0
configure:64137: ./conftest
configure:64137: $? = 0
configure:64149: result: yes
configure:64219: checking whether mbrtowc handles incomplete characters
configure:64320: result: yes
configure:64326: checking whether mbrtowc works as well as mbtowc
configure:64387: result: yes
configure:64441: checking whether mbsrtowcs works
configure:64533: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:64533: $? = 0
configure:64533: ./conftest
configure:64533: $? = 0
configure:64545: result: yes
configure:64600: checking for mbtowc
configure:64600: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:64600: $? = 0
configure:64600: result: yes
configure:64690: checking for working memcmp
configure:64749: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:64749: $? = 0
configure:64749: ./conftest
configure:64749: $? = 0
configure:64760: result: yes
configure:64788: checking for memcpy
configure:64788: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:641:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration]
char memcpy ();
     ^
conftest.c:641:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:64788: $? = 0
configure:64788: result: yes
configure:64816: checking for memmove
configure:64816: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:642:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
char memmove ();
     ^
conftest.c:642:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:64816: $? = 0
configure:64816: result: yes
configure:64849: checking for mempcpy
configure:64849: result: no
configure:64903: checking for memrchr
configure:64903: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_memrchr", referenced from:
      _main in conftest-2a68e7.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:64903: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| /* end confdefs.h.  */
| /* Define memrchr to an innocuous variant, in case <limits.h> declares memrchr.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define memrchr innocuous_memrchr
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char memrchr (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef memrchr
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char memrchr ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_memrchr || defined __stub___memrchr
| choke me
| #endif
| 
| int
| main ()
| {
| return memrchr ();
|   ;
|   return 0;
| }
configure:64903: result: no
configure:64944: checking for memset
configure:64944: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:645:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
char memset ();
     ^
conftest.c:645:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
1 warning generated.
configure:64944: $? = 0
configure:64944: result: yes
configure:64974: checking whether mkdir handles trailing slash
configure:65026: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:65026: $? = 0
configure:65026: ./conftest
configure:65026: $? = 0
configure:65038: result: yes
configure:65047: checking whether mkdir handles trailing dot
configure:65083: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:65083: $? = 0
configure:65083: ./conftest
configure:65083: $? = 0
configure:65096: result: yes
configure:65162: checking for mkdtemp
configure:65162: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:65162: $? = 0
configure:65162: result: yes
configure:65207: checking for mkfifo
configure:65224: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:65224: $? = 0
configure:65233: result: yes
configure:65242: checking whether mkfifo rejects trailing slashes
configure:65282: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:65282: $? = 0
configure:65282: ./conftest
configure:65282: $? = 2
configure: program exited with status 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| /* end confdefs.h.  */
| #include <sys/stat.h>
| 
| int
| main ()
| {
| int result = 0;
|              if (!mkfifo ("conftest.tmp/", 0600))
|                result |= 1;
| #if HAVE_LSTAT
|              if (!mkfifo ("conftest.lnk/", 0600))
|                result |= 2;
| #endif
|              return result;
| 
|   ;
|   return 0;
| }
configure:65293: result: no
configure:65406: checking whether mknod can create fifo without root privileges
configure:65445: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:65445: $? = 0
configure:65445: ./conftest
configure:65445: $? = 0
configure:65462: result: yes
configure:65510: checking for working mkstemp
configure:65571: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:65571: $? = 0
configure:65571: ./conftest
configure:65571: $? = 0
configure:65583: result: yes
configure:65682: checking whether modf can be used without linking with libm
configure:65711: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:65711: $? = 0
configure:65720: result: yes
configure:65778: checking whether modf works according to ISO C 99 with IEC 60559
configure:65890: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:65890: $? = 0
configure:65890: ./conftest
configure:65890: $? = 0
configure:65902: result: yes
configure:65958: checking whether modff can be used without linking with libm
configure:65987: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:65987: $? = 0
configure:65996: result: yes
configure:66056: checking whether modff works according to ISO C 99 with IEC 60559
configure:66168: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:66168: $? = 0
configure:66168: ./conftest
configure:66168: $? = 0
configure:66180: result: yes
configure:66239: checking whether modfl can be used without linking with libm
configure:66268: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:66268: $? = 0
configure:66277: result: yes
configure:66337: checking whether modfl works according to ISO C 99 with IEC 60559
configure:66448: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:688:1: warning: unused function 'numeric_equal' [-Wunused-function]
numeric_equal (long double x, long double y)
^
1 warning generated.
configure:66448: $? = 0
configure:66448: ./conftest
configure:66448: $? = 0
configure:66460: result: yes
configure:66592: checking for library containing nanosleep
configure:66623: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:66623: $? = 0
configure:66640: result: none required
configure:66660: checking for working nanosleep
configure:66739: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:667:19: warning: address of function 'nanosleep' will always evaluate to 'true' [-Wpointer-bool-conversion]
            if (! nanosleep)
                ~ ^~~~~~~~~
conftest.c:667:19: note: prefix with the address-of operator to silence this warning
            if (! nanosleep)
                  ^
                  &
1 warning generated.
configure:66739: $? = 0
configure:66739: ./conftest
configure:66739: $? = 6
configure: program exited with status 6
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| /* end confdefs.h.  */
| 
|           #include <errno.h>
|           #include <limits.h>
|           #include <signal.h>
|           #if HAVE_SYS_TIME_H
|            #include <sys/time.h>
|           #endif
|           #include <time.h>
|           #include <unistd.h>
|           #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1))
|           #define TYPE_MAXIMUM(t)             ((t) (! TYPE_SIGNED (t)                   ? (t) -1                   : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1)))
| 
|           #if HAVE_DECL_ALARM
|           static void
|           check_for_SIGALRM (int sig)
|           {
|             if (sig != SIGALRM)
|               _exit (1);
|           }
|           #endif
| 
|           int
|           main ()
|           {
|             static struct timespec ts_sleep;
|             static struct timespec ts_remaining;
|             /* Test for major problems first.  */
|             if (! nanosleep)
|               return 2;
|             ts_sleep.tv_sec = 0;
|             ts_sleep.tv_nsec = 1;
|             #if HAVE_DECL_ALARM
|             {
|               static struct sigaction act;
|               act.sa_handler = check_for_SIGALRM;
|               sigemptyset (&act.sa_mask);
|               sigaction (SIGALRM, &act, NULL);
|               alarm (1);
|               if (nanosleep (&ts_sleep, NULL) != 0)
|                 return 3;
|               /* Test for a minor problem: the handling of large arguments.  */
|               ts_sleep.tv_sec = TYPE_MAXIMUM (time_t);
|               ts_sleep.tv_nsec = 999999999;
|               alarm (1);
|               if (nanosleep (&ts_sleep, &ts_remaining) != -1)
|                 return 4;
|               if (errno != EINTR)
|                 return 5;
|               if (ts_remaining.tv_sec <= TYPE_MAXIMUM (time_t) - 10)
|                 return 6;
|             }
|             #else /* A simpler test for native Windows.  */
|             if (nanosleep (&ts_sleep, &ts_remaining) < 0)
|               return 3;
|             #endif
|             return 0;
|           }
configure:66751: result: no (mishandles large arguments)
configure:66814: checking whether <net/if.h> is self-contained
configure:66831: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:646:21: warning: unused variable 'ni' [-Wunused-variable]
struct if_nameindex ni;
                    ^
1 warning generated.
configure:66831: $? = 0
configure:66839: result: yes
configure:67039: checking whether <netinet/in.h> is self-contained
configure:67056: gcc -c -g -O2 -Wall conftest.c >&5
configure:67056: $? = 0
configure:67064: result: yes
configure:67183: checking whether nextafter can be used without linking with libm
configure:67212: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:67212: $? = 0
configure:67221: result: yes
configure:67286: checking whether YESEXPR works
configure:67314: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:67314: $? = 0
configure:67314: ./conftest
configure:67314: $? = 0
configure:67325: result: yes
configure:67538: checking whether open recognizes a trailing slash
configure:67593: result: no
configure:67728: checking for opendir
configure:67728: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:67728: $? = 0
configure:67728: result: yes
configure:67836: checking whether perror matches strerror
configure:67874: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:67874: $? = 0
configure:67874: ./conftest
configure:67874: $? = 0
configure:67891: result: yes
configure:67972: checking for poll
configure:67972: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:67972: $? = 0
configure:67972: result: yes
configure:68033: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:68033: $? = 0
configure:68033: ./conftest
configure:68033: $? = 3
configure: program exited with status 3
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| /* end confdefs.h.  */
| 
| #include <fcntl.h>
| #include <poll.h>
| 
| 
| 
| #if defined _WIN32 && !defined __CYGWIN__
| #define access    _access
| #define chdir     _chdir
| #define chmod     _chmod
| #define close     _close
| #define creat     _creat
| #define dup       _dup
| #define dup2      _dup2
| #define ecvt      _ecvt
| #define execl     _execl
| #define execle    _execle
| #define execlp    _execlp
| #define execv     _execv
| #define execve    _execve
| #define execvp    _execvp
| #define execvpe   _execvpe
| #define fcloseall _fcloseall
| #define fcvt      _fcvt
| #define fdopen    _fdopen
| #define fileno    _fileno
| #define gcvt      _gcvt
| #define getcwd    _getcwd
| #define getpid    _getpid
| #define getw      _getw
| #define isatty    _isatty
| #define j0        _j0
| #define j1        _j1
| #define jn        _jn
| #define lfind     _lfind
| #define lsearch   _lsearch
| #define lseek     _lseek
| #define memccpy   _memccpy
| #define mkdir     _mkdir
| #define mktemp    _mktemp
| #define open      _open
| #define putenv    _putenv
| #define putw      _putw
| #define read      _read
| #define rmdir     _rmdir
| #define strdup    _strdup
| #define swab      _swab
| #define tempnam   _tempnam
| #define tzset     _tzset
| #define umask     _umask
| #define unlink    _unlink
| #define utime     _utime
| #define wcsdup    _wcsdup
| #define write     _write
| #define y0        _y0
| #define y1        _y1
| #define yn        _yn
| #endif
| 
| 
|          int main()
|          {
|            int result = 0;
|            struct pollfd ufd;
|            /* Try /dev/null for reading.  */
|            ufd.fd = open ("/dev/null", O_RDONLY);
|            /* If /dev/null does not exist, it's not Mac OS X nor AIX. */
|            if (ufd.fd >= 0)
|              {
|                ufd.events = POLLIN;
|                ufd.revents = 0;
|                if (!(poll (&ufd, 1, 0) == 1 && ufd.revents == POLLIN))
|                  result |= 1;
|              }
|            /* Try /dev/null for writing.  */
|            ufd.fd = open ("/dev/null", O_WRONLY);
|            /* If /dev/null does not exist, it's not Mac OS X nor AIX. */
|            if (ufd.fd >= 0)
|              {
|                ufd.events = POLLOUT;
|                ufd.revents = 0;
|                if (!(poll (&ufd, 1, 0) == 1 && ufd.revents == POLLOUT))
|                  result |= 2;
|              }
|            /* Trying /dev/tty may be too environment dependent.  */
|            return result;
|          }
configure:68048: checking for poll
configure:68048: result: yes
configure:68255: checking whether popen works with closed stdin
configure:68292: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:68292: $? = 0
configure:68292: ./conftest
configure:68292: $? = 0
configure:68303: result: yes
configure:68348: checking whether posix_memalign works for large alignments
configure:68380: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:68380: $? = 0
configure:68380: ./conftest
configure:68380: $? = 0
configure:68391: result: yes
configure:68545: checking whether posix_spawn_file_actions_addclose works
configure:68575: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:68575: $? = 0
configure:68575: ./conftest
configure:68575: $? = 0
configure:68586: result: yes
configure:68630: checking whether posix_spawn_file_actions_adddup2 works
configure:68660: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:68660: $? = 0
configure:68660: ./conftest
configure:68660: $? = 0
configure:68671: result: yes
configure:68715: checking whether posix_spawn_file_actions_addopen works
configure:68747: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:68747: $? = 0
configure:68747: ./conftest
configure:68747: $? = 0
configure:68758: result: yes
configure:69330: checking for powf
configure:69330: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:705:6: warning: incompatible redeclaration of library function 'powf' [-Wincompatible-library-redeclaration]
char powf ();
     ^
conftest.c:705:6: note: 'powf' is a builtin with type 'float (float, float)'
1 warning generated.
configure:69330: $? = 0
configure:69330: result: yes
configure:69382: checking whether pread works
configure:69449: gcc -o conftest -g -O2 -Wall -D_FILE_OFFSET_BITS=64  conftest.c  >&5
configure:69449: $? = 0
configure:69449: ./conftest
configure:69449: $? = 0
configure:69461: result: yes
configure:69504: checking whether frexp works
configure:69613: result: yes
configure:69625: checking whether ldexp can be used without linking with libm
configure:69653: result: yes
configure:69666: checking whether frexpl() can be used without linking with libm
configure:69693: result: yes
configure:69699: checking whether frexpl works
configure:69823: result: yes
configure:69838: checking whether frexpl is declared
configure:69838: result: yes
configure:69849: checking whether ldexpl() can be used without linking with libm
configure:69876: result: yes
configure:69882: checking whether ldexpl works
configure:69936: result: yes
configure:69944: checking whether ldexpl is declared
configure:69944: result: yes
configure:70148: checking for pthread_t
configure:70148: result: yes
configure:70161: checking for pthread_spinlock_t
configure:70161: result: no
configure:70183: checking for PTHREAD_CREATE_DETACHED
configure:70209: result: yes
configure:70215: checking for PTHREAD_MUTEX_RECURSIVE
configure:70241: result: yes
configure:70247: checking for PTHREAD_MUTEX_ROBUST
configure:70273: result: no
configure:70279: checking for PTHREAD_PROCESS_SHARED
configure:70305: result: yes
configure:70352: checking for pthread_mutexattr_getrobust
configure:70372: gcc -o conftest -g -O2 -Wall  conftest.c  -lpthread >&5
Undefined symbols for architecture arm64:
  "_pthread_mutexattr_getrobust", referenced from:
      _main in conftest-27d4e8.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:70372: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| /* end confdefs.h.  */
| extern
|                 #ifdef __cplusplus
|                 "C"
|                 #endif
|                 int pthread_mutexattr_getrobust (void);
|                 int main ()
|                 {
|                   return pthread_mutexattr_getrobust ();
|                 }
| 
configure:70382: result: no
configure:70493: checking for pthread_rwlock_init
configure:70513: gcc -o conftest -g -O2 -Wall  conftest.c  -lpthread >&5
configure:70513: $? = 0
configure:70523: result: yes
configure:70541: checking whether pthread_rwlock_timedrdlock is declared
configure:70541: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:705:10: error: use of undeclared identifier 'pthread_rwlock_timedrdlock'
  (void) pthread_rwlock_timedrdlock;
         ^
1 error generated.
configure:70541: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| /* end confdefs.h.  */
| #include <pthread.h>
| 
| int
| main ()
| {
| #ifndef pthread_rwlock_timedrdlock
| #ifdef __cplusplus
|   (void) pthread_rwlock_timedrdlock;
| #else
|   (void) pthread_rwlock_timedrdlock;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:70541: result: no
configure:70662: checking whether pthread_create exists as a global function
configure:70682: gcc -o conftest -g -O2 -Wall  conftest.c  -lpthread >&5
configure:70682: $? = 0
configure:70692: result: yes
configure:70780: checking whether pthread_mutex_timedlock is declared
configure:70780: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:710:10: error: use of undeclared identifier 'pthread_mutex_timedlock'
  (void) pthread_mutex_timedlock;
         ^
1 error generated.
configure:70780: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| /* end confdefs.h.  */
| #include <pthread.h>
| 
| int
| main ()
| {
| #ifndef pthread_mutex_timedlock
| #ifdef __cplusplus
|   (void) pthread_mutex_timedlock;
| #else
|   (void) pthread_mutex_timedlock;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:70780: result: no
configure:70821: checking whether pthread_sigmask is a macro
configure:70845: result: no
configure:70924: checking whether pthread_sigmask works without -lpthread
configure:70953: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:70953: $? = 0
configure:70953: ./conftest
configure:70953: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| /* end confdefs.h.  */
| 
|                    #include <pthread.h>
|                    #include <signal.h>
|                    #include <stddef.h>
|                    int main ()
|                    {
|                      sigset_t set;
|                      sigemptyset (&set);
|                      return pthread_sigmask (1729, &set, NULL) != 0;
|                    }
configure:70964: result: yes
configure:70977: checking whether pthread_sigmask returns error numbers
configure:71009: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:71009: $? = 0
configure:71009: ./conftest
configure:71009: $? = 0
configure:71021: result: yes
configure:71032: checking whether pthread_sigmask unblocks signals correctly
configure:71090: gcc -o conftest -g -O2 -Wall  conftest.c  -lpthread >&5
configure:71090: $? = 0
configure:71090: ./conftest
configure:71090: $? = 0
configure:71102: result: guessing yes
configure:71155: checking for ptsname
configure:71155: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:71155: $? = 0
configure:71155: result: yes
configure:71167: checking whether ptsname sets errno on failure
configure:71199: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:71199: $? = 0
configure:71199: ./conftest
configure:71199: $? = 0
configure:71209: result: yes
configure:71255: checking whether ptsname_r has the same signature as in glibc
configure:71283: gcc -c -g -O2 -Wall conftest.c >&5
configure:71283: $? = 0
configure:71291: result: yes
configure:71300: checking whether ptsname_r returns an error code
configure:71323: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:71323: $? = 0
configure:71323: ./conftest
configure:71323: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| /* end confdefs.h.  */
| 
| #include <stdlib.h>
| int
| main (void)
| {
|   char buf[80];
|   return ptsname_r (-1, buf, sizeof buf) == -1;
| }
configure:71334: result: no
configure:71357: checking whether isatty sets errno when it fails
configure:71413: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:71413: $? = 0
configure:71413: ./conftest
configure:71413: $? = 0
configure:71424: result: yes
configure:71458: checking whether pwrite works
configure:71538: gcc -o conftest -g -O2 -Wall -D_FILE_OFFSET_BITS=64  conftest.c  >&5
configure:71538: $? = 0
configure:71538: ./conftest
configure:71538: $? = 0
configure:71551: result: yes
configure:71593: checking for raise
configure:71593: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:71593: $? = 0
configure:71593: result: yes
configure:71617: checking for sigprocmask
configure:71617: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:71617: $? = 0
configure:71617: result: yes
configure:71668: checking for random
configure:71685: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:71685: $? = 0
configure:71694: result: yes
configure:71704: checking for initstate
configure:71704: result: yes
configure:71704: checking for setstate
configure:71704: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:71704: $? = 0
configure:71704: result: yes
configure:71776: checking for random.h
configure:71776: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:747:10: fatal error: 'random.h' file not found
#include <random.h>
         ^~~~~~~~~~
1 error generated.
configure:71776: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <random.h>
configure:71776: result: no
configure:71791: checking for struct random_data
configure:71791: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:722:5: error: invalid application of 'sizeof' to an incomplete type 'struct random_data'
if (sizeof (struct random_data))
    ^      ~~~~~~~~~~~~~~~~~~~~
conftest.c:722:20: note: forward declaration of 'struct random_data'
if (sizeof (struct random_data))
                   ^
1 error generated.
configure:71791: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| /* end confdefs.h.  */
| #include <stdlib.h>
|       #if HAVE_RANDOM_H
|       # include <random.h>
|       #endif
| 
| 
| int
| main ()
| {
| if (sizeof (struct random_data))
| 	 return 0;
|   ;
|   return 0;
| }
configure:71791: result: no
configure:71816: checking for random_r
configure:71816: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_random_r", referenced from:
      _main in conftest-2505f7.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:71816: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| /* end confdefs.h.  */
| /* Define random_r to an innocuous variant, in case <limits.h> declares random_r.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define random_r innocuous_random_r
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char random_r (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef random_r
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char random_r ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_random_r || defined __stub___random_r
| choke me
| #endif
| 
| int
| main ()
| {
| return random_r ();
|   ;
|   return 0;
| }
configure:71816: result: no
configure:71867: checking for rawmemchr
configure:71867: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_rawmemchr", referenced from:
      _main in conftest-6866a4.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:71867: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| /* end confdefs.h.  */
| /* Define rawmemchr to an innocuous variant, in case <limits.h> declares rawmemchr.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define rawmemchr innocuous_rawmemchr
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char rawmemchr (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef rawmemchr
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char rawmemchr ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_rawmemchr || defined __stub___rawmemchr
| choke me
| #endif
| 
| int
| main ()
| {
| return rawmemchr ();
|   ;
|   return 0;
| }
configure:71867: result: no
configure:71958: checking for readdir
configure:71958: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:71958: $? = 0
configure:71958: result: yes
configure:72004: checking whether readlink signature is correct
configure:72022: gcc -c -g -O2 -Wall conftest.c >&5
configure:72022: $? = 0
configure:72029: result: yes
configure:72031: checking whether readlink handles trailing slash correctly
configure:72063: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:72063: $? = 0
configure:72063: ./conftest
configure:72063: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| /* end confdefs.h.  */
| #include <unistd.h>
| 
| int
| main ()
| {
| char buf[20];
|       return readlink ("conftest.lnk2/", buf, sizeof buf) != -1;
|   ;
|   return 0;
| }
configure:72074: result: no
configure:72129: checking whether readlinkat signature is correct
configure:72147: gcc -c -g -O2 -Wall conftest.c >&5
configure:72147: $? = 0
configure:72154: result: yes
configure:72309: checking for working re_compile_pattern
configure:72586: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:749:45: error: variable has incomplete type 'struct re_pattern_buffer'
            static struct re_pattern_buffer regex;
                                            ^
conftest.c:749:27: note: forward declaration of 'struct re_pattern_buffer'
            static struct re_pattern_buffer regex;
                          ^
conftest.c:753:33: error: variable has incomplete type 'struct re_registers'
            struct re_registers regs;
                                ^
conftest.c:753:20: note: forward declaration of 'struct re_registers'
            struct re_registers regs;
                   ^
conftest.c:778:19: error: implicit declaration of function 're_set_syntax' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                  re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE
                  ^
conftest.c:778:34: error: use of undeclared identifier 'RE_SYNTAX_GREP'
                  re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE
                                 ^
conftest.c:778:51: error: use of undeclared identifier 'RE_HAT_LISTS_NOT_NEWLINE'
                  re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE
                                                  ^
conftest.c:779:36: error: use of undeclared identifier 'RE_ICASE'
                                 | RE_ICASE);
                                   ^
conftest.c:781:23: error: implicit declaration of function 're_compile_pattern' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                  s = re_compile_pattern (pat, sizeof pat - 1, &regex);
                      ^
conftest.c:786:27: error: implicit declaration of function 're_search' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                      if (re_search (&regex, data, sizeof data - 1,
                          ^
conftest.c:811:19: error: implicit declaration of function 're_set_syntax' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                  re_set_syntax (0);
                  ^
conftest.c:813:23: error: implicit declaration of function 're_compile_pattern' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                  s = re_compile_pattern (pat, sizeof pat - 1, &regex);
                      ^
conftest.c:818:27: error: implicit declaration of function 're_search' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                      i = re_search (&regex, data, sizeof data - 1,
                          ^
conftest.c:831:13: error: implicit declaration of function 're_set_syntax' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
            re_set_syntax (RE_SYNTAX_EGREP | RE_HAT_LISTS_NOT_NEWLINE);
            ^
conftest.c:831:28: error: use of undeclared identifier 'RE_SYNTAX_EGREP'
            re_set_syntax (RE_SYNTAX_EGREP | RE_HAT_LISTS_NOT_NEWLINE);
                           ^
conftest.c:831:46: error: use of undeclared identifier 'RE_HAT_LISTS_NOT_NEWLINE'
            re_set_syntax (RE_SYNTAX_EGREP | RE_HAT_LISTS_NOT_NEWLINE);
                                             ^
conftest.c:833:17: error: implicit declaration of function 're_compile_pattern' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
            s = re_compile_pattern ("a[^x]b", 6, &regex);
                ^
conftest.c:839:21: error: implicit declaration of function 're_search' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                if (re_search (&regex, "a\nb", 3, 0, 3, &regs) != -1)
                    ^
conftest.c:846:28: error: use of undeclared identifier 'RE_SYNTAX_POSIX_EGREP'
            re_set_syntax (RE_SYNTAX_POSIX_EGREP);
                           ^
conftest.c:861:28: error: use of undeclared identifier 'RE_SYNTAX_POSIX_EGREP'
            re_set_syntax (RE_SYNTAX_POSIX_EGREP | RE_NO_EMPTY_RANGES);
                           ^
conftest.c:861:52: error: use of undeclared identifier 'RE_NO_EMPTY_RANGES'
            re_set_syntax (RE_SYNTAX_POSIX_EGREP | RE_NO_EMPTY_RANGES);
                                                   ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
configure:72586: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| /* end confdefs.h.  */
| #include <regex.h>
| 
|             #include <locale.h>
|             #include <limits.h>
|             #include <string.h>
| 
|             #if defined M_CHECK_ACTION || HAVE_DECL_ALARM
|             # include <signal.h>
|             # include <unistd.h>
|             #endif
| 
|             #if HAVE_MALLOC_H
|             # include <malloc.h>
|             #endif
| 
|             #ifdef M_CHECK_ACTION
|             /* Exit with distinguishable exit code.  */
|             static void sigabrt_no_core (int sig) { raise (SIGTERM); }
|             #endif
| 
| int
| main ()
| {
| int result = 0;
|             static struct re_pattern_buffer regex;
|             unsigned char folded_chars[UCHAR_MAX + 1];
|             int i;
|             const char *s;
|             struct re_registers regs;
| 
|             /* Some builds of glibc go into an infinite loop on this
|                test.  Use alarm to force death, and mallopt to avoid
|                malloc recursion in diagnosing the corrupted heap. */
| #if HAVE_DECL_ALARM
|             signal (SIGALRM, SIG_DFL);
|             alarm (2);
| #endif
| #ifdef M_CHECK_ACTION
|             signal (SIGABRT, sigabrt_no_core);
|             mallopt (M_CHECK_ACTION, 2);
| #endif
| 
|             if (setlocale (LC_ALL, "en_US.UTF-8"))
|               {
|                 {
|                   /* https://sourceware.org/ml/libc-hacker/2006-09/msg00008.html
|                      This test needs valgrind to catch the bug on Debian
|                      GNU/Linux 3.1 x86, but it might catch the bug better
|                      on other platforms and it shouldn't hurt to try the
|                      test here.  */
|                   static char const pat[] = "insert into";
|                   static char const data[] =
|                     "\xFF\0\x12\xA2\xAA\xC4\xB1,K\x12\xC4\xB1*\xACK";
|                   re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE
|                                  | RE_ICASE);
|                   memset (&regex, 0, sizeof regex);
|                   s = re_compile_pattern (pat, sizeof pat - 1, &regex);
|                   if (s)
|                     result |= 1;
|                   else
|                     {
|                       if (re_search (&regex, data, sizeof data - 1,
|                                      0, sizeof data - 1, &regs)
|                           != -1)
|                         result |= 1;
|                       regfree (&regex);
|                     }
|                 }
| 
|                 {
|                   /* This test is from glibc bug 15078.
|                      The test case is from Andreas Schwab in
|                      <https://sourceware.org/ml/libc-alpha/2013-01/msg00967.html>.
|                      */
|                   static char const pat[] = "[^x]x";
|                   static char const data[] =
|                     /* <U1000><U103B><U103D><U1014><U103A><U102F><U1015><U103A> */
|                     "\xe1\x80\x80"
|                     "\xe1\x80\xbb"
|                     "\xe1\x80\xbd"
|                     "\xe1\x80\x94"
|                     "\xe1\x80\xba"
|                     "\xe1\x80\xaf"
|                     "\xe1\x80\x95"
|                     "\xe1\x80\xba"
|                     "x";
|                   re_set_syntax (0);
|                   memset (&regex, 0, sizeof regex);
|                   s = re_compile_pattern (pat, sizeof pat - 1, &regex);
|                   if (s)
|                     result |= 1;
|                   else
|                     {
|                       i = re_search (&regex, data, sizeof data - 1,
|                                      0, sizeof data - 1, 0);
|                       if (i != 0 && i != 21)
|                         result |= 1;
|                       regfree (&regex);
|                     }
|                 }
| 
|                 if (! setlocale (LC_ALL, "C"))
|                   return 1;
|               }
| 
|             /* This test is from glibc bug 3957, reported by Andrew Mackey.  */
|             re_set_syntax (RE_SYNTAX_EGREP | RE_HAT_LISTS_NOT_NEWLINE);
|             memset (&regex, 0, sizeof regex);
|             s = re_compile_pattern ("a[^x]b", 6, &regex);
|             if (s)
|               result |= 2;
|             else
|               {
|                 /* This should fail, but succeeds for glibc-2.5.  */
|                 if (re_search (&regex, "a\nb", 3, 0, 3, &regs) != -1)
|                   result |= 2;
|                 regfree (&regex);
|               }
| 
|             /* This regular expression is from Spencer ere test number 75
|                in grep-2.3.  */
|             re_set_syntax (RE_SYNTAX_POSIX_EGREP);
|             memset (&regex, 0, sizeof regex);
|             for (i = 0; i <= UCHAR_MAX; i++)
|               folded_chars[i] = i;
|             regex.translate = folded_chars;
|             s = re_compile_pattern ("a[[:]:]]b\n", 11, &regex);
|             /* This should fail with _Invalid character class name_ error.  */
|             if (!s)
|               {
|                 result |= 4;
|                 regfree (&regex);
|               }
| 
|             /* Ensure that [b-a] is diagnosed as invalid, when
|                using RE_NO_EMPTY_RANGES. */
|             re_set_syntax (RE_SYNTAX_POSIX_EGREP | RE_NO_EMPTY_RANGES);
|             memset (&regex, 0, sizeof regex);
|             s = re_compile_pattern ("a[b-a]", 6, &regex);
|             if (s == 0)
|               {
|                 result |= 8;
|                 regfree (&regex);
|               }
| 
|             /* This should succeed, but does not for glibc-2.1.3.  */
|             memset (&regex, 0, sizeof regex);
|             s = re_compile_pattern ("{1", 2, &regex);
|             if (s)
|               result |= 8;
|             else
|               regfree (&regex);
| 
|             /* The following example is derived from a problem report
|                against gawk from Jorge Stolfi <stolfi@ic.unicamp.br>.  */
|             memset (&regex, 0, sizeof regex);
|             s = re_compile_pattern ("[an\371]*n", 7, &regex);
|             if (s)
|               result |= 8;
|             else
|               {
|                 /* This should match, but does not for glibc-2.2.1.  */
|                 if (re_match (&regex, "an", 2, 0, &regs) != 2)
|                   result |= 8;
|                 else
|                   {
|                     free (regs.start);
|                     free (regs.end);
|                   }
|                 regfree (&regex);
|               }
| 
|             memset (&regex, 0, sizeof regex);
|             s = re_compile_pattern ("x", 1, &regex);
|             if (s)
|               result |= 8;
|             else
|               {
|                 /* glibc-2.2.93 does not work with a negative RANGE argument.  */
|                 if (re_search (&regex, "wxy", 3, 2, -2, &regs) != 1)
|                   result |= 8;
|                 else
|                   {
|                     free (regs.start);
|                     free (regs.end);
|                   }
|                 regfree (&regex);
|               }
| 
|             /* The version of regex.c in older versions of gnulib
|                ignored RE_ICASE.  Detect that problem too.  */
|             re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE);
|             memset (&regex, 0, sizeof regex);
|             s = re_compile_pattern ("x", 1, &regex);
|             if (s)
|               result |= 16;
|             else
|               {
|                 if (re_search (&regex, "WXY", 3, 0, 3, &regs) < 0)
|                   result |= 16;
|                 else
|                   {
|                     free (regs.start);
|                     free (regs.end);
|                   }
|                 regfree (&regex);
|               }
| 
|             /* Catch a bug reported by Vin Shelton in
|                https://lists.gnu.org/r/bug-coreutils/2007-06/msg00089.html
|                */
|             re_set_syntax (RE_SYNTAX_POSIX_BASIC
|                            & ~RE_CONTEXT_INVALID_DUP
|                            & ~RE_NO_EMPTY_RANGES);
|             memset (&regex, 0, sizeof regex);
|             s = re_compile_pattern ("[[:alnum:]_-]\\+$", 16, &regex);
|             if (s)
|               result |= 32;
|             else
|               regfree (&regex);
| 
|             /* REG_STARTEND was added to glibc on 2004-01-15.
|                Reject older versions.  */
|             if (! REG_STARTEND)
|               result |= 64;
| 
|             /* Matching with the compiled form of this regexp would provoke
|                an assertion failure prior to glibc-2.28:
|                  regexec.c:1375: pop_fail_stack: Assertion 'num >= 0' failed
|                With glibc-2.28, compilation fails and reports the invalid
|                back reference.  */
|             re_set_syntax (RE_SYNTAX_POSIX_EGREP);
|             memset (&regex, 0, sizeof regex);
|             s = re_compile_pattern ("0|()0|\1|0", 10, &regex);
|             if (!s)
|               result |= 64;
|             else
|               {
|                 if (strcmp (s, "Invalid back reference"))
|                   result |= 64;
|                 regfree (&regex);
|               }
| 
| #if 0
|             /* It would be nice to reject hosts whose regoff_t values are too
|                narrow (including glibc on hosts with 64-bit ptrdiff_t and
|                32-bit int), but we should wait until glibc implements this
|                feature.  Otherwise, support for equivalence classes and
|                multibyte collation symbols would always be broken except
|                when compiling --without-included-regex.   */
|             if (sizeof (regoff_t) < sizeof (ptrdiff_t)
|                 || sizeof (regoff_t) < sizeof (ssize_t))
|               result |= 64;
| #endif
| 
|             return result;
| 
|   ;
|   return 0;
| }
configure:72597: result: no
configure:72682: checking libintl.h usability
configure:72682: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:775:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
         ^~~~~~~~~~~
1 error generated.
configure:72682: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libintl.h>
configure:72682: result: no
configure:72682: checking libintl.h presence
configure:72682: gcc -E -Wall conftest.c
conftest.c:742:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
         ^~~~~~~~~~~
1 error generated.
configure:72682: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| /* end confdefs.h.  */
| #include <libintl.h>
configure:72682: result: no
configure:72682: checking for libintl.h
configure:72682: result: no
configure:72693: checking whether isblank is declared
configure:72693: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:72693: $? = 0
configure:72693: result: yes
configure:72711: checking whether remainder is declared
configure:72711: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:72711: $? = 0
configure:72711: result: yes
configure:72721: checking whether remainder() can be used without linking with libm
configure:72743: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:72743: $? = 0
configure:72752: result: yes
configure:72800: checking whether remainder works according to ISO C 99 with IEC 60559
configure:72850: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:72850: $? = 0
configure:72850: ./conftest
configure:72850: $? = 0
configure:72862: result: yes
configure:72933: checking for remainderf
configure:72962: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:72962: $? = 0
configure:72971: result: yes
configure:72982: checking whether remainderf works
configure:73027: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:73027: $? = 0
configure:73027: ./conftest
configure:73027: $? = 0
configure:73038: result: yes
configure:73049: checking whether remainderf works according to ISO C 99 with IEC 60559
configure:73104: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:73104: $? = 0
configure:73104: ./conftest
configure:73104: $? = 0
configure:73116: result: yes
configure:73196: checking for remainderl
configure:73225: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:73225: $? = 0
configure:73234: result: yes
configure:73240: checking whether remainderl is declared
configure:73240: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:73240: $? = 0
configure:73240: result: yes
configure:73262: checking whether remainderl works
configure:73304: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:73304: $? = 0
configure:73304: ./conftest
configure:73304: $? = 0
configure:73315: result: yes
configure:73326: checking whether remainderl works according to ISO C 99 with IEC 60559
configure:73381: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:73381: $? = 0
configure:73381: ./conftest
configure:73381: $? = 0
configure:73393: result: yes
configure:73545: checking whether rename honors trailing slash on destination
configure:73594: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:73594: $? = 0
configure:73594: ./conftest
configure:73594: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| /* end confdefs.h.  */
| 
| #        include <stdio.h>
| #        include <stdlib.h>
| 
| int
| main ()
| {
| int result = 0;
|            if (rename ("conftest.f1", "conftest.f2/") == 0)
|              result |= 1;
|            if (rename ("conftest.d1", "conftest.d2/") != 0)
|              result |= 2;
| #if HAVE_LSTAT
|            if (rename ("conftest.f", "conftest.lnk/") == 0)
|              result |= 4;
| #endif
|            return result;
| 
|   ;
|   return 0;
| }
configure:73606: result: no
configure:73618: checking whether rename honors trailing slash on source
configure:73667: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:73667: $? = 0
configure:73667: ./conftest
configure:73667: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| /* end confdefs.h.  */
| 
| #        include <stdio.h>
| #        include <stdlib.h>
| 
| int
| main ()
| {
| int result = 0;
|            if (rename ("conftest.f1/", "conftest.d3") == 0)
|              result |= 1;
|            if (rename ("conftest.d1/", "conftest.d2") != 0)
|              result |= 2;
| #if HAVE_LSTAT
|            if (rename ("conftest.lnk/", "conftest.f") == 0)
|              result |= 4;
| #endif
|            return result;
| 
|   ;
|   return 0;
| }
configure:73679: result: no
configure:73692: checking whether rename manages hard links correctly
configure:73743: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:73743: $? = 0
configure:73743: ./conftest
configure:73743: $? = 0
configure:73773: result: yes
configure:73785: checking whether rename manages existing destinations correctly
configure:73826: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:73826: $? = 0
configure:73826: ./conftest
configure:73826: $? = 0
configure:73838: result: yes
configure:73884: checking linux/fs.h usability
configure:73884: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:784:10: fatal error: 'linux/fs.h' file not found
#include <linux/fs.h>
         ^~~~~~~~~~~~
1 error generated.
configure:73884: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/fs.h>
configure:73884: result: no
configure:73884: checking linux/fs.h presence
configure:73884: gcc -E -Wall conftest.c
conftest.c:751:10: fatal error: 'linux/fs.h' file not found
#include <linux/fs.h>
         ^~~~~~~~~~~~
1 error generated.
configure:73884: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| /* end confdefs.h.  */
| #include <linux/fs.h>
configure:73884: result: no
configure:73884: checking for linux/fs.h
configure:73884: result: no
configure:73947: checking for linux/fs.h
configure:73947: result: no
configure:73981: checking for rewinddir
configure:73981: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:73981: $? = 0
configure:73981: result: yes
configure:74029: checking whether rint can be used without linking with libm
configure:74058: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:74058: $? = 0
configure:74067: result: yes
configure:74166: checking whether rintf can be used without linking with libm
configure:74200: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:74200: $? = 0
configure:74209: result: yes
configure:74272: checking whether rintf is declared
configure:74272: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:74272: $? = 0
configure:74272: result: yes
configure:74334: checking whether rintl can be used without linking with libm
configure:74363: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:74363: $? = 0
configure:74372: result: yes
configure:74430: checking whether rintl works
configure:74477: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:74477: $? = 0
configure:74477: ./conftest
configure:74477: $? = 0
configure:74489: result: yes
configure:74539: checking whether rmdir works
configure:74599: result: yes
configure:74668: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:74668: $? = 0
configure:74679: checking whether round is declared
configure:74679: result: yes
configure:74698: checking whether round works
configure:74772: result: yes
configure:74780: checking whether round works according to ISO C 99 with IEC 60559
configure:74889: result: yes
configure:75110: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:75110: $? = 0
configure:75121: checking whether roundf is declared
configure:75121: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:75121: $? = 0
configure:75121: result: yes
configure:75140: checking whether roundf works
configure:75198: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:75198: $? = 0
configure:75198: ./conftest
configure:75198: $? = 0
configure:75210: result: yes
configure:75218: checking whether roundf works according to ISO C 99 with IEC 60559
configure:75319: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:75319: $? = 0
configure:75319: ./conftest
configure:75319: $? = 0
configure:75331: result: yes
configure:75588: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:75588: $? = 0
configure:75599: checking whether roundl is declared
configure:75599: result: yes
configure:75619: checking whether roundl works according to ISO C 99 with IEC 60559
configure:75721: result: yes
configure:75964: checking for scandir
configure:75964: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:75964: $? = 0
configure:75964: result: yes
configure:76013: checking for sched.h
configure:76013: gcc -c -g -O2 -Wall conftest.c >&5
configure:76013: $? = 0
configure:76013: result: yes
configure:76107: checking for struct sched_param
configure:76107: gcc -c -g -O2 -Wall conftest.c >&5
configure:76107: $? = 0
configure:76107: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:777:33: error: expected expression
if (sizeof ((struct sched_param)))
                                ^
1 error generated.
configure:76107: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| /* end confdefs.h.  */
| #if HAVE_SYS_CDEFS_H
|          #include <sys/cdefs.h>
|         #endif
|         #include <sched.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((struct sched_param)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:76107: result: yes
configure:76164: checking whether sched_yield is declared
configure:76164: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:76164: $? = 0
configure:76164: result: yes
configure:76289: checking for type VISIT
configure:76308: gcc -c -g -O2 -Wall conftest.c >&5
configure:76308: $? = 0
configure:76315: result: yes
configure:76356: checking for __secure_getenv
configure:76356: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "___secure_getenv", referenced from:
      _main in conftest-f7dfe8.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:76356: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| /* end confdefs.h.  */
| /* Define __secure_getenv to an innocuous variant, in case <limits.h> declares __secure_getenv.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __secure_getenv innocuous___secure_getenv
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __secure_getenv (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef __secure_getenv
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __secure_getenv ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub___secure_getenv || defined __stub_____secure_getenv
| choke me
| #endif
| 
| int
| main ()
| {
| return __secure_getenv ();
|   ;
|   return 0;
| }
configure:76356: result: no
configure:76368: checking for issetugid
configure:76368: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:76368: $? = 0
configure:76368: result: yes
configure:76404: checking whether select supports a 0 argument
configure:76447: result: yes
configure:76454: checking whether select detects invalid fds
configure:76515: result: yes
configure:76637: checking for library containing getservbyname
configure:76685: result: none required
configure:76699: checking for getservbyname
configure:76699: result: yes
configure:76756: checking whether setenv validates arguments
configure:76802: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:76802: $? = 0
configure:76802: ./conftest
configure:76802: $? = 0
configure:76812: result: yes
configure:76863: checking whether setlocale supports the C locale
configure:76886: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:76886: $? = 0
configure:76886: ./conftest
configure:76886: $? = 0
configure:76897: result: yes
configure:76967: checking whether setlocale (LC_ALL, NULL) is multithread-safe
configure:76985: result: no
configure:77005: checking whether setlocale (category, NULL) is multithread-safe
configure:77023: result: yes
configure:77049: checking whether imported symbols can be declared weak
configure:77137: result: no
configure:77175: checking whether the -Werror option is usable
configure:77193: gcc -c -g -O2 -Werror -Wall conftest.c >&5
configure:77193: $? = 0
configure:77202: result: yes
configure:77204: checking for simple visibility declarations
configure:77230: gcc -c -g -O2 -fvisibility=hidden -Werror -Wall conftest.c >&5
configure:77230: $? = 0
configure:77239: result: yes
configure:77334: checking for struct sigaction.sa_sigaction
configure:77334: gcc -c -g -O2 -Wall conftest.c >&5
configure:77334: $? = 0
configure:77334: result: yes
configure:77479: checking for volatile sig_atomic_t
configure:77479: gcc -c -g -O2 -Wall conftest.c >&5
configure:77479: $? = 0
configure:77479: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:794:36: error: expected expression
if (sizeof ((volatile sig_atomic_t)))
                                   ^
1 error generated.
configure:77479: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| /* end confdefs.h.  */
| 
| #include <signal.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((volatile sig_atomic_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:77479: result: yes
configure:77495: checking for sighandler_t
configure:77495: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:794:13: error: use of undeclared identifier 'sighandler_t'
if (sizeof (sighandler_t))
            ^
1 error generated.
configure:77495: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| /* end confdefs.h.  */
| 
| #include <signal.h>
| 
| 
| int
| main ()
| {
| if (sizeof (sighandler_t))
| 	 return 0;
|   ;
|   return 0;
| }
configure:77495: result: no
configure:77515: checking for signbit macro
configure:77624: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:77624: $? = 0
configure:77624: ./conftest
configure:77624: $? = 0
configure:77635: result: yes
configure:77637: checking for signbit compiler built-ins
configure:77748: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:77748: $? = 0
configure:77748: ./conftest
configure:77748: $? = 0
configure:77759: result: yes
configure:78322: checking for sigprocmask
configure:78322: result: yes
configure:78376: checking for sinf
configure:78376: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:813:6: warning: incompatible redeclaration of library function 'sinf' [-Wincompatible-library-redeclaration]
char sinf ();
     ^
conftest.c:813:6: note: 'sinf' is a builtin with type 'float (float)'
1 warning generated.
configure:78376: $? = 0
configure:78376: result: yes
configure:78455: checking for sinhf
configure:78455: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:815:6: warning: incompatible redeclaration of library function 'sinhf' [-Wincompatible-library-redeclaration]
char sinhf ();
     ^
conftest.c:815:6: note: 'sinhf' is a builtin with type 'float (float)'
1 warning generated.
configure:78455: $? = 0
configure:78455: result: yes
configure:78522: checking whether sinl() can be used without linking with libm
configure:78545: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:78545: $? = 0
configure:78554: result: yes
configure:78600: checking whether sinl is declared
configure:78600: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:78600: $? = 0
configure:78600: result: yes
configure:78686: checking for stdint.h
configure:78686: result: yes
configure:78696: checking for SIZE_MAX
configure:78767: result: yes
configure:78780: checking whether sleep is declared
configure:78780: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:78780: $? = 0
configure:78780: result: yes
configure:78796: checking for working sleep
configure:78848: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:78848: $? = 0
configure:78848: ./conftest
configure:78848: $? = 0
configure:78858: result: yes
configure:78900: checking for snprintf
configure:78900: result: yes
configure:78913: checking whether snprintf respects a size of 1
configure:78954: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:78954: $? = 0
configure:78954: ./conftest
configure:78954: $? = 0
configure:78965: result: yes
configure:78975: checking whether printf supports POSIX/XSI format strings with positions
configure:79021: result: yes
configure:79103: checking for snprintf
configure:79103: result: yes
configure:79118: checking whether snprintf fully supports the 'n' directive
configure:79211: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:79211: $? = 0
configure:79211: ./conftest
./configure: line 3390: 29839 Abort trap: 6           ./conftest$ac_exeext
configure:79211: $? = 134
configure: program exited with status 134
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <string.h>
| #if HAVE_SNPRINTF
| # define my_snprintf snprintf
| #else
| # include <stdarg.h>
| static int my_snprintf (char *buf, int size, const char *format, ...)
| {
|   va_list args;
|   int ret;
|   va_start (args, format);
|   ret = vsnprintf (buf, size, format, args);
|   va_end (args);
|   return ret;
| }
| #endif
| static char fmtstring[10];
| static char buf[100];
| int main ()
| {
|   int count = -1;
|   /* Copy the format string.  Some systems (glibc with _FORTIFY_SOURCE=2)
|      support %n in format strings in read-only memory but not in writable
|      memory.  */
|   strcpy (fmtstring, "%d %n");
|   my_snprintf (buf, 4, fmtstring, 12345, &count, 33, 44, 55);
|   if (count != 6)
|     return 1;
|   return 0;
| }
configure:79222: result: no
configure:79228: checking whether snprintf respects a size of 1
configure:79280: result: yes
configure:79285: checking whether vsnprintf respects a zero size as in C99
configure:79351: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:79351: $? = 0
configure:79351: ./conftest
configure:79351: $? = 0
configure:79362: result: yes
configure:79487: checking for nl_langinfo
configure:79487: result: yes
configure:79651: checking for ptrdiff_t
configure:79651: result: yes
configure:79730: checking for socklen_t
configure:79730: gcc -c -g -O2 -Wall conftest.c >&5
configure:79730: $? = 0
configure:79730: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:820:24: error: expected expression
if (sizeof ((socklen_t)))
                       ^
1 error generated.
configure:79730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| /* end confdefs.h.  */
| 
| /* <sys/types.h> is not needed according to POSIX, but the
|    <sys/socket.h> in i386-unknown-freebsd4.10 and
|    powerpc-apple-darwin5.5 required it. */
| #include <sys/types.h>
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #elif HAVE_WS2TCPIP_H
| # include <ws2tcpip.h>
| #endif
| 
| 
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:79730: result: yes
configure:79876: checking for posix_spawnattr_t
configure:79876: gcc -c -g -O2 -Wall conftest.c >&5
configure:79876: $? = 0
configure:79876: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:812:32: error: expected expression
if (sizeof ((posix_spawnattr_t)))
                               ^
1 error generated.
configure:79876: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| /* end confdefs.h.  */
| 
| #include <spawn.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((posix_spawnattr_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:79876: result: yes
configure:79891: checking for posix_spawn_file_actions_t
configure:79891: gcc -c -g -O2 -Wall conftest.c >&5
configure:79891: $? = 0
configure:79891: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:813:41: error: expected expression
if (sizeof ((posix_spawn_file_actions_t)))
                                        ^
1 error generated.
configure:79891: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| /* end confdefs.h.  */
| 
| #include <spawn.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((posix_spawn_file_actions_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:79891: result: yes
configure:80042: checking for nl_langinfo
configure:80042: result: yes
configure:80206: checking for ptrdiff_t
configure:80206: result: yes
configure:80273: checking for sqrtf
configure:80273: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:833:6: warning: incompatible redeclaration of library function 'sqrtf' [-Wincompatible-library-redeclaration]
char sqrtf ();
     ^
conftest.c:833:6: note: 'sqrtf' is a builtin with type 'float (float)'
1 warning generated.
configure:80273: $? = 0
configure:80273: result: yes
configure:80340: checking whether sqrtl() can be used without linking with libm
configure:80372: result: yes
configure:80418: checking whether sqrtl is declared
configure:80418: result: yes
configure:80431: checking whether sqrtl works
configure:80495: result: yes
configure:80564: checking for ssize_t
configure:80588: result: yes
configure:80605: checking whether stat handles trailing slashes on files
configure:80647: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:80647: $? = 0
configure:80647: ./conftest
configure:80647: $? = 2
configure: program exited with status 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| /* end confdefs.h.  */
| #include <sys/stat.h>
| 
| int
| main ()
| {
| int result = 0;
|                struct stat st;
|                if (!stat ("conftest.tmp/", &st))
|                  result |= 1;
| #if HAVE_LSTAT
|                if (!stat ("conftest.lnk/", &st))
|                  result |= 2;
| #endif
|                return result;
| 
|   ;
|   return 0;
| }
configure:80658: result: no
configure:80724: checking for struct stat.st_atim.tv_nsec
configure:80724: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:822:13: error: no member named 'st_atim' in 'struct stat'
if (ac_aggr.st_atim.tv_nsec)
    ~~~~~~~ ^
1 error generated.
configure:80724: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|      #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_atim.tv_nsec)
| return 0;
|   ;
|   return 0;
| }
configure:80724: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:822:20: error: no member named 'st_atim' in 'struct stat'
if (sizeof ac_aggr.st_atim.tv_nsec)
           ~~~~~~~ ^
1 error generated.
configure:80724: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|      #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_atim.tv_nsec)
| return 0;
|   ;
|   return 0;
| }
configure:80724: result: no
configure:80775: checking for struct stat.st_atimespec.tv_nsec
configure:80775: gcc -c -g -O2 -Wall conftest.c >&5
configure:80775: $? = 0
configure:80775: result: yes
configure:80819: checking for struct stat.st_birthtimespec.tv_nsec
configure:80819: gcc -c -g -O2 -Wall conftest.c >&5
configure:80819: $? = 0
configure:80819: result: yes
configure:80865: checking for working stdalign.h
configure:80910: gcc -c -g -O2 -Wall conftest.c >&5
configure:80910: $? = 0
configure:80917: result: yes
configure:80939: checking for va_copy
configure:80959: gcc -c -g -O2 -Wall conftest.c >&5
configure:80959: $? = 0
configure:80967: result: yes
configure:81163: checking for good max_align_t
configure:81193: result: yes
configure:81205: checking whether NULL can be used in arbitrary expressions
configure:81230: result: yes
configure:81398: checking which flavor of printf attribute matches inttypes macros
configure:81425: gcc -c -g -O2 -Wall conftest.c >&5
configure:81425: $? = 0
configure:81432: result: system
configure:81620: checking for working stdnoreturn.h
configure:81653: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:837:17: warning: non-void function does not return a value in all control paths [-Wreturn-type]
                }
                ^
1 warning generated.
configure:81653: $? = 0
configure:81660: result: yes
configure:81687: checking for stpcpy
configure:81687: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:844:6: warning: incompatible redeclaration of library function 'stpcpy' [-Wincompatible-library-redeclaration]
char stpcpy ();
     ^
conftest.c:844:6: note: 'stpcpy' is a builtin with type 'char *(char *, const char *)'
1 warning generated.
configure:81687: $? = 0
configure:81687: result: yes
configure:81742: checking for working stpncpy
configure:81812: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:81812: $? = 0
configure:81812: ./conftest
configure:81812: $? = 0
configure:81823: result: yes
configure:81874: checking for strcasecmp
configure:81874: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:848:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
char strcasecmp ();
     ^
conftest.c:848:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:81874: $? = 0
configure:81874: result: yes
configure:81891: checking for strncasecmp
configure:81891: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:849:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
char strncasecmp ();
     ^
conftest.c:849:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
1 warning generated.
configure:81891: $? = 0
configure:81891: result: yes
configure:81905: checking whether strncasecmp is declared
configure:81905: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:81905: $? = 0
configure:81905: result: yes
configure:81957: checking for strchrnul
configure:81957: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_strchrnul", referenced from:
      _main in conftest-30cd5c.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:81957: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| /* end confdefs.h.  */
| /* Define strchrnul to an innocuous variant, in case <limits.h> declares strchrnul.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strchrnul innocuous_strchrnul
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strchrnul (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef strchrnul
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strchrnul ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_strchrnul || defined __stub___strchrnul
| choke me
| #endif
| 
| int
| main ()
| {
| return strchrnul ();
|   ;
|   return 0;
| }
configure:81957: result: no
configure:82063: checking for strcspn
configure:82063: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:852:6: warning: incompatible redeclaration of library function 'strcspn' [-Wincompatible-library-redeclaration]
char strcspn ();
     ^
conftest.c:852:6: note: 'strcspn' is a builtin with type 'unsigned long (const char *, const char *)'
1 warning generated.
configure:82063: $? = 0
configure:82063: result: yes
configure:82358: checking whether strfmon_l works
configure:82429: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:82429: $? = 0
configure:82429: ./conftest
configure:82429: $? = 0
configure:82441: result: yes
configure:82560: checking for working strndup
configure:82601: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:82601: $? = 0
configure:82601: ./conftest
configure:82601: $? = 0
configure:82611: result: yes
configure:82657: checking for working strnlen
configure:82695: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:82695: $? = 0
configure:82695: ./conftest
configure:82695: $? = 0
configure:82705: result: yes
configure:82747: checking for strpbrk
configure:82747: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:863:6: warning: incompatible redeclaration of library function 'strpbrk' [-Wincompatible-library-redeclaration]
char strpbrk ();
     ^
conftest.c:863:6: note: 'strpbrk' is a builtin with type 'char *(const char *, const char *)'
1 warning generated.
configure:82747: $? = 0
configure:82747: result: yes
configure:82839: checking for strsignal
configure:82839: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:82839: $? = 0
configure:82839: result: yes
configure:82850: checking whether strsignal always returns a string
configure:82881: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:82881: $? = 0
configure:82881: ./conftest
configure:82881: $? = 0
configure:82891: result: yes
configure:82957: checking whether strstr works in linear time
configure:83040: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:83040: $? = 0
configure:83040: ./conftest
configure:83040: $? = 142
configure: program exited with status 142
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define HAVE_STRCSPN 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRERROR_R 1
| #define GNULIB_STRERROR_R_POSIX 1
| #define GNULIB_TEST_STRFTIME 1
| #define GNULIB_TEST_STRNCAT 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define GNULIB_TEST_STRPBRK 1
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRSIGNAL 1
| #define GNULIB_TEST_STRSIGNAL 1
| /* end confdefs.h.  */
| 
| #ifdef __MVS__
| /* z/OS does not deliver signals while strstr() is running (thanks to
|    restrictions on its LE runtime), which prevents us from limiting the
|    running time of this test.  */
| # error "This test does not work properly on z/OS"
| #endif
| #include <signal.h> /* for signal */
| #include <string.h> /* for strstr */
| #include <stdlib.h> /* for malloc */
| #include <unistd.h> /* for alarm */
| static void quit (int sig) { _exit (sig + 128); }
| 
| int
| main ()
| {
| 
|     int result = 0;
|     size_t m = 1000000;
|     char *haystack = (char *) malloc (2 * m + 2);
|     char *needle = (char *) malloc (m + 2);
|     /* Failure to compile this test due to missing alarm is okay,
|        since all such platforms (mingw) also have quadratic strstr.  */
|     signal (SIGALRM, quit);
|     alarm (5);
|     /* Check for quadratic performance.  */
|     if (haystack && needle)
|       {
|         memset (haystack, 'A', 2 * m);
|         haystack[2 * m] = 'B';
|         haystack[2 * m + 1] = 0;
|         memset (needle, 'A', m);
|         needle[m] = 'B';
|         needle[m + 1] = 0;
|         if (!strstr (haystack, needle))
|           result |= 1;
|       }
|     /* Free allocated memory, in case some sanitizer is watching.  */
|     free (haystack);
|     free (needle);
|     return result;
| 
|   ;
|   return 0;
| }
configure:83051: result: no
configure:83079: checking whether strstr works
configure:83148: result: yes
configure:83194: checking whether strtod obeys C99
configure:83317: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:83317: $? = 0
configure:83317: ./conftest
configure:83317: $? = 0
configure:83328: result: yes
configure:83398: checking whether strtoimax works
configure:83454: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:83454: $? = 0
configure:83454: ./conftest
configure:83454: $? = 0
configure:83465: result: yes
configure:83519: checking for strtok_r
configure:83519: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:83519: $? = 0
configure:83519: result: yes
configure:83530: checking whether strtok_r works
configure:83571: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:83571: $? = 0
configure:83571: ./conftest
configure:83571: $? = 0
configure:83582: result: yes
configure:83630: checking for strtol
configure:83630: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:872:6: warning: incompatible redeclaration of library function 'strtol' [-Wincompatible-library-redeclaration]
char strtol ();
     ^
conftest.c:872:6: note: 'strtol' is a builtin with type 'long (const char *, char **, int)'
1 warning generated.
configure:83630: $? = 0
configure:83630: result: yes
configure:83659: checking whether strtold obeys POSIX
configure:83783: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:83783: $? = 0
configure:83783: ./conftest
configure:83783: $? = 0
configure:83799: result: yes
configure:83866: checking for strtoll
configure:83866: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:874:6: warning: incompatible redeclaration of library function 'strtoll' [-Wincompatible-library-redeclaration]
char strtoll ();
     ^
conftest.c:874:6: note: 'strtoll' is a builtin with type 'long long (const char *, char **, int)'
1 warning generated.
configure:83866: $? = 0
configure:83866: result: yes
configure:83912: checking for strtoul
configure:83912: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:876:6: warning: incompatible redeclaration of library function 'strtoul' [-Wincompatible-library-redeclaration]
char strtoul ();
     ^
conftest.c:876:6: note: 'strtoul' is a builtin with type 'unsigned long (const char *, char **, int)'
1 warning generated.
configure:83912: $? = 0
configure:83912: result: yes
configure:83938: checking for strtoull
configure:83938: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:877:6: warning: incompatible redeclaration of library function 'strtoull' [-Wincompatible-library-redeclaration]
char strtoull ();
     ^
conftest.c:877:6: note: 'strtoull' is a builtin with type 'unsigned long long (const char *, char **, int)'
1 warning generated.
configure:83938: $? = 0
configure:83938: result: yes
configure:84036: checking whether symlink handles trailing slash correctly
configure:84072: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:84072: $? = 0
configure:84072: ./conftest
configure:84072: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define HAVE_STRCSPN 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRERROR_R 1
| #define GNULIB_STRERROR_R_POSIX 1
| #define GNULIB_TEST_STRFTIME 1
| #define GNULIB_TEST_STRNCAT 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define GNULIB_TEST_STRPBRK 1
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRSIGNAL 1
| #define GNULIB_TEST_STRSIGNAL 1
| #define GNULIB_TEST_STRSTR 1
| #define GNULIB_TEST_STRTOD 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define HAVE_STRTOL 1
| #define GNULIB_TEST_STRTOLD 1
| #define HAVE_STRTOLL 1
| #define GNULIB_TEST_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define GNULIB_TEST_STRTOULL 1
| /* end confdefs.h.  */
| #include <unistd.h>
| 
| int
| main ()
| {
| int result = 0;
|              if (!symlink ("a", "conftest.link/"))
|                result |= 1;
|              if (symlink ("conftest.f", "conftest.lnk2"))
|                result |= 2;
|              else if (!symlink ("a", "conftest.lnk2/"))
|                result |= 4;
|              return result;
| 
|   ;
|   return 0;
| }
configure:84083: result: no
configure:84128: checking whether symlinkat handles trailing slash correctly
configure:84165: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:84165: $? = 0
configure:84165: ./conftest
configure:84165: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define HAVE_STRCSPN 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRERROR_R 1
| #define GNULIB_STRERROR_R_POSIX 1
| #define GNULIB_TEST_STRFTIME 1
| #define GNULIB_TEST_STRNCAT 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define GNULIB_TEST_STRPBRK 1
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRSIGNAL 1
| #define GNULIB_TEST_STRSIGNAL 1
| #define GNULIB_TEST_STRSTR 1
| #define GNULIB_TEST_STRTOD 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define HAVE_STRTOL 1
| #define GNULIB_TEST_STRTOLD 1
| #define HAVE_STRTOLL 1
| #define GNULIB_TEST_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define GNULIB_TEST_STRTOULL 1
| #define GNULIB_TEST_SYMLINK 1
| /* end confdefs.h.  */
| #include <fcntl.h>
|              #include <unistd.h>
| 
| int
| main ()
| {
| int result = 0;
|              if (!symlinkat ("a", AT_FDCWD, "conftest.link/"))
|                result |= 1;
|              if (symlinkat ("conftest.f", AT_FDCWD, "conftest.lnk2"))
|                result |= 2;
|              else if (!symlinkat ("a", AT_FDCWD, "conftest.lnk2/"))
|                result |= 4;
|              return result;
| 
|   ;
|   return 0;
| }
configure:84176: result: no
configure:84219: checking whether <sys/ioctl.h> declares ioctl
configure:84235: gcc -c -g -O2 -Wall conftest.c >&5
configure:84235: $? = 0
configure:84243: result: yes
configure:84622: checking for nlink_t
configure:84622: result: yes
configure:84728: checking for struct tms
configure:84728: gcc -c -g -O2 -Wall conftest.c >&5
configure:84728: $? = 0
configure:84728: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:865:25: error: expected expression
if (sizeof ((struct tms)))
                        ^
1 error generated.
configure:84728: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define HAVE_STRCSPN 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRERROR_R 1
| #define GNULIB_STRERROR_R_POSIX 1
| #define GNULIB_TEST_STRFTIME 1
| #define GNULIB_TEST_STRNCAT 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define GNULIB_TEST_STRPBRK 1
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRSIGNAL 1
| #define GNULIB_TEST_STRSIGNAL 1
| #define GNULIB_TEST_STRSTR 1
| #define GNULIB_TEST_STRTOD 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define HAVE_STRTOL 1
| #define GNULIB_TEST_STRTOLD 1
| #define HAVE_STRTOLL 1
| #define GNULIB_TEST_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define GNULIB_TEST_STRTOULL 1
| #define GNULIB_TEST_SYMLINK 1
| #define GNULIB_TEST_SYMLINKAT 1
| /* end confdefs.h.  */
| 
| #include <sys/times.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((struct tms)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:84728: result: yes
configure:84930: checking for struct utsname
configure:84930: gcc -c -g -O2 -Wall conftest.c >&5
configure:84930: $? = 0
configure:84930: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:869:29: error: expected expression
if (sizeof ((struct utsname)))
                            ^
1 error generated.
configure:84930: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define HAVE_STRCSPN 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRERROR_R 1
| #define GNULIB_STRERROR_R_POSIX 1
| #define GNULIB_TEST_STRFTIME 1
| #define GNULIB_TEST_STRNCAT 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define GNULIB_TEST_STRPBRK 1
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRSIGNAL 1
| #define GNULIB_TEST_STRSIGNAL 1
| #define GNULIB_TEST_STRSTR 1
| #define GNULIB_TEST_STRTOD 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define HAVE_STRTOL 1
| #define GNULIB_TEST_STRTOLD 1
| #define HAVE_STRTOLL 1
| #define GNULIB_TEST_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define GNULIB_TEST_STRTOULL 1
| #define GNULIB_TEST_SYMLINK 1
| #define GNULIB_TEST_SYMLINKAT 1
| #define HAVE_STRUCT_TMS 1
| /* end confdefs.h.  */
| 
| /* Minix 3.1.8 has a bug: <stddef.h> must be included before
|    <sys/utsname.h>.  */
| #include <stddef.h>
| #include <sys/utsname.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((struct utsname)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:84930: result: yes
configure:85079: checking for tanf
configure:85079: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:884:6: warning: incompatible redeclaration of library function 'tanf' [-Wincompatible-library-redeclaration]
char tanf ();
     ^
conftest.c:884:6: note: 'tanf' is a builtin with type 'float (float)'
1 warning generated.
configure:85079: $? = 0
configure:85079: result: yes
configure:85158: checking for tanhf
configure:85158: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
conftest.c:886:6: warning: incompatible redeclaration of library function 'tanhf' [-Wincompatible-library-redeclaration]
char tanhf ();
     ^
conftest.c:886:6: note: 'tanhf' is a builtin with type 'float (float)'
1 warning generated.
configure:85158: $? = 0
configure:85158: result: yes
configure:85225: checking whether tanl() can be used without linking with libm
configure:85248: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:85248: $? = 0
configure:85257: result: yes
configure:85303: checking whether tanl is declared
configure:85303: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:85303: $? = 0
configure:85303: result: yes
configure:85381: checking whether tcgetsid is declared
configure:85381: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:85381: $? = 0
configure:85381: result: yes
configure:85397: checking for tcgetsid
configure:85414: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:85414: $? = 0
configure:85423: result: yes
configure:85672: checking sys/single_threaded.h usability
configure:85672: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:903:10: fatal error: 'sys/single_threaded.h' file not found
#include <sys/single_threaded.h>
         ^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:85672: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define HAVE_STRCSPN 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRERROR_R 1
| #define GNULIB_STRERROR_R_POSIX 1
| #define GNULIB_TEST_STRFTIME 1
| #define GNULIB_TEST_STRNCAT 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define GNULIB_TEST_STRPBRK 1
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRSIGNAL 1
| #define GNULIB_TEST_STRSIGNAL 1
| #define GNULIB_TEST_STRSTR 1
| #define GNULIB_TEST_STRTOD 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define HAVE_STRTOL 1
| #define GNULIB_TEST_STRTOLD 1
| #define HAVE_STRTOLL 1
| #define GNULIB_TEST_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define GNULIB_TEST_STRTOULL 1
| #define GNULIB_TEST_SYMLINK 1
| #define GNULIB_TEST_SYMLINKAT 1
| #define HAVE_STRUCT_TMS 1
| #define HAVE_STRUCT_UTSNAME 1
| #define GNULIB_TEST_SYSTEM_POSIX 1
| #define HAVE_TANF 1
| #define GNULIB_TEST_TANF 1
| #define HAVE_TANHF 1
| #define GNULIB_TEST_TANHF 1
| #define GNULIB_TEST_TANL 1
| #define HAVE_DECL_TCGETSID 1
| #define GNULIB_TEST_TCGETSID 1
| #define GNULIB_TEMPNAME 1
| #define GNULIB_TEST_THRD 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/single_threaded.h>
configure:85672: result: no
configure:85672: checking sys/single_threaded.h presence
configure:85672: gcc -E -Wall conftest.c
conftest.c:870:10: fatal error: 'sys/single_threaded.h' file not found
#include <sys/single_threaded.h>
         ^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:85672: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define HAVE_STRCSPN 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRERROR_R 1
| #define GNULIB_STRERROR_R_POSIX 1
| #define GNULIB_TEST_STRFTIME 1
| #define GNULIB_TEST_STRNCAT 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define GNULIB_TEST_STRPBRK 1
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRSIGNAL 1
| #define GNULIB_TEST_STRSIGNAL 1
| #define GNULIB_TEST_STRSTR 1
| #define GNULIB_TEST_STRTOD 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define HAVE_STRTOL 1
| #define GNULIB_TEST_STRTOLD 1
| #define HAVE_STRTOLL 1
| #define GNULIB_TEST_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define GNULIB_TEST_STRTOULL 1
| #define GNULIB_TEST_SYMLINK 1
| #define GNULIB_TEST_SYMLINKAT 1
| #define HAVE_STRUCT_TMS 1
| #define HAVE_STRUCT_UTSNAME 1
| #define GNULIB_TEST_SYSTEM_POSIX 1
| #define HAVE_TANF 1
| #define GNULIB_TEST_TANF 1
| #define HAVE_TANHF 1
| #define GNULIB_TEST_TANHF 1
| #define GNULIB_TEST_TANL 1
| #define HAVE_DECL_TCGETSID 1
| #define GNULIB_TEST_TCGETSID 1
| #define GNULIB_TEMPNAME 1
| #define GNULIB_TEST_THRD 1
| /* end confdefs.h.  */
| #include <sys/single_threaded.h>
configure:85672: result: no
configure:85672: checking for sys/single_threaded.h
configure:85672: result: no
configure:85693: checking whether localtime_r is declared
configure:85693: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:85693: $? = 0
configure:85693: result: yes
configure:85719: checking whether localtime_r is compatible with its POSIX signature
configure:85750: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:889:15: warning: expression result unused [-Wunused-value]
              *localtime_r (0, 0);
              ^~~~~~~~~~~~~~~~~~~
1 warning generated.
configure:85750: $? = 0
configure:85758: result: yes
configure:85849: checking for library containing timer_settime
configure:85880: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_timer_settime", referenced from:
      _main in conftest-102612.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:85880: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define HAVE_STRCSPN 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRERROR_R 1
| #define GNULIB_STRERROR_R_POSIX 1
| #define GNULIB_TEST_STRFTIME 1
| #define GNULIB_TEST_STRNCAT 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define GNULIB_TEST_STRPBRK 1
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRSIGNAL 1
| #define GNULIB_TEST_STRSIGNAL 1
| #define GNULIB_TEST_STRSTR 1
| #define GNULIB_TEST_STRTOD 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define HAVE_STRTOL 1
| #define GNULIB_TEST_STRTOLD 1
| #define HAVE_STRTOLL 1
| #define GNULIB_TEST_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define GNULIB_TEST_STRTOULL 1
| #define GNULIB_TEST_SYMLINK 1
| #define GNULIB_TEST_SYMLINKAT 1
| #define HAVE_STRUCT_TMS 1
| #define HAVE_STRUCT_UTSNAME 1
| #define GNULIB_TEST_SYSTEM_POSIX 1
| #define HAVE_TANF 1
| #define GNULIB_TEST_TANF 1
| #define HAVE_TANHF 1
| #define GNULIB_TEST_TANHF 1
| #define GNULIB_TEST_TANL 1
| #define HAVE_DECL_TCGETSID 1
| #define GNULIB_TEST_TCGETSID 1
| #define GNULIB_TEMPNAME 1
| #define GNULIB_TEST_THRD 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define GNULIB_TEST_TIME_R 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char timer_settime ();
| int
| main ()
| {
| return timer_settime ();
|   ;
|   return 0;
| }
configure:85880: gcc -o conftest -g -O2 -Wall  conftest.c -lrt   >&5
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:85880: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define HAVE_STRCSPN 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRERROR_R 1
| #define GNULIB_STRERROR_R_POSIX 1
| #define GNULIB_TEST_STRFTIME 1
| #define GNULIB_TEST_STRNCAT 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define GNULIB_TEST_STRPBRK 1
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRSIGNAL 1
| #define GNULIB_TEST_STRSIGNAL 1
| #define GNULIB_TEST_STRSTR 1
| #define GNULIB_TEST_STRTOD 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define HAVE_STRTOL 1
| #define GNULIB_TEST_STRTOLD 1
| #define HAVE_STRTOLL 1
| #define GNULIB_TEST_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define GNULIB_TEST_STRTOULL 1
| #define GNULIB_TEST_SYMLINK 1
| #define GNULIB_TEST_SYMLINKAT 1
| #define HAVE_STRUCT_TMS 1
| #define HAVE_STRUCT_UTSNAME 1
| #define GNULIB_TEST_SYSTEM_POSIX 1
| #define HAVE_TANF 1
| #define GNULIB_TEST_TANF 1
| #define HAVE_TANHF 1
| #define GNULIB_TEST_TANHF 1
| #define GNULIB_TEST_TANL 1
| #define HAVE_DECL_TCGETSID 1
| #define GNULIB_TEST_TCGETSID 1
| #define GNULIB_TEMPNAME 1
| #define GNULIB_TEST_THRD 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define GNULIB_TEST_TIME_R 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char timer_settime ();
| int
| main ()
| {
| return timer_settime ();
|   ;
|   return 0;
| }
configure:85880: gcc -o conftest -g -O2 -Wall  conftest.c -lposix4   >&5
ld: library not found for -lposix4
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:85880: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define HAVE_STRCSPN 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRERROR_R 1
| #define GNULIB_STRERROR_R_POSIX 1
| #define GNULIB_TEST_STRFTIME 1
| #define GNULIB_TEST_STRNCAT 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define GNULIB_TEST_STRPBRK 1
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRSIGNAL 1
| #define GNULIB_TEST_STRSIGNAL 1
| #define GNULIB_TEST_STRSTR 1
| #define GNULIB_TEST_STRTOD 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define HAVE_STRTOL 1
| #define GNULIB_TEST_STRTOLD 1
| #define HAVE_STRTOLL 1
| #define GNULIB_TEST_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define GNULIB_TEST_STRTOULL 1
| #define GNULIB_TEST_SYMLINK 1
| #define GNULIB_TEST_SYMLINKAT 1
| #define HAVE_STRUCT_TMS 1
| #define HAVE_STRUCT_UTSNAME 1
| #define GNULIB_TEST_SYSTEM_POSIX 1
| #define HAVE_TANF 1
| #define GNULIB_TEST_TANF 1
| #define HAVE_TANHF 1
| #define GNULIB_TEST_TANHF 1
| #define GNULIB_TEST_TANL 1
| #define HAVE_DECL_TCGETSID 1
| #define GNULIB_TEST_TCGETSID 1
| #define GNULIB_TEMPNAME 1
| #define GNULIB_TEST_THRD 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define GNULIB_TEST_TIME_R 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char timer_settime ();
| int
| main ()
| {
| return timer_settime ();
|   ;
|   return 0;
| }
configure:85897: result: no
conftest.c:872:10: fatal error: 'features.h' file not found
#include <features.h>
         ^~~~~~~~~~~~
1 error generated.
configure:85925: checking for timer_settime
configure:85925: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_timer_settime", referenced from:
      _main in conftest-6ed764.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:85925: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define HAVE_STRCSPN 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRERROR_R 1
| #define GNULIB_STRERROR_R_POSIX 1
| #define GNULIB_TEST_STRFTIME 1
| #define GNULIB_TEST_STRNCAT 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define GNULIB_TEST_STRPBRK 1
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRSIGNAL 1
| #define GNULIB_TEST_STRSIGNAL 1
| #define GNULIB_TEST_STRSTR 1
| #define GNULIB_TEST_STRTOD 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define HAVE_STRTOL 1
| #define GNULIB_TEST_STRTOLD 1
| #define HAVE_STRTOLL 1
| #define GNULIB_TEST_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define GNULIB_TEST_STRTOULL 1
| #define GNULIB_TEST_SYMLINK 1
| #define GNULIB_TEST_SYMLINKAT 1
| #define HAVE_STRUCT_TMS 1
| #define HAVE_STRUCT_UTSNAME 1
| #define GNULIB_TEST_SYSTEM_POSIX 1
| #define HAVE_TANF 1
| #define GNULIB_TEST_TANF 1
| #define HAVE_TANHF 1
| #define GNULIB_TEST_TANHF 1
| #define GNULIB_TEST_TANL 1
| #define HAVE_DECL_TCGETSID 1
| #define GNULIB_TEST_TCGETSID 1
| #define GNULIB_TEMPNAME 1
| #define GNULIB_TEST_THRD 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define GNULIB_TEST_TIME_R 1
| /* end confdefs.h.  */
| /* Define timer_settime to an innocuous variant, in case <limits.h> declares timer_settime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define timer_settime innocuous_timer_settime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char timer_settime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef timer_settime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char timer_settime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_timer_settime || defined __stub___timer_settime
| choke me
| #endif
| 
| int
| main ()
| {
| return timer_settime ();
|   ;
|   return 0;
| }
configure:85925: result: no
configure:85972: checking whether tmpfile works
configure:86009: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:86009: $? = 0
configure:86009: ./conftest
configure:86009: $? = 0
configure:86024: result: yes
configure:86095: checking whether trunc is declared
configure:86095: result: yes
configure:86125: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:86125: $? = 0
configure:86161: checking whether trunc works according to ISO C 99 with IEC 60559
configure:86249: result: yes
configure:86299: checking whether truncate is declared
configure:86299: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:86299: $? = 0
configure:86299: result: yes
configure:86353: checking whether truncf is declared
configure:86353: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:86353: $? = 0
configure:86353: result: yes
configure:86383: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:86383: $? = 0
configure:86419: checking whether truncf works according to ISO C 99 with IEC 60559
configure:86495: gcc -o conftest -g -O2 -Wall  conftest.c   >&5
configure:86495: $? = 0
configure:86495: ./conftest
configure:86495: $? = 0
configure:86507: result: yes
configure:86561: checking whether truncl is declared
configure:86561: result: yes
configure:86591: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:86591: $? = 0
configure:86627: checking whether truncl works
configure:86664: result: yes
configure:86673: checking whether truncl works according to ISO C 99 with IEC 60559
configure:86766: result: yes
configure:86823: checking for tsearch
configure:86823: result: yes
configure:86823: checking for twalk
configure:86823: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:86823: $? = 0
configure:86823: result: yes
configure:86834: checking whether tdelete works
configure:86875: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:86875: $? = 0
configure:86875: ./conftest
configure:86875: $? = 0
configure:86886: result: yes
configure:86970: checking for ttyname_r
configure:86970: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:86970: $? = 0
configure:86970: result: yes
configure:86983: checking whether ttyname_r is compatible with its POSIX signature
configure:87001: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:891:1: error: indirection requires pointer operand ('int' invalid)
*ttyname_r (0, NULL, 0);
^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:87001: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define HAVE_STRCSPN 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRERROR_R 1
| #define GNULIB_STRERROR_R_POSIX 1
| #define GNULIB_TEST_STRFTIME 1
| #define GNULIB_TEST_STRNCAT 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define GNULIB_TEST_STRPBRK 1
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRSIGNAL 1
| #define GNULIB_TEST_STRSIGNAL 1
| #define GNULIB_TEST_STRSTR 1
| #define GNULIB_TEST_STRTOD 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define HAVE_STRTOL 1
| #define GNULIB_TEST_STRTOLD 1
| #define HAVE_STRTOLL 1
| #define GNULIB_TEST_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define GNULIB_TEST_STRTOULL 1
| #define GNULIB_TEST_SYMLINK 1
| #define GNULIB_TEST_SYMLINKAT 1
| #define HAVE_STRUCT_TMS 1
| #define HAVE_STRUCT_UTSNAME 1
| #define GNULIB_TEST_SYSTEM_POSIX 1
| #define HAVE_TANF 1
| #define GNULIB_TEST_TANF 1
| #define HAVE_TANHF 1
| #define GNULIB_TEST_TANHF 1
| #define GNULIB_TEST_TANL 1
| #define HAVE_DECL_TCGETSID 1
| #define GNULIB_TEST_TCGETSID 1
| #define GNULIB_TEMPNAME 1
| #define GNULIB_TEST_THRD 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define GNULIB_TEST_TIME_R 1
| #define GNULIB_TEST_TMPFILE 1
| #define GNULIB_TEST_TOWCTRANS 1
| #define HAVE_DECL_TRUNC 1
| #define GNULIB_TEST_TRUNC 1
| #define GNULIB_TEST_TRUNCATE 1
| #define HAVE_DECL_TRUNCF 1
| #define GNULIB_TEST_TRUNCF 1
| #define HAVE_DECL_TRUNCL 1
| #define GNULIB_TEST_TRUNCL 1
| #define HAVE_TSEARCH 1
| #define HAVE_TWALK 1
| #define GNULIB_TEST_TSEARCH 1
| #define GNULIB_TEST_TSS 1
| #define HAVE_TTYNAME_R 1
| /* end confdefs.h.  */
| #include <stddef.h>
|               #include <unistd.h>
| int
| main ()
| {
| *ttyname_r (0, NULL, 0);
|   ;
|   return 0;
| }
| 
configure:87009: result: yes
configure:87067: checking whether ttyname_r works with small buffers
configure:87110: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:87110: $? = 0
configure:87110: ./conftest
configure:87110: $? = 0
configure:87123: result: yes
configure:87213: checking for uname
configure:87213: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:87213: $? = 0
configure:87213: result: yes
configure:87539: checking whether unlink honors trailing slashes
configure:87605: result: no
configure:87613: checking whether unlink of a parent directory fails as it should
configure:87689: result: yes
configure:87786: checking for unlockpt
configure:87786: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:87786: $? = 0
configure:87786: result: yes
configure:87847: checking for unsetenv
configure:87847: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:87847: $? = 0
configure:87847: result: yes
configure:87860: checking for unsetenv() return type
configure:87885: gcc -c -g -O2 -Wall conftest.c >&5
configure:87885: $? = 0
configure:87892: result: int
configure:87901: checking whether unsetenv obeys POSIX
configure:87949: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:87949: $? = 0
configure:87949: ./conftest
configure:87949: $? = 0
configure:87960: result: yes
configure:88011: checking for utime
configure:88011: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:88011: $? = 0
configure:88011: result: yes
configure:88223: checking whether utimensat works
configure:88284: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:88284: $? = 0
configure:88284: ./conftest
configure:88284: $? = 32
configure: program exited with status 32
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define HAVE_STRCSPN 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRERROR_R 1
| #define GNULIB_STRERROR_R_POSIX 1
| #define GNULIB_TEST_STRFTIME 1
| #define GNULIB_TEST_STRNCAT 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define GNULIB_TEST_STRPBRK 1
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRSIGNAL 1
| #define GNULIB_TEST_STRSIGNAL 1
| #define GNULIB_TEST_STRSTR 1
| #define GNULIB_TEST_STRTOD 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define HAVE_STRTOL 1
| #define GNULIB_TEST_STRTOLD 1
| #define HAVE_STRTOLL 1
| #define GNULIB_TEST_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define GNULIB_TEST_STRTOULL 1
| #define GNULIB_TEST_SYMLINK 1
| #define GNULIB_TEST_SYMLINKAT 1
| #define HAVE_STRUCT_TMS 1
| #define HAVE_STRUCT_UTSNAME 1
| #define GNULIB_TEST_SYSTEM_POSIX 1
| #define HAVE_TANF 1
| #define GNULIB_TEST_TANF 1
| #define HAVE_TANHF 1
| #define GNULIB_TEST_TANHF 1
| #define GNULIB_TEST_TANL 1
| #define HAVE_DECL_TCGETSID 1
| #define GNULIB_TEST_TCGETSID 1
| #define GNULIB_TEMPNAME 1
| #define GNULIB_TEST_THRD 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define GNULIB_TEST_TIME_R 1
| #define GNULIB_TEST_TMPFILE 1
| #define GNULIB_TEST_TOWCTRANS 1
| #define HAVE_DECL_TRUNC 1
| #define GNULIB_TEST_TRUNC 1
| #define GNULIB_TEST_TRUNCATE 1
| #define HAVE_DECL_TRUNCF 1
| #define GNULIB_TEST_TRUNCF 1
| #define HAVE_DECL_TRUNCL 1
| #define GNULIB_TEST_TRUNCL 1
| #define HAVE_TSEARCH 1
| #define HAVE_TWALK 1
| #define GNULIB_TEST_TSEARCH 1
| #define GNULIB_TEST_TSS 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_POSIXDECL_TTYNAME_R 1
| #define GNULIB_TEST_TTYNAME_R 1
| #define GNULIB_TEST_TZSET 1
| #define HAVE_UNAME 1
| #define GNULIB_UNISTR_U8_MBTOUCR 1
| #define GNULIB_UNISTR_U8_UCTOMB 1
| #define GNULIB_TEST_UNLINK 1
| #define GNULIB_TEST_UNLINKAT 1
| #define HAVE_UNLOCKPT 1
| #define GNULIB_TEST_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_UTIME 1
| #define GNULIB_TEST_UTIME 1
| /* end confdefs.h.  */
| 
| #include <fcntl.h>
| #include <sys/stat.h>
| #include <unistd.h>
| 
| 
| 
| #if defined _WIN32 && !defined __CYGWIN__
| #define access    _access
| #define chdir     _chdir
| #define chmod     _chmod
| #define close     _close
| #define creat     _creat
| #define dup       _dup
| #define dup2      _dup2
| #define ecvt      _ecvt
| #define execl     _execl
| #define execle    _execle
| #define execlp    _execlp
| #define execv     _execv
| #define execve    _execve
| #define execvp    _execvp
| #define execvpe   _execvpe
| #define fcloseall _fcloseall
| #define fcvt      _fcvt
| #define fdopen    _fdopen
| #define fileno    _fileno
| #define gcvt      _gcvt
| #define getcwd    _getcwd
| #define getpid    _getpid
| #define getw      _getw
| #define isatty    _isatty
| #define j0        _j0
| #define j1        _j1
| #define jn        _jn
| #define lfind     _lfind
| #define lsearch   _lsearch
| #define lseek     _lseek
| #define memccpy   _memccpy
| #define mkdir     _mkdir
| #define mktemp    _mktemp
| #define open      _open
| #define putenv    _putenv
| #define putw      _putw
| #define read      _read
| #define rmdir     _rmdir
| #define strdup    _strdup
| #define swab      _swab
| #define tempnam   _tempnam
| #define tzset     _tzset
| #define umask     _umask
| #define unlink    _unlink
| #define utime     _utime
| #define wcsdup    _wcsdup
| #define write     _write
| #define y0        _y0
| #define y1        _y1
| #define yn        _yn
| #endif
| 
| 
| int
| main ()
| {
| int result = 0;
|               const char *f = "conftest.file";
|               if (close (creat (f, 0600)))
|                 return 1;
|               /* Test whether the AT_SYMLINK_NOFOLLOW flag is supported.  */
|               {
|                 if (utimensat (AT_FDCWD, f, NULL, AT_SYMLINK_NOFOLLOW))
|                   result |= 2;
|               }
|               /* Test whether UTIME_NOW and UTIME_OMIT work.  */
|               {
|                 struct timespec ts[2];
|                 ts[0].tv_sec = 1;
|                 ts[0].tv_nsec = UTIME_OMIT;
|                 ts[1].tv_sec = 1;
|                 ts[1].tv_nsec = UTIME_NOW;
|                 if (utimensat (AT_FDCWD, f, ts, 0))
|                   result |= 4;
|               }
|               sleep (1);
|               {
|                 struct stat st;
|                 struct timespec ts[2];
|                 ts[0].tv_sec = 1;
|                 ts[0].tv_nsec = UTIME_NOW;
|                 ts[1].tv_sec = 1;
|                 ts[1].tv_nsec = UTIME_OMIT;
|                 if (utimensat (AT_FDCWD, f, ts, 0))
|                   result |= 8;
|                 if (stat (f, &st))
|                   result |= 16;
|                 else if (st.st_ctime < st.st_atime)
|                   result |= 32;
|               }
|               return result;
| 
|   ;
|   return 0;
| }
configure:88294: result: no
configure:88388: checking for ptrdiff_t
configure:88388: result: yes
configure:88565: checking for nl_langinfo
configure:88565: result: yes
configure:88729: checking for ptrdiff_t
configure:88729: result: yes
configure:88881: checking for nl_langinfo
configure:88881: result: yes
configure:89045: checking for ptrdiff_t
configure:89045: result: yes
configure:89197: checking for vsnprintf
configure:89197: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
conftest.c:939:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
char vsnprintf ();
     ^
conftest.c:939:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, __builtin_va_list)'
1 warning generated.
configure:89197: $? = 0
configure:89197: result: yes
configure:89210: checking whether snprintf respects a size of 1
configure:89262: result: yes
configure:89272: checking whether printf supports POSIX/XSI format strings with positions
configure:89318: result: yes
configure:89393: checking for vsnprintf
configure:89393: result: yes
configure:89408: checking whether snprintf fully supports the 'n' directive
configure:89512: result: no
configure:89518: checking whether snprintf respects a size of 1
configure:89570: result: yes
configure:89575: checking whether vsnprintf respects a zero size as in C99
configure:89652: result: yes
configure:89777: checking for nl_langinfo
configure:89777: result: yes
configure:89941: checking for ptrdiff_t
configure:89941: result: yes
configure:90098: checking for nl_langinfo
configure:90098: result: yes
configure:90262: checking for ptrdiff_t
configure:90262: result: yes
configure:90544: checking whether mbrtowc handles incomplete characters
configure:90645: result: yes
configure:90651: checking whether mbrtowc works as well as mbtowc
configure:90712: result: yes
configure:90763: checking whether wcrtomb works in the C locale
configure:90800: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:90800: $? = 0
configure:90800: ./conftest
configure:90800: $? = 0
configure:90811: result: yes
configure:90822: checking whether wcrtomb return value is correct
configure:90884: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:90884: $? = 0
configure:90884: ./conftest
configure:90884: $? = 0
configure:90896: result: yes
configure:91178: checking for wcsdup
configure:91207: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:91207: $? = 0
configure:91216: result: yes
configure:91512: checking whether mbrtowc handles incomplete characters
configure:91613: result: yes
configure:91619: checking whether mbrtowc works as well as mbtowc
configure:91680: result: yes
configure:91707: checking whether wcsnrtombs works in a traditional locale
configure:91768: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:91768: $? = 0
configure:91768: ./conftest
configure:91768: $? = 0
configure:91780: result: yes
configure:91919: checking whether mbrtowc handles incomplete characters
configure:92020: result: yes
configure:92026: checking whether mbrtowc works as well as mbtowc
configure:92087: result: yes
configure:92138: checking whether wcsrtombs updates the source pointer correctly
configure:92188: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:92188: $? = 0
configure:92188: ./conftest
configure:92188: $? = 0
configure:92200: result: yes
configure:92206: checking whether wcsrtombs supports a NULL argument correctly
configure:92258: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:92258: $? = 0
configure:92258: ./conftest
configure:92258: $? = 0
configure:92270: result: yes
configure:92408: checking for wcstok with POSIX signature
configure:92434: gcc -c -g -O2 -Wall conftest.c >&5
configure:92434: $? = 0
configure:92442: result: yes
configure:92565: checking whether wctob works
configure:92655: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:92655: $? = 0
configure:92655: ./conftest
configure:92655: $? = 0
configure:92667: result: yes
configure:92675: checking whether wctob is declared
configure:92675: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:92675: $? = 0
configure:92675: result: yes
configure:92935: checking whether iswcntrl works
configure:92990: result: yes
configure:93018: checking for towlower
configure:93018: result: yes
configure:93066: checking for wctype_t
configure:93102: result: yes
configure:93108: checking for wctrans_t
configure:93142: result: yes
configure:93163: checking whether wcwidth is declared
configure:93163: result: yes
configure:93220: checking whether wcwidth works reasonably in UTF-8 locales
configure:93290: result: no
configure:93498: checking for wmemchr
configure:93524: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:93524: $? = 0
configure:93533: result: yes
configure:93568: checking for wmemcmp
configure:93594: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:93594: $? = 0
configure:93603: result: yes
configure:93638: checking for wmemcpy
configure:93664: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:93664: $? = 0
configure:93673: result: yes
configure:93708: checking for wmemmove
configure:93734: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:93734: $? = 0
configure:93743: result: yes
configure:93817: checking for wmemset
configure:93843: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:93843: $? = 0
configure:93852: result: yes
configure:93942: checking for stdint.h
configure:93942: result: yes
configure:94025: checking for a traditional french locale
configure:94159: result: fr_FR.ISO8859-1
configure:94166: checking for a french Unicode locale
configure:94287: result: fr_FR.UTF-8
configure:94295: checking for a traditional french locale
configure:94429: result: fr_FR.ISO8859-1
configure:94436: checking for a french Unicode locale
configure:94557: result: fr_FR.UTF-8
configure:94565: checking for a traditional french locale
configure:94699: result: fr_FR.ISO8859-1
configure:94707: checking for a turkish Unicode locale
configure:94779: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:94782: $? = 0
configure:94830: result: none
configure:94838: checking for a traditional french locale
configure:94972: result: fr_FR.ISO8859-1
configure:94979: checking for a french Unicode locale
configure:95100: result: fr_FR.UTF-8
configure:95108: checking for a traditional japanese locale
configure:95248: result: ja_JP.eucJP
configure:95256: checking for a transitional chinese locale
configure:95390: result: zh_CN.GB18030
configure:95430: checking whether uselocale works
configure:95469: result: yes
configure:95510: checking for mmap
configure:95510: result: yes
configure:95521: checking for MAP_ANONYMOUS
configure:95558: result: yes
configure:95573: checking for getpagesize
configure:95599: result: yes
configure:95640: checking whether getpagesize is declared
configure:95640: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
configure:95640: $? = 0
configure:95640: result: yes
configure:95686: checking whether byte ordering is bigendian
configure:95892: result: no
configure:95910: checking whether byte ordering is bigendian
configure:96116: result: no
configure:96145: checking where to find the exponent in a 'float'
configure:96234: result: word 0 bit 23
configure:96254: checking where to find the exponent in a 'double'
configure:96580: result: word 1 bit 20
configure:96601: checking where to find the exponent in a 'long double'
configure:96712: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:96712: $? = 0
configure:96712: ./conftest
configure:96712: $? = 0
configure:96724: result: word 1 bit 20
configure:96745: checking where to find the exponent in a 'float'
configure:96834: result: word 0 bit 23
configure:96854: checking where to find the exponent in a 'double'
configure:97180: result: word 1 bit 20
configure:97201: checking where to find the exponent in a 'long double'
configure:97324: result: word 1 bit 20
configure:97345: checking where to find the exponent in a 'float'
configure:97434: result: word 0 bit 23
configure:97454: checking where to find the exponent in a 'double'
configure:97780: result: word 1 bit 20
configure:97801: checking where to find the exponent in a 'long double'
configure:97924: result: word 1 bit 20
configure:97945: checking where to find the exponent in a 'double'
configure:98271: result: word 1 bit 20
configure:98291: checking where to find the exponent in a 'double'
configure:98617: result: word 1 bit 20
configure:98637: checking where to find the exponent in a 'float'
configure:98726: result: word 0 bit 23
configure:98746: checking where to find the exponent in a 'float'
configure:98835: result: word 0 bit 23
configure:98856: checking where to find the exponent in a 'long double'
configure:98979: result: word 1 bit 20
configure:99001: checking where to find the exponent in a 'long double'
configure:99124: result: word 1 bit 20
configure:99147: checking for a traditional french locale
configure:99281: result: fr_FR.ISO8859-1
configure:99288: checking for a french Unicode locale
configure:99409: result: fr_FR.UTF-8
configure:99417: checking for a traditional japanese locale
configure:99557: result: ja_JP.eucJP
configure:99565: checking for a transitional chinese locale
configure:99699: result: zh_CN.GB18030
configure:99707: checking for a traditional french locale
configure:99841: result: fr_FR.ISO8859-1
configure:99848: checking for a french Unicode locale
configure:99969: result: fr_FR.UTF-8
configure:99977: checking for a traditional japanese locale
configure:100117: result: ja_JP.eucJP
configure:100125: checking for a transitional chinese locale
configure:100259: result: zh_CN.GB18030
configure:100273: checking for a traditional french locale
configure:100407: result: fr_FR.ISO8859-1
configure:100414: checking for a french Unicode locale
configure:100535: result: fr_FR.UTF-8
configure:100543: checking for a traditional japanese locale
configure:100683: result: ja_JP.eucJP
configure:100691: checking for a transitional chinese locale
configure:100825: result: zh_CN.GB18030
configure:100833: checking for a traditional french locale
configure:100967: result: fr_FR.ISO8859-1
configure:100974: checking for a french Unicode locale
configure:101095: result: fr_FR.UTF-8
configure:101103: checking for a traditional japanese locale
configure:101243: result: ja_JP.eucJP
configure:101251: checking for a transitional chinese locale
configure:101385: result: zh_CN.GB18030
configure:101392: checking for a french Unicode locale
configure:101513: result: fr_FR.UTF-8
configure:101521: checking for a traditional french locale
configure:101655: result: fr_FR.ISO8859-1
configure:101662: checking for a french Unicode locale
configure:101783: result: fr_FR.UTF-8
configure:101791: checking for a traditional japanese locale
configure:101931: result: ja_JP.eucJP
configure:101939: checking for a transitional chinese locale
configure:102073: result: zh_CN.GB18030
configure:102081: checking for a traditional french locale
configure:102215: result: fr_FR.ISO8859-1
configure:102222: checking for a french Unicode locale
configure:102343: result: fr_FR.UTF-8
configure:102351: checking for a traditional japanese locale
configure:102491: result: ja_JP.eucJP
configure:102499: checking for a transitional chinese locale
configure:102633: result: zh_CN.GB18030
configure:102644: checking for mmap
configure:102644: result: yes
configure:102655: checking for MAP_ANONYMOUS
configure:102692: result: yes
configure:102709: checking for mmap
configure:102709: result: yes
configure:102720: checking for MAP_ANONYMOUS
configure:102757: result: yes
configure:102774: checking for mmap
configure:102774: result: yes
configure:102785: checking for MAP_ANONYMOUS
configure:102822: result: yes
configure:102841: checking for library containing if_nameindex
configure:102872: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:102872: $? = 0
configure:102889: result: none required
configure:102907: checking for a traditional french locale
configure:103041: result: fr_FR.ISO8859-1
configure:103048: checking for a french Unicode locale
configure:103169: result: fr_FR.UTF-8
configure:103227: checking for getppriv
configure:103227: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
Undefined symbols for architecture arm64:
  "_getppriv", referenced from:
      _main in conftest-152e0c.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:103227: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define HAVE_STRCSPN 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRERROR_R 1
| #define GNULIB_STRERROR_R_POSIX 1
| #define GNULIB_TEST_STRFTIME 1
| #define GNULIB_TEST_STRNCAT 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define GNULIB_TEST_STRPBRK 1
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRSIGNAL 1
| #define GNULIB_TEST_STRSIGNAL 1
| #define GNULIB_TEST_STRSTR 1
| #define GNULIB_TEST_STRTOD 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define HAVE_STRTOL 1
| #define GNULIB_TEST_STRTOLD 1
| #define HAVE_STRTOLL 1
| #define GNULIB_TEST_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define GNULIB_TEST_STRTOULL 1
| #define GNULIB_TEST_SYMLINK 1
| #define GNULIB_TEST_SYMLINKAT 1
| #define HAVE_STRUCT_TMS 1
| #define HAVE_STRUCT_UTSNAME 1
| #define GNULIB_TEST_SYSTEM_POSIX 1
| #define HAVE_TANF 1
| #define GNULIB_TEST_TANF 1
| #define HAVE_TANHF 1
| #define GNULIB_TEST_TANHF 1
| #define GNULIB_TEST_TANL 1
| #define HAVE_DECL_TCGETSID 1
| #define GNULIB_TEST_TCGETSID 1
| #define GNULIB_TEMPNAME 1
| #define GNULIB_TEST_THRD 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define GNULIB_TEST_TIME_R 1
| #define GNULIB_TEST_TMPFILE 1
| #define GNULIB_TEST_TOWCTRANS 1
| #define HAVE_DECL_TRUNC 1
| #define GNULIB_TEST_TRUNC 1
| #define GNULIB_TEST_TRUNCATE 1
| #define HAVE_DECL_TRUNCF 1
| #define GNULIB_TEST_TRUNCF 1
| #define HAVE_DECL_TRUNCL 1
| #define GNULIB_TEST_TRUNCL 1
| #define HAVE_TSEARCH 1
| #define HAVE_TWALK 1
| #define GNULIB_TEST_TSEARCH 1
| #define GNULIB_TEST_TSS 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_POSIXDECL_TTYNAME_R 1
| #define GNULIB_TEST_TTYNAME_R 1
| #define GNULIB_TEST_TZSET 1
| #define HAVE_UNAME 1
| #define GNULIB_UNISTR_U8_MBTOUCR 1
| #define GNULIB_UNISTR_U8_UCTOMB 1
| #define GNULIB_TEST_UNLINK 1
| #define GNULIB_TEST_UNLINKAT 1
| #define HAVE_UNLOCKPT 1
| #define GNULIB_TEST_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_UTIME 1
| #define GNULIB_TEST_UTIME 1
| #define GNULIB_TEST_UTIMENSAT 1
| #define GNULIB_TEST_VDPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define GNULIB_TEST_VFPRINTF_POSIX 1
| #define GNULIB_VFPRINTF_POSIX 1
| #define GNULIB_TEST_VFSCANF 1
| #define GNULIB_VFSCANF 1
| #define REPLACE_VPRINTF_POSIX 1
| #define GNULIB_TEST_VPRINTF_POSIX 1
| #define GNULIB_VPRINTF_POSIX 1
| #define GNULIB_TEST_VSCANF 1
| #define GNULIB_VSCANF 1
| #define HAVE_VSNPRINTF 1
| #define GNULIB_TEST_VSNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_VSPRINTF_POSIX 1
| #define GNULIB_TEST_WAITPID 1
| #define GNULIB_TEST_WCPCPY 1
| #define GNULIB_TEST_WCPNCPY 1
| #define GNULIB_TEST_WCRTOMB 1
| #define GNULIB_TEST_WCSCASECMP 1
| #define GNULIB_TEST_WCSCAT 1
| #define GNULIB_TEST_WCSCHR 1
| #define GNULIB_TEST_WCSCMP 1
| #define GNULIB_TEST_WCSCOLL 1
| #define GNULIB_TEST_WCSCPY 1
| #define GNULIB_TEST_WCSCSPN 1
| #define GNULIB_TEST_WCSDUP 1
| #define GNULIB_TEST_WCSFTIME 1
| #define GNULIB_TEST_WCSLEN 1
| #define GNULIB_TEST_WCSNCASECMP 1
| #define GNULIB_TEST_WCSNCAT 1
| #define GNULIB_TEST_WCSNCMP 1
| #define GNULIB_TEST_WCSNCPY 1
| #define GNULIB_TEST_WCSNLEN 1
| #define GNULIB_TEST_WCSNRTOMBS 1
| #define GNULIB_TEST_WCSPBRK 1
| #define GNULIB_TEST_WCSRCHR 1
| #define GNULIB_TEST_WCSRTOMBS 1
| #define GNULIB_TEST_WCSSPN 1
| #define GNULIB_TEST_WCSSTR 1
| #define GNULIB_TEST_WCSTOK 1
| #define GNULIB_TEST_WCSWIDTH 1
| #define GNULIB_TEST_WCSXFRM 1
| #define HAVE_DECL_WCTOB 1
| #define GNULIB_TEST_WCTOB 1
| #define GNULIB_TEST_WCTOMB 1
| #define GNULIB_TEST_WCTRANS 1
| #define GNULIB_TEST_WCTYPE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define GNULIB_TEST_WMEMCHR 1
| #define GNULIB_TEST_WMEMCMP 1
| #define GNULIB_TEST_WMEMCPY 1
| #define GNULIB_TEST_WMEMMOVE 1
| #define GNULIB_TEST_WMEMPCPY 1
| #define GNULIB_TEST_WMEMSET 1
| #define GNULIB_TEST_WRITE 1
| #define HAVE_STDINT_H 1
| #define GNULIB_TEST_BTOC32 1
| #define GNULIB_TEST_C32TOB 1
| #define HAVE_WORKING_USELOCALE 1
| #define GNULIB_FILENAMECAT IN_GNULIB_TESTS
| #define HAVE_MAP_ANONYMOUS 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_IF_NAMEINDEX 1
| /* end confdefs.h.  */
| /* Define getppriv to an innocuous variant, in case <limits.h> declares getppriv.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getppriv innocuous_getppriv
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getppriv (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getppriv
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getppriv ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getppriv || defined __stub___getppriv
| choke me
| #endif
| 
| int
| main ()
| {
| return getppriv ();
|   ;
|   return 0;
| }
configure:103227: result: no
configure:103245: checking for putenv compatible with GNU and SVID
configure:103292: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:103292: $? = 0
configure:103292: ./conftest
configure:103292: $? = 2
configure: program exited with status 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define HAVE_STRCSPN 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRERROR_R 1
| #define GNULIB_STRERROR_R_POSIX 1
| #define GNULIB_TEST_STRFTIME 1
| #define GNULIB_TEST_STRNCAT 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define GNULIB_TEST_STRPBRK 1
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRSIGNAL 1
| #define GNULIB_TEST_STRSIGNAL 1
| #define GNULIB_TEST_STRSTR 1
| #define GNULIB_TEST_STRTOD 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define HAVE_STRTOL 1
| #define GNULIB_TEST_STRTOLD 1
| #define HAVE_STRTOLL 1
| #define GNULIB_TEST_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define GNULIB_TEST_STRTOULL 1
| #define GNULIB_TEST_SYMLINK 1
| #define GNULIB_TEST_SYMLINKAT 1
| #define HAVE_STRUCT_TMS 1
| #define HAVE_STRUCT_UTSNAME 1
| #define GNULIB_TEST_SYSTEM_POSIX 1
| #define HAVE_TANF 1
| #define GNULIB_TEST_TANF 1
| #define HAVE_TANHF 1
| #define GNULIB_TEST_TANHF 1
| #define GNULIB_TEST_TANL 1
| #define HAVE_DECL_TCGETSID 1
| #define GNULIB_TEST_TCGETSID 1
| #define GNULIB_TEMPNAME 1
| #define GNULIB_TEST_THRD 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define GNULIB_TEST_TIME_R 1
| #define GNULIB_TEST_TMPFILE 1
| #define GNULIB_TEST_TOWCTRANS 1
| #define HAVE_DECL_TRUNC 1
| #define GNULIB_TEST_TRUNC 1
| #define GNULIB_TEST_TRUNCATE 1
| #define HAVE_DECL_TRUNCF 1
| #define GNULIB_TEST_TRUNCF 1
| #define HAVE_DECL_TRUNCL 1
| #define GNULIB_TEST_TRUNCL 1
| #define HAVE_TSEARCH 1
| #define HAVE_TWALK 1
| #define GNULIB_TEST_TSEARCH 1
| #define GNULIB_TEST_TSS 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_POSIXDECL_TTYNAME_R 1
| #define GNULIB_TEST_TTYNAME_R 1
| #define GNULIB_TEST_TZSET 1
| #define HAVE_UNAME 1
| #define GNULIB_UNISTR_U8_MBTOUCR 1
| #define GNULIB_UNISTR_U8_UCTOMB 1
| #define GNULIB_TEST_UNLINK 1
| #define GNULIB_TEST_UNLINKAT 1
| #define HAVE_UNLOCKPT 1
| #define GNULIB_TEST_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_UTIME 1
| #define GNULIB_TEST_UTIME 1
| #define GNULIB_TEST_UTIMENSAT 1
| #define GNULIB_TEST_VDPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define GNULIB_TEST_VFPRINTF_POSIX 1
| #define GNULIB_VFPRINTF_POSIX 1
| #define GNULIB_TEST_VFSCANF 1
| #define GNULIB_VFSCANF 1
| #define REPLACE_VPRINTF_POSIX 1
| #define GNULIB_TEST_VPRINTF_POSIX 1
| #define GNULIB_VPRINTF_POSIX 1
| #define GNULIB_TEST_VSCANF 1
| #define GNULIB_VSCANF 1
| #define HAVE_VSNPRINTF 1
| #define GNULIB_TEST_VSNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_VSPRINTF_POSIX 1
| #define GNULIB_TEST_WAITPID 1
| #define GNULIB_TEST_WCPCPY 1
| #define GNULIB_TEST_WCPNCPY 1
| #define GNULIB_TEST_WCRTOMB 1
| #define GNULIB_TEST_WCSCASECMP 1
| #define GNULIB_TEST_WCSCAT 1
| #define GNULIB_TEST_WCSCHR 1
| #define GNULIB_TEST_WCSCMP 1
| #define GNULIB_TEST_WCSCOLL 1
| #define GNULIB_TEST_WCSCPY 1
| #define GNULIB_TEST_WCSCSPN 1
| #define GNULIB_TEST_WCSDUP 1
| #define GNULIB_TEST_WCSFTIME 1
| #define GNULIB_TEST_WCSLEN 1
| #define GNULIB_TEST_WCSNCASECMP 1
| #define GNULIB_TEST_WCSNCAT 1
| #define GNULIB_TEST_WCSNCMP 1
| #define GNULIB_TEST_WCSNCPY 1
| #define GNULIB_TEST_WCSNLEN 1
| #define GNULIB_TEST_WCSNRTOMBS 1
| #define GNULIB_TEST_WCSPBRK 1
| #define GNULIB_TEST_WCSRCHR 1
| #define GNULIB_TEST_WCSRTOMBS 1
| #define GNULIB_TEST_WCSSPN 1
| #define GNULIB_TEST_WCSSTR 1
| #define GNULIB_TEST_WCSTOK 1
| #define GNULIB_TEST_WCSWIDTH 1
| #define GNULIB_TEST_WCSXFRM 1
| #define HAVE_DECL_WCTOB 1
| #define GNULIB_TEST_WCTOB 1
| #define GNULIB_TEST_WCTOMB 1
| #define GNULIB_TEST_WCTRANS 1
| #define GNULIB_TEST_WCTYPE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define GNULIB_TEST_WMEMCHR 1
| #define GNULIB_TEST_WMEMCMP 1
| #define GNULIB_TEST_WMEMCPY 1
| #define GNULIB_TEST_WMEMMOVE 1
| #define GNULIB_TEST_WMEMPCPY 1
| #define GNULIB_TEST_WMEMSET 1
| #define GNULIB_TEST_WRITE 1
| #define HAVE_STDINT_H 1
| #define GNULIB_TEST_BTOC32 1
| #define GNULIB_TEST_C32TOB 1
| #define HAVE_WORKING_USELOCALE 1
| #define GNULIB_FILENAMECAT IN_GNULIB_TESTS
| #define HAVE_MAP_ANONYMOUS 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_IF_NAMEINDEX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| 
| 
| #if defined _WIN32 && !defined __CYGWIN__
| #define access    _access
| #define chdir     _chdir
| #define chmod     _chmod
| #define close     _close
| #define creat     _creat
| #define dup       _dup
| #define dup2      _dup2
| #define ecvt      _ecvt
| #define execl     _execl
| #define execle    _execle
| #define execlp    _execlp
| #define execv     _execv
| #define execve    _execve
| #define execvp    _execvp
| #define execvpe   _execvpe
| #define fcloseall _fcloseall
| #define fcvt      _fcvt
| #define fdopen    _fdopen
| #define fileno    _fileno
| #define gcvt      _gcvt
| #define getcwd    _getcwd
| #define getpid    _getpid
| #define getw      _getw
| #define isatty    _isatty
| #define j0        _j0
| #define j1        _j1
| #define jn        _jn
| #define lfind     _lfind
| #define lsearch   _lsearch
| #define lseek     _lseek
| #define memccpy   _memccpy
| #define mkdir     _mkdir
| #define mktemp    _mktemp
| #define open      _open
| #define putenv    _putenv
| #define putw      _putw
| #define read      _read
| #define rmdir     _rmdir
| #define strdup    _strdup
| #define swab      _swab
| #define tempnam   _tempnam
| #define tzset     _tzset
| #define umask     _umask
| #define unlink    _unlink
| #define utime     _utime
| #define wcsdup    _wcsdup
| #define write     _write
| #define y0        _y0
| #define y1        _y1
| #define yn        _yn
| #endif
| 
| 
| int
| main ()
| {
| 
|             /* Put it in env.  */
|             if (putenv ("CONFTEST_putenv=val"))
|               return 1;
| 
|             /* Try to remove it.  */
|             if (putenv ("CONFTEST_putenv"))
|               return 2;
| 
|             /* Make sure it was deleted.  */
|             if (getenv ("CONFTEST_putenv") != 0)
|               return 3;
| 
|             return 0;
| 
|   ;
|   return 0;
| }
configure:103303: result: no
configure:103324: checking whether _putenv is declared
configure:103324: gcc -c -g -O2 -Wall conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:1048:10: error: use of undeclared identifier '_putenv'
  (void) _putenv;
         ^
1 error generated.
configure:103324: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define HAVE_STRCSPN 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRERROR_R 1
| #define GNULIB_STRERROR_R_POSIX 1
| #define GNULIB_TEST_STRFTIME 1
| #define GNULIB_TEST_STRNCAT 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define GNULIB_TEST_STRPBRK 1
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRSIGNAL 1
| #define GNULIB_TEST_STRSIGNAL 1
| #define GNULIB_TEST_STRSTR 1
| #define GNULIB_TEST_STRTOD 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define HAVE_STRTOL 1
| #define GNULIB_TEST_STRTOLD 1
| #define HAVE_STRTOLL 1
| #define GNULIB_TEST_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define GNULIB_TEST_STRTOULL 1
| #define GNULIB_TEST_SYMLINK 1
| #define GNULIB_TEST_SYMLINKAT 1
| #define HAVE_STRUCT_TMS 1
| #define HAVE_STRUCT_UTSNAME 1
| #define GNULIB_TEST_SYSTEM_POSIX 1
| #define HAVE_TANF 1
| #define GNULIB_TEST_TANF 1
| #define HAVE_TANHF 1
| #define GNULIB_TEST_TANHF 1
| #define GNULIB_TEST_TANL 1
| #define HAVE_DECL_TCGETSID 1
| #define GNULIB_TEST_TCGETSID 1
| #define GNULIB_TEMPNAME 1
| #define GNULIB_TEST_THRD 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define GNULIB_TEST_TIME_R 1
| #define GNULIB_TEST_TMPFILE 1
| #define GNULIB_TEST_TOWCTRANS 1
| #define HAVE_DECL_TRUNC 1
| #define GNULIB_TEST_TRUNC 1
| #define GNULIB_TEST_TRUNCATE 1
| #define HAVE_DECL_TRUNCF 1
| #define GNULIB_TEST_TRUNCF 1
| #define HAVE_DECL_TRUNCL 1
| #define GNULIB_TEST_TRUNCL 1
| #define HAVE_TSEARCH 1
| #define HAVE_TWALK 1
| #define GNULIB_TEST_TSEARCH 1
| #define GNULIB_TEST_TSS 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_POSIXDECL_TTYNAME_R 1
| #define GNULIB_TEST_TTYNAME_R 1
| #define GNULIB_TEST_TZSET 1
| #define HAVE_UNAME 1
| #define GNULIB_UNISTR_U8_MBTOUCR 1
| #define GNULIB_UNISTR_U8_UCTOMB 1
| #define GNULIB_TEST_UNLINK 1
| #define GNULIB_TEST_UNLINKAT 1
| #define HAVE_UNLOCKPT 1
| #define GNULIB_TEST_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_UTIME 1
| #define GNULIB_TEST_UTIME 1
| #define GNULIB_TEST_UTIMENSAT 1
| #define GNULIB_TEST_VDPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define GNULIB_TEST_VFPRINTF_POSIX 1
| #define GNULIB_VFPRINTF_POSIX 1
| #define GNULIB_TEST_VFSCANF 1
| #define GNULIB_VFSCANF 1
| #define REPLACE_VPRINTF_POSIX 1
| #define GNULIB_TEST_VPRINTF_POSIX 1
| #define GNULIB_VPRINTF_POSIX 1
| #define GNULIB_TEST_VSCANF 1
| #define GNULIB_VSCANF 1
| #define HAVE_VSNPRINTF 1
| #define GNULIB_TEST_VSNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_VSPRINTF_POSIX 1
| #define GNULIB_TEST_WAITPID 1
| #define GNULIB_TEST_WCPCPY 1
| #define GNULIB_TEST_WCPNCPY 1
| #define GNULIB_TEST_WCRTOMB 1
| #define GNULIB_TEST_WCSCASECMP 1
| #define GNULIB_TEST_WCSCAT 1
| #define GNULIB_TEST_WCSCHR 1
| #define GNULIB_TEST_WCSCMP 1
| #define GNULIB_TEST_WCSCOLL 1
| #define GNULIB_TEST_WCSCPY 1
| #define GNULIB_TEST_WCSCSPN 1
| #define GNULIB_TEST_WCSDUP 1
| #define GNULIB_TEST_WCSFTIME 1
| #define GNULIB_TEST_WCSLEN 1
| #define GNULIB_TEST_WCSNCASECMP 1
| #define GNULIB_TEST_WCSNCAT 1
| #define GNULIB_TEST_WCSNCMP 1
| #define GNULIB_TEST_WCSNCPY 1
| #define GNULIB_TEST_WCSNLEN 1
| #define GNULIB_TEST_WCSNRTOMBS 1
| #define GNULIB_TEST_WCSPBRK 1
| #define GNULIB_TEST_WCSRCHR 1
| #define GNULIB_TEST_WCSRTOMBS 1
| #define GNULIB_TEST_WCSSPN 1
| #define GNULIB_TEST_WCSSTR 1
| #define GNULIB_TEST_WCSTOK 1
| #define GNULIB_TEST_WCSWIDTH 1
| #define GNULIB_TEST_WCSXFRM 1
| #define HAVE_DECL_WCTOB 1
| #define GNULIB_TEST_WCTOB 1
| #define GNULIB_TEST_WCTOMB 1
| #define GNULIB_TEST_WCTRANS 1
| #define GNULIB_TEST_WCTYPE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define GNULIB_TEST_WMEMCHR 1
| #define GNULIB_TEST_WMEMCMP 1
| #define GNULIB_TEST_WMEMCPY 1
| #define GNULIB_TEST_WMEMMOVE 1
| #define GNULIB_TEST_WMEMPCPY 1
| #define GNULIB_TEST_WMEMSET 1
| #define GNULIB_TEST_WRITE 1
| #define HAVE_STDINT_H 1
| #define GNULIB_TEST_BTOC32 1
| #define GNULIB_TEST_C32TOB 1
| #define HAVE_WORKING_USELOCALE 1
| #define GNULIB_FILENAMECAT IN_GNULIB_TESTS
| #define HAVE_MAP_ANONYMOUS 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_IF_NAMEINDEX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef _putenv
| #ifdef __cplusplus
|   (void) _putenv;
| #else
|   (void) _putenv;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:103324: result: no
configure:103364: checking for mmap
configure:103364: result: yes
configure:103375: checking for MAP_ANONYMOUS
configure:103412: result: yes
configure:103427: checking for a traditional french locale
configure:103561: result: fr_FR.ISO8859-1
configure:103568: checking for a french Unicode locale
configure:103689: result: fr_FR.UTF-8
configure:103697: checking for a traditional japanese locale
configure:103837: result: ja_JP.eucJP
configure:103845: checking for a transitional chinese locale
configure:103979: result: zh_CN.GB18030
configure:104001: checking for mmap
configure:104001: result: yes
configure:104012: checking for MAP_ANONYMOUS
configure:104049: result: yes
configure:104066: checking for mmap
configure:104066: result: yes
configure:104077: checking for MAP_ANONYMOUS
configure:104114: result: yes
configure:104132: checking for mmap
configure:104132: result: yes
configure:104143: checking for MAP_ANONYMOUS
configure:104180: result: yes
configure:104194: checking for a traditional french locale
configure:104328: result: fr_FR.ISO8859-1
configure:104335: checking for a french Unicode locale
configure:104456: result: fr_FR.UTF-8
configure:104464: checking for a traditional french locale
configure:104598: result: fr_FR.ISO8859-1
configure:104605: checking for a french Unicode locale
configure:104726: result: fr_FR.UTF-8
configure:104740: checking for pthread_atfork
configure:104740: gcc -o conftest -g -O2 -Wall  conftest.c  -lpthread >&5
configure:104740: $? = 0
configure:104740: result: yes
configure:104770: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:104770: $? = 0
configure:104806: checking for useconds_t
configure:104806: gcc -c -g -O2 -Wall conftest.c >&5
configure:104806: $? = 0
configure:104806: gcc -c -g -O2 -Wall conftest.c >&5
conftest.c:1052:25: error: expected expression
if (sizeof ((useconds_t)))
                        ^
1 error generated.
configure:104806: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dummy"
| #define PACKAGE_TARNAME "dummy"
| #define PACKAGE_VERSION "0"
| #define PACKAGE_STRING "dummy 0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "dummy"
| #define VERSION "0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_FSEEKO 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GLOB_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SEARCH_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RANDOM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SEMAPHORE_H 1
| #define restrict __restrict
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_FREXP 1
| #define HAVE_FREXPL 1
| #define HAVE_LDEXPL 1
| #define HAVE_ALIGNED_ALLOC 1
| #define HAVE_BTOWC 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_LSTAT 1
| #define HAVE_DPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DUPLOCALE 1
| #define HAVE_SNPRINTF_L 1
| #define HAVE_NL_LANGINFO_L 1
| #define HAVE_FACCESSAT 1
| #define HAVE_FCHMODAT 1
| #define HAVE_LCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FNMATCH 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_FPURGE 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETSUBOPT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GLOB 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_IMAXABS 1
| #define HAVE_IMAXDIV 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_OPENAT 1
| #define HAVE_LINKAT 1
| #define HAVE_USELOCALE 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_FREELOCALE 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSNRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKDIRAT 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PCLOSE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_PIPE 1
| #define HAVE_POPEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_POSIX_OPENPT 1
| #define HAVE_PREAD 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME_R 1
| #define HAVE_PWRITE 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_RENAMEAT 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SLEEP 1
| #define HAVE_STPNCPY 1
| #define HAVE_CATGETS 1
| #define HAVE_STRFMON_L 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOLD 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMES 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_VDPRINTF 1
| #define HAVE_WCPCPY 1
| #define HAVE_WCPNCPY 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCASECMP 1
| #define HAVE_WCSCAT 1
| #define HAVE_WCSCHR 1
| #define HAVE_WCSCMP 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCSCPY 1
| #define HAVE_WCSCSPN 1
| #define HAVE_WCSFTIME 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNCASECMP 1
| #define HAVE_WCSNCAT 1
| #define HAVE_WCSNCMP 1
| #define HAVE_WCSNCPY 1
| #define HAVE_WCSNLEN 1
| #define HAVE_WCSNRTOMBS 1
| #define HAVE_WCSPBRK 1
| #define HAVE_WCSRCHR 1
| #define HAVE_WCSRTOMBS 1
| #define HAVE_WCSSPN 1
| #define HAVE_WCSSTR 1
| #define HAVE_WCSTOK 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_WCSXFRM 1
| #define HAVE_WCTOB 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_INITSTATE 1
| #define HAVE_USLEEP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_GETCWD 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define CHOWN_TRAILING_SLASH_BUG 1
| #define HAVE_PTHREAD_API 1
| #define HAVE_DECL_FLOORL 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_SNPRINTF_TRUNCATION_C99 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define GETGROUPS_T gid_t
| #define HAVE_DECL_ROUND 1
| #define HAVE_DECL_ROUNDL 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_FEGETROUND 1
| #define HAVE_DECL_TRUNC 1
| #define HAVE_DECL_TRUNCL 1
| #define HAVE_MBSTATE_T 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_FSEEKO 1
| #define FUNC_FFLUSH_STDIN 0
| #define HAVE_DECL_FTELLO 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_DECL_IMAXABS 1
| #define HAVE_DECL_IMAXDIV 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_TOWLOWER 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_WORKING_USELOCALE 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define USE_POSIX_THREADS 1
| #define HAVE_LOGF 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define USER_LABEL_PREFIX _
| #define PROMOTED_MODE_T int
| #define REPLACE_STRERROR_0 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_POSIX_SPAWN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define HAVE_PTHREAD_T 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_INITSTATE 1
| #define HAVE_DECL_SETSTATE 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRTOD 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOK_R 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_TTYNAME_R 1
| #define BITSIZEOF_WCHAR_T 32
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_SIG_ATOMIC_T 1
| #define FUNC_UNGETC_BROKEN 1
| #define HAVE__EXIT 1
| #define GNULIB_TEST__EXIT 1
| #define GNULIB_TEST_ACCEPT 1
| #define GNULIB_TEST_ACCESS 1
| #define HAVE_ACOSF 1
| #define GNULIB_TEST_ACOSF 1
| #define GNULIB_TEST_ACOSL 1
| #define GNULIB_TEST_ALIGNED_ALLOC 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALPHASORT 1
| #define GNULIB_TEST_ALPHASORT 1
| #define GNULIB_AREADLINKAT 1
| #define HAVE_ASINF 1
| #define GNULIB_TEST_ASINF 1
| #define GNULIB_TEST_ASINL 1
| #define HAVE_ATAN2F 1
| #define GNULIB_TEST_ATAN2F 1
| #define HAVE_ATANF 1
| #define GNULIB_TEST_ATANF 1
| #define GNULIB_TEST_ATANL 1
| #define HAVE_ATEXIT 1
| #define HAVE_ATOLL 1
| #define GNULIB_TEST_ATOLL 1
| #define GNULIB_TEST_BIND 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_TEST_C32RTOMB 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define HAVE_CBRT 1
| #define GNULIB_TEST_CBRT 1
| #define HAVE_CBRTF 1
| #define GNULIB_TEST_CBRTF 1
| #define HAVE_CBRTL 1
| #define GNULIB_TEST_CBRTL 1
| #define GNULIB_TEST_CEIL 1
| #define HAVE_DECL_CEILF 1
| #define GNULIB_TEST_CEILF 1
| #define HAVE_DECL_CEILL 1
| #define GNULIB_TEST_CEILL 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define GNULIB_TEST_CND 1
| #define GNULIB_TEST_CONNECT 1
| #define GNULIB_TEST_COPYSIGN 1
| #define GNULIB_TEST_COPYSIGNF 1
| #define GNULIB_TEST_COPYSIGNL 1
| #define HAVE_COSF 1
| #define GNULIB_TEST_COSF 1
| #define HAVE_COSHF 1
| #define GNULIB_TEST_COSHF 1
| #define GNULIB_TEST_COSL 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_CREAT 1
| #define GNULIB_TEST_CTIME 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_TEST_DPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_DUP 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_DUPLOCALE 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_TEST_EXP2 1
| #define HAVE_EXP2F 1
| #define GNULIB_TEST_EXP2F 1
| #define HAVE_EXP2L 1
| #define GNULIB_TEST_EXP2L 1
| #define HAVE_EXPF 1
| #define GNULIB_TEST_EXPF 1
| #define GNULIB_TEST_EXPL 1
| #define GNULIB_TEST_EXPM1 1
| #define HAVE_EXPM1F 1
| #define GNULIB_TEST_EXPM1F 1
| #define GNULIB_TEST_EXPM1L 1
| #define GNULIB_TEST_FABSF 1
| #define GNULIB_TEST_FABSL 1
| #define HAVE_ACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define HAVE_FDATASYNC 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FLOOR 1
| #define HAVE_DECL_FLOORF 1
| #define GNULIB_TEST_FLOORF 1
| #define GNULIB_TEST_FLOORL 1
| #define GNULIB_TEST_FMA 1
| #define GNULIB_TEST_FMAF 1
| #define GNULIB_TEST_FMAL 1
| #define GNULIB_TEST_FMOD 1
| #define HAVE_FMODF 1
| #define GNULIB_TEST_FMODF 1
| #define HAVE_FMODL 1
| #define GNULIB_TEST_FMODL 1
| #define GNULIB_TEST_FNMATCH 1
| #define GNULIB_TEST_FOPEN 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_FPRINTF_POSIX 1
| #define GNULIB_TEST_FPRINTF_POSIX 1
| #define HAVE_DECL_FPURGE 1
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FREXPL 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define FUNC_FFLUSH_STDIN 0
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define HAVE_PARTLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define HOST_NAME_MAX 256
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define __GETOPT_PREFIX rpl_
| #define GNULIB_TEST_GETOPT_POSIX 1
| #define GNULIB_TEST_GETPEERNAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define GNULIB_TEST_GETRANDOM 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GNULIB_TEST_GETSOCKNAME 1
| #define GNULIB_TEST_GETSOCKOPT 1
| #define GNULIB_TEST_GETSUBOPT 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define GNULIB_TEST_GLOB 1
| #define GNULIB_TEST_GRANTPT 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HAVE_GETHOSTBYNAME 1
| #define GNULIB_TEST_HYPOT 1
| #define HAVE_HYPOTF 1
| #define GNULIB_TEST_HYPOTF 1
| #define HAVE_HYPOTL 1
| #define GNULIB_TEST_HYPOTL 1
| #define GNULIB_TEST_ILOGB 1
| #define GNULIB_TEST_ILOGBF 1
| #define GNULIB_TEST_ILOGBL 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_DECL_INET_PTON 1
| #define HAVE_INLINE 1
| #define HAVE_IOCTL 1
| #define GNULIB_TEST_IOCTL 1
| #define GNULIB_TEST_ISATTY 1
| #define GNULIB_ISBLANK 1
| #define HAVE_DECL_ISFINITE 1
| #define GNULIB_TEST_ISFINITE 1
| #define HAVE_DECL_ISINF 1
| #define GNULIB_TEST_ISINF 1
| #define GNULIB_TEST_ISNAN 1
| #define GNULIB_TEST_ISNAND 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_ISNANF 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define GNULIB_TEST_ISNANL 1
| #define HAVE_ISNANL_IN_LIBC 1
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_ISWCTYPE 1
| #define GNULIB_TEST_ISWDIGIT 1
| #define GNULIB_TEST_ISWXDIGIT 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LDEXPF 1
| #define HAVE_LDEXPL 1
| #define GNULIB_TEST_LDEXPL 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define LINKAT_TRAILING_SLASH_BUG 1
| #define LINKAT_SYMLINK_NOTSUP 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LISTEN 1
| #define GNULIB_TEST_LOCALECONV 1
| #define GNULIB_TEST_LOCALENAME 1
| #define GNULIB_TEST_LOCALTIME 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LOG 1
| #define GNULIB_TEST_LOG10 1
| #define HAVE_LOG10F 1
| #define GNULIB_TEST_LOG10F 1
| #define HAVE_LOG10L 1
| #define GNULIB_TEST_LOG10L 1
| #define HAVE_LOG1P 1
| #define GNULIB_TEST_LOG1P 1
| #define HAVE_LOG1PF 1
| #define GNULIB_TEST_LOG1PF 1
| #define HAVE_LOG1PL 1
| #define GNULIB_TEST_LOG1PL 1
| #define HAVE_LOG2 1
| #define GNULIB_TEST_LOG2 1
| #define HAVE_LOG2F 1
| #define GNULIB_TEST_LOG2F 1
| #define HAVE_LOG2L 1
| #define GNULIB_TEST_LOG2L 1
| #define HAVE_DECL_LOGB 1
| #define GNULIB_TEST_LOGB 1
| #define GNULIB_TEST_LOGBF 1
| #define GNULIB_TEST_LOGBL 1
| #define HAVE_LOGF 1
| #define GNULIB_TEST_LOGF 1
| #define GNULIB_TEST_LOGL 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOC32 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSNRTOWCS 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_MBTOWC 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_TEST_MEMRCHR 1
| #define HAVE_MEMSET 1
| #define GNULIB_TEST_MKDIRAT 1
| #define HAVE_MKDTEMP 1
| #define GNULIB_TEST_MKDTEMP 1
| #define HAVE_MKFIFO 1
| #define MKFIFO_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_TEST_MKFIFOAT 1
| #define GNULIB_TEST_MKNODAT 1
| #define GNULIB_TEST_MKNOD 1
| #define GNULIB_TEST_MKSTEMP 1
| #define NEED_MKTIME_WORKING 1
| #define GNULIB_TEST_MKTIME 1
| #define GNULIB_TEST_MODF 1
| #define GNULIB_TEST_MODFF 1
| #define GNULIB_TEST_MODFL 1
| #define GNULIB_MSVC_NOTHROW 1
| #define GNULIB_TEST_MTX 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define NL_LANGINFO_MTSAFE 1
| #define REPLACE_NL_LANGINFO 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_NONBLOCKING 1
| #define GNULIB_NONBLOCKING 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PCLOSE 1
| #define GNULIB_TEST_PERROR 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_POLL 1
| #define GNULIB_TEST_POPEN 1
| #define GNULIB_TEST_POSIX_MEMALIGN 1
| #define GNULIB_TEST_POSIX_OPENPT 1
| #define GNULIB_TEST_POSIX_SPAWN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
| #define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
| #define GNULIB_TEST_POSIX_SPAWNP 1
| #define HAVE_POWF 1
| #define GNULIB_TEST_POWF 1
| #define GNULIB_TEST_PREAD 1
| #define HAVE_FREXP_IN_LIBC 1
| #define HAVE_LDEXP_IN_LIBC 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define HAVE_LDEXPL_IN_LIBC 1
| #define REPLACE_PRINTF_POSIX 1
| #define GNULIB_TEST_PRINTF_POSIX 1
| #define GNULIB_TEST_PTHREAD_COND 1
| #define HAVE_PTHREAD_T 1
| #define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
| #define GNULIB_TEST_PTHREAD_MUTEX 1
| #define GNULIB_TEST_PTHREAD_ONCE 1
| #define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
| #define GNULIB_TEST_PTHREAD_RWLOCK 1
| #define GNULIB_TEST_PTHREAD_SPIN 1
| #define GNULIB_TEST_PTHREAD_THREAD 1
| #define GNULIB_TEST_PTHREAD_TSS 1
| #define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
| #define GNULIB_TEST_PTHREAD_SIGMASK 1
| #define HAVE_PTSNAME 1
| #define GNULIB_TEST_PTSNAME 1
| #define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
| #define GNULIB_TEST_PTSNAME_R 1
| #define GNULIB_TEST_PWRITE 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_INITSTATE 1
| #define HAVE_SETSTATE 1
| #define GNULIB_TEST_RANDOM 1
| #define GNULIB_TEST_RANDOM_R 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_READLINKAT 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define GNULIB_TEST_REMAINDER 1
| #define GNULIB_TEST_REMAINDERF 1
| #define HAVE_DECL_REMAINDERL 1
| #define GNULIB_TEST_REMAINDERL 1
| #define GNULIB_TEST_REMOVE 1
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RENAMEAT 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RINT 1
| #define HAVE_DECL_RINTF 1
| #define GNULIB_TEST_RINTF 1
| #define GNULIB_TEST_RINTL 1
| #define GNULIB_TEST_RMDIR 1
| #define HAVE_DECL_ROUND 1
| #define GNULIB_TEST_ROUND 1
| #define HAVE_DECL_ROUNDF 1
| #define GNULIB_TEST_ROUNDF 1
| #define HAVE_DECL_ROUNDL 1
| #define GNULIB_TEST_ROUNDL 1
| #define HAVE_SCANDIR 1
| #define GNULIB_TEST_SCANDIR 1
| #define HAVE_SCHED_H 1
| #define GNULIB_TEST_SCHED_YIELD 1
| #define HAVE_ISSETUGID 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define HAVE_GETSERVBYNAME 1
| #define GNULIB_TEST_SETENV 1
| #define NEED_SETLOCALE_IMPROVED 0
| #define NEED_SETLOCALE_MTSAFE 1
| #define GNULIB_TEST_SETLOCALE 1
| #define SETLOCALE_NULL_ALL_MTSAFE 0
| #define SETLOCALE_NULL_ONE_MTSAFE 1
| #define HAVE_VISIBILITY 1
| #define GNULIB_TEST_SETLOCALE_NULL 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| #define GNULIB_TEST_SIGNBIT 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define HAVE_SINF 1
| #define GNULIB_TEST_SINF 1
| #define HAVE_SINHF 1
| #define GNULIB_TEST_SINHF 1
| #define GNULIB_TEST_SINL 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define GNULIB_TEST_SNPRINTF 1
| #define GNULIB_SNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SOCKET 1
| #define HAVE_POSIX_SPAWNATTR_T 1
| #define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_SPRINTF_POSIX 1
| #define HAVE_SQRTF 1
| #define GNULIB_TEST_SQRTF 1
| #define GNULIB_TEST_SQRTL 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
| #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
| #define GNULIB_STATAT 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_STPCPY 1
| #define GNULIB_TEST_STPCPY 1
| #define HAVE_STPNCPY 1
| #define GNULIB_TEST_STPNCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define HAVE_STRCSPN 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_TEST_STRDUP 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRERROR_R 1
| #define GNULIB_STRERROR_R_POSIX 1
| #define GNULIB_TEST_STRFTIME 1
| #define GNULIB_TEST_STRNCAT 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define GNULIB_TEST_STRPBRK 1
| #define GNULIB_TEST_STRPTIME 1
| #define HAVE_STRSIGNAL 1
| #define GNULIB_TEST_STRSIGNAL 1
| #define GNULIB_TEST_STRSTR 1
| #define GNULIB_TEST_STRTOD 1
| #define HAVE_STRTOK_R 1
| #define GNULIB_TEST_STRTOK_R 1
| #define HAVE_STRTOL 1
| #define GNULIB_TEST_STRTOLD 1
| #define HAVE_STRTOLL 1
| #define GNULIB_TEST_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define GNULIB_TEST_STRTOULL 1
| #define GNULIB_TEST_SYMLINK 1
| #define GNULIB_TEST_SYMLINKAT 1
| #define HAVE_STRUCT_TMS 1
| #define HAVE_STRUCT_UTSNAME 1
| #define GNULIB_TEST_SYSTEM_POSIX 1
| #define HAVE_TANF 1
| #define GNULIB_TEST_TANF 1
| #define HAVE_TANHF 1
| #define GNULIB_TEST_TANHF 1
| #define GNULIB_TEST_TANL 1
| #define HAVE_DECL_TCGETSID 1
| #define GNULIB_TEST_TCGETSID 1
| #define GNULIB_TEMPNAME 1
| #define GNULIB_TEST_THRD 1
| #define HAVE_DECL_LOCALTIME_R 1
| #define GNULIB_TEST_TIME_R 1
| #define GNULIB_TEST_TMPFILE 1
| #define GNULIB_TEST_TOWCTRANS 1
| #define HAVE_DECL_TRUNC 1
| #define GNULIB_TEST_TRUNC 1
| #define GNULIB_TEST_TRUNCATE 1
| #define HAVE_DECL_TRUNCF 1
| #define GNULIB_TEST_TRUNCF 1
| #define HAVE_DECL_TRUNCL 1
| #define GNULIB_TEST_TRUNCL 1
| #define HAVE_TSEARCH 1
| #define HAVE_TWALK 1
| #define GNULIB_TEST_TSEARCH 1
| #define GNULIB_TEST_TSS 1
| #define HAVE_TTYNAME_R 1
| #define HAVE_POSIXDECL_TTYNAME_R 1
| #define GNULIB_TEST_TTYNAME_R 1
| #define GNULIB_TEST_TZSET 1
| #define HAVE_UNAME 1
| #define GNULIB_UNISTR_U8_MBTOUCR 1
| #define GNULIB_UNISTR_U8_UCTOMB 1
| #define GNULIB_TEST_UNLINK 1
| #define GNULIB_TEST_UNLINKAT 1
| #define HAVE_UNLOCKPT 1
| #define GNULIB_TEST_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_UTIME 1
| #define GNULIB_TEST_UTIME 1
| #define GNULIB_TEST_UTIMENSAT 1
| #define GNULIB_TEST_VDPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define REPLACE_VFPRINTF_POSIX 1
| #define GNULIB_TEST_VFPRINTF_POSIX 1
| #define GNULIB_VFPRINTF_POSIX 1
| #define GNULIB_TEST_VFSCANF 1
| #define GNULIB_VFSCANF 1
| #define REPLACE_VPRINTF_POSIX 1
| #define GNULIB_TEST_VPRINTF_POSIX 1
| #define GNULIB_VPRINTF_POSIX 1
| #define GNULIB_TEST_VSCANF 1
| #define GNULIB_VSCANF 1
| #define HAVE_VSNPRINTF 1
| #define GNULIB_TEST_VSNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define NEED_PRINTF_DIRECTIVE_A 1
| #define HAVE_NL_LANGINFO 1
| #define GNULIB_TEST_VSPRINTF_POSIX 1
| #define GNULIB_TEST_WAITPID 1
| #define GNULIB_TEST_WCPCPY 1
| #define GNULIB_TEST_WCPNCPY 1
| #define GNULIB_TEST_WCRTOMB 1
| #define GNULIB_TEST_WCSCASECMP 1
| #define GNULIB_TEST_WCSCAT 1
| #define GNULIB_TEST_WCSCHR 1
| #define GNULIB_TEST_WCSCMP 1
| #define GNULIB_TEST_WCSCOLL 1
| #define GNULIB_TEST_WCSCPY 1
| #define GNULIB_TEST_WCSCSPN 1
| #define GNULIB_TEST_WCSDUP 1
| #define GNULIB_TEST_WCSFTIME 1
| #define GNULIB_TEST_WCSLEN 1
| #define GNULIB_TEST_WCSNCASECMP 1
| #define GNULIB_TEST_WCSNCAT 1
| #define GNULIB_TEST_WCSNCMP 1
| #define GNULIB_TEST_WCSNCPY 1
| #define GNULIB_TEST_WCSNLEN 1
| #define GNULIB_TEST_WCSNRTOMBS 1
| #define GNULIB_TEST_WCSPBRK 1
| #define GNULIB_TEST_WCSRCHR 1
| #define GNULIB_TEST_WCSRTOMBS 1
| #define GNULIB_TEST_WCSSPN 1
| #define GNULIB_TEST_WCSSTR 1
| #define GNULIB_TEST_WCSTOK 1
| #define GNULIB_TEST_WCSWIDTH 1
| #define GNULIB_TEST_WCSXFRM 1
| #define HAVE_DECL_WCTOB 1
| #define GNULIB_TEST_WCTOB 1
| #define GNULIB_TEST_WCTOMB 1
| #define GNULIB_TEST_WCTRANS 1
| #define GNULIB_TEST_WCTYPE 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define GNULIB_TEST_WMEMCHR 1
| #define GNULIB_TEST_WMEMCMP 1
| #define GNULIB_TEST_WMEMCPY 1
| #define GNULIB_TEST_WMEMMOVE 1
| #define GNULIB_TEST_WMEMPCPY 1
| #define GNULIB_TEST_WMEMSET 1
| #define GNULIB_TEST_WRITE 1
| #define HAVE_STDINT_H 1
| #define GNULIB_TEST_BTOC32 1
| #define GNULIB_TEST_C32TOB 1
| #define HAVE_WORKING_USELOCALE 1
| #define GNULIB_FILENAMECAT IN_GNULIB_TESTS
| #define HAVE_MAP_ANONYMOUS 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define LDBL_EXPBIT0_WORD 1
| #define LDBL_EXPBIT0_BIT 20
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_IF_NAMEINDEX 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define HAVE_MAP_ANONYMOUS 1
| #define CHECK_SNPRINTF_POSIX 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_PTHREAD_ATFORK 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((useconds_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:104806: result: yes
configure:104818: checking whether usleep allows large arguments
configure:104849: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:104849: $? = 0
configure:104849: ./conftest
configure:104849: $? = 0
configure:104859: result: yes
configure:104912: checking for mmap
configure:104912: result: yes
configure:104923: checking for MAP_ANONYMOUS
configure:104960: result: yes
configure:104980: checking for waitid
configure:104980: gcc -o conftest -g -O2 -Wall  conftest.c  >&5
configure:104980: $? = 0
configure:104980: result: yes
configure:104993: checking for a traditional french locale
configure:105127: result: fr_FR.ISO8859-1
configure:105134: checking for a french Unicode locale
configure:105255: result: fr_FR.UTF-8
configure:105263: checking for a traditional japanese locale
configure:105403: result: ja_JP.eucJP
configure:105411: checking for a transitional chinese locale
configure:105545: result: zh_CN.GB18030
configure:105553: checking for a traditional french locale
configure:105687: result: fr_FR.ISO8859-1
configure:105694: checking for a french Unicode locale
configure:105815: result: fr_FR.UTF-8
configure:105823: checking for a traditional japanese locale
configure:105963: result: ja_JP.eucJP
configure:105971: checking for a transitional chinese locale
configure:106105: result: zh_CN.GB18030
configure:106113: checking for a traditional french locale
configure:106247: result: fr_FR.ISO8859-1
configure:106254: checking for a french Unicode locale
configure:106375: result: fr_FR.UTF-8
configure:106383: checking for a traditional japanese locale
configure:106523: result: ja_JP.eucJP
configure:106531: checking for a transitional chinese locale
configure:106665: result: zh_CN.GB18030
configure:106815: checking that generated files are newer than configure
configure:106821: result: done
configure:107005: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by dummy config.status 0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on dtk.home.martin.st

config.status:3565: creating Makefile
config.status:3565: creating gllib/Makefile
config.status:3565: creating glm4/Makefile
config.status:3565: creating gltests/Makefile
config.status:3565: creating config.h
config.status:3794: executing depfiles commands
config.status:3871: cd gllib       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
config.status:3876: $? = 0
config.status:3871: cd gltests       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
config.status:3876: $? = 0

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=aarch64-apple-darwin20.2.0
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_flexmember=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-Wall
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__Exit=yes
ac_cv_func___fpurge=no
ac_cv_func___freading=no
ac_cv_func___fseterr=no
ac_cv_func___secure_getenv=no
ac_cv_func___xpg_strerror_r=no
ac_cv_func__fseeki64=no
ac_cv_func__set_invalid_parameter_handler=no
ac_cv_func_access=yes
ac_cv_func_acosf=yes
ac_cv_func_aligned_alloc=yes
ac_cv_func_alloca_works=yes
ac_cv_func_alphasort=yes
ac_cv_func_asinf=yes
ac_cv_func_atan2f=yes
ac_cv_func_atanf=yes
ac_cv_func_atexit=yes
ac_cv_func_atoll=yes
ac_cv_func_btowc=yes
ac_cv_func_canonicalize_file_name=no
ac_cv_func_catgets=yes
ac_cv_func_cbrt=yes
ac_cv_func_cbrtf=yes
ac_cv_func_cbrtl=yes
ac_cv_func_chown=yes
ac_cv_func_chown_works=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_clock_settime=yes
ac_cv_func_closedir=yes
ac_cv_func_cosf=yes
ac_cv_func_coshf=yes
ac_cv_func_dirfd=yes
ac_cv_func_dprintf=yes
ac_cv_func_duplocale=yes
ac_cv_func_eaccess=no
ac_cv_func_euidaccess=no
ac_cv_func_exp2f=yes
ac_cv_func_exp2l=yes
ac_cv_func_expf=yes
ac_cv_func_expm1f=yes
ac_cv_func_faccessat=yes
ac_cv_func_fchdir=yes
ac_cv_func_fchmodat=yes
ac_cv_func_fchown=yes
ac_cv_func_fchownat=yes
ac_cv_func_fcntl=yes
ac_cv_func_fdatasync=yes
ac_cv_func_fdopendir=yes
ac_cv_func_fmodf=yes
ac_cv_func_fmodl=yes
ac_cv_func_fnmatch=yes
ac_cv_func_fpurge=yes
ac_cv_func_freelocale=yes
ac_cv_func_fstatat=yes
ac_cv_func_fsync=yes
ac_cv_func_ftruncate=yes
ac_cv_func_futimens=yes
ac_cv_func_futimes=yes
ac_cv_func_futimesat=no
ac_cv_func_getcwd=yes
ac_cv_func_getdelim=yes
ac_cv_func_getdtablesize=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getexecname=no
ac_cv_func_getgid=yes
ac_cv_func_getgrouplist=yes
ac_cv_func_getgroups=yes
ac_cv_func_getgroups_works=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_getline=yes
ac_cv_func_getlocalename_l=no
ac_cv_func_getlogin=yes
ac_cv_func_getlogin_r=yes
ac_cv_func_getppriv=no
ac_cv_func_getprogname=yes
ac_cv_func_getpwnam_r=yes
ac_cv_func_getrandom=no
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_getservbyname=yes
ac_cv_func_getsubopt=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getuid=yes
ac_cv_func_glob=yes
ac_cv_func_glob_pattern_p=no
ac_cv_func_group_member=no
ac_cv_func_hypotf=yes
ac_cv_func_hypotl=yes
ac_cv_func_imaxabs=yes
ac_cv_func_imaxdiv=yes
ac_cv_func_initstate=yes
ac_cv_func_ioctl=yes
ac_cv_func_isblank=yes
ac_cv_func_issetugid=yes
ac_cv_func_iswblank=yes
ac_cv_func_iswcntrl=yes
ac_cv_func_iswctype=yes
ac_cv_func_lchmod=yes
ac_cv_func_lchown=yes
ac_cv_func_link=yes
ac_cv_func_linkat=yes
ac_cv_func_localtime_r=yes
ac_cv_func_log10f=yes
ac_cv_func_log10l=yes
ac_cv_func_log1p=yes
ac_cv_func_log1pf=yes
ac_cv_func_log1pl=yes
ac_cv_func_log2=yes
ac_cv_func_log2f=yes
ac_cv_func_log2l=yes
ac_cv_func_logf=yes
ac_cv_func_lstat=yes
ac_cv_func_lutimes=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_mbrlen=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mbsinit=yes
ac_cv_func_mbsnrtowcs=yes
ac_cv_func_mbsrtowcs=yes
ac_cv_func_mbtowc=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_mempcpy=no
ac_cv_func_memrchr=no
ac_cv_func_memset=yes
ac_cv_func_mkdirat=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_mkfifoat=no
ac_cv_func_mknod=yes
ac_cv_func_mknodat=no
ac_cv_func_mkstemp=yes
ac_cv_func_mmap=yes
ac_cv_func_mprotect=yes
ac_cv_func_mquery=no
ac_cv_func_newlocale=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_nl_langinfo_l=yes
ac_cv_func_openat=yes
ac_cv_func_opendir=yes
ac_cv_func_pclose=yes
ac_cv_func_pipe=yes
ac_cv_func_poll=yes
ac_cv_func_popen=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_posix_openpt=yes
ac_cv_func_posix_spawn=yes
ac_cv_func_powf=yes
ac_cv_func_pread=yes
ac_cv_func_pstat_getprocvm=no
ac_cv_func_pthread_atfork=yes
ac_cv_func_pthread_sigmask=yes
ac_cv_func_ptsname=yes
ac_cv_func_ptsname_r=yes
ac_cv_func_pwrite=yes
ac_cv_func_raise=yes
ac_cv_func_random_r=no
ac_cv_func_rawmemchr=no
ac_cv_func_readdir=yes
ac_cv_func_readlink=yes
ac_cv_func_readlinkat=yes
ac_cv_func_realpath=yes
ac_cv_func_renameat2=no
ac_cv_func_renameat=yes
ac_cv_func_rewinddir=yes
ac_cv_func_scandir=yes
ac_cv_func_secure_getenv=no
ac_cv_func_setenv=yes
ac_cv_func_setrlimit=yes
ac_cv_func_setstate=yes
ac_cv_func_shutdown=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_siginterrupt=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_sinf=yes
ac_cv_func_sinhf=yes
ac_cv_func_sleep=yes
ac_cv_func_snprintf=yes
ac_cv_func_snprintf_l=yes
ac_cv_func_sqrtf=yes
ac_cv_func_stpcpy=yes
ac_cv_func_stpncpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchrnul=no
ac_cv_func_strcspn=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=no
ac_cv_func_strfmon_l=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strndup=yes
ac_cv_func_strnlen=yes
ac_cv_func_strnlen_working=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strptime=yes
ac_cv_func_strsignal=yes
ac_cv_func_strtoimax=yes
ac_cv_func_strtok_r=yes
ac_cv_func_strtol=yes
ac_cv_func_strtold=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoul=yes
ac_cv_func_strtoull=yes
ac_cv_func_strtoumax=yes
ac_cv_func_symlink=yes
ac_cv_func_symlinkat=yes
ac_cv_func_tanf=yes
ac_cv_func_tanhf=yes
ac_cv_func_timer_settime=no
ac_cv_func_times=yes
ac_cv_func_towlower=yes
ac_cv_func_truncate=yes
ac_cv_func_tsearch=yes
ac_cv_func_ttyname_r=yes
ac_cv_func_twalk=yes
ac_cv_func_uname=yes
ac_cv_func_unlinkat=yes
ac_cv_func_unlockpt=yes
ac_cv_func_unsetenv=yes
ac_cv_func_uselocale=yes
ac_cv_func_usleep=yes
ac_cv_func_utime=yes
ac_cv_func_utimensat=yes
ac_cv_func_vasnprintf=no
ac_cv_func_vdprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_waitid=yes
ac_cv_func_wcpcpy=yes
ac_cv_func_wcpncpy=yes
ac_cv_func_wcrtomb=yes
ac_cv_func_wcscasecmp=yes
ac_cv_func_wcscat=yes
ac_cv_func_wcschr=yes
ac_cv_func_wcscmp=yes
ac_cv_func_wcscoll=yes
ac_cv_func_wcscpy=yes
ac_cv_func_wcscspn=yes
ac_cv_func_wcsftime=yes
ac_cv_func_wcslen=yes
ac_cv_func_wcsncasecmp=yes
ac_cv_func_wcsncat=yes
ac_cv_func_wcsncmp=yes
ac_cv_func_wcsncpy=yes
ac_cv_func_wcsnlen=yes
ac_cv_func_wcsnrtombs=yes
ac_cv_func_wcspbrk=yes
ac_cv_func_wcsrchr=yes
ac_cv_func_wcsrtombs=yes
ac_cv_func_wcsspn=yes
ac_cv_func_wcsstr=yes
ac_cv_func_wcstok=yes
ac_cv_func_wcswidth=yes
ac_cv_func_wcsxfrm=yes
ac_cv_func_wctob=yes
ac_cv_func_wcwidth=yes
ac_cv_func_wmempcpy=no
ac_cv_gnu_library_2_1=no
ac_cv_have_decl___argv=no
ac_cv_have_decl__putenv=no
ac_cv_have_decl__snprintf=no
ac_cv_have_decl_acosl=yes
ac_cv_have_decl_alarm=yes
ac_cv_have_decl_asinl=yes
ac_cv_have_decl_atanl=yes
ac_cv_have_decl_cbrtf=yes
ac_cv_have_decl_cbrtl=yes
ac_cv_have_decl_ceilf=yes
ac_cv_have_decl_ceill=yes
ac_cv_have_decl_copysignf=yes
ac_cv_have_decl_cosl=yes
ac_cv_have_decl_dirfd=yes
ac_cv_have_decl_exp2=yes
ac_cv_have_decl_exp2f=yes
ac_cv_have_decl_exp2l=yes
ac_cv_have_decl_expl=yes
ac_cv_have_decl_expm1l=yes
ac_cv_have_decl_fchdir=yes
ac_cv_have_decl_fdatasync=no
ac_cv_have_decl_fdopendir=yes
ac_cv_have_decl_floorf=yes
ac_cv_have_decl_floorl=yes
ac_cv_have_decl_fma=yes
ac_cv_have_decl_fmaf=yes
ac_cv_have_decl_fmal=yes
ac_cv_have_decl_fmodl=yes
ac_cv_have_decl_fpurge=yes
ac_cv_have_decl_freeaddrinfo=yes
ac_cv_have_decl_frexpl=yes
ac_cv_have_decl_fseeko=yes
ac_cv_have_decl_ftello=yes
ac_cv_have_decl_gai_strerror=yes
ac_cv_have_decl_gai_strerrorA=no
ac_cv_have_decl_getaddrinfo=yes
ac_cv_have_decl_getcwd=yes
ac_cv_have_decl_getdelim=yes
ac_cv_have_decl_getdtablesize=yes
ac_cv_have_decl_getline=yes
ac_cv_have_decl_getlogin=yes
ac_cv_have_decl_getlogin_r=yes
ac_cv_have_decl_getnameinfo=yes
ac_cv_have_decl_getpagesize=yes
ac_cv_have_decl_imaxabs=yes
ac_cv_have_decl_imaxdiv=yes
ac_cv_have_decl_inet_ntop=yes
ac_cv_have_decl_inet_pton=yes
ac_cv_have_decl_initstate=yes
ac_cv_have_decl_isblank=yes
ac_cv_have_decl_isfinite=yes
ac_cv_have_decl_isinf=yes
ac_cv_have_decl_iswblank=yes
ac_cv_have_decl_ldexpl=yes
ac_cv_have_decl_localtime_r=yes
ac_cv_have_decl_log10l=yes
ac_cv_have_decl_log2=yes
ac_cv_have_decl_log2f=yes
ac_cv_have_decl_log2l=yes
ac_cv_have_decl_logb=yes
ac_cv_have_decl_logl=yes
ac_cv_have_decl_memrchr=no
ac_cv_have_decl_program_invocation_name=no
ac_cv_have_decl_program_invocation_short_name=no
ac_cv_have_decl_pthread_mutex_timedlock=no
ac_cv_have_decl_pthread_rwlock_timedrdlock=no
ac_cv_have_decl_remainder=yes
ac_cv_have_decl_remainderl=yes
ac_cv_have_decl_rintf=yes
ac_cv_have_decl_round=yes
ac_cv_have_decl_roundf=yes
ac_cv_have_decl_roundl=yes
ac_cv_have_decl_sched_yield=yes
ac_cv_have_decl_setenv=yes
ac_cv_have_decl_setstate=yes
ac_cv_have_decl_sinl=yes
ac_cv_have_decl_sleep=yes
ac_cv_have_decl_snprintf=yes
ac_cv_have_decl_sqrtl=yes
ac_cv_have_decl_stpncpy=yes
ac_cv_have_decl_strdup=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_have_decl_strncasecmp=yes
ac_cv_have_decl_strndup=yes
ac_cv_have_decl_strnlen=yes
ac_cv_have_decl_strsignal=yes
ac_cv_have_decl_strtod=yes
ac_cv_have_decl_strtoimax=yes
ac_cv_have_decl_strtok_r=yes
ac_cv_have_decl_strtoumax=yes
ac_cv_have_decl_tanl=yes
ac_cv_have_decl_tcgetsid=yes
ac_cv_have_decl_trunc=yes
ac_cv_have_decl_truncate=yes
ac_cv_have_decl_truncf=yes
ac_cv_have_decl_truncl=yes
ac_cv_have_decl_ttyname_r=yes
ac_cv_have_decl_unsetenv=yes
ac_cv_have_decl_vsnprintf=yes
ac_cv_have_decl_wctob=yes
ac_cv_have_decl_wcwidth=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_crtdefs_h=no
ac_cv_header_dirent_h=yes
ac_cv_header_features_h=no
ac_cv_header_fnmatch_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_glob_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_libintl_h=no
ac_cv_header_limits_h=yes
ac_cv_header_linux_fs_h=no
ac_cv_header_malloc_h=no
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_monetary_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_priv_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_random_h=no
ac_cv_header_sched_h=yes
ac_cv_header_search_h=yes
ac_cv_header_semaphore_h=yes
ac_cv_header_spawn_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_ext_h=no
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_cdefs_h=yes
ac_cv_header_sys_filio_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_mkdev_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_random_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_single_threaded_h=no
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysmacros_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_threads_h=no
ac_cv_header_uchar_h=no
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_header_xlocale_h=yes
ac_cv_host=aarch64-apple-darwin20.2.0
ac_cv_lib_error_at_line=no
ac_cv_lib_pthread_pthread_kill=yes
ac_cv_member_struct_sigaction_sa_sigaction=yes
ac_cv_member_struct_sockaddr_sa_len=yes
ac_cv_member_struct_sockaddr_storage_ss_family=yes
ac_cv_member_struct_stat_st_atim_tv_nsec=no
ac_cv_member_struct_stat_st_atimespec_tv_nsec=yes
ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=yes
ac_cv_member_struct_tm_tm_gmtoff=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_clock_gettime='none required'
ac_cv_search_eaccess=no
ac_cv_search_getaddrinfo='none required'
ac_cv_search_gethostbyname='none required'
ac_cv_search_getservbyname='none required'
ac_cv_search_if_nameindex='none required'
ac_cv_search_inet_ntop='none required'
ac_cv_search_inet_pton='none required'
ac_cv_search_nanosleep='none required'
ac_cv_search_posix_spawn='none required'
ac_cv_search_timer_settime=no
ac_cv_should_define__xopen_source=no
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_type__Bool=yes
ac_cv_type_getgroups=gid_t
ac_cv_type_mbstate_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_nlink_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_posix_spawn_file_actions_t=yes
ac_cv_type_posix_spawnattr_t=yes
ac_cv_type_pthread_rwlock_t=yes
ac_cv_type_pthread_spinlock_t=no
ac_cv_type_pthread_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_sa_family_t=yes
ac_cv_type_sig_atomic_t=yes
ac_cv_type_sighandler_t=no
ac_cv_type_sigset_t=yes
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_struct_addrinfo=yes
ac_cv_type_struct_random_data=no
ac_cv_type_struct_sched_param=yes
ac_cv_type_struct_sockaddr_storage=yes
ac_cv_type_struct_tms=yes
ac_cv_type_struct_utsname=yes
ac_cv_type_uid_t=yes
ac_cv_type_useconds_t=yes
ac_cv_type_volatile_sig_atomic_t=yes
ac_cv_working_alloca_h=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec=
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libdirstems=lib,lib,lib
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
acl_cv_prog_gnu_ld=no
acl_cv_rpath=done
acl_cv_shlibext=dylib
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_func_iconv_works=yes
am_cv_func_working_getline=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=yes
am_cv_make_support_nested_variables=yes
gl_cv___builtin_expect=yes
gl_cv_bitsizeof_wchar_t=32
gl_cv_c___inline=yes
gl_cv_c_amsterdam_compiler=no
gl_cv_c_inline_effective=yes
gl_cv_c_multiarch=no
gl_cv_cc_double_expbit0='word 1 bit 20'
gl_cv_cc_float_expbit0='word 0 bit 23'
gl_cv_cc_long_double_expbit0='word 1 bit 20'
gl_cv_cc_vis_werror=yes
gl_cv_cc_visibility=yes
gl_cv_compiler_check_decl_option=-Werror=implicit-function-declaration
gl_cv_compiler_clang=yes
gl_cv_const_PTHREAD_CREATE_DETACHED=yes
gl_cv_const_PTHREAD_MUTEX_RECURSIVE=yes
gl_cv_const_PTHREAD_MUTEX_ROBUST=no
gl_cv_const_PTHREAD_PROCESS_SHARED=yes
gl_cv_cxx_has_uchar_types=no
gl_cv_decl_HOST_NAME_MAX=256
gl_cv_decl_ioctl_in_sys_ioctl_h=yes
gl_cv_decl_null_works=yes
gl_cv_decl_readlink_works=yes
gl_cv_decl_readlinkat_works=yes
gl_cv_double_slash_root=no
gl_cv_elf=no
gl_cv_func_acosl_no_libm=yes
gl_cv_func_aligned_alloc_works=no
gl_cv_func_asinl_no_libm=yes
gl_cv_func_atanl_no_libm=yes
gl_cv_func_btowc_eof=yes
gl_cv_func_btowc_nul=yes
gl_cv_func_c32rtomb=no
gl_cv_func_cbrtf_works=yes
gl_cv_func_cbrtl_ieee=yes
gl_cv_func_cbrtl_works=yes
gl_cv_func_ceil_ieee=yes
gl_cv_func_ceil_libm=
gl_cv_func_ceilf_ieee=yes
gl_cv_func_ceilf_libm=
gl_cv_func_ceill_ieee=yes
gl_cv_func_ceill_libm=
gl_cv_func_ceill_works=yes
gl_cv_func_chown_ctime_works=yes
gl_cv_func_chown_follows_symlink=yes
gl_cv_func_chown_slash_works=no
gl_cv_func_copysign_no_libm=yes
gl_cv_func_copysignf_no_libm=yes
gl_cv_func_copysignl_no_libm=yes
gl_cv_func_cosl_no_libm=yes
gl_cv_func_dirfd_macro=no
gl_cv_func_dprintf_posix=no
gl_cv_func_dup2_works=yes
gl_cv_func_dup_works=yes
gl_cv_func_duplocale_works=yes
gl_cv_func_exp2_no_libm=yes
gl_cv_func_exp2_works=yes
gl_cv_func_exp2l_ieee=yes
gl_cv_func_exp2l_works=yes
gl_cv_func_expl_no_libm=yes
gl_cv_func_expl_works=yes
gl_cv_func_expm1_ieee=yes
gl_cv_func_expm1_no_libm=yes
gl_cv_func_expm1f_works=yes
gl_cv_func_expm1l_no_libm=yes
gl_cv_func_expm1l_works=yes
gl_cv_func_fabs_no_libm=yes
gl_cv_func_fabsf_no_libm=yes
gl_cv_func_fabsl_no_libm=yes
gl_cv_func_fabsl_works=yes
gl_cv_func_fchmodat_works=yes
gl_cv_func_fchownat_empty_filename_works=yes
gl_cv_func_fchownat_nofollow_works=yes
gl_cv_func_fcntl_f_dupfd_cloexec=yes
gl_cv_func_fcntl_f_dupfd_works=yes
gl_cv_func_fdopen_works=yes
gl_cv_func_fdopendir_works=yes
gl_cv_func_fegetround_no_libm=yes
gl_cv_func_fflush_stdin=no
gl_cv_func_ffs=yes
gl_cv_func_floor_ieee=yes
gl_cv_func_floor_libm=
gl_cv_func_floorf_ieee=yes
gl_cv_func_floorf_libm=
gl_cv_func_floorl_libm=
gl_cv_func_fma_no_libm=yes
gl_cv_func_fma_works=yes
gl_cv_func_fmaf_no_libm=yes
gl_cv_func_fmaf_works=yes
gl_cv_func_fmal_no_libm=yes
gl_cv_func_fmal_works=yes
gl_cv_func_fmod_ieee=yes
gl_cv_func_fmodf_ieee=yes
gl_cv_func_fmodl_ieee=yes
gl_cv_func_fnmatch_posix=no
gl_cv_func_fopen_slash=yes
gl_cv_func_fprintf_posix=no
gl_cv_func_fpurge_works=no
gl_cv_func_free=yes
gl_cv_func_freopen_works_on_closed=yes
gl_cv_func_frexp_no_libm=yes
gl_cv_func_frexp_works=yes
gl_cv_func_frexpf_no_libm=yes
gl_cv_func_frexpf_works=yes
gl_cv_func_frexpl_no_libm=yes
gl_cv_func_frexpl_works=yes
gl_cv_func_fseeko=yes
gl_cv_func_fstatat_zero_flag=yes
gl_cv_func_ftello=yes
gl_cv_func_ftello_works=yes
gl_cv_func_futimens_works=no
gl_cv_func_gai_strerror_posix_signature=yes
gl_cv_func_getaddrinfo=yes
gl_cv_func_getcwd_null=yes
gl_cv_func_getcwd_path_max='no, but it is partly working'
gl_cv_func_getcwd_posix_signature=yes
gl_cv_func_getcwd_succeeds_beyond_4k=no
gl_cv_func_getdtablesize_works=yes
gl_cv_func_getgroups_works=no
gl_cv_func_getlogin_r_works=no
gl_cv_func_getopt_posix=no
gl_cv_func_getpagesize=yes
gl_cv_func_gettimeofday_posix_signature=yes
gl_cv_func_grantpt=yes
gl_cv_func_hypot_ieee=yes
gl_cv_func_hypotf_ieee=yes
gl_cv_func_hypotf_works=yes
gl_cv_func_hypotl_ieee=yes
gl_cv_func_hypotl_works=yes
gl_cv_func_iconv_supports_utf=yes
gl_cv_func_ilogb_no_libm=yes
gl_cv_func_ilogb_works=yes
gl_cv_func_ilogbf_no_libm=yes
gl_cv_func_ilogbf_works=yes
gl_cv_func_ilogbl=yes
gl_cv_func_ilogbl_works=yes
gl_cv_func_ioctl_posix_signature=no
gl_cv_func_isatty_sets_errno=yes
gl_cv_func_isfinitel_works=yes
gl_cv_func_isinfl_works=yes
gl_cv_func_isnand_no_libm=yes
gl_cv_func_isnanf_no_libm=yes
gl_cv_func_isnanf_works=yes
gl_cv_func_isnanl_no_libm=yes
gl_cv_func_isnanl_works=yes
gl_cv_func_iswcntrl_works=yes
gl_cv_func_iswdigit_works=yes
gl_cv_func_iswxdigit_works=yes
gl_cv_func_itold_works=yes
gl_cv_func_ldexp_no_libm=yes
gl_cv_func_ldexpf_no_libm=yes
gl_cv_func_ldexpl_no_libm=yes
gl_cv_func_ldexpl_works=yes
gl_cv_func_link_follows_symlink=yes
gl_cv_func_link_works=no
gl_cv_func_linkat_nofollow=yes
gl_cv_func_linkat_slash=no
gl_cv_func_log10_ieee=yes
gl_cv_func_log10_works=yes
gl_cv_func_log10f_ieee=yes
gl_cv_func_log10f_works=yes
gl_cv_func_log10l_works=yes
gl_cv_func_log1p_ieee=yes
gl_cv_func_log1pf_ieee=yes
gl_cv_func_log1pf_works=yes
gl_cv_func_log1pl_ieee=yes
gl_cv_func_log2_ieee=yes
gl_cv_func_log2_works=yes
gl_cv_func_log2f_ieee=yes
gl_cv_func_log2f_works=yes
gl_cv_func_log2l_works=yes
gl_cv_func_log_ieee=yes
gl_cv_func_log_works=yes
gl_cv_func_logb_works=yes
gl_cv_func_logbf_no_libm=yes
gl_cv_func_logbf_works=yes
gl_cv_func_logbl_no_libm=yes
gl_cv_func_logbl_works=yes
gl_cv_func_logf_ieee=yes
gl_cv_func_logf_works=yes
gl_cv_func_logl_no_libm=yes
gl_cv_func_logl_works=yes
gl_cv_func_lseek_pipe=yes
gl_cv_func_lstat_dereferences_slashed_symlink=no
gl_cv_func_malloc_0_nonnull=1
gl_cv_func_malloc_posix=yes
gl_cv_func_mbrtoc32=no
gl_cv_func_mbrtowc_C_locale_sans_EILSEQ=yes
gl_cv_func_mbrtowc_empty_input=yes
gl_cv_func_mbrtowc_incomplete_state=yes
gl_cv_func_mbrtowc_nul_retval=yes
gl_cv_func_mbrtowc_null_arg1=yes
gl_cv_func_mbrtowc_null_arg2=yes
gl_cv_func_mbrtowc_retval=yes
gl_cv_func_mbrtowc_sanitycheck=yes
gl_cv_func_mbrtowc_stores_incomplete=no
gl_cv_func_mbsnrtowcs_works_in_traditional_locale=yes
gl_cv_func_mbsrtowcs_works=yes
gl_cv_func_memchr_works=yes
gl_cv_func_memcmp_working=yes
gl_cv_func_mkdir_trailing_dot_works=yes
gl_cv_func_mkdir_trailing_slash_works=yes
gl_cv_func_mkfifo=yes
gl_cv_func_mkfifo_works=no
gl_cv_func_mknod_works=yes
gl_cv_func_modf_ieee=yes
gl_cv_func_modf_no_libm=yes
gl_cv_func_modff_ieee=yes
gl_cv_func_modff_no_libm=yes
gl_cv_func_modfl_ieee=yes
gl_cv_func_modfl_no_libm=yes
gl_cv_func_nanosleep='no (mishandles large arguments)'
gl_cv_func_nextafter_no_libm=yes
gl_cv_func_nl_langinfo_yesexpr_works=yes
gl_cv_func_open_slash=no
gl_cv_func_perror_works=yes
gl_cv_func_poll=no
gl_cv_func_popen_works=yes
gl_cv_func_posix_memalign_works=yes
gl_cv_func_posix_spawn_file_actions_addclose_works=yes
gl_cv_func_posix_spawn_file_actions_adddup2_works=yes
gl_cv_func_posix_spawn_file_actions_addopen_works=yes
gl_cv_func_posix_spawn_works=yes
gl_cv_func_pow_no_libm=yes
gl_cv_func_pread_works=yes
gl_cv_func_printf_attribute_flavor=system
gl_cv_func_printf_directive_a=no
gl_cv_func_printf_directive_f=yes
gl_cv_func_printf_directive_ls=yes
gl_cv_func_printf_directive_n=no
gl_cv_func_printf_enomem=yes
gl_cv_func_printf_flag_grouping=yes
gl_cv_func_printf_flag_leftadjust=yes
gl_cv_func_printf_flag_zero=yes
gl_cv_func_printf_infinite=yes
gl_cv_func_printf_infinite_long_double=yes
gl_cv_func_printf_long_double=yes
gl_cv_func_printf_positions=yes
gl_cv_func_printf_precision=yes
gl_cv_func_printf_sizes_c99=yes
gl_cv_func_pthread_create=yes
gl_cv_func_pthread_mutexattr_getrobust=no
gl_cv_func_pthread_rwlock_init=yes
gl_cv_func_pthread_sigmask_in_libc_works=yes
gl_cv_func_pthread_sigmask_macro=no
gl_cv_func_pthread_sigmask_return_works=yes
gl_cv_func_pthread_sigmask_unblock_works='guessing yes'
gl_cv_func_ptsname_r_retval_ok=no
gl_cv_func_ptsname_r_signature_ok=yes
gl_cv_func_ptsname_sets_errno=yes
gl_cv_func_pwrite_works=yes
gl_cv_func_random=yes
gl_cv_func_re_compile_pattern_working=no
gl_cv_func_readlink_works=no
gl_cv_func_realpath_works=no
gl_cv_func_remainder_ieee=yes
gl_cv_func_remainder_no_libm=yes
gl_cv_func_remainderf=yes
gl_cv_func_remainderf_ieee=yes
gl_cv_func_remainderf_works=yes
gl_cv_func_remainderl=yes
gl_cv_func_remainderl_ieee=yes
gl_cv_func_remainderl_works=yes
gl_cv_func_rename_dest_works=yes
gl_cv_func_rename_link_works=yes
gl_cv_func_rename_slash_dst_works=no
gl_cv_func_rename_slash_src_works=no
gl_cv_func_rint_no_libm=yes
gl_cv_func_rintf_no_libm=yes
gl_cv_func_rintl_no_libm=yes
gl_cv_func_rintl_works=yes
gl_cv_func_rmdir_works=yes
gl_cv_func_round_ieee=yes
gl_cv_func_round_works=yes
gl_cv_func_roundf_ieee=yes
gl_cv_func_roundf_works=yes
gl_cv_func_roundl_ieee=yes
gl_cv_func_select_detects_ebadf=yes
gl_cv_func_select_supports0=yes
gl_cv_func_setenv_works=yes
gl_cv_func_setlocale_null_all_mtsafe=no
gl_cv_func_setlocale_null_one_mtsafe=yes
gl_cv_func_setlocale_works=yes
gl_cv_func_signbit=yes
gl_cv_func_signbit_builtins=yes
gl_cv_func_sinl_no_libm=yes
gl_cv_func_sleep_works=yes
gl_cv_func_snprintf_directive_n=no
gl_cv_func_snprintf_posix=no
gl_cv_func_snprintf_retval_c99=yes
gl_cv_func_snprintf_size1=yes
gl_cv_func_snprintf_truncation_c99=yes
gl_cv_func_snprintf_usable=yes
gl_cv_func_spawnattr_setschedparam=no
gl_cv_func_spawnattr_setschedpolicy=no
gl_cv_func_sprintf_posix=no
gl_cv_func_sqrtl_no_libm=yes
gl_cv_func_sqrtl_works=yes
gl_cv_func_stat_file_slash=no
gl_cv_func_stpncpy=yes
gl_cv_func_strerror_0_works=no
gl_cv_func_strncat_works=yes
gl_cv_func_strndup_works=yes
gl_cv_func_strstr_linear=no
gl_cv_func_strstr_works_always=yes
gl_cv_func_strtod_works=yes
gl_cv_func_strtoimax=yes
gl_cv_func_strtok_r_works=yes
gl_cv_func_strtold_works=yes
gl_cv_func_svid_putenv=no
gl_cv_func_symlink_works=no
gl_cv_func_symlinkat_works=no
gl_cv_func_tanl_no_libm=yes
gl_cv_func_tcgetsid=yes
gl_cv_func_tdelete_works=yes
gl_cv_func_tmpfile_works=yes
gl_cv_func_trunc_ieee=yes
gl_cv_func_truncf_ieee=yes
gl_cv_func_truncl_ieee=yes
gl_cv_func_truncl_works=yes
gl_cv_func_ttyname_r_posix=yes
gl_cv_func_ttyname_r_works=yes
gl_cv_func_ungetc_works=no
gl_cv_func_unlink_honors_slashes=no
gl_cv_func_unlink_parent_fails=yes
gl_cv_func_unsetenv_works=yes
gl_cv_func_usleep_works=yes
gl_cv_func_utimensat_works=no
gl_cv_func_va_copy=yes
gl_cv_func_vdprintf_posix=no
gl_cv_func_vfprintf_posix=no
gl_cv_func_vsnprintf_posix=no
gl_cv_func_vsnprintf_usable=yes
gl_cv_func_vsnprintf_zerosize_c99=yes
gl_cv_func_vsprintf_posix=no
gl_cv_func_wcrtomb_retval=yes
gl_cv_func_wcrtomb_works=yes
gl_cv_func_wcsdup=yes
gl_cv_func_wcsnrtombs_works_in_traditional_locale=yes
gl_cv_func_wcsrtombs_null=yes
gl_cv_func_wcsrtombs_termination=yes
gl_cv_func_wcstok_posix_signature=yes
gl_cv_func_wctob_works=yes
gl_cv_func_wcwidth_works=no
gl_cv_func_wmemchr=yes
gl_cv_func_wmemcmp=yes
gl_cv_func_wmemcpy=yes
gl_cv_func_wmemmove=yes
gl_cv_func_wmemset=yes
gl_cv_func_working_getdelim=yes
gl_cv_func_working_mkstemp=yes
gl_cv_func_working_mktime=no
gl_cv_func_working_strsignal=yes
gl_cv_func_working_utimes=yes
gl_cv_gnu_glob_interface_version_1_2=no
gl_cv_have___xpg4=no
gl_cv_have_include_next=yes
gl_cv_have_nonblocking=yes
gl_cv_have_open_O_NONBLOCK=yes
gl_cv_have_unlimited_file_name_length=no
gl_cv_have_weak=no
gl_cv_header_errno_h_complete=yes
gl_cv_header_inttypes_h=yes
gl_cv_header_langinfo_altmon=no
gl_cv_header_langinfo_codeset=yes
gl_cv_header_langinfo_era=yes
gl_cv_header_langinfo_t_fmt_ampm=yes
gl_cv_header_langinfo_yesexpr=yes
gl_cv_header_limits_width=no
gl_cv_header_locale_h_needs_xlocale_h=yes
gl_cv_header_locale_h_posix2001=yes
gl_cv_header_locale_has_locale_t=no
gl_cv_header_math_huge_val_works=yes
gl_cv_header_math_nan_works=yes
gl_cv_header_net_if_h_selfcontained=yes
gl_cv_header_netinet_in_h_selfcontained=yes
gl_cv_header_signal_h_SIGPIPE=yes
gl_cv_header_stdint_h=yes
gl_cv_header_stdint_width=no
gl_cv_header_stdint_without_STDC_macros=yes
gl_cv_header_sys_select_h_selfcontained=yes
gl_cv_header_sys_socket_h_selfcontained=yes
gl_cv_header_sys_socket_h_shut=yes
gl_cv_header_wchar_h_correct_inline=yes
gl_cv_header_working_fcntl_h=yes
gl_cv_header_working_stdalign_h=yes
gl_cv_header_working_stdint_h=yes
gl_cv_header_working_stdnoreturn_h=yes
gl_cv_host_cpu_c_abi_32bit=no
gl_cv_iconv_nonconst=yes
gl_cv_lib_socket='none needed'
gl_cv_long_double_equals_double=yes
gl_cv_macro_O_CLOEXEC=yes
gl_cv_minmax_in_limits_h=no
gl_cv_minmax_in_sys_param_h=yes
gl_cv_next_arpa_inet_h='<arpa/inet.h>'
gl_cv_next_ctype_h='<ctype.h>'
gl_cv_next_dirent_h='<dirent.h>'
gl_cv_next_fcntl_h='<fcntl.h>'
gl_cv_next_fnmatch_h='<fnmatch.h>'
gl_cv_next_getopt_h='<getopt.h>'
gl_cv_next_glob_h='<glob.h>'
gl_cv_next_iconv_h='<iconv.h>'
gl_cv_next_inttypes_h='<inttypes.h>'
gl_cv_next_langinfo_h='<langinfo.h>'
gl_cv_next_limits_h='<limits.h>'
gl_cv_next_locale_h='<locale.h>'
gl_cv_next_math_h='<math.h>'
gl_cv_next_monetary_h='<monetary.h>'
gl_cv_next_netdb_h='<netdb.h>'
gl_cv_next_poll_h='<poll.h>'
gl_cv_next_pthread_h='<pthread.h>'
gl_cv_next_sched_h='<sched.h>'
gl_cv_next_search_h='<search.h>'
gl_cv_next_signal_h='<signal.h>'
gl_cv_next_spawn_h='<spawn.h>'
gl_cv_next_stdint_h='<stdint.h>'
gl_cv_next_stdio_h='<stdio.h>'
gl_cv_next_stdlib_h='<stdlib.h>'
gl_cv_next_string_h='<string.h>'
gl_cv_next_strings_h='<strings.h>'
gl_cv_next_sys_ioctl_h='<sys/ioctl.h>'
gl_cv_next_sys_random_h='<sys/random.h>'
gl_cv_next_sys_resource_h='<sys/resource.h>'
gl_cv_next_sys_select_h='<sys/select.h>'
gl_cv_next_sys_socket_h='<sys/socket.h>'
gl_cv_next_sys_stat_h='<sys/stat.h>'
gl_cv_next_sys_time_h='<sys/time.h>'
gl_cv_next_sys_times_h='<sys/times.h>'
gl_cv_next_sys_types_h='<sys/types.h>'
gl_cv_next_sys_uio_h='<sys/uio.h>'
gl_cv_next_sys_utsname_h='<sys/utsname.h>'
gl_cv_next_sys_wait_h='<sys/wait.h>'
gl_cv_next_termios_h='<termios.h>'
gl_cv_next_threads_h='<threads.h>'
gl_cv_next_time_h='<time.h>'
gl_cv_next_uchar_h='<uchar.h>'
gl_cv_next_unistd_h='<unistd.h>'
gl_cv_next_utime_h='<utime.h>'
gl_cv_next_wchar_h='<wchar.h>'
gl_cv_next_wctype_h='<wctype.h>'
gl_cv_prog_as_underscore=yes
gl_cv_promoted_mode_t=int
gl_cv_pthread_rwlock_rdlock_prefer_writer=yes
gl_cv_rpl_alloca=yes
gl_cv_semaphore_lib=none
gl_cv_size_max=yes
gl_cv_socket_ipv4=yes
gl_cv_socket_ipv6=yes
gl_cv_source_line_length_unlimited=yes
gl_cv_static_assert=yes
gl_cv_strfmon_l_works=yes
gl_cv_struct_dirent_d_ino=yes
gl_cv_struct_dirent_d_type=yes
gl_cv_sys_struct_lconv_ok=yes
gl_cv_sys_struct_timespec_in_time_h=yes
gl_cv_sys_struct_timeval=yes
gl_cv_sys_struct_timeval_tv_sec=yes
gl_cv_test_INT32_MAX_LT_INTMAX_MAX=yes
gl_cv_test_INT64_MAX_EQ_LONG_MAX=yes
gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=yes
gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=yes
gl_cv_thread_local_works=yes
gl_cv_time_r_posix=yes
gl_cv_time_t_is_signed=yes
gl_cv_type_VISIT=yes
gl_cv_type_char16_t_works=no
gl_cv_type_char32_t_works=no
gl_cv_type_imaxdiv_t=yes
gl_cv_type_max_align_t=yes
gl_cv_type_sigset_t=yes
gl_cv_type_wctrans_t=yes
gl_cv_type_wctype_t=yes
gl_cv_type_wint_t_large_enough=yes
gl_cv_var___progname=yes
gl_cv_var_stdin_large_offset=yes
gt_cv_c_intmax_t=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_CFLocaleCopyPreferredLanguages=yes
gt_cv_func_CFPreferencesCopyAppValue=yes
gt_cv_func_unsetenv_ret=int
gt_cv_func_uselocale_works=yes
gt_cv_locale_fake=no
gt_cv_locale_fr=fr_FR.ISO8859-1
gt_cv_locale_fr_utf8=fr_FR.UTF-8
gt_cv_locale_ja=ja_JP.eucJP
gt_cv_locale_solaris114=no
gt_cv_locale_tr_utf8=none
gt_cv_locale_zh_CN=zh_CN.GB18030
gt_cv_ssize_t=yes
gt_cv_val_LC_MESSAGES=yes
gt_cv_var_environ_declaration=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /tmp/testdir-posix/build-aux/missing aclocal-1.16'
ACOSF_LIBM=''
ACOSL_LIBM=''
ACOS_LIBM=''
ALLOCA=''
ALLOCA_H='alloca.h'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
APPLE_UNIVERSAL_BUILD='0'
AR='ar'
ARFLAGS='cr'
ASINF_LIBM=''
ASINL_LIBM=''
ASIN_LIBM=''
ASM_SYMBOL_PREFIX='"_"'
ASSERT_H=''
ATAN2F_LIBM=''
ATAN2_LIBM=''
ATANF_LIBM=''
ATANL_LIBM=''
ATAN_LIBM=''
AUTOCONF='${SHELL} /tmp/testdir-posix/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /tmp/testdir-posix/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /tmp/testdir-posix/build-aux/missing automake-1.16'
AWK='awk'
BITSIZEOF_PTRDIFF_T=''
BITSIZEOF_SIG_ATOMIC_T=''
BITSIZEOF_SIZE_T=''
BITSIZEOF_WCHAR_T='32'
BITSIZEOF_WINT_T=''
BROKEN_THRD_START_T='0'
CBRTF_LIBM=''
CBRTL_LIBM=''
CBRT_LIBM=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CEILF_LIBM=''
CEILL_LIBM=''
CEIL_LIBM=''
CFLAGS='-g -O2'
CFLAG_VISIBILITY='-fvisibility=hidden'
COPYSIGNF_LIBM=''
COPYSIGNL_LIBM=''
COPYSIGN_LIBM=''
COSF_LIBM=''
COSHF_LIBM=''
COSH_LIBM=''
COSL_LIBM=''
COS_LIBM=''
CPP='gcc -E'
CPPFLAGS='-Wall'
CXX_HAS_UCHAR_TYPES='0'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EMULTIHOP_HIDDEN=''
EMULTIHOP_VALUE=''
ENOLINK_HIDDEN=''
ENOLINK_VALUE=''
EOVERFLOW_HIDDEN=''
EOVERFLOW_VALUE=''
ERFC_LIBM=''
ERF_LIBM=''
ERRNO_H=''
EXEEXT=''
EXP2F_LIBM=''
EXP2L_LIBM=''
EXP2_LIBM=''
EXPF_LIBM=''
EXPL_LIBM=''
EXPM1F_LIBM=''
EXPM1L_LIBM=''
EXPM1_LIBM=''
EXP_LIBM=''
FABSF_LIBM=''
FABSL_LIBM=''
FABS_LIBM=''
FEGETROUND_LIBM=''
FLOAT_H=''
FLOORF_LIBM=''
FLOORL_LIBM=''
FLOOR_LIBM=''
FMAF_LIBM=''
FMAL_LIBM=''
FMA_LIBM=''
FMODF_LIBM=''
FMODL_LIBM=''
FMOD_LIBM=''
FNMATCH_H='fnmatch.h'
FREXPF_LIBM=''
FREXPL_LIBM=''
FREXP_LIBM=''
GETADDRINFO_LIB=''
GETHOSTNAME_LIB=''
GETOPT_CDEFS_H='getopt-cdefs.h'
GETOPT_H='getopt.h'
GLIBC21='no'
GLOB_H='glob.h'
GL_COND_LIBTOOL_FALSE=''
GL_COND_LIBTOOL_TRUE='#'
GL_GENERATE_ALLOCA_H_FALSE='#'
GL_GENERATE_ALLOCA_H_TRUE=''
GL_GENERATE_ASSERT_H_FALSE=''
GL_GENERATE_ASSERT_H_TRUE='#'
GL_GENERATE_ERRNO_H_FALSE=''
GL_GENERATE_ERRNO_H_TRUE='#'
GL_GENERATE_FLOAT_H_FALSE=''
GL_GENERATE_FLOAT_H_TRUE='#'
GL_GENERATE_FNMATCH_H_FALSE='#'
GL_GENERATE_FNMATCH_H_TRUE=''
GL_GENERATE_GLOB_H_FALSE='#'
GL_GENERATE_GLOB_H_TRUE=''
GL_GENERATE_ICONV_H_FALSE='#'
GL_GENERATE_ICONV_H_TRUE=''
GL_GENERATE_LIMITS_H_FALSE='#'
GL_GENERATE_LIMITS_H_TRUE=''
GL_GENERATE_MONETARY_H_FALSE='#'
GL_GENERATE_MONETARY_H_TRUE=''
GL_GENERATE_NETINET_IN_H_FALSE=''
GL_GENERATE_NETINET_IN_H_TRUE='#'
GL_GENERATE_NET_IF_H_FALSE=''
GL_GENERATE_NET_IF_H_TRUE='#'
GL_GENERATE_STDALIGN_H_FALSE=''
GL_GENERATE_STDALIGN_H_TRUE='#'
GL_GENERATE_STDARG_H_FALSE=''
GL_GENERATE_STDARG_H_TRUE='#'
GL_GENERATE_STDBOOL_H_FALSE=''
GL_GENERATE_STDBOOL_H_TRUE='#'
GL_GENERATE_STDDEF_H_FALSE=''
GL_GENERATE_STDDEF_H_TRUE='#'
GL_GENERATE_STDINT_H_FALSE='#'
GL_GENERATE_STDINT_H_TRUE=''
GL_GENERATE_STDNORETURN_H_FALSE=''
GL_GENERATE_STDNORETURN_H_TRUE='#'
GNULIB_ACCEPT4='0'
GNULIB_ACCEPT='1'
GNULIB_ACCESS='1'
GNULIB_ACOSF='1'
GNULIB_ACOSL='1'
GNULIB_ALIGNED_ALLOC='1'
GNULIB_ALPHASORT='1'
GNULIB_ASINF='1'
GNULIB_ASINL='1'
GNULIB_ATAN2F='1'
GNULIB_ATANF='1'
GNULIB_ATANL='1'
GNULIB_ATOLL='1'
GNULIB_BIND='1'
GNULIB_BTOC32='IN_GNULIB_TESTS'
GNULIB_BTOWC='1'
GNULIB_C32ISALNUM='0'
GNULIB_C32ISALPHA='0'
GNULIB_C32ISBLANK='0'
GNULIB_C32ISCNTRL='0'
GNULIB_C32ISDIGIT='0'
GNULIB_C32ISGRAPH='0'
GNULIB_C32ISLOWER='0'
GNULIB_C32ISPRINT='0'
GNULIB_C32ISPUNCT='0'
GNULIB_C32ISSPACE='0'
GNULIB_C32ISUPPER='0'
GNULIB_C32ISXDIGIT='0'
GNULIB_C32RTOMB='1'
GNULIB_C32SNRTOMBS='0'
GNULIB_C32SRTOMBS='0'
GNULIB_C32STOMBS='0'
GNULIB_C32TOB='IN_GNULIB_TESTS'
GNULIB_CALLOC_POSIX='1'
GNULIB_CANONICALIZE_FILE_NAME='1'
GNULIB_CBRT='1'
GNULIB_CBRTF='1'
GNULIB_CBRTL='1'
GNULIB_CEIL='1'
GNULIB_CEILF='1'
GNULIB_CEILL='1'
GNULIB_CHDIR='1'
GNULIB_CHOWN='1'
GNULIB_CLOSE='1'
GNULIB_CLOSEDIR='1'
GNULIB_CND='1'
GNULIB_CONNECT='1'
GNULIB_COPYSIGN='1'
GNULIB_COPYSIGNF='1'
GNULIB_COPYSIGNL='1'
GNULIB_COPY_FILE_RANGE='0'
GNULIB_COSF='1'
GNULIB_COSHF='1'
GNULIB_COSL='1'
GNULIB_CREAT='1'
GNULIB_CTIME='1'
GNULIB_DIRFD='1'
GNULIB_DPRINTF='1'
GNULIB_DUP2='1'
GNULIB_DUP3='0'
GNULIB_DUP='1'
GNULIB_DUPLOCALE='1'
GNULIB_ENVIRON='1'
GNULIB_EUIDACCESS='1'
GNULIB_EXP2='1'
GNULIB_EXP2F='1'
GNULIB_EXP2L='1'
GNULIB_EXPF='1'
GNULIB_EXPL='1'
GNULIB_EXPLICIT_BZERO='0'
GNULIB_EXPM1='1'
GNULIB_EXPM1F='1'
GNULIB_EXPM1L='1'
GNULIB_FABSF='1'
GNULIB_FABSL='1'
GNULIB_FACCESSAT='1'
GNULIB_FCHDIR='1'
GNULIB_FCHMODAT='1'
GNULIB_FCHOWNAT='1'
GNULIB_FCLOSE='1'
GNULIB_FCNTL='1'
GNULIB_FDATASYNC='1'
GNULIB_FDOPEN='1'
GNULIB_FDOPENDIR='1'
GNULIB_FFLUSH='1'
GNULIB_FFS='1'
GNULIB_FFSL='0'
GNULIB_FFSLL='0'
GNULIB_FGETC='1'
GNULIB_FGETS='1'
GNULIB_FLOOR='1'
GNULIB_FLOORF='1'
GNULIB_FLOORL='1'
GNULIB_FMA='1'
GNULIB_FMAF='1'
GNULIB_FMAL='1'
GNULIB_FMOD='1'
GNULIB_FMODF='1'
GNULIB_FMODL='1'
GNULIB_FNMATCH='1'
GNULIB_FOPEN='1'
GNULIB_FPRINTF='1'
GNULIB_FPRINTF_POSIX='1'
GNULIB_FPURGE='1'
GNULIB_FPUTC='1'
GNULIB_FPUTS='1'
GNULIB_FREAD='1'
GNULIB_FREOPEN='1'
GNULIB_FREXP='1'
GNULIB_FREXPF='1'
GNULIB_FREXPL='1'
GNULIB_FSCANF='1'
GNULIB_FSEEK='1'
GNULIB_FSEEKO='1'
GNULIB_FSTAT='1'
GNULIB_FSTATAT='1'
GNULIB_FSYNC='1'
GNULIB_FTELL='1'
GNULIB_FTELLO='1'
GNULIB_FTRUNCATE='1'
GNULIB_FUTIMENS='1'
GNULIB_FWRITE='1'
GNULIB_GETADDRINFO='1'
GNULIB_GETC='1'
GNULIB_GETCHAR='1'
GNULIB_GETCWD='1'
GNULIB_GETDELIM='1'
GNULIB_GETDOMAINNAME='0'
GNULIB_GETDTABLESIZE='1'
GNULIB_GETENTROPY='0'
GNULIB_GETGROUPS='1'
GNULIB_GETHOSTNAME='1'
GNULIB_GETLINE='1'
GNULIB_GETLOADAVG='0'
GNULIB_GETLOGIN='1'
GNULIB_GETLOGIN_R='1'
GNULIB_GETOPT_POSIX='1'
GNULIB_GETPAGESIZE='IN_GNULIB_TESTS'
GNULIB_GETPASS='0'
GNULIB_GETPEERNAME='1'
GNULIB_GETRANDOM='1'
GNULIB_GETRUSAGE='1'
GNULIB_GETSOCKNAME='1'
GNULIB_GETSOCKOPT='1'
GNULIB_GETSUBOPT='1'
GNULIB_GETTIMEOFDAY='1'
GNULIB_GETUMASK='0'
GNULIB_GETUSERSHELL='0'
GNULIB_GLOB='1'
GNULIB_GL_UNISTD_H_GETOPT='1'
GNULIB_GRANTPT='1'
GNULIB_GROUP_MEMBER='1'
GNULIB_HYPOT='1'
GNULIB_HYPOTF='1'
GNULIB_HYPOTL='1'
GNULIB_ICONV='1'
GNULIB_ILOGB='1'
GNULIB_ILOGBF='1'
GNULIB_ILOGBL='1'
GNULIB_IMAXABS='1'
GNULIB_IMAXDIV='1'
GNULIB_INET_NTOP='1'
GNULIB_INET_PTON='1'
GNULIB_IOCTL='1'
GNULIB_ISATTY='1'
GNULIB_ISBLANK='1'
GNULIB_ISFINITE='1'
GNULIB_ISINF='1'
GNULIB_ISNAN='1'
GNULIB_ISNAND='1'
GNULIB_ISNANF='1'
GNULIB_ISNANL='1'
GNULIB_ISWBLANK='1'
GNULIB_ISWCTYPE='1'
GNULIB_ISWDIGIT='1'
GNULIB_ISWXDIGIT='1'
GNULIB_LCHMOD='1'
GNULIB_LCHOWN='1'
GNULIB_LDEXPF='1'
GNULIB_LDEXPL='1'
GNULIB_LINK='1'
GNULIB_LINKAT='1'
GNULIB_LISTEN='1'
GNULIB_LOCALECONV='1'
GNULIB_LOCALENAME='1'
GNULIB_LOCALTIME='1'
GNULIB_LOG10='1'
GNULIB_LOG10F='1'
GNULIB_LOG10L='1'
GNULIB_LOG1P='1'
GNULIB_LOG1PF='1'
GNULIB_LOG1PL='1'
GNULIB_LOG2='1'
GNULIB_LOG2F='1'
GNULIB_LOG2L='1'
GNULIB_LOG='1'
GNULIB_LOGB='1'
GNULIB_LOGBF='1'
GNULIB_LOGBL='1'
GNULIB_LOGF='1'
GNULIB_LOGL='1'
GNULIB_LSEEK='1'
GNULIB_LSTAT='1'
GNULIB_MALLOC_POSIX='1'
GNULIB_MBRLEN='1'
GNULIB_MBRTOC32='1'
GNULIB_MBRTOWC='1'
GNULIB_MBSCASECMP='0'
GNULIB_MBSCASESTR='0'
GNULIB_MBSCHR='0'
GNULIB_MBSCSPN='0'
GNULIB_MBSINIT='1'
GNULIB_MBSLEN='0'
GNULIB_MBSNCASECMP='0'
GNULIB_MBSNLEN='0'
GNULIB_MBSNRTOC32S='0'
GNULIB_MBSNRTOWCS='1'
GNULIB_MBSPBRK='0'
GNULIB_MBSPCASECMP='0'
GNULIB_MBSRCHR='0'
GNULIB_MBSRTOC32S='0'
GNULIB_MBSRTOWCS='1'
GNULIB_MBSSEP='0'
GNULIB_MBSSPN='0'
GNULIB_MBSSTR='0'
GNULIB_MBSTOC32S='0'
GNULIB_MBSTOK_R='0'
GNULIB_MBTOWC='1'
GNULIB_MEMCHR='1'
GNULIB_MEMMEM='0'
GNULIB_MEMPCPY='1'
GNULIB_MEMRCHR='1'
GNULIB_MKDIRAT='1'
GNULIB_MKDTEMP='1'
GNULIB_MKFIFO='1'
GNULIB_MKFIFOAT='1'
GNULIB_MKNOD='1'
GNULIB_MKNODAT='1'
GNULIB_MKOSTEMP='0'
GNULIB_MKOSTEMPS='0'
GNULIB_MKSTEMP='1'
GNULIB_MKSTEMPS='0'
GNULIB_MKTIME='1'
GNULIB_MODF='1'
GNULIB_MODFF='1'
GNULIB_MODFL='1'
GNULIB_MTX='1'
GNULIB_NANOSLEEP='1'
GNULIB_NL_LANGINFO='1'
GNULIB_NONBLOCKING='1'
GNULIB_OBSTACK_PRINTF='0'
GNULIB_OBSTACK_PRINTF_POSIX='0'
GNULIB_OPEN='1'
GNULIB_OPENAT='1'
GNULIB_OPENDIR='1'
GNULIB_OVERRIDES_CHAR16_T='1'
GNULIB_OVERRIDES_CHAR32_T='1'
GNULIB_OVERRIDES_STRUCT_STAT='0'
GNULIB_OVERRIDES_WINT_T='0'
GNULIB_PCLOSE='1'
GNULIB_PERROR='1'
GNULIB_PIPE2='0'
GNULIB_PIPE='1'
GNULIB_POLL='1'
GNULIB_POPEN='1'
GNULIB_POSIX_MEMALIGN='1'
GNULIB_POSIX_OPENPT='1'
GNULIB_POSIX_SPAWN='1'
GNULIB_POSIX_SPAWNATTR_DESTROY='1'
GNULIB_POSIX_SPAWNATTR_GETFLAGS='1'
GNULIB_POSIX_SPAWNATTR_GETPGROUP='1'
GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM='1'
GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY='1'
GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT='1'
GNULIB_POSIX_SPAWNATTR_GETSIGMASK='1'
GNULIB_POSIX_SPAWNATTR_INIT='1'
GNULIB_POSIX_SPAWNATTR_SETFLAGS='1'
GNULIB_POSIX_SPAWNATTR_SETPGROUP='1'
GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM='1'
GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY='1'
GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT='1'
GNULIB_POSIX_SPAWNATTR_SETSIGMASK='1'
GNULIB_POSIX_SPAWNP='1'
GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR='0'
GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE='1'
GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2='1'
GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR='0'
GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN='1'
GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY='1'
GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT='1'
GNULIB_POWF='1'
GNULIB_PREAD='1'
GNULIB_PRINTF='1'
GNULIB_PRINTF_POSIX='1'
GNULIB_PSELECT='0'
GNULIB_PTHREAD_COND='1'
GNULIB_PTHREAD_MUTEX='1'
GNULIB_PTHREAD_MUTEX_TIMEDLOCK='1'
GNULIB_PTHREAD_ONCE='1'
GNULIB_PTHREAD_RWLOCK='1'
GNULIB_PTHREAD_SIGMASK='1'
GNULIB_PTHREAD_SPIN='1'
GNULIB_PTHREAD_THREAD='1'
GNULIB_PTHREAD_TSS='1'
GNULIB_PTSNAME='1'
GNULIB_PTSNAME_R='1'
GNULIB_PUTC='1'
GNULIB_PUTCHAR='1'
GNULIB_PUTENV='IN_GNULIB_TESTS'
GNULIB_PUTS='1'
GNULIB_PWRITE='1'
GNULIB_QSORT_R='0'
GNULIB_RAISE='1'
GNULIB_RANDOM='1'
GNULIB_RANDOM_R='1'
GNULIB_RAWMEMCHR='1'
GNULIB_READ='1'
GNULIB_READDIR='1'
GNULIB_READLINK='1'
GNULIB_READLINKAT='1'
GNULIB_REALLOCARRAY='0'
GNULIB_REALLOC_POSIX='1'
GNULIB_REALPATH='1'
GNULIB_RECV='1'
GNULIB_RECVFROM='1'
GNULIB_REMAINDER='1'
GNULIB_REMAINDERF='1'
GNULIB_REMAINDERL='1'
GNULIB_REMOVE='1'
GNULIB_RENAME='1'
GNULIB_RENAMEAT='1'
GNULIB_REWINDDIR='1'
GNULIB_RINT='1'
GNULIB_RINTF='1'
GNULIB_RINTL='1'
GNULIB_RMDIR='1'
GNULIB_ROUND='1'
GNULIB_ROUNDF='1'
GNULIB_ROUNDL='1'
GNULIB_RPMATCH='0'
GNULIB_SCANDIR='1'
GNULIB_SCANF='1'
GNULIB_SCHED_YIELD='1'
GNULIB_SECURE_GETENV='1'
GNULIB_SELECT='1'
GNULIB_SEND='1'
GNULIB_SENDTO='1'
GNULIB_SETENV='1'
GNULIB_SETHOSTNAME='0'
GNULIB_SETLOCALE='1'
GNULIB_SETLOCALE_NULL='1'
GNULIB_SETSOCKOPT='1'
GNULIB_SHUTDOWN='1'
GNULIB_SIGABBREV_NP='0'
GNULIB_SIGACTION='1'
GNULIB_SIGDESCR_NP='0'
GNULIB_SIGNAL_H_SIGPIPE='1'
GNULIB_SIGNBIT='1'
GNULIB_SIGPROCMASK='1'
GNULIB_SINF='1'
GNULIB_SINHF='1'
GNULIB_SINL='1'
GNULIB_SLEEP='1'
GNULIB_SNPRINTF='1'
GNULIB_SOCKET='1'
GNULIB_SPRINTF_POSIX='1'
GNULIB_SQRTF='1'
GNULIB_SQRTL='1'
GNULIB_STAT='1'
GNULIB_STDIO_H_NONBLOCKING='1'
GNULIB_STDIO_H_SIGPIPE='1'
GNULIB_STPCPY='1'
GNULIB_STPNCPY='1'
GNULIB_STRCASESTR='0'
GNULIB_STRCHRNUL='1'
GNULIB_STRDUP='1'
GNULIB_STRERROR='1'
GNULIB_STRERRORNAME_NP='0'
GNULIB_STRERROR_R='1'
GNULIB_STRFMON_L='1'
GNULIB_STRFTIME='1'
GNULIB_STRNCAT='1'
GNULIB_STRNDUP='1'
GNULIB_STRNLEN='1'
GNULIB_STRPBRK='1'
GNULIB_STRPTIME='1'
GNULIB_STRSEP='0'
GNULIB_STRSIGNAL='1'
GNULIB_STRSTR='1'
GNULIB_STRTOD='1'
GNULIB_STRTOIMAX='1'
GNULIB_STRTOK_R='1'
GNULIB_STRTOLD='1'
GNULIB_STRTOLL='1'
GNULIB_STRTOULL='1'
GNULIB_STRTOUMAX='1'
GNULIB_STRVERSCMP='0'
GNULIB_SYMLINK='1'
GNULIB_SYMLINKAT='1'
GNULIB_SYSTEM_POSIX='1'
GNULIB_TANF='1'
GNULIB_TANHF='1'
GNULIB_TANL='1'
GNULIB_TCGETSID='1'
GNULIB_THRD='1'
GNULIB_TIMEGM='0'
GNULIB_TIMES='1'
GNULIB_TIME_R='1'
GNULIB_TIME_RZ='0'
GNULIB_TMPFILE='1'
GNULIB_TOWCTRANS='1'
GNULIB_TRUNC='1'
GNULIB_TRUNCATE='1'
GNULIB_TRUNCF='1'
GNULIB_TRUNCL='1'
GNULIB_TSEARCH='1'
GNULIB_TSS='1'
GNULIB_TTYNAME_R='1'
GNULIB_TZSET='1'
GNULIB_UNAME='1'
GNULIB_UNISTD_H_NONBLOCKING='1'
GNULIB_UNISTD_H_SIGPIPE='1'
GNULIB_UNLINK='1'
GNULIB_UNLINKAT='1'
GNULIB_UNLOCKPT='1'
GNULIB_UNSETENV='1'
GNULIB_USLEEP='IN_GNULIB_TESTS'
GNULIB_UTIME='1'
GNULIB_UTIMENSAT='1'
GNULIB_VASPRINTF='0'
GNULIB_VDPRINTF='1'
GNULIB_VFPRINTF='1'
GNULIB_VFPRINTF_POSIX='1'
GNULIB_VFSCANF='1'
GNULIB_VPRINTF='1'
GNULIB_VPRINTF_POSIX='1'
GNULIB_VSCANF='1'
GNULIB_VSNPRINTF='1'
GNULIB_VSPRINTF_POSIX='1'
GNULIB_WAITPID='1'
GNULIB_WCPCPY='1'
GNULIB_WCPNCPY='1'
GNULIB_WCRTOMB='1'
GNULIB_WCSCASECMP='1'
GNULIB_WCSCAT='1'
GNULIB_WCSCHR='1'
GNULIB_WCSCMP='1'
GNULIB_WCSCOLL='1'
GNULIB_WCSCPY='1'
GNULIB_WCSCSPN='1'
GNULIB_WCSDUP='1'
GNULIB_WCSFTIME='1'
GNULIB_WCSLEN='1'
GNULIB_WCSNCASECMP='1'
GNULIB_WCSNCAT='1'
GNULIB_WCSNCMP='1'
GNULIB_WCSNCPY='1'
GNULIB_WCSNLEN='1'
GNULIB_WCSNRTOMBS='1'
GNULIB_WCSPBRK='1'
GNULIB_WCSRCHR='1'
GNULIB_WCSRTOMBS='1'
GNULIB_WCSSPN='1'
GNULIB_WCSSTR='1'
GNULIB_WCSTOK='1'
GNULIB_WCSWIDTH='1'
GNULIB_WCSXFRM='1'
GNULIB_WCTOB='1'
GNULIB_WCTOMB='1'
GNULIB_WCTRANS='1'
GNULIB_WCTYPE='1'
GNULIB_WCWIDTH='1'
GNULIB_WMEMCHR='1'
GNULIB_WMEMCMP='1'
GNULIB_WMEMCPY='1'
GNULIB_WMEMMOVE='1'
GNULIB_WMEMPCPY='1'
GNULIB_WMEMSET='1'
GNULIB_WRITE='1'
GNULIB__EXIT='1'
GREP='/usr/bin/grep'
HAVE_ACCEPT4='1'
HAVE_ACOSF='1'
HAVE_ACOSL='1'
HAVE_ALIGNED_ALLOC='1'
HAVE_ALLOCA_H='1'
HAVE_ALPHASORT='1'
HAVE_ARPA_INET_H='1'
HAVE_ASINF='1'
HAVE_ASINL='1'
HAVE_ATAN2F='1'
HAVE_ATANF='1'
HAVE_ATANL='1'
HAVE_ATOLL='1'
HAVE_BTOWC='1'
HAVE_C32RTOMB='0'
HAVE_C99_STDINT_H='1'
HAVE_CANONICALIZE_FILE_NAME='0'
HAVE_CBRT='1'
HAVE_CBRTF='1'
HAVE_CBRTL='1'
HAVE_CHOWN='1'
HAVE_CLOSEDIR='1'
HAVE_COPYSIGN='1'
HAVE_COPYSIGNL='1'
HAVE_COPY_FILE_RANGE='1'
HAVE_COSF='1'
HAVE_COSHF='1'
HAVE_COSL='1'
HAVE_CRTDEFS_H='0'
HAVE_DECL_ACOSL='1'
HAVE_DECL_ASINL='1'
HAVE_DECL_ATANL='1'
HAVE_DECL_CBRTF='1'
HAVE_DECL_CBRTL='1'
HAVE_DECL_CEILF='1'
HAVE_DECL_CEILL='1'
HAVE_DECL_COPYSIGNF='1'
HAVE_DECL_COSL='1'
HAVE_DECL_DIRFD='1'
HAVE_DECL_ENVIRON='0'
HAVE_DECL_EXP2='1'
HAVE_DECL_EXP2F='1'
HAVE_DECL_EXP2L='1'
HAVE_DECL_EXPL='1'
HAVE_DECL_EXPM1L='1'
HAVE_DECL_FCHDIR='1'
HAVE_DECL_FDATASYNC='0'
HAVE_DECL_FDOPENDIR='1'
HAVE_DECL_FLOORF='1'
HAVE_DECL_FLOORL='1'
HAVE_DECL_FPURGE='1'
HAVE_DECL_FREEADDRINFO='1'
HAVE_DECL_FREXPL='1'
HAVE_DECL_FSEEKO='1'
HAVE_DECL_FTELLO='1'
HAVE_DECL_GAI_STRERROR='1'
HAVE_DECL_GETADDRINFO='1'
HAVE_DECL_GETDELIM='1'
HAVE_DECL_GETDOMAINNAME='1'
HAVE_DECL_GETLINE='1'
HAVE_DECL_GETLOADAVG='1'
HAVE_DECL_GETLOGIN='1'
HAVE_DECL_GETLOGIN_R='1'
HAVE_DECL_GETNAMEINFO='1'
HAVE_DECL_GETPAGESIZE='1'
HAVE_DECL_GETUSERSHELL='1'
HAVE_DECL_IMAXABS='1'
HAVE_DECL_IMAXDIV='1'
HAVE_DECL_INET_NTOP='1'
HAVE_DECL_INET_PTON='1'
HAVE_DECL_INITSTATE='1'
HAVE_DECL_LDEXPL='1'
HAVE_DECL_LOCALTIME_R='1'
HAVE_DECL_LOG10L='1'
HAVE_DECL_LOG2='1'
HAVE_DECL_LOG2F='1'
HAVE_DECL_LOG2L='1'
HAVE_DECL_LOGB='1'
HAVE_DECL_LOGL='1'
HAVE_DECL_MEMMEM='1'
HAVE_DECL_MEMRCHR='0'
HAVE_DECL_OBSTACK_PRINTF='1'
HAVE_DECL_REMAINDER='1'
HAVE_DECL_REMAINDERL='1'
HAVE_DECL_RINTF='1'
HAVE_DECL_ROUND='1'
HAVE_DECL_ROUNDF='1'
HAVE_DECL_ROUNDL='1'
HAVE_DECL_SETENV='1'
HAVE_DECL_SETHOSTNAME='1'
HAVE_DECL_SETSTATE='1'
HAVE_DECL_SINL='1'
HAVE_DECL_SNPRINTF='1'
HAVE_DECL_SQRTL='1'
HAVE_DECL_STRDUP='1'
HAVE_DECL_STRERROR_R='1'
HAVE_DECL_STRNCASECMP='1'
HAVE_DECL_STRNDUP='1'
HAVE_DECL_STRNLEN='1'
HAVE_DECL_STRSIGNAL='1'
HAVE_DECL_STRTOIMAX='1'
HAVE_DECL_STRTOK_R='1'
HAVE_DECL_STRTOUMAX='1'
HAVE_DECL_TANL='1'
HAVE_DECL_TCGETSID='1'
HAVE_DECL_TRUNC='1'
HAVE_DECL_TRUNCATE='1'
HAVE_DECL_TRUNCF='1'
HAVE_DECL_TRUNCL='1'
HAVE_DECL_TTYNAME_R='1'
HAVE_DECL_UNSETENV='1'
HAVE_DECL_VSNPRINTF='1'
HAVE_DECL_WCTOB='1'
HAVE_DECL_WCWIDTH='1'
HAVE_DIRENT_H='1'
HAVE_DPRINTF='1'
HAVE_DUP3='1'
HAVE_DUPLOCALE='1'
HAVE_EUIDACCESS='0'
HAVE_EXPF='1'
HAVE_EXPL='1'
HAVE_EXPLICIT_BZERO='1'
HAVE_EXPM1='1'
HAVE_EXPM1F='1'
HAVE_FABSF='1'
HAVE_FABSL='1'
HAVE_FACCESSAT='1'
HAVE_FCHDIR='1'
HAVE_FCHMODAT='1'
HAVE_FCHOWNAT='1'
HAVE_FCNTL='1'
HAVE_FDATASYNC='1'
HAVE_FDOPENDIR='1'
HAVE_FEATURES_H='0'
HAVE_FFS='1'
HAVE_FFSL='1'
HAVE_FFSLL='1'
HAVE_FMA='1'
HAVE_FMAF='1'
HAVE_FMAL='1'
HAVE_FMODF='1'
HAVE_FMODL='1'
HAVE_FNMATCH='1'
HAVE_FNMATCH_H='1'
HAVE_FREELOCALE='1'
HAVE_FREXPF='1'
HAVE_FSEEKO='1'
HAVE_FSTATAT='1'
HAVE_FSYNC='1'
HAVE_FTELLO='1'
HAVE_FTRUNCATE='1'
HAVE_FUTIMENS='1'
HAVE_GETDTABLESIZE='1'
HAVE_GETENTROPY='1'
HAVE_GETGROUPS='1'
HAVE_GETHOSTNAME='1'
HAVE_GETLOGIN='1'
HAVE_GETOPT_H='1'
HAVE_GETPAGESIZE='1'
HAVE_GETPASS='1'
HAVE_GETRANDOM='0'
HAVE_GETRUSAGE='1'
HAVE_GETSUBOPT='1'
HAVE_GETTIMEOFDAY='1'
HAVE_GETUMASK='1'
HAVE_GLOB='1'
HAVE_GLOB_H='1'
HAVE_GLOB_PATTERN_P='0'
HAVE_GRANTPT='1'
HAVE_GROUP_MEMBER='0'
HAVE_HYPOTF='1'
HAVE_HYPOTL='1'
HAVE_ILOGB='1'
HAVE_ILOGBF='1'
HAVE_ILOGBL='1'
HAVE_IMAXDIV_T='1'
HAVE_INITSTATE='1'
HAVE_INTTYPES_H='1'
HAVE_ISBLANK='1'
HAVE_ISNAND='1'
HAVE_ISNANF='1'
HAVE_ISNANL='1'
HAVE_ISWBLANK='1'
HAVE_ISWCNTRL='1'
HAVE_LANGINFO_ALTMON='0'
HAVE_LANGINFO_CODESET='1'
HAVE_LANGINFO_ERA='1'
HAVE_LANGINFO_H='1'
HAVE_LANGINFO_T_FMT_AMPM='1'
HAVE_LANGINFO_YESEXPR='1'
HAVE_LCHMOD='1'
HAVE_LCHOWN='1'
HAVE_LDEXPF='1'
HAVE_LINK='1'
HAVE_LINKAT='1'
HAVE_LOG10F='1'
HAVE_LOG10L='1'
HAVE_LOG1P='1'
HAVE_LOG1PF='1'
HAVE_LOG1PL='1'
HAVE_LOGBF='1'
HAVE_LOGBL='1'
HAVE_LOGF='1'
HAVE_LOGL='1'
HAVE_LSTAT='1'
HAVE_MAX_ALIGN_T='1'
HAVE_MBRLEN='1'
HAVE_MBRTOC32='0'
HAVE_MBRTOWC='1'
HAVE_MBSINIT='1'
HAVE_MBSLEN='0'
HAVE_MBSNRTOWCS='1'
HAVE_MBSRTOWCS='1'
HAVE_MBTOWC='1'
HAVE_MEMPCPY='0'
HAVE_MKDIRAT='1'
HAVE_MKDTEMP='1'
HAVE_MKFIFO='1'
HAVE_MKFIFOAT='0'
HAVE_MKNOD='1'
HAVE_MKNODAT='0'
HAVE_MKOSTEMP='1'
HAVE_MKOSTEMPS='1'
HAVE_MKSTEMP='1'
HAVE_MKSTEMPS='1'
HAVE_MODFF='1'
HAVE_MODFL='1'
HAVE_MONETARY_H='1'
HAVE_MSVC_INVALID_PARAMETER_HANDLER='0'
HAVE_NANOSLEEP='1'
HAVE_NETDB_H='1'
HAVE_NETINET_IN_H=''
HAVE_NET_IF_H=''
HAVE_NEWLOCALE='1'
HAVE_NL_LANGINFO='1'
HAVE_OPENAT='1'
HAVE_OPENDIR='1'
HAVE_OS_H='0'
HAVE_PCLOSE='1'
HAVE_PIPE2='1'
HAVE_PIPE='1'
HAVE_POLL='1'
HAVE_POLL_H='1'
HAVE_POPEN='1'
HAVE_POSIX_MEMALIGN='1'
HAVE_POSIX_OPENPT='1'
HAVE_POSIX_SIGNALBLOCKING='1'
HAVE_POSIX_SPAWN='1'
HAVE_POSIX_SPAWNATTR_T='1'
HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR='1'
HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR='1'
HAVE_POSIX_SPAWN_FILE_ACTIONS_T='1'
HAVE_POWF='1'
HAVE_PREAD='1'
HAVE_PSELECT='1'
HAVE_PTHREAD_ATTR_DESTROY='1'
HAVE_PTHREAD_ATTR_GETDETACHSTATE='1'
HAVE_PTHREAD_ATTR_INIT='1'
HAVE_PTHREAD_ATTR_SETDETACHSTATE='1'
HAVE_PTHREAD_CONDATTR_DESTROY='1'
HAVE_PTHREAD_CONDATTR_INIT='1'
HAVE_PTHREAD_COND_BROADCAST='1'
HAVE_PTHREAD_COND_DESTROY='1'
HAVE_PTHREAD_COND_INIT='1'
HAVE_PTHREAD_COND_SIGNAL='1'
HAVE_PTHREAD_COND_TIMEDWAIT='1'
HAVE_PTHREAD_COND_WAIT='1'
HAVE_PTHREAD_CREATE='1'
HAVE_PTHREAD_CREATE_DETACHED='1'
HAVE_PTHREAD_DETACH='1'
HAVE_PTHREAD_EQUAL='1'
HAVE_PTHREAD_EXIT='1'
HAVE_PTHREAD_GETSPECIFIC='1'
HAVE_PTHREAD_H='1'
HAVE_PTHREAD_JOIN='1'
HAVE_PTHREAD_KEY_CREATE='1'
HAVE_PTHREAD_KEY_DELETE='1'
HAVE_PTHREAD_MUTEXATTR_DESTROY='1'
HAVE_PTHREAD_MUTEXATTR_GETROBUST='0'
HAVE_PTHREAD_MUTEXATTR_GETTYPE='1'
HAVE_PTHREAD_MUTEXATTR_INIT='1'
HAVE_PTHREAD_MUTEXATTR_SETROBUST='0'
HAVE_PTHREAD_MUTEXATTR_SETTYPE='1'
HAVE_PTHREAD_MUTEX_DESTROY='1'
HAVE_PTHREAD_MUTEX_INIT='1'
HAVE_PTHREAD_MUTEX_LOCK='1'
HAVE_PTHREAD_MUTEX_RECURSIVE='1'
HAVE_PTHREAD_MUTEX_ROBUST='0'
HAVE_PTHREAD_MUTEX_TIMEDLOCK='0'
HAVE_PTHREAD_MUTEX_TRYLOCK='1'
HAVE_PTHREAD_MUTEX_UNLOCK='1'
HAVE_PTHREAD_ONCE='1'
HAVE_PTHREAD_PROCESS_SHARED='1'
HAVE_PTHREAD_RWLOCKATTR_DESTROY='1'
HAVE_PTHREAD_RWLOCKATTR_INIT='1'
HAVE_PTHREAD_RWLOCK_DESTROY='1'
HAVE_PTHREAD_RWLOCK_INIT='1'
HAVE_PTHREAD_RWLOCK_RDLOCK='1'
HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK='0'
HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK='0'
HAVE_PTHREAD_RWLOCK_TRYRDLOCK='1'
HAVE_PTHREAD_RWLOCK_TRYWRLOCK='1'
HAVE_PTHREAD_RWLOCK_UNLOCK='1'
HAVE_PTHREAD_RWLOCK_WRLOCK='1'
HAVE_PTHREAD_SELF='1'
HAVE_PTHREAD_SETSPECIFIC='1'
HAVE_PTHREAD_SIGMASK='1'
HAVE_PTHREAD_SPINLOCK_T='0'
HAVE_PTHREAD_SPIN_DESTROY='0'
HAVE_PTHREAD_SPIN_INIT='0'
HAVE_PTHREAD_SPIN_LOCK='0'
HAVE_PTHREAD_SPIN_TRYLOCK='0'
HAVE_PTHREAD_SPIN_UNLOCK='0'
HAVE_PTHREAD_T='1'
HAVE_PTSNAME='1'
HAVE_PTSNAME_R='1'
HAVE_PWRITE='1'
HAVE_QSORT_R='1'
HAVE_RAISE='1'
HAVE_RANDOM='1'
HAVE_RANDOM_H='0'
HAVE_RANDOM_R='0'
HAVE_RAWMEMCHR='0'
HAVE_READDIR='1'
HAVE_READLINK='1'
HAVE_READLINKAT='1'
HAVE_REALLOCARRAY='1'
HAVE_REALPATH='1'
HAVE_REMAINDER='1'
HAVE_REMAINDERF='1'
HAVE_RENAMEAT='1'
HAVE_REWINDDIR='1'
HAVE_RINT='1'
HAVE_RINTL='1'
HAVE_RPMATCH='1'
HAVE_SAME_LONG_DOUBLE_AS_DOUBLE='1'
HAVE_SA_FAMILY_T='1'
HAVE_SCANDIR='1'
HAVE_SCHED_H='1'
HAVE_SCHED_YIELD='1'
HAVE_SEARCH_H='1'
HAVE_SECURE_GETENV='0'
HAVE_SETENV='1'
HAVE_SETHOSTNAME='1'
HAVE_SETSTATE='1'
HAVE_SIGABBREV_NP='1'
HAVE_SIGACTION='1'
HAVE_SIGDESCR_NP='1'
HAVE_SIGHANDLER_T='0'
HAVE_SIGINFO_T='1'
HAVE_SIGNED_SIG_ATOMIC_T=''
HAVE_SIGNED_WCHAR_T=''
HAVE_SIGNED_WINT_T=''
HAVE_SIGSET_T='1'
HAVE_SINF='1'
HAVE_SINHF='1'
HAVE_SINL='1'
HAVE_SLEEP='1'
HAVE_SPAWN_H='1'
HAVE_SQRTF='1'
HAVE_SQRTL='1'
HAVE_STDINT_H='1'
HAVE_STPCPY='1'
HAVE_STPNCPY='1'
HAVE_STRCASECMP='1'
HAVE_STRCASESTR='1'
HAVE_STRCHRNUL='0'
HAVE_STRERRORNAME_NP='1'
HAVE_STRFMON_L='1'
HAVE_STRINGS_H='1'
HAVE_STRPBRK='1'
HAVE_STRPTIME='1'
HAVE_STRSEP='1'
HAVE_STRTOD='1'
HAVE_STRTOLD='1'
HAVE_STRTOLL='1'
HAVE_STRTOULL='1'
HAVE_STRUCT_ADDRINFO='1'
HAVE_STRUCT_RANDOM_DATA='0'
HAVE_STRUCT_SCHED_PARAM='1'
HAVE_STRUCT_SIGACTION_SA_SIGACTION='1'
HAVE_STRUCT_SOCKADDR_STORAGE='1'
HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY='1'
HAVE_STRUCT_TIMEVAL='1'
HAVE_STRUCT_TMS='1'
HAVE_STRUCT_UTSNAME='1'
HAVE_STRVERSCMP='1'
HAVE_SYMLINK='1'
HAVE_SYMLINKAT='1'
HAVE_SYS_BITYPES_H='0'
HAVE_SYS_CDEFS_H='1'
HAVE_SYS_INTTYPES_H='0'
HAVE_SYS_IOCTL_H='1'
HAVE_SYS_LOADAVG_H='0'
HAVE_SYS_PARAM_H='0'
HAVE_SYS_RANDOM_H='1'
HAVE_SYS_RESOURCE_H='1'
HAVE_SYS_SELECT_H='1'
HAVE_SYS_SOCKET_H='1'
HAVE_SYS_TIMES_H='1'
HAVE_SYS_TIME_H='1'
HAVE_SYS_TYPES_H='1'
HAVE_SYS_UIO_H='1'
HAVE_SYS_UTSNAME_H='1'
HAVE_TANF='1'
HAVE_TANHF='1'
HAVE_TANL='1'
HAVE_TERMIOS_H='1'
HAVE_THREADS_H='0'
HAVE_THREAD_LOCAL='1'
HAVE_TIMEGM='1'
HAVE_TIMES='1'
HAVE_TIMEZONE_T='0'
HAVE_TSEARCH='1'
HAVE_TWALK='1'
HAVE_TYPE_VISIT='1'
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1'
HAVE_UCHAR_H='0'
HAVE_UNAME='1'
HAVE_UNISTD_H='1'
HAVE_UNLINKAT='1'
HAVE_UNLOCKPT='1'
HAVE_USLEEP='1'
HAVE_UTIME='1'
HAVE_UTIMENSAT='1'
HAVE_UTIME_H='1'
HAVE_VASPRINTF='1'
HAVE_VDPRINTF='1'
HAVE_VISIBILITY='1'
HAVE_WCHAR_H='1'
HAVE_WCHAR_T='1'
HAVE_WCPCPY='1'
HAVE_WCPNCPY='1'
HAVE_WCRTOMB='1'
HAVE_WCSCASECMP='1'
HAVE_WCSCAT='1'
HAVE_WCSCHR='1'
HAVE_WCSCMP='1'
HAVE_WCSCOLL='1'
HAVE_WCSCPY='1'
HAVE_WCSCSPN='1'
HAVE_WCSDUP='1'
HAVE_WCSFTIME='1'
HAVE_WCSLEN='1'
HAVE_WCSNCASECMP='1'
HAVE_WCSNCAT='1'
HAVE_WCSNCMP='1'
HAVE_WCSNCPY='1'
HAVE_WCSNLEN='1'
HAVE_WCSNRTOMBS='1'
HAVE_WCSPBRK='1'
HAVE_WCSRCHR='1'
HAVE_WCSRTOMBS='1'
HAVE_WCSSPN='1'
HAVE_WCSSTR='1'
HAVE_WCSTOK='1'
HAVE_WCSWIDTH='1'
HAVE_WCSXFRM='1'
HAVE_WCTRANS_T='1'
HAVE_WCTYPE_H='1'
HAVE_WCTYPE_T='1'
HAVE_WINSOCK2_H='0'
HAVE_WINT_T='1'
HAVE_WMEMCHR='1'
HAVE_WMEMCMP='1'
HAVE_WMEMCPY='1'
HAVE_WMEMMOVE='1'
HAVE_WMEMPCPY='0'
HAVE_WMEMSET='1'
HAVE_WORKING_MBRTOC32='0'
HAVE_WS2TCPIP_H='0'
HAVE_XLOCALE_H='1'
HAVE__BOOL='1'
HAVE__EXIT='1'
HOSTENT_LIB=''
HYPOTF_LIBM=''
HYPOTL_LIBM=''
HYPOT_LIBM=''
ICONV_CONST=''
ICONV_H='iconv.h'
ILOGBF_LIBM=''
ILOGBL_LIBM=''
ILOGB_LIBM=''
INCLUDE_NEXT='include_next'
INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
INET_NTOP_LIB=''
INET_PTON_LIB=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INT32_MAX_LT_INTMAX_MAX='1'
INT64_MAX_EQ_LONG_MAX='1'
INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
ISFINITE_LIBM=''
ISINF_LIBM=''
ISNAND_LIBM=''
ISNANF_LIBM=''
ISNANL_LIBM=''
ISNAN_LIBM=''
J0_LIBM=''
J1_LIBM=''
JN_LIBM=''
LDEXPF_LIBM=''
LDEXPL_LIBM=''
LDEXP_LIBM=''
LDFLAGS=''
LGAMMA_LIBM=''
LIBGNU_LIBDEPS=''
LIBGNU_LTLIBDEPS=''
LIBICONV='-liconv'
LIBINTL=''
LIBMULTITHREAD='-lpthread'
LIBOBJS=''
LIBPMULTITHREAD='-lpthread'
LIBPTHREAD=''
LIBS=''
LIBSOCKET=''
LIBSTDTHREAD='-lpthread '
LIBTESTS_LIBDEPS=''
LIBTHREAD=''
LIBTHREADLOCAL=''
LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE=''
LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE='#'
LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE=''
LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='#'
LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE=''
LIBUNISTRING_UNISTR_H='unistr.h'
LIBUNISTRING_UNITYPES_H='unitypes.h'
LIBUNISTRING_UNIWIDTH_H='uniwidth.h'
LIB_CLOCK_GETTIME=''
LIB_DUPLOCALE=''
LIB_EACCESS=''
LIB_FDATASYNC=''
LIB_GETLOGIN=''
LIB_GETRANDOM=''
LIB_HARD_LOCALE=''
LIB_MBRTOWC=''
LIB_NANOSLEEP=''
LIB_NL_LANGINFO=''
LIB_POLL=''
LIB_POSIX_SPAWN=''
LIB_PTHREAD='-lpthread'
LIB_PTHREAD_SIGMASK=''
LIB_SCHED_YIELD=''
LIB_SELECT=''
LIB_SEMAPHORE=''
LIB_SETLOCALE=''
LIB_SETLOCALE_NULL=''
LIB_TIMER_TIME=''
LIMITS_H='limits.h'
LOCALCHARSET_TESTS_ENVIRONMENT=''
LOCALE_FR='fr_FR.ISO8859-1'
LOCALE_FR_UTF8='fr_FR.UTF-8'
LOCALE_JA='ja_JP.eucJP'
LOCALE_TR_UTF8='none'
LOCALE_ZH_CN='zh_CN.GB18030'
LOG10F_LIBM=''
LOG10L_LIBM=''
LOG10_LIBM=''
LOG1PF_LIBM=''
LOG1PL_LIBM=''
LOG1P_LIBM=''
LOG2F_LIBM=''
LOG2L_LIBM=''
LOG2_LIBM=''
LOGBF_LIBM=''
LOGBL_LIBM=''
LOGB_LIBM=''
LOGF_LIBM=''
LOGL_LIBM=''
LOG_LIBM=''
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBMULTITHREAD='-lpthread'
LTLIBOBJS=''
LTLIBTHREAD=''
MAKEINFO='${SHELL} /tmp/testdir-posix/build-aux/missing makeinfo'
MKDIR_P='build-aux/install-sh -c -d'
MODFF_LIBM=''
MODFL_LIBM=''
MODF_LIBM=''
MONETARY_H='monetary.h'
NETINET_IN_H=''
NET_IF_H=''
NET_IF_LIB=''
NEXTAFTER_LIBM=''
NEXT_ARPA_INET_H='<arpa/inet.h>'
NEXT_ASSERT_H=''
NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H='<arpa/inet.h>'
NEXT_AS_FIRST_DIRECTIVE_ASSERT_H=''
NEXT_AS_FIRST_DIRECTIVE_CTYPE_H='<ctype.h>'
NEXT_AS_FIRST_DIRECTIVE_DIRENT_H='<dirent.h>'
NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='<fcntl.h>'
NEXT_AS_FIRST_DIRECTIVE_FLOAT_H=''
NEXT_AS_FIRST_DIRECTIVE_FNMATCH_H='<fnmatch.h>'
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='<getopt.h>'
NEXT_AS_FIRST_DIRECTIVE_GLOB_H='<glob.h>'
NEXT_AS_FIRST_DIRECTIVE_ICONV_H='<iconv.h>'
NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='<inttypes.h>'
NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='<langinfo.h>'
NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='<limits.h>'
NEXT_AS_FIRST_DIRECTIVE_LOCALE_H='<locale.h>'
NEXT_AS_FIRST_DIRECTIVE_MATH_H='<math.h>'
NEXT_AS_FIRST_DIRECTIVE_MONETARY_H='<monetary.h>'
NEXT_AS_FIRST_DIRECTIVE_NETDB_H='<netdb.h>'
NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H=''
NEXT_AS_FIRST_DIRECTIVE_NET_IF_H=''
NEXT_AS_FIRST_DIRECTIVE_POLL_H='<poll.h>'
NEXT_AS_FIRST_DIRECTIVE_PTHREAD_H='<pthread.h>'
NEXT_AS_FIRST_DIRECTIVE_SCHED_H='<sched.h>'
NEXT_AS_FIRST_DIRECTIVE_SEARCH_H='<search.h>'
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='<signal.h>'
NEXT_AS_FIRST_DIRECTIVE_SPAWN_H='<spawn.h>'
NEXT_AS_FIRST_DIRECTIVE_STDARG_H=''
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>'
NEXT_AS_FIRST_DIRECTIVE_STDIO_H='<stdio.h>'
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='<stdlib.h>'
NEXT_AS_FIRST_DIRECTIVE_STRINGS_H='<strings.h>'
NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_IOCTL_H='<sys/ioctl.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_RANDOM_H='<sys/random.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_RESOURCE_H='<sys/resource.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='<sys/select.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H='<sys/socket.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='<sys/stat.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TIMES_H='<sys/times.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='<sys/time.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='<sys/types.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H='<sys/uio.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_UTSNAME_H='<sys/utsname.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H='<sys/wait.h>'
NEXT_AS_FIRST_DIRECTIVE_TERMIOS_H='<termios.h>'
NEXT_AS_FIRST_DIRECTIVE_THREADS_H='<threads.h>'
NEXT_AS_FIRST_DIRECTIVE_TIME_H='<time.h>'
NEXT_AS_FIRST_DIRECTIVE_UCHAR_H='<uchar.h>'
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='<unistd.h>'
NEXT_AS_FIRST_DIRECTIVE_UTIME_H='<utime.h>'
NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='<wchar.h>'
NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='<wctype.h>'
NEXT_CTYPE_H='<ctype.h>'
NEXT_DIRENT_H='<dirent.h>'
NEXT_ERRNO_H=''
NEXT_FCNTL_H='<fcntl.h>'
NEXT_FLOAT_H=''
NEXT_FNMATCH_H='<fnmatch.h>'
NEXT_GETOPT_H='<getopt.h>'
NEXT_GLOB_H='<glob.h>'
NEXT_ICONV_H='<iconv.h>'
NEXT_INTTYPES_H='<inttypes.h>'
NEXT_LANGINFO_H='<langinfo.h>'
NEXT_LIMITS_H='<limits.h>'
NEXT_LOCALE_H='<locale.h>'
NEXT_MATH_H='<math.h>'
NEXT_MONETARY_H='<monetary.h>'
NEXT_NETDB_H='<netdb.h>'
NEXT_NETINET_IN_H=''
NEXT_NET_IF_H=''
NEXT_POLL_H='<poll.h>'
NEXT_PTHREAD_H='<pthread.h>'
NEXT_SCHED_H='<sched.h>'
NEXT_SEARCH_H='<search.h>'
NEXT_SIGNAL_H='<signal.h>'
NEXT_SPAWN_H='<spawn.h>'
NEXT_STDARG_H='<stdarg.h>'
NEXT_STDDEF_H=''
NEXT_STDINT_H='<stdint.h>'
NEXT_STDIO_H='<stdio.h>'
NEXT_STDLIB_H='<stdlib.h>'
NEXT_STRINGS_H='<strings.h>'
NEXT_STRING_H='<string.h>'
NEXT_SYS_IOCTL_H='<sys/ioctl.h>'
NEXT_SYS_RANDOM_H='<sys/random.h>'
NEXT_SYS_RESOURCE_H='<sys/resource.h>'
NEXT_SYS_SELECT_H='<sys/select.h>'
NEXT_SYS_SOCKET_H='<sys/socket.h>'
NEXT_SYS_STAT_H='<sys/stat.h>'
NEXT_SYS_TIMES_H='<sys/times.h>'
NEXT_SYS_TIME_H='<sys/time.h>'
NEXT_SYS_TYPES_H='<sys/types.h>'
NEXT_SYS_UIO_H='<sys/uio.h>'
NEXT_SYS_UTSNAME_H='<sys/utsname.h>'
NEXT_SYS_WAIT_H='<sys/wait.h>'
NEXT_TERMIOS_H='<termios.h>'
NEXT_THREADS_H='<threads.h>'
NEXT_TIME_H='<time.h>'
NEXT_UCHAR_H='<uchar.h>'
NEXT_UNISTD_H='<unistd.h>'
NEXT_UTIME_H='<utime.h>'
NEXT_WCHAR_H='<wchar.h>'
NEXT_WCTYPE_H='<wctype.h>'
OBJEXT='o'
PACKAGE='dummy'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='dummy'
PACKAGE_STRING='dummy 0'
PACKAGE_TARNAME='dummy'
PACKAGE_URL=''
PACKAGE_VERSION='0'
PATH_SEPARATOR=':'
POSIX_SPAWN_PORTED_FALSE='#'
POSIX_SPAWN_PORTED_TRUE=''
POWF_LIBM=''
POW_LIBM=''
PRAGMA_COLUMNS=''
PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
PRIPTR_PREFIX='"l"'
PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0'
PTRDIFF_T_SUFFIX=''
RANLIB='ranlib'
REMAINDERF_LIBM=''
REMAINDERL_LIBM=''
REMAINDER_LIBM=''
REPLACE_ACCESS='0'
REPLACE_ACOSF='0'
REPLACE_ALIGNED_ALLOC='1'
REPLACE_ASINF='0'
REPLACE_ATAN2F='0'
REPLACE_ATANF='0'
REPLACE_BTOWC='0'
REPLACE_C32RTOMB='0'
REPLACE_CALLOC='0'
REPLACE_CANONICALIZE_FILE_NAME='0'
REPLACE_CBRTF='0'
REPLACE_CBRTL='0'
REPLACE_CEIL='0'
REPLACE_CEILF='0'
REPLACE_CEILL='0'
REPLACE_CHOWN='1'
REPLACE_CLOSE='0'
REPLACE_CLOSEDIR='0'
REPLACE_COSF='0'
REPLACE_COSHF='0'
REPLACE_CREAT='1'
REPLACE_CTIME='0'
REPLACE_DIRFD='0'
REPLACE_DPRINTF='1'
REPLACE_DUP2='0'
REPLACE_DUP='0'
REPLACE_DUPLOCALE='0'
REPLACE_EXP2='0'
REPLACE_EXP2L='0'
REPLACE_EXPF='0'
REPLACE_EXPL='0'
REPLACE_EXPM1='0'
REPLACE_EXPM1F='0'
REPLACE_EXPM1L='0'
REPLACE_FABSL='0'
REPLACE_FACCESSAT='1'
REPLACE_FCHMODAT='0'
REPLACE_FCHOWNAT='1'
REPLACE_FCLOSE='1'
REPLACE_FCNTL='0'
REPLACE_FDOPEN='0'
REPLACE_FDOPENDIR='0'
REPLACE_FFLUSH='1'
REPLACE_FLOOR='0'
REPLACE_FLOORF='0'
REPLACE_FLOORL='0'
REPLACE_FMA='0'
REPLACE_FMAF='0'
REPLACE_FMAL='0'
REPLACE_FMOD='0'
REPLACE_FMODF='0'
REPLACE_FMODL='0'
REPLACE_FNMATCH='1'
REPLACE_FOPEN='0'
REPLACE_FPRINTF='1'
REPLACE_FPURGE='1'
REPLACE_FREELOCALE='0'
REPLACE_FREOPEN='0'
REPLACE_FREXP='0'
REPLACE_FREXPF='0'
REPLACE_FREXPL='0'
REPLACE_FSEEK='1'
REPLACE_FSEEKO='1'
REPLACE_FSTAT='0'
REPLACE_FSTATAT='1'
REPLACE_FTELL='0'
REPLACE_FTELLO='0'
REPLACE_FTRUNCATE='0'
REPLACE_FUTIMENS='1'
REPLACE_GAI_STRERROR='0'
REPLACE_GETADDRINFO='0'
REPLACE_GETCWD='1'
REPLACE_GETDELIM='0'
REPLACE_GETDOMAINNAME='0'
REPLACE_GETDTABLESIZE='0'
REPLACE_GETGROUPS='1'
REPLACE_GETLINE='0'
REPLACE_GETLOGIN_R='1'
REPLACE_GETPAGESIZE='0'
REPLACE_GETPASS='0'
REPLACE_GETRANDOM='0'
REPLACE_GETTIMEOFDAY='0'
REPLACE_GLOB='1'
REPLACE_GLOB_PATTERN_P='0'
REPLACE_GMTIME='0'
REPLACE_HUGE_VAL='0'
REPLACE_HYPOT='0'
REPLACE_HYPOTF='0'
REPLACE_HYPOTL='0'
REPLACE_ICONV='0'
REPLACE_ICONV_OPEN='0'
REPLACE_ICONV_UTF='0'
REPLACE_ILOGB='0'
REPLACE_ILOGBF='0'
REPLACE_ILOGBL='0'
REPLACE_INET_NTOP='0'
REPLACE_INET_PTON='0'
REPLACE_INITSTATE='0'
REPLACE_IOCTL='1'
REPLACE_ISATTY='0'
REPLACE_ISFINITE='0'
REPLACE_ISINF='0'
REPLACE_ISNAN='0'
REPLACE_ISWBLANK='0'
REPLACE_ISWCNTRL='0'
REPLACE_ISWDIGIT='0'
REPLACE_ISWXDIGIT='0'
REPLACE_ITOLD='0'
REPLACE_LCHOWN='1'
REPLACE_LDEXPL='0'
REPLACE_LINK='1'
REPLACE_LINKAT='1'
REPLACE_LOCALECONV='0'
REPLACE_LOCALTIME='0'
REPLACE_LOCALTIME_R='0'
REPLACE_LOG10='0'
REPLACE_LOG10F='0'
REPLACE_LOG10L='0'
REPLACE_LOG1P='0'
REPLACE_LOG1PF='0'
REPLACE_LOG1PL='0'
REPLACE_LOG2='0'
REPLACE_LOG2F='0'
REPLACE_LOG2L='0'
REPLACE_LOG='0'
REPLACE_LOGB='0'
REPLACE_LOGBF='0'
REPLACE_LOGBL='0'
REPLACE_LOGF='0'
REPLACE_LOGL='0'
REPLACE_LSEEK='0'
REPLACE_LSTAT='1'
REPLACE_MALLOC='0'
REPLACE_MBRLEN='0'
REPLACE_MBRTOC32='0'
REPLACE_MBRTOWC='0'
REPLACE_MBSINIT='0'
REPLACE_MBSNRTOWCS='0'
REPLACE_MBSRTOWCS='0'
REPLACE_MBSTATE_T='0'
REPLACE_MBTOWC='0'
REPLACE_MEMCHR='0'
REPLACE_MEMMEM='0'
REPLACE_MKDIR='0'
REPLACE_MKFIFO='1'
REPLACE_MKNOD='1'
REPLACE_MKSTEMP='0'
REPLACE_MKTIME='1'
REPLACE_MODF='0'
REPLACE_MODFF='0'
REPLACE_MODFL='0'
REPLACE_NAN='0'
REPLACE_NANOSLEEP='1'
REPLACE_NEWLOCALE='0'
REPLACE_NL_LANGINFO='1'
REPLACE_NULL='0'
REPLACE_OBSTACK_PRINTF='0'
REPLACE_OPEN='1'
REPLACE_OPENAT='1'
REPLACE_OPENDIR='0'
REPLACE_PERROR='1'
REPLACE_POLL='1'
REPLACE_POPEN='0'
REPLACE_POSIX_MEMALIGN='0'
REPLACE_POSIX_SPAWN='0'
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR='0'
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE='0'
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2='0'
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR='0'
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN='0'
REPLACE_PREAD='0'
REPLACE_PRINTF='1'
REPLACE_PSELECT='0'
REPLACE_PTHREAD_ATTR_DESTROY='0'
REPLACE_PTHREAD_ATTR_GETDETACHSTATE='0'
REPLACE_PTHREAD_ATTR_INIT='0'
REPLACE_PTHREAD_ATTR_SETDETACHSTATE='0'
REPLACE_PTHREAD_CONDATTR_DESTROY='0'
REPLACE_PTHREAD_CONDATTR_INIT='0'
REPLACE_PTHREAD_COND_BROADCAST='0'
REPLACE_PTHREAD_COND_DESTROY='0'
REPLACE_PTHREAD_COND_INIT='0'
REPLACE_PTHREAD_COND_SIGNAL='0'
REPLACE_PTHREAD_COND_TIMEDWAIT='0'
REPLACE_PTHREAD_COND_WAIT='0'
REPLACE_PTHREAD_CREATE='0'
REPLACE_PTHREAD_DETACH='0'
REPLACE_PTHREAD_EQUAL='0'
REPLACE_PTHREAD_EXIT='0'
REPLACE_PTHREAD_GETSPECIFIC='0'
REPLACE_PTHREAD_JOIN='0'
REPLACE_PTHREAD_KEY_CREATE='0'
REPLACE_PTHREAD_KEY_DELETE='0'
REPLACE_PTHREAD_MUTEXATTR_DESTROY='0'
REPLACE_PTHREAD_MUTEXATTR_GETROBUST='0'
REPLACE_PTHREAD_MUTEXATTR_GETTYPE='0'
REPLACE_PTHREAD_MUTEXATTR_INIT='0'
REPLACE_PTHREAD_MUTEXATTR_SETROBUST='0'
REPLACE_PTHREAD_MUTEXATTR_SETTYPE='0'
REPLACE_PTHREAD_MUTEX_DESTROY='0'
REPLACE_PTHREAD_MUTEX_INIT='0'
REPLACE_PTHREAD_MUTEX_LOCK='0'
REPLACE_PTHREAD_MUTEX_TIMEDLOCK='0'
REPLACE_PTHREAD_MUTEX_TRYLOCK='0'
REPLACE_PTHREAD_MUTEX_UNLOCK='0'
REPLACE_PTHREAD_ONCE='0'
REPLACE_PTHREAD_RWLOCKATTR_DESTROY='0'
REPLACE_PTHREAD_RWLOCKATTR_INIT='0'
REPLACE_PTHREAD_RWLOCK_DESTROY='0'
REPLACE_PTHREAD_RWLOCK_INIT='0'
REPLACE_PTHREAD_RWLOCK_RDLOCK='0'
REPLACE_PTHREAD_RWLOCK_TIMEDRDLOCK='0'
REPLACE_PTHREAD_RWLOCK_TIMEDWRLOCK='0'
REPLACE_PTHREAD_RWLOCK_TRYRDLOCK='0'
REPLACE_PTHREAD_RWLOCK_TRYWRLOCK='0'
REPLACE_PTHREAD_RWLOCK_UNLOCK='0'
REPLACE_PTHREAD_RWLOCK_WRLOCK='0'
REPLACE_PTHREAD_SELF='0'
REPLACE_PTHREAD_SETSPECIFIC='0'
REPLACE_PTHREAD_SIGMASK='0'
REPLACE_PTHREAD_SPIN_DESTROY='0'
REPLACE_PTHREAD_SPIN_INIT='0'
REPLACE_PTHREAD_SPIN_LOCK='0'
REPLACE_PTHREAD_SPIN_TRYLOCK='0'
REPLACE_PTHREAD_SPIN_UNLOCK='0'
REPLACE_PTSNAME='0'
REPLACE_PTSNAME_R='1'
REPLACE_PUTENV='1'
REPLACE_PWRITE='0'
REPLACE_QSORT_R='0'
REPLACE_RAISE='0'
REPLACE_RANDOM='0'
REPLACE_RANDOM_R='0'
REPLACE_READ='0'
REPLACE_READLINK='1'
REPLACE_READLINKAT='1'
REPLACE_REALLOC='0'
REPLACE_REALPATH='1'
REPLACE_REMAINDER='0'
REPLACE_REMAINDERF='0'
REPLACE_REMAINDERL='0'
REPLACE_REMOVE='1'
REPLACE_RENAME='1'
REPLACE_RENAMEAT='1'
REPLACE_RINTL='0'
REPLACE_RMDIR='0'
REPLACE_ROUND='0'
REPLACE_ROUNDF='0'
REPLACE_ROUNDL='0'
REPLACE_SCHED_YIELD='0'
REPLACE_SELECT='0'
REPLACE_SETENV='0'
REPLACE_SETLOCALE='1'
REPLACE_SETSTATE='0'
REPLACE_SIGNBIT='0'
REPLACE_SIGNBIT_USING_BUILTINS='1'
REPLACE_SINF='0'
REPLACE_SINHF='0'
REPLACE_SLEEP='0'
REPLACE_SNPRINTF='1'
REPLACE_SPRINTF='1'
REPLACE_SQRTF='0'
REPLACE_SQRTL='0'
REPLACE_STAT='1'
REPLACE_STDIO_READ_FUNCS='0'
REPLACE_STDIO_WRITE_FUNCS='0'
REPLACE_STPNCPY='0'
REPLACE_STRCASESTR='0'
REPLACE_STRCHRNUL='0'
REPLACE_STRDUP='0'
REPLACE_STRERROR='1'
REPLACE_STRERRORNAME_NP='0'
REPLACE_STRERROR_R='1'
REPLACE_STRFMON_L='0'
REPLACE_STRFTIME='0'
REPLACE_STRNCAT='0'
REPLACE_STRNDUP='0'
REPLACE_STRNLEN='0'
REPLACE_STRSIGNAL='0'
REPLACE_STRSTR='1'
REPLACE_STRTOD='0'
REPLACE_STRTOIMAX='0'
REPLACE_STRTOK_R='0'
REPLACE_STRTOLD='0'
REPLACE_STRTOUMAX='0'
REPLACE_STRUCT_LCONV='0'
REPLACE_STRUCT_TIMEVAL='0'
REPLACE_SYMLINK='1'
REPLACE_SYMLINKAT='1'
REPLACE_TANF='0'
REPLACE_TANHF='0'
REPLACE_THRD_CREATE='0'
REPLACE_THRD_CURRENT='0'
REPLACE_THRD_DETACH='0'
REPLACE_THRD_EQUAL='0'
REPLACE_THRD_JOIN='0'
REPLACE_TIMEGM='GNULIB_PORTCHECK'
REPLACE_TMPFILE='0'
REPLACE_TOWLOWER='0'
REPLACE_TRUNC='0'
REPLACE_TRUNCATE='0'
REPLACE_TRUNCF='0'
REPLACE_TRUNCL='0'
REPLACE_TSEARCH='0'
REPLACE_TTYNAME_R='0'
REPLACE_TZSET='0'
REPLACE_UNLINK='1'
REPLACE_UNLINKAT='1'
REPLACE_UNSETENV='0'
REPLACE_USLEEP='0'
REPLACE_UTIME='0'
REPLACE_UTIMENSAT='1'
REPLACE_VASPRINTF='0'
REPLACE_VDPRINTF='1'
REPLACE_VFPRINTF='1'
REPLACE_VPRINTF='1'
REPLACE_VSNPRINTF='1'
REPLACE_VSPRINTF='1'
REPLACE_WCRTOMB='0'
REPLACE_WCSFTIME='0'
REPLACE_WCSNRTOMBS='0'
REPLACE_WCSRTOMBS='0'
REPLACE_WCSTOK='0'
REPLACE_WCSWIDTH='1'
REPLACE_WCTOB='0'
REPLACE_WCTOMB='0'
REPLACE_WCWIDTH='1'
REPLACE_WRITE='0'
RINTF_LIBM=''
RINTL_LIBM=''
RINT_LIBM=''
ROUNDF_LIBM=''
ROUNDL_LIBM=''
ROUND_LIBM=''
SERVENT_LIB=''
SET_MAKE=''
SHELL='/bin/sh'
SIG_ATOMIC_T_SUFFIX=''
SINF_LIBM=''
SINHF_LIBM=''
SINH_LIBM=''
SINL_LIBM=''
SIN_LIBM=''
SIZE_T_SUFFIX=''
SMALL_WCHAR_T='0'
SQRTF_LIBM=''
SQRTL_LIBM=''
SQRT_LIBM=''
STDALIGN_H=''
STDARG_H=''
STDBOOL_H=''
STDDEF_H=''
STDINT_H='stdint.h'
STDNORETURN_H=''
STRIP=''
SYS_IOCTL_H_HAVE_WINSOCK2_H='0'
SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0'
TANF_LIBM=''
TANHF_LIBM=''
TANH_LIBM=''
TANL_LIBM=''
TAN_LIBM=''
TEST_TSEARCH_LIBM=''
TIME_H_DEFINES_STRUCT_TIMESPEC='1'
TRUNCF_LIBM=''
TRUNCL_LIBM=''
TRUNC_LIBM=''
UINT32_MAX_LT_UINTMAX_MAX='1'
UINT64_MAX_EQ_ULONG_MAX='1'
UNDEFINE_STRTOK_R='0'
UNISTD_H_DEFINES_STRUCT_TIMESPEC='0'
UNISTD_H_HAVE_SYS_RANDOM_H='1'
UNISTD_H_HAVE_WINSOCK2_H='0'
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
VERSION='0'
WCHAR_T_SUFFIX=''
WINDOWS_64_BIT_OFF_T='0'
WINDOWS_64_BIT_ST_SIZE='0'
WINDOWS_STAT_INODES='0'
WINDOWS_STAT_TIMESPEC='0'
WINT_T_SUFFIX=''
Y0_LIBM=''
Y1_LIBM=''
YIELD_LIB=''
YN_LIBM=''
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='aarch64-apple-darwin20.2.0'
build_alias=''
build_cpu='aarch64'
build_os='darwin20.2.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
gl_LIBOBJS=' aligned_alloc.o asnprintf.o at-func2.o c32rtomb.o canonicalize-lgpl.o chdir-long.o chown.o cnd.o creat.o dprintf.o error.o euidaccess.o faccessat.o fchownat.o fclose.o fflush.o fnmatch.o fprintf.o fpurge.o fseek.o fseeko.o fseterr.o fstatat.o futimens.o getcwd.o getcwd-lgpl.o getgroups.o getlogin_r.o getopt.o getopt1.o getrandom.o glob.o glob_pattern_p.o globfree.o group-member.o ioctl.o lchown.o link.o linkat.o lstat.o mbrtoc32.o mempcpy.o memrchr.o mkfifo.o mkfifoat.o mknod.o mknodat.o mktime.o mtx.o nanosleep.o nl_langinfo.o open.o openat.o perror.o poll.o printf.o printf-args.o printf-parse.o pthread-mutex.o pthread-rwlock.o pthread-spin.o pthread_mutex_timedlock.o ptsname_r.o random_r.o rawmemchr.o readlink.o readlinkat.o regex.o remove.o rename.o renameat.o secure_getenv.o setlocale.o setlocale-lock.o snprintf.o spawnattr_getschedparam.o spawnattr_getschedpolicy.o spawnattr_setschedparam.o spawnattr_setschedpolicy.o sprintf.o stat.o strchrnul.o strerror.o strerror-override.o strerror_r.o strstr.o symlink.o symlinkat.o thrd.o tss.o unlink.o unlinkat.o utimensat.o vasnprintf.o vdprintf.o vfprintf.o vprintf.o vsnprintf.o vsprintf.o wcswidth.o wcwidth.o wmempcpy.o'
gl_LTLIBOBJS=' aligned_alloc.lo asnprintf.lo at-func2.lo c32rtomb.lo canonicalize-lgpl.lo chdir-long.lo chown.lo cnd.lo creat.lo dprintf.lo error.lo euidaccess.lo faccessat.lo fchownat.lo fclose.lo fflush.lo fnmatch.lo fprintf.lo fpurge.lo fseek.lo fseeko.lo fseterr.lo fstatat.lo futimens.lo getcwd.lo getcwd-lgpl.lo getgroups.lo getlogin_r.lo getopt.lo getopt1.lo getrandom.lo glob.lo glob_pattern_p.lo globfree.lo group-member.lo ioctl.lo lchown.lo link.lo linkat.lo lstat.lo mbrtoc32.lo mempcpy.lo memrchr.lo mkfifo.lo mkfifoat.lo mknod.lo mknodat.lo mktime.lo mtx.lo nanosleep.lo nl_langinfo.lo open.lo openat.lo perror.lo poll.lo printf.lo printf-args.lo printf-parse.lo pthread-mutex.lo pthread-rwlock.lo pthread-spin.lo pthread_mutex_timedlock.lo ptsname_r.lo random_r.lo rawmemchr.lo readlink.lo readlinkat.lo regex.lo remove.lo rename.lo renameat.lo secure_getenv.lo setlocale.lo setlocale-lock.lo snprintf.lo spawnattr_getschedparam.lo spawnattr_getschedpolicy.lo spawnattr_setschedparam.lo spawnattr_setschedpolicy.lo sprintf.lo stat.lo strchrnul.lo strerror.lo strerror-override.lo strerror_r.lo strstr.lo symlink.lo symlinkat.lo thrd.lo tss.lo unlink.lo unlinkat.lo utimensat.lo vasnprintf.lo vdprintf.lo vfprintf.lo vprintf.lo vsnprintf.lo vsprintf.lo wcswidth.lo wcwidth.lo wmempcpy.lo'
gltests_LIBOBJS=' putenv.o'
gltests_LTLIBOBJS=' putenv.lo'
gltests_WITNESS='IN_GNULIB_TESTS'
host='aarch64-apple-darwin20.2.0'
host_alias=''
host_cpu='aarch64'
host_os='darwin20.2.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/testdir-posix/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
lispdir='${datarootdir}/emacs/site-lisp'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkglibexecdir='${libexecdir}/${PACKAGE}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "dummy"
#define PACKAGE_TARNAME "dummy"
#define PACKAGE_VERSION "0"
#define PACKAGE_STRING "dummy 0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "dummy"
#define VERSION "0"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _NETBSD_SOURCE 1
#define _OPENBSD_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
#define __STDC_WANT_IEC_60559_BFP_EXT__ 1
#define __STDC_WANT_IEC_60559_DFP_EXT__ 1
#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
#define __STDC_WANT_LIB_EXT2__ 1
#define __STDC_WANT_MATH_SPEC_FUNCS__ 1
#define _TANDEM_SOURCE 1
#define _HPUX_ALT_XOPEN_SOCKET_API 1
#define HAVE_FSEEKO 1
#define HAVE_FSEEKO 1
#define HAVE_FSEEKO 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DIRENT_H 1
#define HAVE_XLOCALE_H 1
#define HAVE_FNMATCH_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_GETOPT_H 1
#define HAVE_SYS_CDEFS_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_GLOB_H 1
#define HAVE_ICONV_H 1
#define HAVE_LIMITS_H 1
#define HAVE_WCHAR_H 1
#define HAVE_STDINT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_WCTYPE_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_MATH_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_MONETARY_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_POLL_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_FILIO_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SEARCH_H 1
#define HAVE_SPAWN_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_RANDOM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UTIME_H 1
#define HAVE_GRP_H 1
#define HAVE_SEMAPHORE_H 1
#define restrict __restrict
#define HAVE_SHUTDOWN 1
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_SA_FAMILY_T 1
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
#define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1
#define HAVE_DECL_ALARM 1
#define HAVE_FREXP 1
#define HAVE_FREXPL 1
#define HAVE_LDEXPL 1
#define HAVE_ALIGNED_ALLOC 1
#define HAVE_BTOWC 1
#define HAVE_READLINK 1
#define HAVE_REALPATH 1
#define HAVE_READLINKAT 1
#define HAVE_CHOWN 1
#define HAVE_FCHOWN 1
#define HAVE_FCHDIR 1
#define HAVE_LSTAT 1
#define HAVE_DPRINTF 1
#define HAVE_SNPRINTF 1
#define HAVE_DUPLOCALE 1
#define HAVE_SNPRINTF_L 1
#define HAVE_NL_LANGINFO_L 1
#define HAVE_FACCESSAT 1
#define HAVE_FCHMODAT 1
#define HAVE_LCHMOD 1
#define HAVE_FCNTL 1
#define HAVE_SYMLINK 1
#define HAVE_FDOPENDIR 1
#define HAVE_FNMATCH 1
#define HAVE_MBSRTOWCS 1
#define HAVE_FPURGE 1
#define HAVE_FSTATAT 1
#define HAVE_FSYNC 1
#define HAVE_FTRUNCATE 1
#define HAVE_FUTIMENS 1
#define HAVE_GETDELIM 1
#define HAVE_GETDTABLESIZE 1
#define HAVE_GETLOGIN 1
#define HAVE_GETLOGIN_R 1
#define HAVE_GETPROGNAME 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETSUBOPT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GLOB 1
#define HAVE_GETPWNAM_R 1
#define HAVE_IMAXABS 1
#define HAVE_IMAXDIV 1
#define HAVE_ISBLANK 1
#define HAVE_ISWCNTRL 1
#define HAVE_ISWBLANK 1
#define HAVE_LINK 1
#define HAVE_OPENAT 1
#define HAVE_LINKAT 1
#define HAVE_USELOCALE 1
#define HAVE_NEWLOCALE 1
#define HAVE_FREELOCALE 1
#define HAVE_MBSINIT 1
#define HAVE_MBRTOWC 1
#define HAVE_MBRLEN 1
#define HAVE_MBSNRTOWCS 1
#define HAVE_MPROTECT 1
#define HAVE_MKDIRAT 1
#define HAVE_MKNOD 1
#define HAVE_MKSTEMP 1
#define HAVE_NL_LANGINFO 1
#define HAVE_PCLOSE 1
#define HAVE_STRERROR_R 1
#define HAVE_PIPE 1
#define HAVE_POPEN 1
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_POSIX_OPENPT 1
#define HAVE_PREAD 1
#define HAVE_PTHREAD_SIGMASK 1
#define HAVE_PTSNAME_R 1
#define HAVE_PWRITE 1
#define HAVE_ISWCTYPE 1
#define HAVE_RENAMEAT 1
#define HAVE_GETUID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETEGID 1
#define HAVE_SETENV 1
#define HAVE_SIGACTION 1
#define HAVE_SIGALTSTACK 1
#define HAVE_SIGINTERRUPT 1
#define HAVE_SLEEP 1
#define HAVE_STPNCPY 1
#define HAVE_CATGETS 1
#define HAVE_STRFMON_L 1
#define HAVE_STRNDUP 1
#define HAVE_STRPTIME 1
#define HAVE_STRTOIMAX 1
#define HAVE_STRTOLD 1
#define HAVE_STRTOUMAX 1
#define HAVE_SYMLINKAT 1
#define HAVE_LOCALTIME_R 1
#define HAVE_TIMES 1
#define HAVE_TRUNCATE 1
#define HAVE_UNLINKAT 1
#define HAVE_FUTIMES 1
#define HAVE_UTIMENSAT 1
#define HAVE_LUTIMES 1
#define HAVE_VDPRINTF 1
#define HAVE_WCPCPY 1
#define HAVE_WCPNCPY 1
#define HAVE_WCRTOMB 1
#define HAVE_WCSCASECMP 1
#define HAVE_WCSCAT 1
#define HAVE_WCSCHR 1
#define HAVE_WCSCMP 1
#define HAVE_WCSCOLL 1
#define HAVE_WCSCPY 1
#define HAVE_WCSCSPN 1
#define HAVE_WCSFTIME 1
#define HAVE_WCSLEN 1
#define HAVE_WCSNCASECMP 1
#define HAVE_WCSNCAT 1
#define HAVE_WCSNCMP 1
#define HAVE_WCSNCPY 1
#define HAVE_WCSNLEN 1
#define HAVE_WCSNRTOMBS 1
#define HAVE_WCSPBRK 1
#define HAVE_WCSRCHR 1
#define HAVE_WCSRTOMBS 1
#define HAVE_WCSSPN 1
#define HAVE_WCSSTR 1
#define HAVE_WCSTOK 1
#define HAVE_WCWIDTH 1
#define HAVE_WCSWIDTH 1
#define HAVE_WCSXFRM 1
#define HAVE_WCTOB 1
#define HAVE_GETRLIMIT 1
#define HAVE_SETRLIMIT 1
#define HAVE_GETGROUPLIST 1
#define HAVE_SHUTDOWN 1
#define HAVE_INITSTATE 1
#define HAVE_USLEEP 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_GETCWD 1
#define HAVE_UNISTD_H 1
#define HAVE_CHOWN 1
#define CHOWN_TRAILING_SLASH_BUG 1
#define HAVE_PTHREAD_API 1
#define HAVE_DECL_FLOORL 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define CHECK_PRINTF_SAFE 1
#define HAVE_WCHAR_T 1
#define HAVE_WINT_T 1
#define HAVE_INTMAX_T 1
#define DBL_EXPBIT0_WORD 1
#define DBL_EXPBIT0_BIT 20
#define HAVE_SNPRINTF 1
#define HAVE_STRNLEN 1
#define HAVE_WCSLEN 1
#define HAVE_WCSNLEN 1
#define HAVE_MBRTOWC 1
#define HAVE_WCRTOMB 1
#define HAVE_DECL__SNPRINTF 0
#define HAVE_SNPRINTF_RETVAL_C99 1
#define HAVE_SNPRINTF_TRUNCATION_C99 1
#define SETLOCALE_NULL_ALL_MTSAFE 0
#define SETLOCALE_NULL_ONE_MTSAFE 1
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define GETGROUPS_T gid_t
#define HAVE_DECL_ROUND 1
#define HAVE_DECL_ROUNDL 1
#define HAVE_DECL_FCHDIR 1
#define HAVE_WORKING_O_NOATIME 1
#define HAVE_WORKING_O_NOFOLLOW 1
#define HAVE_DECL_FDATASYNC 0
#define HAVE_FEGETROUND 1
#define HAVE_DECL_TRUNC 1
#define HAVE_DECL_TRUNCL 1
#define HAVE_MBSTATE_T 1
#define _USE_STD_STAT 1
#define HAVE_DECL_FSEEKO 1
#define FUNC_FFLUSH_STDIN 0
#define HAVE_DECL_FTELLO 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETSERVBYNAME 1
#define HAVE_DECL_INET_NTOP 1
#define HAVE_IPV4 1
#define HAVE_IPV6 1
#define HAVE_DECL_GETCWD 1
#define HAVE_DECL_GETDELIM 1
#define HAVE_DECL_GETDTABLESIZE 1
#define HAVE_DECL_GETLINE 1
#define HAVE_DECL_GETLOGIN 1
#define HAVE_DECL_GETLOGIN_R 1
#define HAVE_ICONV 1
#define ICONV_CONST 
#define FLT_EXPBIT0_WORD 0
#define FLT_EXPBIT0_BIT 23
#define HAVE_DECL_IMAXABS 1
#define HAVE_DECL_IMAXDIV 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_TOWLOWER 1
#define HAVE_LC_MESSAGES 1
#define HAVE_WORKING_USELOCALE 1
#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
#define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
#define USE_POSIX_THREADS 1
#define HAVE_LOGF 1
#define MALLOC_0_IS_NONNULL 1
#define HAVE_MAP_ANONYMOUS 1
#define HAVE_DECL_MEMRCHR 0
#define HAVE_MINMAX_IN_SYS_PARAM_H 1
#define TIME_T_IS_SIGNED 1
#define USER_LABEL_PREFIX _
#define PROMOTED_MODE_T int
#define REPLACE_STRERROR_0 1
#define HAVE_DECL_STRERROR_R 1
#define HAVE_POSIX_SPAWN 1
#define NEED_PRINTF_DIRECTIVE_A 1
#define HAVE_NL_LANGINFO 1
#define REPLACE_VFPRINTF_POSIX 1
#define HAVE_PTHREAD_T 1
#define HAVE_SIGSET_T 1
#define HAVE_DECL_INITSTATE 1
#define HAVE_DECL_SETSTATE 1
#define HAVE_DECL_SETENV 1
#define HAVE_SEARCH_H 1
#define HAVE_TSEARCH 1
#define HAVE_DECL_SNPRINTF 1
#define HAVE__BOOL 1
#define HAVE_DECL_STPNCPY 1
#define HAVE_DECL_STRDUP 1
#define HAVE_MAP_ANONYMOUS 1
#define HAVE_DECL_STRNDUP 1
#define HAVE_DECL_STRNLEN 1
#define HAVE_TM_GMTOFF 1
#define HAVE_DECL_STRSIGNAL 1
#define HAVE_DECL_STRTOD 1
#define HAVE_DECL_STRTOIMAX 1
#define HAVE_DECL_STRTOK_R 1
#define HAVE_DECL_STRTOUMAX 1
#define HAVE_DECL_TTYNAME_R 1
#define BITSIZEOF_WCHAR_T 32
#define HAVE_DECL_UNSETENV 1
#define HAVE_WORKING_UTIMES 1
#define HAVE_DECL_VSNPRINTF 1
#define HAVE_DECL_WCWIDTH 1
#define HAVE_SIG_ATOMIC_T 1
#define FUNC_UNGETC_BROKEN 1
#define HAVE__EXIT 1
#define GNULIB_TEST__EXIT 1
#define GNULIB_TEST_ACCEPT 1
#define GNULIB_TEST_ACCESS 1
#define HAVE_ACOSF 1
#define GNULIB_TEST_ACOSF 1
#define GNULIB_TEST_ACOSL 1
#define GNULIB_TEST_ALIGNED_ALLOC 1
#define HAVE_ALLOCA 1
#define HAVE_ALPHASORT 1
#define GNULIB_TEST_ALPHASORT 1
#define GNULIB_AREADLINKAT 1
#define HAVE_ASINF 1
#define GNULIB_TEST_ASINF 1
#define GNULIB_TEST_ASINL 1
#define HAVE_ATAN2F 1
#define GNULIB_TEST_ATAN2F 1
#define HAVE_ATANF 1
#define GNULIB_TEST_ATANF 1
#define GNULIB_TEST_ATANL 1
#define HAVE_ATEXIT 1
#define HAVE_ATOLL 1
#define GNULIB_TEST_ATOLL 1
#define GNULIB_TEST_BIND 1
#define GNULIB_TEST_BTOWC 1
#define HAVE___BUILTIN_EXPECT 1
#define GNULIB_TEST_C32RTOMB 1
#define HAVE_CALLOC_POSIX 1
#define GNULIB_TEST_CALLOC_POSIX 1
#define GNULIB_CANONICALIZE_LGPL 1
#define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
#define GNULIB_TEST_REALPATH 1
#define HAVE_CBRT 1
#define GNULIB_TEST_CBRT 1
#define HAVE_CBRTF 1
#define GNULIB_TEST_CBRTF 1
#define HAVE_CBRTL 1
#define GNULIB_TEST_CBRTL 1
#define GNULIB_TEST_CEIL 1
#define HAVE_DECL_CEILF 1
#define GNULIB_TEST_CEILF 1
#define HAVE_DECL_CEILL 1
#define GNULIB_TEST_CEILL 1
#define GNULIB_TEST_CHDIR 1
#define GNULIB_TEST_CHOWN 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_CLOCK_SETTIME 1
#define GNULIB_TEST_CLOEXEC 1
#define GNULIB_TEST_CLOSE 1
#define HAVE_CLOSEDIR 1
#define GNULIB_TEST_CLOSEDIR 1
#define GNULIB_TEST_CND 1
#define GNULIB_TEST_CONNECT 1
#define GNULIB_TEST_COPYSIGN 1
#define GNULIB_TEST_COPYSIGNF 1
#define GNULIB_TEST_COPYSIGNL 1
#define HAVE_COSF 1
#define GNULIB_TEST_COSF 1
#define HAVE_COSHF 1
#define GNULIB_TEST_COSHF 1
#define GNULIB_TEST_COSL 1
#define OPEN_TRAILING_SLASH_BUG 1
#define GNULIB_TEST_CREAT 1
#define GNULIB_TEST_CTIME 1
#define D_INO_IN_DIRENT 1
#define HAVE_STRUCT_DIRENT_D_TYPE 1
#define HAVE_DIRFD 1
#define HAVE_DECL_DIRFD 1
#define GNULIB_TEST_DIRFD 1
#define GNULIB_TEST_DPRINTF 1
#define NEED_PRINTF_DIRECTIVE_A 1
#define HAVE_NL_LANGINFO 1
#define GNULIB_TEST_DUP 1
#define GNULIB_TEST_DUP2 1
#define GNULIB_TEST_DUPLOCALE 1
#define GNULIB_TEST_ENVIRON 1
#define HAVE_LIBGEN_H 1
#define HAVE_GETGROUPS 1
#define GNULIB_TEST_EUIDACCESS 1
#define GNULIB_TEST_EXP2 1
#define HAVE_EXP2F 1
#define GNULIB_TEST_EXP2F 1
#define HAVE_EXP2L 1
#define GNULIB_TEST_EXP2L 1
#define HAVE_EXPF 1
#define GNULIB_TEST_EXPF 1
#define GNULIB_TEST_EXPL 1
#define GNULIB_TEST_EXPM1 1
#define HAVE_EXPM1F 1
#define GNULIB_TEST_EXPM1F 1
#define GNULIB_TEST_EXPM1L 1
#define GNULIB_TEST_FABSF 1
#define GNULIB_TEST_FABSL 1
#define HAVE_ACCESS 1
#define GNULIB_FACCESSAT 1
#define GNULIB_TEST_FACCESSAT 1
#define GNULIB_TEST_FCHDIR 1
#define GNULIB_TEST_FCHMODAT 1
#define GNULIB_TEST_FCHOWNAT 1
#define FUNC_FFLUSH_STDIN 0
#define GNULIB_TEST_FCLOSE 1
#define GNULIB_TEST_FCNTL 1
#define GNULIB_FD_SAFER_FLAG 1
#define HAVE_FDATASYNC 1
#define GNULIB_TEST_FDATASYNC 1
#define GNULIB_TEST_FDOPEN 1
#define HAVE_DECL_FDOPENDIR 1
#define GNULIB_TEST_FDOPENDIR 1
#define GNULIB_FDOPENDIR 1
#define FUNC_FFLUSH_STDIN 0
#define GNULIB_FFLUSH 1
#define GNULIB_TEST_FFLUSH 1
#define FLEXIBLE_ARRAY_MEMBER /**/
#define GNULIB_TEST_FLOOR 1
#define HAVE_DECL_FLOORF 1
#define GNULIB_TEST_FLOORF 1
#define GNULIB_TEST_FLOORL 1
#define GNULIB_TEST_FMA 1
#define GNULIB_TEST_FMAF 1
#define GNULIB_TEST_FMAL 1
#define GNULIB_TEST_FMOD 1
#define HAVE_FMODF 1
#define GNULIB_TEST_FMODF 1
#define HAVE_FMODL 1
#define GNULIB_TEST_FMODL 1
#define GNULIB_TEST_FNMATCH 1
#define GNULIB_TEST_FOPEN 1
#define NEED_PRINTF_DIRECTIVE_A 1
#define HAVE_NL_LANGINFO 1
#define REPLACE_FPRINTF_POSIX 1
#define GNULIB_TEST_FPRINTF_POSIX 1
#define HAVE_DECL_FPURGE 1
#define GNULIB_TEST_FPURGE 1
#define GNULIB_TEST_FREOPEN 1
#define GNULIB_TEST_FREXP 1
#define HAVE_FREXP_IN_LIBC 1
#define GNULIB_TEST_FREXP 1
#define GNULIB_TEST_FREXPF 1
#define GNULIB_TEST_FREXPL 1
#define HAVE_FREXPL_IN_LIBC 1
#define GNULIB_TEST_FREXPL 1
#define GNULIB_TEST_FSEEK 1
#define FUNC_FFLUSH_STDIN 0
#define GNULIB_TEST_FSEEKO 1
#define GNULIB_TEST_FSTAT 1
#define HAVE_WORKING_FSTATAT_ZERO_FLAG 1
#define GNULIB_TEST_FSTATAT 1
#define GNULIB_TEST_FSYNC 1
#define GNULIB_TEST_FTELL 1
#define GNULIB_TEST_FTELLO 1
#define GNULIB_TEST_FTRUNCATE 1
#define GNULIB_TEST_FUTIMENS 1
#define HAVE_GETADDRINFO 1
#define HAVE_DECL_GAI_STRERROR 1
#define HAVE_DECL_GAI_STRERRORA 0
#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
#define HAVE_DECL_GETADDRINFO 1
#define HAVE_DECL_FREEADDRINFO 1
#define HAVE_DECL_GETNAMEINFO 1
#define HAVE_STRUCT_ADDRINFO 1
#define GNULIB_TEST_GETADDRINFO 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MINIMALLY_WORKING_GETCWD 1
#define HAVE_PARTLY_WORKING_GETCWD 1
#define GNULIB_GETCWD 1
#define GNULIB_TEST_GETCWD 1
#define GNULIB_TEST_GETCWD 1
#define GNULIB_TEST_GETDELIM 1
#define GNULIB_TEST_GETDTABLESIZE 1
#define HAVE_GETGROUPS 1
#define GNULIB_TEST_GETGROUPS 1
#define HAVE_GETHOSTNAME 1
#define HOST_NAME_MAX 256
#define GNULIB_TEST_GETHOSTNAME 1
#define GNULIB_TEST_GETLINE 1
#define GNULIB_TEST_GETLOGIN 1
#define GNULIB_TEST_GETLOGIN_R 1
#define __GETOPT_PREFIX rpl_
#define GNULIB_TEST_GETOPT_POSIX 1
#define GNULIB_TEST_GETPEERNAME 1
#define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
#define HAVE_DECL___ARGV 0
#define HAVE_VAR___PROGNAME 1
#define GNULIB_TEST_GETRANDOM 1
#define GNULIB_TEST_GETRUSAGE 1
#define GNULIB_TEST_GETSOCKNAME 1
#define GNULIB_TEST_GETSOCKOPT 1
#define GNULIB_TEST_GETSUBOPT 1
#define GETTIMEOFDAY_TIMEZONE void
#define GNULIB_TEST_GETTIMEOFDAY 1
#define GNULIB_TEST_GLOB 1
#define GNULIB_TEST_GRANTPT 1
#define GNULIB_TEST_GROUP_MEMBER 1
#define HAVE_GETHOSTBYNAME 1
#define GNULIB_TEST_HYPOT 1
#define HAVE_HYPOTF 1
#define GNULIB_TEST_HYPOTF 1
#define HAVE_HYPOTL 1
#define GNULIB_TEST_HYPOTL 1
#define GNULIB_TEST_ILOGB 1
#define GNULIB_TEST_ILOGBF 1
#define GNULIB_TEST_ILOGBL 1
#define HAVE_DECL_INET_NTOP 1
#define HAVE_DECL_INET_PTON 1
#define HAVE_INLINE 1
#define HAVE_IOCTL 1
#define GNULIB_TEST_IOCTL 1
#define GNULIB_TEST_ISATTY 1
#define GNULIB_ISBLANK 1
#define HAVE_DECL_ISFINITE 1
#define GNULIB_TEST_ISFINITE 1
#define HAVE_DECL_ISINF 1
#define GNULIB_TEST_ISINF 1
#define GNULIB_TEST_ISNAN 1
#define GNULIB_TEST_ISNAND 1
#define HAVE_ISNAND_IN_LIBC 1
#define GNULIB_TEST_ISNANF 1
#define HAVE_ISNANF_IN_LIBC 1
#define GNULIB_TEST_ISNANL 1
#define HAVE_ISNANL_IN_LIBC 1
#define HAVE_DECL_ISWBLANK 1
#define GNULIB_TEST_ISWBLANK 1
#define GNULIB_TEST_ISWCTYPE 1
#define GNULIB_TEST_ISWDIGIT 1
#define GNULIB_TEST_ISWXDIGIT 1
#define GNULIB_TEST_LCHMOD 1
#define HAVE_LCHOWN 1
#define GNULIB_TEST_LCHOWN 1
#define GNULIB_TEST_LDEXPF 1
#define HAVE_LDEXPL 1
#define GNULIB_TEST_LDEXPL 1
#define HAVE___INLINE 1
#define GNULIB_TEST_LINK 1
#define LINK_FOLLOWS_SYMLINKS 1
#define LINKAT_TRAILING_SLASH_BUG 1
#define LINKAT_SYMLINK_NOTSUP 0
#define GNULIB_TEST_LINKAT 1
#define GNULIB_TEST_LISTEN 1
#define GNULIB_TEST_LOCALECONV 1
#define GNULIB_TEST_LOCALENAME 1
#define GNULIB_TEST_LOCALTIME 1
#define HAVE_PTHREAD_RWLOCK 1
#define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
#define GNULIB_LOCK 1
#define GNULIB_TEST_LOG 1
#define GNULIB_TEST_LOG10 1
#define HAVE_LOG10F 1
#define GNULIB_TEST_LOG10F 1
#define HAVE_LOG10L 1
#define GNULIB_TEST_LOG10L 1
#define HAVE_LOG1P 1
#define GNULIB_TEST_LOG1P 1
#define HAVE_LOG1PF 1
#define GNULIB_TEST_LOG1PF 1
#define HAVE_LOG1PL 1
#define GNULIB_TEST_LOG1PL 1
#define HAVE_LOG2 1
#define GNULIB_TEST_LOG2 1
#define HAVE_LOG2F 1
#define GNULIB_TEST_LOG2F 1
#define HAVE_LOG2L 1
#define GNULIB_TEST_LOG2L 1
#define HAVE_DECL_LOGB 1
#define GNULIB_TEST_LOGB 1
#define GNULIB_TEST_LOGBF 1
#define GNULIB_TEST_LOGBL 1
#define HAVE_LOGF 1
#define GNULIB_TEST_LOGF 1
#define GNULIB_TEST_LOGL 1
#define GNULIB_TEST_LSEEK 1
#define GNULIB_TEST_LSTAT 1
#define HAVE_MALLOC_POSIX 1
#define GNULIB_TEST_MALLOC_POSIX 1
#define GNULIB_TEST_MBRLEN 1
#define GNULIB_TEST_MBRTOC32 1
#define GNULIB_TEST_MBRTOWC 1
#define GNULIB_TEST_MBSINIT 1
#define GNULIB_TEST_MBSNRTOWCS 1
#define GNULIB_TEST_MBSRTOWCS 1
#define HAVE_MBTOWC 1
#define GNULIB_TEST_MBTOWC 1
#define GNULIB_TEST_MEMCHR 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define GNULIB_TEST_MEMPCPY 1
#define GNULIB_TEST_MEMRCHR 1
#define HAVE_MEMSET 1
#define GNULIB_TEST_MKDIRAT 1
#define HAVE_MKDTEMP 1
#define GNULIB_TEST_MKDTEMP 1
#define HAVE_MKFIFO 1
#define MKFIFO_TRAILING_SLASH_BUG 1
#define GNULIB_TEST_MKFIFO 1
#define GNULIB_TEST_MKFIFOAT 1
#define GNULIB_TEST_MKNODAT 1
#define GNULIB_TEST_MKNOD 1
#define GNULIB_TEST_MKSTEMP 1
#define NEED_MKTIME_WORKING 1
#define GNULIB_TEST_MKTIME 1
#define GNULIB_TEST_MODF 1
#define GNULIB_TEST_MODFF 1
#define GNULIB_TEST_MODFL 1
#define GNULIB_MSVC_NOTHROW 1
#define GNULIB_TEST_MTX 1
#define HAVE_BUG_BIG_NANOSLEEP 1
#define GNULIB_TEST_NANOSLEEP 1
#define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
#define NL_LANGINFO_MTSAFE 1
#define REPLACE_NL_LANGINFO 1
#define GNULIB_TEST_NL_LANGINFO 1
#define GNULIB_TEST_NONBLOCKING 1
#define GNULIB_NONBLOCKING 1
#define OPEN_TRAILING_SLASH_BUG 1
#define GNULIB_TEST_OPEN 1
#define GNULIB_OPENAT 1
#define GNULIB_TEST_OPENAT 1
#define HAVE_OPENDIR 1
#define GNULIB_TEST_OPENDIR 1
#define GNULIB_TEST_PCLOSE 1
#define GNULIB_TEST_PERROR 1
#define GNULIB_TEST_PIPE 1
#define GNULIB_TEST_POLL 1
#define GNULIB_TEST_POPEN 1
#define GNULIB_TEST_POSIX_MEMALIGN 1
#define GNULIB_TEST_POSIX_OPENPT 1
#define GNULIB_TEST_POSIX_SPAWN 1
#define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1
#define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1
#define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1
#define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1
#define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1
#define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1
#define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1
#define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1
#define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1
#define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1
#define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1
#define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1
#define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1
#define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1
#define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1
#define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1
#define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1
#define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1
#define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1
#define GNULIB_TEST_POSIX_SPAWNP 1
#define HAVE_POWF 1
#define GNULIB_TEST_POWF 1
#define GNULIB_TEST_PREAD 1
#define HAVE_FREXP_IN_LIBC 1
#define HAVE_LDEXP_IN_LIBC 1
#define HAVE_FREXPL_IN_LIBC 1
#define HAVE_LDEXPL_IN_LIBC 1
#define REPLACE_PRINTF_POSIX 1
#define GNULIB_TEST_PRINTF_POSIX 1
#define GNULIB_TEST_PTHREAD_COND 1
#define HAVE_PTHREAD_T 1
#define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1
#define GNULIB_TEST_PTHREAD_MUTEX 1
#define GNULIB_TEST_PTHREAD_ONCE 1
#define PTHREAD_RWLOCK_LACKS_TIMEOUT 1
#define GNULIB_TEST_PTHREAD_RWLOCK 1
#define GNULIB_TEST_PTHREAD_SPIN 1
#define GNULIB_TEST_PTHREAD_THREAD 1
#define GNULIB_TEST_PTHREAD_TSS 1
#define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1
#define GNULIB_TEST_PTHREAD_SIGMASK 1
#define HAVE_PTSNAME 1
#define GNULIB_TEST_PTSNAME 1
#define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1
#define GNULIB_TEST_PTSNAME_R 1
#define GNULIB_TEST_PWRITE 1
#define HAVE_RAISE 1
#define GNULIB_TEST_RAISE 1
#define HAVE_INITSTATE 1
#define HAVE_SETSTATE 1
#define GNULIB_TEST_RANDOM 1
#define GNULIB_TEST_RANDOM_R 1
#define GNULIB_TEST_RAWMEMCHR 1
#define GNULIB_TEST_READ 1
#define HAVE_READDIR 1
#define GNULIB_TEST_READDIR 1
#define READLINK_TRAILING_SLASH_BUG 1
#define GNULIB_TEST_READLINK 1
#define GNULIB_TEST_READLINKAT 1
#define HAVE_REALLOC_POSIX 1
#define GNULIB_TEST_REALLOC_POSIX 1
#define GNULIB_TEST_RECV 1
#define GNULIB_TEST_RECVFROM 1
#define _REGEX_INCLUDE_LIMITS_H 1
#define _REGEX_LARGE_OFFSETS 1
#define re_syntax_options rpl_re_syntax_options
#define re_set_syntax rpl_re_set_syntax
#define re_compile_pattern rpl_re_compile_pattern
#define re_compile_fastmap rpl_re_compile_fastmap
#define re_search rpl_re_search
#define re_search_2 rpl_re_search_2
#define re_match rpl_re_match
#define re_match_2 rpl_re_match_2
#define re_set_registers rpl_re_set_registers
#define re_comp rpl_re_comp
#define re_exec rpl_re_exec
#define regcomp rpl_regcomp
#define regexec rpl_regexec
#define regerror rpl_regerror
#define regfree rpl_regfree
#define HAVE_DECL_ISBLANK 1
#define GNULIB_TEST_REMAINDER 1
#define GNULIB_TEST_REMAINDERF 1
#define HAVE_DECL_REMAINDERL 1
#define GNULIB_TEST_REMAINDERL 1
#define GNULIB_TEST_REMOVE 1
#define RENAME_TRAILING_SLASH_DEST_BUG 1
#define RENAME_TRAILING_SLASH_SOURCE_BUG 1
#define GNULIB_TEST_RENAME 1
#define GNULIB_TEST_RENAMEAT 1
#define HAVE_REWINDDIR 1
#define GNULIB_TEST_REWINDDIR 1
#define GNULIB_TEST_RINT 1
#define HAVE_DECL_RINTF 1
#define GNULIB_TEST_RINTF 1
#define GNULIB_TEST_RINTL 1
#define GNULIB_TEST_RMDIR 1
#define HAVE_DECL_ROUND 1
#define GNULIB_TEST_ROUND 1
#define HAVE_DECL_ROUNDF 1
#define GNULIB_TEST_ROUNDF 1
#define HAVE_DECL_ROUNDL 1
#define GNULIB_TEST_ROUNDL 1
#define HAVE_SCANDIR 1
#define GNULIB_TEST_SCANDIR 1
#define HAVE_SCHED_H 1
#define GNULIB_TEST_SCHED_YIELD 1
#define HAVE_ISSETUGID 1
#define GNULIB_TEST_SECURE_GETENV 1
#define GNULIB_TEST_SELECT 1
#define GNULIB_TEST_SEND 1
#define GNULIB_TEST_SENDTO 1
#define HAVE_GETSERVBYNAME 1
#define GNULIB_TEST_SETENV 1
#define NEED_SETLOCALE_IMPROVED 0
#define NEED_SETLOCALE_MTSAFE 1
#define GNULIB_TEST_SETLOCALE 1
#define SETLOCALE_NULL_ALL_MTSAFE 0
#define SETLOCALE_NULL_ONE_MTSAFE 1
#define HAVE_VISIBILITY 1
#define GNULIB_TEST_SETLOCALE_NULL 1
#define GNULIB_TEST_SETSOCKOPT 1
#define GNULIB_TEST_SHUTDOWN 1
#define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
#define GNULIB_TEST_SIGACTION 1
#define GNULIB_TEST_SIGNBIT 1
#define GNULIB_SIGPIPE 1
#define GNULIB_TEST_SIGPROCMASK 1
#define HAVE_SINF 1
#define GNULIB_TEST_SINF 1
#define HAVE_SINHF 1
#define GNULIB_TEST_SINHF 1
#define GNULIB_TEST_SINL 1
#define HAVE_STDINT_H 1
#define HAVE_DECL_SLEEP 1
#define GNULIB_TEST_SLEEP 1
#define HAVE_SNPRINTF 1
#define GNULIB_TEST_SNPRINTF 1
#define GNULIB_SNPRINTF 1
#define HAVE_SNPRINTF 1
#define NEED_PRINTF_DIRECTIVE_A 1
#define HAVE_NL_LANGINFO 1
#define GNULIB_TEST_SOCKET 1
#define HAVE_POSIX_SPAWNATTR_T 1
#define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1
#define NEED_PRINTF_DIRECTIVE_A 1
#define HAVE_NL_LANGINFO 1
#define GNULIB_TEST_SPRINTF_POSIX 1
#define HAVE_SQRTF 1
#define GNULIB_TEST_SQRTF 1
#define GNULIB_TEST_SQRTL 1
#define REPLACE_FUNC_STAT_FILE 1
#define GNULIB_TEST_STAT 1
#define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
#define GNULIB_STATAT 1
#define __USE_MINGW_ANSI_STDIO 1
#define GNULIB_FSCANF 1
#define GNULIB_SCANF 1
#define HAVE_STPCPY 1
#define GNULIB_TEST_STPCPY 1
#define HAVE_STPNCPY 1
#define GNULIB_TEST_STPNCPY 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_DECL_STRNCASECMP 1
#define GNULIB_TEST_STRCHRNUL 1
#define HAVE_STRCSPN 1
#define GNULIB_TEST_STRDUP 1
#define GNULIB_TEST_STRDUP 1
#define GNULIB_STRERROR 1
#define GNULIB_TEST_STRERROR 1
#define GNULIB_TEST_STRERROR_R 1
#define GNULIB_STRERROR_R_POSIX 1
#define GNULIB_TEST_STRFTIME 1
#define GNULIB_TEST_STRNCAT 1
#define GNULIB_TEST_STRNDUP 1
#define GNULIB_TEST_STRNLEN 1
#define HAVE_STRPBRK 1
#define GNULIB_TEST_STRPBRK 1
#define GNULIB_TEST_STRPTIME 1
#define HAVE_STRSIGNAL 1
#define GNULIB_TEST_STRSIGNAL 1
#define GNULIB_TEST_STRSTR 1
#define GNULIB_TEST_STRTOD 1
#define HAVE_STRTOK_R 1
#define GNULIB_TEST_STRTOK_R 1
#define HAVE_STRTOL 1
#define GNULIB_TEST_STRTOLD 1
#define HAVE_STRTOLL 1
#define GNULIB_TEST_STRTOLL 1
#define HAVE_STRTOUL 1
#define HAVE_STRTOULL 1
#define GNULIB_TEST_STRTOULL 1
#define GNULIB_TEST_SYMLINK 1
#define GNULIB_TEST_SYMLINKAT 1
#define HAVE_STRUCT_TMS 1
#define HAVE_STRUCT_UTSNAME 1
#define GNULIB_TEST_SYSTEM_POSIX 1
#define HAVE_TANF 1
#define GNULIB_TEST_TANF 1
#define HAVE_TANHF 1
#define GNULIB_TEST_TANHF 1
#define GNULIB_TEST_TANL 1
#define HAVE_DECL_TCGETSID 1
#define GNULIB_TEST_TCGETSID 1
#define GNULIB_TEMPNAME 1
#define GNULIB_TEST_THRD 1
#define HAVE_DECL_LOCALTIME_R 1
#define GNULIB_TEST_TIME_R 1
#define GNULIB_TEST_TMPFILE 1
#define GNULIB_TEST_TOWCTRANS 1
#define HAVE_DECL_TRUNC 1
#define GNULIB_TEST_TRUNC 1
#define GNULIB_TEST_TRUNCATE 1
#define HAVE_DECL_TRUNCF 1
#define GNULIB_TEST_TRUNCF 1
#define HAVE_DECL_TRUNCL 1
#define GNULIB_TEST_TRUNCL 1
#define HAVE_TSEARCH 1
#define HAVE_TWALK 1
#define GNULIB_TEST_TSEARCH 1
#define GNULIB_TEST_TSS 1
#define HAVE_TTYNAME_R 1
#define HAVE_POSIXDECL_TTYNAME_R 1
#define GNULIB_TEST_TTYNAME_R 1
#define GNULIB_TEST_TZSET 1
#define HAVE_UNAME 1
#define GNULIB_UNISTR_U8_MBTOUCR 1
#define GNULIB_UNISTR_U8_UCTOMB 1
#define GNULIB_TEST_UNLINK 1
#define GNULIB_TEST_UNLINKAT 1
#define HAVE_UNLOCKPT 1
#define GNULIB_TEST_UNLOCKPT 1
#define HAVE_UNSETENV 1
#define GNULIB_TEST_UNSETENV 1
#define HAVE_UTIME 1
#define GNULIB_TEST_UTIME 1
#define GNULIB_TEST_UTIMENSAT 1
#define GNULIB_TEST_VDPRINTF 1
#define NEED_PRINTF_DIRECTIVE_A 1
#define HAVE_NL_LANGINFO 1
#define NEED_PRINTF_DIRECTIVE_A 1
#define HAVE_NL_LANGINFO 1
#define REPLACE_VFPRINTF_POSIX 1
#define GNULIB_TEST_VFPRINTF_POSIX 1
#define GNULIB_VFPRINTF_POSIX 1
#define GNULIB_TEST_VFSCANF 1
#define GNULIB_VFSCANF 1
#define REPLACE_VPRINTF_POSIX 1
#define GNULIB_TEST_VPRINTF_POSIX 1
#define GNULIB_VPRINTF_POSIX 1
#define GNULIB_TEST_VSCANF 1
#define GNULIB_VSCANF 1
#define HAVE_VSNPRINTF 1
#define GNULIB_TEST_VSNPRINTF 1
#define HAVE_VSNPRINTF 1
#define NEED_PRINTF_DIRECTIVE_A 1
#define HAVE_NL_LANGINFO 1
#define NEED_PRINTF_DIRECTIVE_A 1
#define HAVE_NL_LANGINFO 1
#define GNULIB_TEST_VSPRINTF_POSIX 1
#define GNULIB_TEST_WAITPID 1
#define GNULIB_TEST_WCPCPY 1
#define GNULIB_TEST_WCPNCPY 1
#define GNULIB_TEST_WCRTOMB 1
#define GNULIB_TEST_WCSCASECMP 1
#define GNULIB_TEST_WCSCAT 1
#define GNULIB_TEST_WCSCHR 1
#define GNULIB_TEST_WCSCMP 1
#define GNULIB_TEST_WCSCOLL 1
#define GNULIB_TEST_WCSCPY 1
#define GNULIB_TEST_WCSCSPN 1
#define GNULIB_TEST_WCSDUP 1
#define GNULIB_TEST_WCSFTIME 1
#define GNULIB_TEST_WCSLEN 1
#define GNULIB_TEST_WCSNCASECMP 1
#define GNULIB_TEST_WCSNCAT 1
#define GNULIB_TEST_WCSNCMP 1
#define GNULIB_TEST_WCSNCPY 1
#define GNULIB_TEST_WCSNLEN 1
#define GNULIB_TEST_WCSNRTOMBS 1
#define GNULIB_TEST_WCSPBRK 1
#define GNULIB_TEST_WCSRCHR 1
#define GNULIB_TEST_WCSRTOMBS 1
#define GNULIB_TEST_WCSSPN 1
#define GNULIB_TEST_WCSSTR 1
#define GNULIB_TEST_WCSTOK 1
#define GNULIB_TEST_WCSWIDTH 1
#define GNULIB_TEST_WCSXFRM 1
#define HAVE_DECL_WCTOB 1
#define GNULIB_TEST_WCTOB 1
#define GNULIB_TEST_WCTOMB 1
#define GNULIB_TEST_WCTRANS 1
#define GNULIB_TEST_WCTYPE 1
#define HAVE_TOWLOWER 1
#define HAVE_DECL_WCWIDTH 1
#define GNULIB_TEST_WCWIDTH 1
#define GNULIB_TEST_WMEMCHR 1
#define GNULIB_TEST_WMEMCMP 1
#define GNULIB_TEST_WMEMCPY 1
#define GNULIB_TEST_WMEMMOVE 1
#define GNULIB_TEST_WMEMPCPY 1
#define GNULIB_TEST_WMEMSET 1
#define GNULIB_TEST_WRITE 1
#define HAVE_STDINT_H 1
#define GNULIB_TEST_BTOC32 1
#define GNULIB_TEST_C32TOB 1
#define HAVE_WORKING_USELOCALE 1
#define GNULIB_FILENAMECAT IN_GNULIB_TESTS
#define HAVE_MAP_ANONYMOUS 1
#define GNULIB_TEST_GETPAGESIZE 1
#define FLT_EXPBIT0_WORD 0
#define FLT_EXPBIT0_BIT 23
#define DBL_EXPBIT0_WORD 1
#define DBL_EXPBIT0_BIT 20
#define LDBL_EXPBIT0_WORD 1
#define LDBL_EXPBIT0_BIT 20
#define FLT_EXPBIT0_WORD 0
#define FLT_EXPBIT0_BIT 23
#define DBL_EXPBIT0_WORD 1
#define DBL_EXPBIT0_BIT 20
#define LDBL_EXPBIT0_WORD 1
#define LDBL_EXPBIT0_BIT 20
#define FLT_EXPBIT0_WORD 0
#define FLT_EXPBIT0_BIT 23
#define DBL_EXPBIT0_WORD 1
#define DBL_EXPBIT0_BIT 20
#define LDBL_EXPBIT0_WORD 1
#define LDBL_EXPBIT0_BIT 20
#define DBL_EXPBIT0_WORD 1
#define DBL_EXPBIT0_BIT 20
#define DBL_EXPBIT0_WORD 1
#define DBL_EXPBIT0_BIT 20
#define FLT_EXPBIT0_WORD 0
#define FLT_EXPBIT0_BIT 23
#define FLT_EXPBIT0_WORD 0
#define FLT_EXPBIT0_BIT 23
#define LDBL_EXPBIT0_WORD 1
#define LDBL_EXPBIT0_BIT 20
#define LDBL_EXPBIT0_WORD 1
#define LDBL_EXPBIT0_BIT 20
#define HAVE_MAP_ANONYMOUS 1
#define HAVE_MAP_ANONYMOUS 1
#define HAVE_MAP_ANONYMOUS 1
#define HAVE_IF_NAMEINDEX 1
#define HAVE_DECL__PUTENV 0
#define GNULIB_TEST_PUTENV 1
#define HAVE_MAP_ANONYMOUS 1
#define CHECK_SNPRINTF_POSIX 1
#define HAVE_MAP_ANONYMOUS 1
#define HAVE_MAP_ANONYMOUS 1
#define HAVE_MAP_ANONYMOUS 1
#define HAVE_PTHREAD_ATFORK 1
#define GNULIB_TEST_USLEEP 1
#define HAVE_MAP_ANONYMOUS 1
#define CHECK_VSNPRINTF_POSIX 1
#define HAVE_WAITID 1
#define GNULIB_XALLOC IN_GNULIB_TESTS
#define GNULIB_XALLOC_DIE IN_GNULIB_TESTS

configure: exit 0

[-- Attachment #5: Type: text/plain, Size: 114135 bytes --]

#! /bin/sh
# Generated by configure.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
# configure, is in config.log if it exists.

debug=false
ac_cs_recheck=false
ac_cs_silent=false

SHELL=${CONFIG_SHELL-/bin/sh}
export SHELL
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##

# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
  emulate sh
  NULLCMD=:
  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
  # is contrary to our usage.  Disable this feature.
  alias -g '${1+"$@"}'='"$@"'
  setopt NO_GLOB_SUBST
else
  case `(set -o) 2>/dev/null` in #(
  *posix*) :
    set -o posix ;; #(
  *) :
     ;;
esac
fi


as_nl='
'
export as_nl
# Printing a long string crashes Solaris 7 /usr/bin/printf.
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
# Prefer a ksh shell builtin over an external printf program on Solaris,
# but without wasting forks for bash or zsh.
if test -z "$BASH_VERSION$ZSH_VERSION" \
    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
  as_echo='print -r --'
  as_echo_n='print -rn --'
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
  as_echo='printf %s\n'
  as_echo_n='printf %s'
else
  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    as_echo_n='/usr/ucb/echo -n'
  else
    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    as_echo_n_body='eval
      arg=$1;
      case $arg in #(
      *"$as_nl"*)
	expr "X$arg" : "X\\(.*\\)$as_nl";
	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
      esac;
      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    '
    export as_echo_n_body
    as_echo_n='sh -c $as_echo_n_body as_echo'
  fi
  export as_echo_body
  as_echo='sh -c $as_echo_body as_echo'
fi

# The user is always right.
if test "${PATH_SEPARATOR+set}" != set; then
  PATH_SEPARATOR=:
  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
      PATH_SEPARATOR=';'
  }
fi


# IFS
# We need space, tab and new line, in precisely that order.  Quoting is
# there to prevent editors from complaining about space-tab.
# (If _AS_PATH_WALK were called with IFS unset, it would disable word
# splitting by setting IFS to empty value.)
IFS=" ""	$as_nl"

# Find who we are.  Look in the path if we contain no directory separator.
as_myself=
case $0 in #((
  *[\\/]* ) as_myself=$0 ;;
  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
  IFS=$as_save_IFS
  test -z "$as_dir" && as_dir=.
    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
  done
IFS=$as_save_IFS

     ;;
esac
# We did not find ourselves, most probably we were run as `sh COMMAND'
# in which case we are not to be found in the path.
if test "x$as_myself" = x; then
  as_myself=$0
fi
if test ! -f "$as_myself"; then
  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
  exit 1
fi

# Unset variables that we do not need and which cause bugs (e.g. in
# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
# suppresses any "Segmentation fault" message there.  '((' could
# trigger a bug in pdksh 5.2.14.
for as_var in BASH_ENV ENV MAIL MAILPATH
do eval test x\${$as_var+set} = xset \
  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
done
PS1='$ '
PS2='> '
PS4='+ '

# NLS nuisances.
LC_ALL=C
export LC_ALL
LANGUAGE=C
export LANGUAGE

# CDPATH.
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH


# as_fn_error STATUS ERROR [LINENO LOG_FD]
# ----------------------------------------
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
# script with STATUS, using 1 if that was 0.
as_fn_error ()
{
  as_status=$1; test $as_status -eq 0 && as_status=1
  if test "$4"; then
    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
  fi
  $as_echo "$as_me: error: $2" >&2
  as_fn_exit $as_status
} # as_fn_error


# as_fn_set_status STATUS
# -----------------------
# Set $? to STATUS, without forking.
as_fn_set_status ()
{
  return $1
} # as_fn_set_status

# as_fn_exit STATUS
# -----------------
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
as_fn_exit ()
{
  set +e
  as_fn_set_status $1
  exit $1
} # as_fn_exit

# as_fn_unset VAR
# ---------------
# Portably unset VAR.
as_fn_unset ()
{
  { eval $1=; unset $1;}
}
as_unset=as_fn_unset
# as_fn_append VAR VALUE
# ----------------------
# Append the text in VALUE to the end of the definition contained in VAR. Take
# advantage of any shell optimizations that allow amortized linear growth over
# repeated appends, instead of the typical quadratic growth present in naive
# implementations.
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
  eval 'as_fn_append ()
  {
    eval $1+=\$2
  }'
else
  as_fn_append ()
  {
    eval $1=\$$1\$2
  }
fi # as_fn_append

# as_fn_arith ARG...
# ------------------
# Perform arithmetic evaluation on the ARGs, and store the result in the
# global $as_val. Take advantage of shells that can avoid forks. The arguments
# must be portable across $(()) and expr.
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
  eval 'as_fn_arith ()
  {
    as_val=$(( $* ))
  }'
else
  as_fn_arith ()
  {
    as_val=`expr "$@" || test $? -eq 1`
  }
fi # as_fn_arith


if expr a : '\(a\)' >/dev/null 2>&1 &&
   test "X`expr 00001 : '.*\(...\)'`" = X001; then
  as_expr=expr
else
  as_expr=false
fi

if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
  as_basename=basename
else
  as_basename=false
fi

if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
  as_dirname=dirname
else
  as_dirname=false
fi

as_me=`$as_basename -- "$0" ||
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
	 X"$0" : 'X\(//\)$' \| \
	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X/"$0" |
    sed '/^.*\/\([^/][^/]*\)\/*$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`

# Avoid depending upon Character Ranges.
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
as_cr_Letters=$as_cr_letters$as_cr_LETTERS
as_cr_digits='0123456789'
as_cr_alnum=$as_cr_Letters$as_cr_digits

ECHO_C= ECHO_N= ECHO_T=
case `echo -n x` in #(((((
-n*)
  case `echo 'xy\c'` in
  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
  xy)  ECHO_C='\c';;
  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
       ECHO_T='	';;
  esac;;
*)
  ECHO_N='-n';;
esac

rm -f conf$$ conf$$.exe conf$$.file
if test -d conf$$.dir; then
  rm -f conf$$.dir/conf$$.file
else
  rm -f conf$$.dir
  mkdir conf$$.dir 2>/dev/null
fi
if (echo >conf$$.file) 2>/dev/null; then
  if ln -s conf$$.file conf$$ 2>/dev/null; then
    as_ln_s='ln -s'
    # ... but there are two gotchas:
    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    # In both cases, we have to default to `cp -pR'.
    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
      as_ln_s='cp -pR'
  elif ln conf$$.file conf$$ 2>/dev/null; then
    as_ln_s=ln
  else
    as_ln_s='cp -pR'
  fi
else
  as_ln_s='cp -pR'
fi
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
rmdir conf$$.dir 2>/dev/null


# as_fn_mkdir_p
# -------------
# Create "$as_dir" as a directory, including parents if necessary.
as_fn_mkdir_p ()
{

  case $as_dir in #(
  -*) as_dir=./$as_dir;;
  esac
  test -d "$as_dir" || eval $as_mkdir_p || {
    as_dirs=
    while :; do
      case $as_dir in #(
      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
      *) as_qdir=$as_dir;;
      esac
      as_dirs="'$as_qdir' $as_dirs"
      as_dir=`$as_dirname -- "$as_dir" ||
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$as_dir" : 'X\(//\)[^/]' \| \
	 X"$as_dir" : 'X\(//\)$' \| \
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$as_dir" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
      test -d "$as_dir" && break
    done
    test -z "$as_dirs" || eval "mkdir $as_dirs"
  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"


} # as_fn_mkdir_p
if mkdir -p . 2>/dev/null; then
  as_mkdir_p='mkdir -p "$as_dir"'
else
  test -d ./-p && rmdir ./-p
  as_mkdir_p=false
fi


# as_fn_executable_p FILE
# -----------------------
# Test if FILE is an executable regular file.
as_fn_executable_p ()
{
  test -f "$1" && test -x "$1"
} # as_fn_executable_p
as_test_x='test -x'
as_executable_p=as_fn_executable_p

# Sed expression to map a string onto a valid CPP name.
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"

# Sed expression to map a string onto a valid variable name.
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"


exec 6>&1
## ----------------------------------- ##
## Main body of $CONFIG_STATUS script. ##
## ----------------------------------- ##
# Save the log message, to keep $0 and so on meaningful, and to
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by dummy $as_me 0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = $CONFIG_FILES
  CONFIG_HEADERS  = $CONFIG_HEADERS
  CONFIG_LINKS    = $CONFIG_LINKS
  CONFIG_COMMANDS = $CONFIG_COMMANDS
  $ $0 $@

on `(hostname || uname -n) 2>/dev/null | sed 1q`
"

# Files that config.status was made for.
config_files=" Makefile gllib/Makefile glm4/Makefile gltests/Makefile"
config_headers=" config.h"
config_commands=" depfiles"

ac_cs_usage="\
\`$as_me' instantiates files and other configuration actions
from templates according to the current configuration.  Unless the files
and actions are specified as TAGs, all are instantiated by default.

Usage: $0 [OPTION]... [TAG]...

  -h, --help       print this help, then exit
  -V, --version    print version number and configuration settings, then exit
      --config     print configuration, then exit
  -q, --quiet, --silent
                   do not print progress messages
  -d, --debug      don't remove temporary files
      --recheck    update $as_me by reconfiguring in the same conditions
      --file=FILE[:TEMPLATE]
                   instantiate the configuration file FILE
      --header=FILE[:TEMPLATE]
                   instantiate the configuration header FILE

Configuration files:
$config_files

Configuration headers:
$config_headers

Configuration commands:
$config_commands

Report bugs to the package provider."

ac_cs_config="'CPPFLAGS=-Wall'"
ac_cs_version="\
dummy config.status 0
configured by ./configure, generated by GNU Autoconf 2.69,
  with options \"$ac_cs_config\"

Copyright (C) 2012 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."

ac_pwd='/tmp/testdir-posix'
srcdir='.'
INSTALL='/usr/bin/install -c'
MKDIR_P='build-aux/install-sh -c -d'
AWK='awk'
test -n "$AWK" || AWK=awk
# The default lists apply if the user does not specify any file.
ac_need_defaults=:
while test $# != 0
do
  case $1 in
  --*=?*)
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
    ac_shift=:
    ;;
  --*=)
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=
    ac_shift=:
    ;;
  *)
    ac_option=$1
    ac_optarg=$2
    ac_shift=shift
    ;;
  esac

  case $ac_option in
  # Handling of the options.
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    ac_cs_recheck=: ;;
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    $as_echo "$ac_cs_version"; exit ;;
  --config | --confi | --conf | --con | --co | --c )
    $as_echo "$ac_cs_config"; exit ;;
  --debug | --debu | --deb | --de | --d | -d )
    debug=: ;;
  --file | --fil | --fi | --f )
    $ac_shift
    case $ac_optarg in
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    '') as_fn_error $? "missing file argument" ;;
    esac
    as_fn_append CONFIG_FILES " '$ac_optarg'"
    ac_need_defaults=false;;
  --header | --heade | --head | --hea )
    $ac_shift
    case $ac_optarg in
    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    esac
    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
    ac_need_defaults=false;;
  --he | --h)
    # Conflict between --help and --header
    as_fn_error $? "ambiguous option: \`$1'
Try \`$0 --help' for more information.";;
  --help | --hel | -h )
    $as_echo "$ac_cs_usage"; exit ;;
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
    ac_cs_silent=: ;;

  # This is an error.
  -*) as_fn_error $? "unrecognized option: \`$1'
Try \`$0 --help' for more information." ;;

  *) as_fn_append ac_config_targets " $1"
     ac_need_defaults=false ;;

  esac
  shift
done

ac_configure_extra_args=

if $ac_cs_silent; then
  exec 6>/dev/null
  ac_configure_extra_args="$ac_configure_extra_args --silent"
fi

if $ac_cs_recheck; then
  set X /bin/sh './configure'  'CPPFLAGS=-Wall' $ac_configure_extra_args --no-create --no-recursion
  shift
  $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
  CONFIG_SHELL='/bin/sh'
  export CONFIG_SHELL
  exec "$@"
fi

exec 5>>config.log
{
  echo
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
## Running $as_me. ##
_ASBOX
  $as_echo "$ac_log"
} >&5

#
# INIT-COMMANDS
#
AMDEP_TRUE="" MAKE="make"


# Handling of arguments.
for ac_config_target in $ac_config_targets
do
  case $ac_config_target in
    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    "gllib/Makefile") CONFIG_FILES="$CONFIG_FILES gllib/Makefile" ;;
    "glm4/Makefile") CONFIG_FILES="$CONFIG_FILES glm4/Makefile" ;;
    "gltests/Makefile") CONFIG_FILES="$CONFIG_FILES gltests/Makefile" ;;

  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  esac
done


# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used.  Set only those that are not.
# We use the long form for the default assignment because of an extremely
# bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
fi

# Have a temporary directory for convenience.  Make it in the build tree
# simply because there is no reason against having it here, and in addition,
# creating and moving files from /tmp can sometimes cause problems.
# Hook for its removal unless debugging.
# Note that there is a small window in which the directory will not be cleaned:
# after its creation but before its name has been assigned to `$tmp'.
$debug ||
{
  tmp= ac_tmp=
  trap 'exit_status=$?
  : "${ac_tmp:=$tmp}"
  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
' 0
  trap 'as_fn_exit 1' 1 2 13 15
}
# Create a (secure) tmp directory for tmp files.

{
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  test -d "$tmp"
}  ||
{
  tmp=./conf$$-$RANDOM
  (umask 077 && mkdir "$tmp")
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
ac_tmp=$tmp

# Set up the scripts for CONFIG_FILES section.
# No need to generate them if there are no CONFIG_FILES.
# This happens for instance with `./config.status config.h'.
if test -n "$CONFIG_FILES"; then


ac_cr=`echo X | tr X '\015'`
# On cygwin, bash can eat \r inside `` if the user requested igncr.
# But we know of no other shell where ac_cr would be empty at this
# point, so we can use a bashism as a fallback.
if test "x$ac_cr" = x; then
  eval ac_cr=\$\'\\r\'
fi
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
  ac_cs_awk_cr='\\r'
else
  ac_cs_awk_cr=$ac_cr
fi

echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
S["gltests_LTLIBOBJS"]=" putenv.lo"
S["gltests_LIBOBJS"]=" putenv.o"
S["gl_LTLIBOBJS"]=" aligned_alloc.lo asnprintf.lo at-func2.lo c32rtomb.lo canonicalize-lgpl.lo chdir-long.lo chown.lo cnd.lo creat.lo dprintf.lo error.lo euidaccess.lo"\
" faccessat.lo fchownat.lo fclose.lo fflush.lo fnmatch.lo fprintf.lo fpurge.lo fseek.lo fseeko.lo fseterr.lo fstatat.lo futimens.lo getcwd.lo getcwd-"\
"lgpl.lo getgroups.lo getlogin_r.lo getopt.lo getopt1.lo getrandom.lo glob.lo glob_pattern_p.lo globfree.lo group-member.lo ioctl.lo lchown.lo link.l"\
"o linkat.lo lstat.lo mbrtoc32.lo mempcpy.lo memrchr.lo mkfifo.lo mkfifoat.lo mknod.lo mknodat.lo mktime.lo mtx.lo nanosleep.lo nl_langinfo.lo open.l"\
"o openat.lo perror.lo poll.lo printf.lo printf-args.lo printf-parse.lo pthread-mutex.lo pthread-rwlock.lo pthread-spin.lo pthread_mutex_timedlock.lo"\
" ptsname_r.lo random_r.lo rawmemchr.lo readlink.lo readlinkat.lo regex.lo remove.lo rename.lo renameat.lo secure_getenv.lo setlocale.lo setlocale-lo"\
"ck.lo snprintf.lo spawnattr_getschedparam.lo spawnattr_getschedpolicy.lo spawnattr_setschedparam.lo spawnattr_setschedpolicy.lo sprintf.lo stat.lo s"\
"trchrnul.lo strerror.lo strerror-override.lo strerror_r.lo strstr.lo symlink.lo symlinkat.lo thrd.lo tss.lo unlink.lo unlinkat.lo utimensat.lo vasnp"\
"rintf.lo vdprintf.lo vfprintf.lo vprintf.lo vsnprintf.lo vsprintf.lo wcswidth.lo wcwidth.lo wmempcpy.lo"
S["gl_LIBOBJS"]=" aligned_alloc.o asnprintf.o at-func2.o c32rtomb.o canonicalize-lgpl.o chdir-long.o chown.o cnd.o creat.o dprintf.o error.o euidaccess.o faccessat.o"\
" fchownat.o fclose.o fflush.o fnmatch.o fprintf.o fpurge.o fseek.o fseeko.o fseterr.o fstatat.o futimens.o getcwd.o getcwd-lgpl.o getgroups.o getlog"\
"in_r.o getopt.o getopt1.o getrandom.o glob.o glob_pattern_p.o globfree.o group-member.o ioctl.o lchown.o link.o linkat.o lstat.o mbrtoc32.o mempcpy."\
"o memrchr.o mkfifo.o mkfifoat.o mknod.o mknodat.o mktime.o mtx.o nanosleep.o nl_langinfo.o open.o openat.o perror.o poll.o printf.o printf-args.o pr"\
"intf-parse.o pthread-mutex.o pthread-rwlock.o pthread-spin.o pthread_mutex_timedlock.o ptsname_r.o random_r.o rawmemchr.o readlink.o readlinkat.o re"\
"gex.o remove.o rename.o renameat.o secure_getenv.o setlocale.o setlocale-lock.o snprintf.o spawnattr_getschedparam.o spawnattr_getschedpolicy.o spaw"\
"nattr_setschedparam.o spawnattr_setschedpolicy.o sprintf.o stat.o strchrnul.o strerror.o strerror-override.o strerror_r.o strstr.o symlink.o symlink"\
"at.o thrd.o tss.o unlink.o unlinkat.o utimensat.o vasnprintf.o vdprintf.o vfprintf.o vprintf.o vsnprintf.o vsprintf.o wcswidth.o wcwidth.o wmempcpy."\
"o"
S["am__EXEEXT_FALSE"]=""
S["am__EXEEXT_TRUE"]="#"
S["LTLIBOBJS"]=""
S["LIBOBJS"]=""
S["LIBTESTS_LIBDEPS"]=""
S["LIBGNU_LTLIBDEPS"]=""
S["LIBGNU_LIBDEPS"]=""
S["YIELD_LIB"]=""
S["TEST_TSEARCH_LIBM"]=""
S["POSIX_SPAWN_PORTED_FALSE"]="#"
S["POSIX_SPAWN_PORTED_TRUE"]=""
S["NET_IF_LIB"]=""
S["LIB_SEMAPHORE"]=""
S["LOCALE_TR_UTF8"]="none"
S["gltests_WITNESS"]="IN_GNULIB_TESTS"
S["YN_LIBM"]=""
S["Y1_LIBM"]=""
S["Y0_LIBM"]=""
S["NEXT_AS_FIRST_DIRECTIVE_WCHAR_H"]="<wchar.h>"
S["NEXT_WCHAR_H"]="<wchar.h>"
S["HAVE_UTIME_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_UTIME_H"]="<utime.h>"
S["NEXT_UTIME_H"]="<utime.h>"
S["REPLACE_UTIME"]="0"
S["HAVE_UTIME"]="1"
S["GNULIB_UTIME"]="1"
S["LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE"]=""
S["LIBUNISTRING_UNIWIDTH_H"]="uniwidth.h"
S["LIBUNISTRING_UNITYPES_H"]="unitypes.h"
S["LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE"]=""
S["LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE"]="#"
S["LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE"]=""
S["LIBUNISTRING_UNISTR_H"]="unistr.h"
S["HAVE_UNISTD_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_UNISTD_H"]="<unistd.h>"
S["NEXT_UNISTD_H"]="<unistd.h>"
S["SMALL_WCHAR_T"]="0"
S["CXX_HAS_UCHAR_TYPES"]="0"
S["HAVE_UCHAR_H"]="0"
S["NEXT_AS_FIRST_DIRECTIVE_UCHAR_H"]="<uchar.h>"
S["NEXT_UCHAR_H"]="<uchar.h>"
S["TRUNCF_LIBM"]=""
S["LIB_TIMER_TIME"]=""
S["UNISTD_H_DEFINES_STRUCT_TIMESPEC"]="0"
S["PTHREAD_H_DEFINES_STRUCT_TIMESPEC"]="0"
S["SYS_TIME_H_DEFINES_STRUCT_TIMESPEC"]="0"
S["TIME_H_DEFINES_STRUCT_TIMESPEC"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_TIME_H"]="<time.h>"
S["NEXT_TIME_H"]="<time.h>"
S["NEXT_AS_FIRST_DIRECTIVE_TERMIOS_H"]="<termios.h>"
S["NEXT_TERMIOS_H"]="<termios.h>"
S["HAVE_TERMIOS_H"]="1"
S["HAVE_DECL_TCGETSID"]="1"
S["GNULIB_TCGETSID"]="1"
S["TANL_LIBM"]=""
S["TANHF_LIBM"]=""
S["TANH_LIBM"]=""
S["TANF_LIBM"]=""
S["TAN_LIBM"]=""
S["NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H"]="<sys/wait.h>"
S["NEXT_SYS_WAIT_H"]="<sys/wait.h>"
S["GNULIB_WAITPID"]="1"
S["HAVE_SYS_UTSNAME_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_SYS_UTSNAME_H"]="<sys/utsname.h>"
S["NEXT_SYS_UTSNAME_H"]="<sys/utsname.h>"
S["HAVE_STRUCT_UTSNAME"]="1"
S["HAVE_UNAME"]="1"
S["GNULIB_UNAME"]="1"
S["HAVE_SYS_UIO_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H"]="<sys/uio.h>"
S["NEXT_SYS_UIO_H"]="<sys/uio.h>"
S["HAVE_SYS_TIMES_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_SYS_TIMES_H"]="<sys/times.h>"
S["NEXT_SYS_TIMES_H"]="<sys/times.h>"
S["HAVE_TIMES"]="1"
S["HAVE_STRUCT_TMS"]="1"
S["GNULIB_TIMES"]="1"
S["HAVE_SYS_RESOURCE_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_SYS_RESOURCE_H"]="<sys/resource.h>"
S["NEXT_SYS_RESOURCE_H"]="<sys/resource.h>"
S["HAVE_SYS_RANDOM_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_SYS_RANDOM_H"]="<sys/random.h>"
S["NEXT_SYS_RANDOM_H"]="<sys/random.h>"
S["NEXT_AS_FIRST_DIRECTIVE_SYS_IOCTL_H"]="<sys/ioctl.h>"
S["NEXT_SYS_IOCTL_H"]="<sys/ioctl.h>"
S["HAVE_SYS_IOCTL_H"]="1"
S["HAVE_STRINGS_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_STRINGS_H"]="<strings.h>"
S["NEXT_STRINGS_H"]="<strings.h>"
S["NEXT_AS_FIRST_DIRECTIVE_STRING_H"]="<string.h>"
S["NEXT_STRING_H"]="<string.h>"
S["GL_GENERATE_STDNORETURN_H_FALSE"]=""
S["GL_GENERATE_STDNORETURN_H_TRUE"]="#"
S["STDNORETURN_H"]=""
S["NEXT_AS_FIRST_DIRECTIVE_STDLIB_H"]="<stdlib.h>"
S["NEXT_STDLIB_H"]="<stdlib.h>"
S["NEXT_AS_FIRST_DIRECTIVE_STDIO_H"]="<stdio.h>"
S["NEXT_STDIO_H"]="<stdio.h>"
S["HAVE__BOOL"]="1"
S["GL_GENERATE_STDBOOL_H_FALSE"]=""
S["GL_GENERATE_STDBOOL_H_TRUE"]="#"
S["STDBOOL_H"]=""
S["GL_GENERATE_STDARG_H_FALSE"]=""
S["GL_GENERATE_STDARG_H_TRUE"]="#"
S["STDARG_H"]=""
S["NEXT_AS_FIRST_DIRECTIVE_STDARG_H"]=""
S["NEXT_STDARG_H"]="<stdarg.h>"
S["GL_GENERATE_STDALIGN_H_FALSE"]=""
S["GL_GENERATE_STDALIGN_H_TRUE"]="#"
S["STDALIGN_H"]=""
S["SQRTF_LIBM"]=""
S["HAVE_SPAWN_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_SPAWN_H"]="<spawn.h>"
S["NEXT_SPAWN_H"]="<spawn.h>"
S["SINL_LIBM"]=""
S["SINHF_LIBM"]=""
S["SINH_LIBM"]=""
S["SINF_LIBM"]=""
S["SIN_LIBM"]=""
S["NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H"]="<signal.h>"
S["NEXT_SIGNAL_H"]="<signal.h>"
S["LIB_SETLOCALE"]=""
S["HAVE_TYPE_VISIT"]="1"
S["HAVE_SEARCH_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_SEARCH_H"]="<search.h>"
S["NEXT_SEARCH_H"]="<search.h>"
S["REPLACE_TSEARCH"]="0"
S["HAVE_TWALK"]="1"
S["HAVE_TSEARCH"]="1"
S["GNULIB_TSEARCH"]="1"
S["HAVE_STRUCT_SCHED_PARAM"]="1"
S["HAVE_SCHED_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_SCHED_H"]="<sched.h>"
S["NEXT_SCHED_H"]="<sched.h>"
S["REPLACE_SCHED_YIELD"]="0"
S["HAVE_SCHED_YIELD"]="1"
S["GNULIB_SCHED_YIELD"]="1"
S["ROUNDF_LIBM"]=""
S["RINTL_LIBM"]=""
S["RINTF_LIBM"]=""
S["RINT_LIBM"]=""
S["REMAINDERL_LIBM"]=""
S["REMAINDERF_LIBM"]=""
S["REMAINDER_LIBM"]=""
S["GLIBC21"]="no"
S["LIB_PTHREAD_SIGMASK"]=""
S["REPLACE_RAISE"]="0"
S["REPLACE_PTHREAD_SIGMASK"]="0"
S["HAVE_SIGHANDLER_T"]="0"
S["HAVE_TYPE_VOLATILE_SIG_ATOMIC_T"]="1"
S["HAVE_STRUCT_SIGACTION_SA_SIGACTION"]="1"
S["HAVE_SIGACTION"]="1"
S["HAVE_SIGINFO_T"]="1"
S["HAVE_SIGSET_T"]="1"
S["HAVE_RAISE"]="1"
S["HAVE_PTHREAD_SIGMASK"]="1"
S["HAVE_POSIX_SIGNALBLOCKING"]="1"
S["GNULIB_SIGACTION"]="1"
S["GNULIB_SIGPROCMASK"]="1"
S["GNULIB_SIGNAL_H_SIGPIPE"]="1"
S["GNULIB_RAISE"]="1"
S["GNULIB_PTHREAD_SIGMASK"]="1"
S["LIB_PTHREAD"]="-lpthread"
S["HAVE_PTHREAD_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_PTHREAD_H"]="<pthread.h>"
S["NEXT_PTHREAD_H"]="<pthread.h>"
S["REPLACE_PTHREAD_SPIN_DESTROY"]="0"
S["REPLACE_PTHREAD_SPIN_UNLOCK"]="0"
S["REPLACE_PTHREAD_SPIN_TRYLOCK"]="0"
S["REPLACE_PTHREAD_SPIN_LOCK"]="0"
S["REPLACE_PTHREAD_SPIN_INIT"]="0"
S["REPLACE_PTHREAD_KEY_DELETE"]="0"
S["REPLACE_PTHREAD_GETSPECIFIC"]="0"
S["REPLACE_PTHREAD_SETSPECIFIC"]="0"
S["REPLACE_PTHREAD_KEY_CREATE"]="0"
S["REPLACE_PTHREAD_COND_DESTROY"]="0"
S["REPLACE_PTHREAD_COND_BROADCAST"]="0"
S["REPLACE_PTHREAD_COND_SIGNAL"]="0"
S["REPLACE_PTHREAD_COND_TIMEDWAIT"]="0"
S["REPLACE_PTHREAD_COND_WAIT"]="0"
S["REPLACE_PTHREAD_CONDATTR_DESTROY"]="0"
S["REPLACE_PTHREAD_CONDATTR_INIT"]="0"
S["REPLACE_PTHREAD_COND_INIT"]="0"
S["REPLACE_PTHREAD_RWLOCK_DESTROY"]="0"
S["REPLACE_PTHREAD_RWLOCK_UNLOCK"]="0"
S["REPLACE_PTHREAD_RWLOCK_TIMEDWRLOCK"]="0"
S["REPLACE_PTHREAD_RWLOCK_TIMEDRDLOCK"]="0"
S["REPLACE_PTHREAD_RWLOCK_TRYWRLOCK"]="0"
S["REPLACE_PTHREAD_RWLOCK_TRYRDLOCK"]="0"
S["REPLACE_PTHREAD_RWLOCK_WRLOCK"]="0"
S["REPLACE_PTHREAD_RWLOCK_RDLOCK"]="0"
S["REPLACE_PTHREAD_RWLOCKATTR_DESTROY"]="0"
S["REPLACE_PTHREAD_RWLOCKATTR_INIT"]="0"
S["REPLACE_PTHREAD_RWLOCK_INIT"]="0"
S["REPLACE_PTHREAD_MUTEX_DESTROY"]="0"
S["REPLACE_PTHREAD_MUTEX_UNLOCK"]="0"
S["REPLACE_PTHREAD_MUTEX_TIMEDLOCK"]="0"
S["REPLACE_PTHREAD_MUTEX_TRYLOCK"]="0"
S["REPLACE_PTHREAD_MUTEX_LOCK"]="0"
S["REPLACE_PTHREAD_MUTEXATTR_DESTROY"]="0"
S["REPLACE_PTHREAD_MUTEXATTR_SETROBUST"]="0"
S["REPLACE_PTHREAD_MUTEXATTR_GETROBUST"]="0"
S["REPLACE_PTHREAD_MUTEXATTR_SETTYPE"]="0"
S["REPLACE_PTHREAD_MUTEXATTR_GETTYPE"]="0"
S["REPLACE_PTHREAD_MUTEXATTR_INIT"]="0"
S["REPLACE_PTHREAD_MUTEX_INIT"]="0"
S["REPLACE_PTHREAD_ONCE"]="0"
S["REPLACE_PTHREAD_EXIT"]="0"
S["REPLACE_PTHREAD_JOIN"]="0"
S["REPLACE_PTHREAD_DETACH"]="0"
S["REPLACE_PTHREAD_EQUAL"]="0"
S["REPLACE_PTHREAD_SELF"]="0"
S["REPLACE_PTHREAD_ATTR_DESTROY"]="0"
S["REPLACE_PTHREAD_ATTR_SETDETACHSTATE"]="0"
S["REPLACE_PTHREAD_ATTR_GETDETACHSTATE"]="0"
S["REPLACE_PTHREAD_ATTR_INIT"]="0"
S["REPLACE_PTHREAD_CREATE"]="0"
S["HAVE_PTHREAD_SPIN_DESTROY"]="0"
S["HAVE_PTHREAD_SPIN_UNLOCK"]="0"
S["HAVE_PTHREAD_SPIN_TRYLOCK"]="0"
S["HAVE_PTHREAD_SPIN_LOCK"]="0"
S["HAVE_PTHREAD_SPIN_INIT"]="0"
S["HAVE_PTHREAD_KEY_DELETE"]="1"
S["HAVE_PTHREAD_GETSPECIFIC"]="1"
S["HAVE_PTHREAD_SETSPECIFIC"]="1"
S["HAVE_PTHREAD_KEY_CREATE"]="1"
S["HAVE_PTHREAD_COND_DESTROY"]="1"
S["HAVE_PTHREAD_COND_BROADCAST"]="1"
S["HAVE_PTHREAD_COND_SIGNAL"]="1"
S["HAVE_PTHREAD_COND_TIMEDWAIT"]="1"
S["HAVE_PTHREAD_COND_WAIT"]="1"
S["HAVE_PTHREAD_CONDATTR_DESTROY"]="1"
S["HAVE_PTHREAD_CONDATTR_INIT"]="1"
S["HAVE_PTHREAD_COND_INIT"]="1"
S["HAVE_PTHREAD_RWLOCK_DESTROY"]="1"
S["HAVE_PTHREAD_RWLOCK_UNLOCK"]="1"
S["HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK"]="0"
S["HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK"]="0"
S["HAVE_PTHREAD_RWLOCK_TRYWRLOCK"]="1"
S["HAVE_PTHREAD_RWLOCK_TRYRDLOCK"]="1"
S["HAVE_PTHREAD_RWLOCK_WRLOCK"]="1"
S["HAVE_PTHREAD_RWLOCK_RDLOCK"]="1"
S["HAVE_PTHREAD_RWLOCKATTR_DESTROY"]="1"
S["HAVE_PTHREAD_RWLOCKATTR_INIT"]="1"
S["HAVE_PTHREAD_RWLOCK_INIT"]="1"
S["HAVE_PTHREAD_MUTEX_DESTROY"]="1"
S["HAVE_PTHREAD_MUTEX_UNLOCK"]="1"
S["HAVE_PTHREAD_MUTEX_TIMEDLOCK"]="0"
S["HAVE_PTHREAD_MUTEX_TRYLOCK"]="1"
S["HAVE_PTHREAD_MUTEX_LOCK"]="1"
S["HAVE_PTHREAD_MUTEXATTR_DESTROY"]="1"
S["HAVE_PTHREAD_MUTEXATTR_SETROBUST"]="0"
S["HAVE_PTHREAD_MUTEXATTR_GETROBUST"]="0"
S["HAVE_PTHREAD_MUTEXATTR_SETTYPE"]="1"
S["HAVE_PTHREAD_MUTEXATTR_GETTYPE"]="1"
S["HAVE_PTHREAD_MUTEXATTR_INIT"]="1"
S["HAVE_PTHREAD_MUTEX_INIT"]="1"
S["HAVE_PTHREAD_ONCE"]="1"
S["HAVE_PTHREAD_EXIT"]="1"
S["HAVE_PTHREAD_JOIN"]="1"
S["HAVE_PTHREAD_DETACH"]="1"
S["HAVE_PTHREAD_EQUAL"]="1"
S["HAVE_PTHREAD_SELF"]="1"
S["HAVE_PTHREAD_ATTR_DESTROY"]="1"
S["HAVE_PTHREAD_ATTR_SETDETACHSTATE"]="1"
S["HAVE_PTHREAD_ATTR_GETDETACHSTATE"]="1"
S["HAVE_PTHREAD_ATTR_INIT"]="1"
S["HAVE_PTHREAD_CREATE"]="1"
S["HAVE_PTHREAD_PROCESS_SHARED"]="1"
S["HAVE_PTHREAD_MUTEX_ROBUST"]="0"
S["HAVE_PTHREAD_MUTEX_RECURSIVE"]="1"
S["HAVE_PTHREAD_CREATE_DETACHED"]="1"
S["HAVE_PTHREAD_SPINLOCK_T"]="0"
S["HAVE_PTHREAD_T"]="1"
S["GNULIB_PTHREAD_MUTEX_TIMEDLOCK"]="1"
S["GNULIB_PTHREAD_SPIN"]="1"
S["GNULIB_PTHREAD_TSS"]="1"
S["GNULIB_PTHREAD_COND"]="1"
S["GNULIB_PTHREAD_RWLOCK"]="1"
S["GNULIB_PTHREAD_MUTEX"]="1"
S["GNULIB_PTHREAD_ONCE"]="1"
S["GNULIB_PTHREAD_THREAD"]="1"
S["POWF_LIBM"]=""
S["LIB_POSIX_SPAWN"]=""
S["REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN"]="0"
S["REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR"]="0"
S["REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2"]="0"
S["REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE"]="0"
S["REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR"]="0"
S["REPLACE_POSIX_SPAWN"]="0"
S["HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR"]="1"
S["HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR"]="1"
S["HAVE_POSIX_SPAWN_FILE_ACTIONS_T"]="1"
S["HAVE_POSIX_SPAWNATTR_T"]="1"
S["HAVE_POSIX_SPAWN"]="1"
S["GNULIB_POSIX_SPAWNATTR_DESTROY"]="1"
S["GNULIB_POSIX_SPAWNATTR_SETSIGMASK"]="1"
S["GNULIB_POSIX_SPAWNATTR_GETSIGMASK"]="1"
S["GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT"]="1"
S["GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT"]="1"
S["GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY"]="1"
S["GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY"]="1"
S["GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM"]="1"
S["GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM"]="1"
S["GNULIB_POSIX_SPAWNATTR_SETPGROUP"]="1"
S["GNULIB_POSIX_SPAWNATTR_GETPGROUP"]="1"
S["GNULIB_POSIX_SPAWNATTR_SETFLAGS"]="1"
S["GNULIB_POSIX_SPAWNATTR_GETFLAGS"]="1"
S["GNULIB_POSIX_SPAWNATTR_INIT"]="1"
S["GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY"]="1"
S["GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN"]="1"
S["GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR"]="0"
S["GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2"]="1"
S["GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE"]="1"
S["GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR"]="0"
S["GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT"]="1"
S["GNULIB_POSIX_SPAWNP"]="1"
S["GNULIB_POSIX_SPAWN"]="1"
S["LIB_POLL"]=""
S["NEXT_AS_FIRST_DIRECTIVE_POLL_H"]="<poll.h>"
S["NEXT_POLL_H"]="<poll.h>"
S["HAVE_POLL_H"]="1"
S["REPLACE_POLL"]="1"
S["HAVE_POLL"]="1"
S["GNULIB_POLL"]="1"
S["ASM_SYMBOL_PREFIX"]="\"_\""
S["LIB_NL_LANGINFO"]=""
S["NEXTAFTER_LIBM"]=""
S["GL_GENERATE_NETINET_IN_H_FALSE"]=""
S["GL_GENERATE_NETINET_IN_H_TRUE"]="#"
S["NETINET_IN_H"]=""
S["HAVE_NETINET_IN_H"]=""
S["NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H"]=""
S["NEXT_NETINET_IN_H"]=""
S["GL_GENERATE_NET_IF_H_FALSE"]=""
S["GL_GENERATE_NET_IF_H_TRUE"]="#"
S["NET_IF_H"]=""
S["HAVE_NET_IF_H"]=""
S["NEXT_AS_FIRST_DIRECTIVE_NET_IF_H"]=""
S["NEXT_NET_IF_H"]=""
S["LIB_NANOSLEEP"]=""
S["LIB_SELECT"]=""
S["LIBSOCKET"]=""
S["HAVE_SYS_SELECT_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H"]="<sys/select.h>"
S["NEXT_SYS_SELECT_H"]="<sys/select.h>"
S["REPLACE_SELECT"]="0"
S["REPLACE_PSELECT"]="0"
S["HAVE_PSELECT"]="1"
S["GNULIB_SELECT"]="1"
S["GNULIB_PSELECT"]="0"
S["GL_GENERATE_MONETARY_H_FALSE"]="#"
S["GL_GENERATE_MONETARY_H_TRUE"]=""
S["MONETARY_H"]="monetary.h"
S["HAVE_MONETARY_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_MONETARY_H"]="<monetary.h>"
S["NEXT_MONETARY_H"]="<monetary.h>"
S["REPLACE_STRFMON_L"]="0"
S["HAVE_STRFMON_L"]="1"
S["GNULIB_STRFMON_L"]="1"
S["MODFL_LIBM"]=""
S["MODFF_LIBM"]=""
S["MODF_LIBM"]=""
S["UNDEFINE_STRTOK_R"]="0"
S["REPLACE_STRSIGNAL"]="0"
S["REPLACE_STRERRORNAME_NP"]="0"
S["REPLACE_STRERROR_R"]="1"
S["REPLACE_STRERROR"]="1"
S["REPLACE_STRTOK_R"]="0"
S["REPLACE_STRCASESTR"]="0"
S["REPLACE_STRSTR"]="1"
S["REPLACE_STRNLEN"]="0"
S["REPLACE_STRNDUP"]="0"
S["REPLACE_STRNCAT"]="0"
S["REPLACE_STRDUP"]="0"
S["REPLACE_STRCHRNUL"]="0"
S["REPLACE_STPNCPY"]="0"
S["REPLACE_MEMMEM"]="0"
S["REPLACE_MEMCHR"]="0"
S["HAVE_STRVERSCMP"]="1"
S["HAVE_DECL_STRSIGNAL"]="1"
S["HAVE_SIGDESCR_NP"]="1"
S["HAVE_SIGABBREV_NP"]="1"
S["HAVE_STRERRORNAME_NP"]="1"
S["HAVE_DECL_STRERROR_R"]="1"
S["HAVE_DECL_STRTOK_R"]="1"
S["HAVE_STRCASESTR"]="1"
S["HAVE_STRSEP"]="1"
S["HAVE_STRPBRK"]="1"
S["HAVE_DECL_STRNLEN"]="1"
S["HAVE_DECL_STRNDUP"]="1"
S["HAVE_DECL_STRDUP"]="1"
S["HAVE_STRCHRNUL"]="0"
S["HAVE_STPNCPY"]="1"
S["HAVE_STPCPY"]="1"
S["HAVE_RAWMEMCHR"]="0"
S["HAVE_DECL_MEMRCHR"]="0"
S["HAVE_MEMPCPY"]="0"
S["HAVE_DECL_MEMMEM"]="1"
S["HAVE_FFSLL"]="1"
S["HAVE_FFSL"]="1"
S["HAVE_EXPLICIT_BZERO"]="1"
S["HAVE_MBSLEN"]="0"
S["GNULIB_STRVERSCMP"]="0"
S["GNULIB_STRSIGNAL"]="1"
S["GNULIB_SIGDESCR_NP"]="0"
S["GNULIB_SIGABBREV_NP"]="0"
S["GNULIB_STRERRORNAME_NP"]="0"
S["GNULIB_STRERROR_R"]="1"
S["GNULIB_STRERROR"]="1"
S["GNULIB_MBSTOK_R"]="0"
S["GNULIB_MBSSEP"]="0"
S["GNULIB_MBSSPN"]="0"
S["GNULIB_MBSPBRK"]="0"
S["GNULIB_MBSCSPN"]="0"
S["GNULIB_MBSCASESTR"]="0"
S["GNULIB_MBSPCASECMP"]="0"
S["GNULIB_MBSNCASECMP"]="0"
S["GNULIB_MBSCASECMP"]="0"
S["GNULIB_MBSSTR"]="0"
S["GNULIB_MBSRCHR"]="0"
S["GNULIB_MBSCHR"]="0"
S["GNULIB_MBSNLEN"]="0"
S["GNULIB_MBSLEN"]="0"
S["GNULIB_STRTOK_R"]="1"
S["GNULIB_STRCASESTR"]="0"
S["GNULIB_STRSTR"]="1"
S["GNULIB_STRSEP"]="0"
S["GNULIB_STRPBRK"]="1"
S["GNULIB_STRNLEN"]="1"
S["GNULIB_STRNDUP"]="1"
S["GNULIB_STRNCAT"]="1"
S["GNULIB_STRDUP"]="1"
S["GNULIB_STRCHRNUL"]="1"
S["GNULIB_STPNCPY"]="1"
S["GNULIB_STPCPY"]="1"
S["GNULIB_RAWMEMCHR"]="1"
S["GNULIB_MEMRCHR"]="1"
S["GNULIB_MEMPCPY"]="1"
S["GNULIB_MEMMEM"]="0"
S["GNULIB_MEMCHR"]="1"
S["GNULIB_FFSLL"]="0"
S["GNULIB_FFSL"]="0"
S["GNULIB_EXPLICIT_BZERO"]="0"
S["HAVE_VISIBILITY"]="1"
S["CFLAG_VISIBILITY"]="-fvisibility=hidden"
S["LIB_MBRTOWC"]=""
S["NEXT_AS_FIRST_DIRECTIVE_MATH_H"]="<math.h>"
S["NEXT_MATH_H"]="<math.h>"
S["LOGBL_LIBM"]=""
S["LOGBF_LIBM"]=""
S["LOGB_LIBM"]=""
S["LOG2L_LIBM"]=""
S["LOGF_LIBM"]=""
S["LOG2F_LIBM"]=""
S["LOG2_LIBM"]=""
S["LOG1PL_LIBM"]=""
S["LOG1PF_LIBM"]=""
S["LOG1P_LIBM"]=""
S["LOG10L_LIBM"]=""
S["LOGL_LIBM"]=""
S["LOG10F_LIBM"]=""
S["LOG10_LIBM"]=""
S["LOG_LIBM"]=""
S["LTLIBMULTITHREAD"]="-lpthread"
S["LIBMULTITHREAD"]="-lpthread"
S["LTLIBTHREAD"]=""
S["LIBTHREAD"]=""
S["INTL_MACOSX_LIBS"]="-Wl,-framework -Wl,CoreFoundation"
S["LOCALCHARSET_TESTS_ENVIRONMENT"]=""
S["LGAMMA_LIBM"]=""
S["HAVE_LANGINFO_YESEXPR"]="1"
S["HAVE_LANGINFO_ERA"]="1"
S["HAVE_LANGINFO_ALTMON"]="0"
S["HAVE_LANGINFO_T_FMT_AMPM"]="1"
S["HAVE_LANGINFO_CODESET"]="1"
S["HAVE_LANGINFO_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H"]="<langinfo.h>"
S["NEXT_LANGINFO_H"]="<langinfo.h>"
S["REPLACE_NL_LANGINFO"]="1"
S["HAVE_NL_LANGINFO"]="1"
S["GNULIB_NL_LANGINFO"]="1"
S["JN_LIBM"]=""
S["J1_LIBM"]=""
S["J0_LIBM"]=""
S["LOCALE_FR_UTF8"]="fr_FR.UTF-8"
S["LOCALE_JA"]="ja_JP.eucJP"
S["REPLACE_TOWLOWER"]="0"
S["REPLACE_ISWCNTRL"]="0"
S["HAVE_WCTYPE_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H"]="<wctype.h>"
S["NEXT_WCTYPE_H"]="<wctype.h>"
S["HAVE_CRTDEFS_H"]="0"
S["HAVE_WINT_T"]="1"
S["HAVE_ISWCNTRL"]="1"
S["REPLACE_ISWXDIGIT"]="0"
S["REPLACE_ISWDIGIT"]="0"
S["REPLACE_ISWBLANK"]="0"
S["HAVE_WCTRANS_T"]="1"
S["HAVE_WCTYPE_T"]="1"
S["HAVE_ISWBLANK"]="1"
S["GNULIB_TOWCTRANS"]="1"
S["GNULIB_WCTRANS"]="1"
S["GNULIB_ISWCTYPE"]="1"
S["GNULIB_WCTYPE"]="1"
S["GNULIB_ISWXDIGIT"]="1"
S["GNULIB_ISWDIGIT"]="1"
S["GNULIB_ISWBLANK"]="1"
S["ISNAN_LIBM"]=""
S["ISINF_LIBM"]=""
S["ISFINITE_LIBM"]=""
S["NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H"]="<inttypes.h>"
S["NEXT_INTTYPES_H"]="<inttypes.h>"
S["GL_GENERATE_STDINT_H_FALSE"]="#"
S["GL_GENERATE_STDINT_H_TRUE"]=""
S["STDINT_H"]="stdint.h"
S["HAVE_SYS_INTTYPES_H"]="0"
S["HAVE_SYS_BITYPES_H"]="0"
S["HAVE_C99_STDINT_H"]="1"
S["WINT_T_SUFFIX"]=""
S["WCHAR_T_SUFFIX"]=""
S["SIG_ATOMIC_T_SUFFIX"]=""
S["SIZE_T_SUFFIX"]=""
S["PTRDIFF_T_SUFFIX"]=""
S["HAVE_SIGNED_WINT_T"]=""
S["HAVE_SIGNED_WCHAR_T"]=""
S["HAVE_SIGNED_SIG_ATOMIC_T"]=""
S["BITSIZEOF_WINT_T"]=""
S["BITSIZEOF_WCHAR_T"]="32"
S["BITSIZEOF_SIG_ATOMIC_T"]=""
S["BITSIZEOF_SIZE_T"]=""
S["BITSIZEOF_PTRDIFF_T"]=""
S["HAVE_STDINT_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_STDINT_H"]="<stdint.h>"
S["NEXT_STDINT_H"]="<stdint.h>"
S["HAVE_SYS_TYPES_H"]="1"
S["HAVE_INTTYPES_H"]="1"
S["HAVE_WCHAR_H"]="1"
S["GL_GENERATE_LIMITS_H_FALSE"]="#"
S["GL_GENERATE_LIMITS_H_TRUE"]=""
S["LIMITS_H"]="limits.h"
S["NEXT_AS_FIRST_DIRECTIVE_LIMITS_H"]="<limits.h>"
S["NEXT_LIMITS_H"]="<limits.h>"
S["INET_PTON_LIB"]=""
S["UINT64_MAX_EQ_ULONG_MAX"]="1"
S["UINT32_MAX_LT_UINTMAX_MAX"]="1"
S["PRIPTR_PREFIX"]="\"l\""
S["INT64_MAX_EQ_LONG_MAX"]="1"
S["INT32_MAX_LT_INTMAX_MAX"]="1"
S["REPLACE_STRTOUMAX"]="0"
S["REPLACE_STRTOIMAX"]="0"
S["HAVE_IMAXDIV_T"]="1"
S["HAVE_DECL_STRTOUMAX"]="1"
S["HAVE_DECL_STRTOIMAX"]="1"
S["HAVE_DECL_IMAXDIV"]="1"
S["HAVE_DECL_IMAXABS"]="1"
S["GNULIB_STRTOUMAX"]="1"
S["GNULIB_STRTOIMAX"]="1"
S["GNULIB_IMAXDIV"]="1"
S["GNULIB_IMAXABS"]="1"
S["ILOGBL_LIBM"]=""
S["ISNANF_LIBM"]=""
S["ILOGBF_LIBM"]=""
S["ILOGB_LIBM"]=""
S["NEXT_AS_FIRST_DIRECTIVE_ICONV_H"]="<iconv.h>"
S["NEXT_ICONV_H"]="<iconv.h>"
S["GL_GENERATE_ICONV_H_FALSE"]="#"
S["GL_GENERATE_ICONV_H_TRUE"]=""
S["ICONV_H"]="iconv.h"
S["REPLACE_ICONV_UTF"]="0"
S["REPLACE_ICONV_OPEN"]="0"
S["REPLACE_ICONV"]="0"
S["ICONV_CONST"]=""
S["GNULIB_ICONV"]="1"
S["LTLIBICONV"]="-liconv"
S["LIBICONV"]="-liconv"
S["HYPOTL_LIBM"]=""
S["HYPOTF_LIBM"]=""
S["HYPOT_LIBM"]=""
S["LIB_HARD_LOCALE"]=""
S["GL_GENERATE_GLOB_H_FALSE"]="#"
S["GL_GENERATE_GLOB_H_TRUE"]=""
S["GLOB_H"]="glob.h"
S["HAVE_GLOB_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_GLOB_H"]="<glob.h>"
S["NEXT_GLOB_H"]="<glob.h>"
S["REPLACE_GLOB_PATTERN_P"]="0"
S["REPLACE_GLOB"]="1"
S["HAVE_GLOB_PATTERN_P"]="0"
S["HAVE_GLOB"]="1"
S["GNULIB_GLOB"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H"]="<sys/time.h>"
S["NEXT_SYS_TIME_H"]="<sys/time.h>"
S["REPLACE_STRUCT_TIMEVAL"]="0"
S["REPLACE_GETTIMEOFDAY"]="0"
S["HAVE_SYS_TIME_H"]="1"
S["HAVE_STRUCT_TIMEVAL"]="1"
S["HAVE_GETTIMEOFDAY"]="1"
S["LTLIBINTL"]=""
S["LIBINTL"]=""
S["HAVE_GETRUSAGE"]="1"
S["GNULIB_GETRUSAGE"]="1"
S["LIB_GETRANDOM"]=""
S["REPLACE_GETRANDOM"]="0"
S["HAVE_GETRANDOM"]="0"
S["GNULIB_GETRANDOM"]="1"
S["GNULIB_GL_UNISTD_H_GETOPT"]="1"
S["GETOPT_CDEFS_H"]="getopt-cdefs.h"
S["GETOPT_H"]="getopt.h"
S["HAVE_SYS_CDEFS_H"]="1"
S["HAVE_GETOPT_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_GETOPT_H"]="<getopt.h>"
S["NEXT_GETOPT_H"]="<getopt.h>"
S["LIB_GETLOGIN"]=""
S["GETHOSTNAME_LIB"]=""
S["GETADDRINFO_LIB"]=""
S["INET_NTOP_LIB"]=""
S["SERVENT_LIB"]=""
S["HOSTENT_LIB"]=""
S["HAVE_NETDB_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_NETDB_H"]="<netdb.h>"
S["NEXT_NETDB_H"]="<netdb.h>"
S["REPLACE_GETADDRINFO"]="0"
S["REPLACE_GAI_STRERROR"]="0"
S["HAVE_DECL_GETNAMEINFO"]="1"
S["HAVE_DECL_GETADDRINFO"]="1"
S["HAVE_DECL_GAI_STRERROR"]="1"
S["HAVE_DECL_FREEADDRINFO"]="1"
S["HAVE_STRUCT_ADDRINFO"]="1"
S["GNULIB_GETADDRINFO"]="1"
S["WINDOWS_64_BIT_ST_SIZE"]="0"
S["WINDOWS_STAT_TIMESPEC"]="0"
S["NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H"]="<sys/stat.h>"
S["NEXT_SYS_STAT_H"]="<sys/stat.h>"
S["WINDOWS_STAT_INODES"]="0"
S["WINDOWS_64_BIT_OFF_T"]="0"
S["NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H"]="<sys/types.h>"
S["NEXT_SYS_TYPES_H"]="<sys/types.h>"
S["GL_GENERATE_FNMATCH_H_FALSE"]="#"
S["GL_GENERATE_FNMATCH_H_TRUE"]=""
S["FNMATCH_H"]="fnmatch.h"
S["HAVE_FNMATCH_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_FNMATCH_H"]="<fnmatch.h>"
S["NEXT_FNMATCH_H"]="<fnmatch.h>"
S["REPLACE_FNMATCH"]="1"
S["HAVE_FNMATCH"]="1"
S["GNULIB_FNMATCH"]="1"
S["FMODL_LIBM"]=""
S["TRUNCL_LIBM"]=""
S["FMODF_LIBM"]=""
S["TRUNC_LIBM"]=""
S["FMOD_LIBM"]=""
S["FMAL_LIBM"]=""
S["FMAF_LIBM"]=""
S["FEGETROUND_LIBM"]=""
S["FMA_LIBM"]=""
S["FLOORF_LIBM"]=""
S["REPLACE_ITOLD"]="0"
S["GL_GENERATE_FLOAT_H_FALSE"]=""
S["GL_GENERATE_FLOAT_H_TRUE"]="#"
S["FLOAT_H"]=""
S["NEXT_AS_FIRST_DIRECTIVE_FLOAT_H"]=""
S["NEXT_FLOAT_H"]=""
S["HAVE_DECL_STRNCASECMP"]="1"
S["HAVE_STRCASECMP"]="1"
S["HAVE_FFS"]="1"
S["GNULIB_FFS"]="1"
S["LIB_FDATASYNC"]=""
S["NEXT_AS_FIRST_DIRECTIVE_FCNTL_H"]="<fcntl.h>"
S["NEXT_FCNTL_H"]="<fcntl.h>"
S["REPLACE_UTIMENSAT"]="1"
S["REPLACE_STAT"]="1"
S["REPLACE_MKNOD"]="1"
S["REPLACE_MKFIFO"]="1"
S["REPLACE_MKDIR"]="0"
S["REPLACE_LSTAT"]="1"
S["REPLACE_FUTIMENS"]="1"
S["REPLACE_FSTATAT"]="1"
S["REPLACE_FSTAT"]="0"
S["REPLACE_FCHMODAT"]="0"
S["HAVE_UTIMENSAT"]="1"
S["HAVE_MKNODAT"]="0"
S["HAVE_MKNOD"]="1"
S["HAVE_MKFIFOAT"]="0"
S["HAVE_MKFIFO"]="1"
S["HAVE_MKDIRAT"]="1"
S["HAVE_LSTAT"]="1"
S["HAVE_LCHMOD"]="1"
S["HAVE_GETUMASK"]="1"
S["HAVE_FUTIMENS"]="1"
S["HAVE_FSTATAT"]="1"
S["HAVE_FCHMODAT"]="1"
S["GNULIB_OVERRIDES_STRUCT_STAT"]="0"
S["GNULIB_UTIMENSAT"]="1"
S["GNULIB_STAT"]="1"
S["GNULIB_MKNODAT"]="1"
S["GNULIB_MKNOD"]="1"
S["GNULIB_MKFIFOAT"]="1"
S["GNULIB_MKFIFO"]="1"
S["GNULIB_MKDIRAT"]="1"
S["GNULIB_LSTAT"]="1"
S["GNULIB_LCHMOD"]="1"
S["GNULIB_GETUMASK"]="0"
S["GNULIB_FUTIMENS"]="1"
S["GNULIB_FSTATAT"]="1"
S["GNULIB_FSTAT"]="1"
S["GNULIB_FCHMODAT"]="1"
S["FABSL_LIBM"]=""
S["EXPM1L_LIBM"]=""
S["EXPM1F_LIBM"]=""
S["EXPM1_LIBM"]=""
S["EXPL_LIBM"]=""
S["EXPF_LIBM"]=""
S["EXP2L_LIBM"]=""
S["ROUNDL_LIBM"]=""
S["EXP2F_LIBM"]=""
S["EXP2_LIBM"]=""
S["ROUND_LIBM"]=""
S["ISNAND_LIBM"]=""
S["EXP_LIBM"]=""
S["LIB_EACCESS"]=""
S["EOVERFLOW_VALUE"]=""
S["EOVERFLOW_HIDDEN"]=""
S["ENOLINK_VALUE"]=""
S["ENOLINK_HIDDEN"]=""
S["EMULTIHOP_VALUE"]=""
S["EMULTIHOP_HIDDEN"]=""
S["GL_GENERATE_ERRNO_H_FALSE"]=""
S["GL_GENERATE_ERRNO_H_TRUE"]="#"
S["ERRNO_H"]=""
S["NEXT_AS_FIRST_DIRECTIVE_ERRNO_H"]=""
S["NEXT_ERRNO_H"]=""
S["ERFC_LIBM"]=""
S["ERF_LIBM"]=""
S["LIB_DUPLOCALE"]=""
S["NEXT_AS_FIRST_DIRECTIVE_LOCALE_H"]="<locale.h>"
S["NEXT_LOCALE_H"]="<locale.h>"
S["HAVE_XLOCALE_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_STDDEF_H"]=""
S["NEXT_STDDEF_H"]=""
S["GL_GENERATE_STDDEF_H_FALSE"]=""
S["GL_GENERATE_STDDEF_H_TRUE"]="#"
S["STDDEF_H"]=""
S["HAVE_WCHAR_T"]="1"
S["HAVE_MAX_ALIGN_T"]="1"
S["REPLACE_NULL"]="0"
S["LIB_SETLOCALE_NULL"]=""
S["REPLACE_STRUCT_LCONV"]="0"
S["REPLACE_FREELOCALE"]="0"
S["REPLACE_DUPLOCALE"]="0"
S["REPLACE_NEWLOCALE"]="0"
S["REPLACE_SETLOCALE"]="1"
S["REPLACE_LOCALECONV"]="0"
S["HAVE_FREELOCALE"]="1"
S["HAVE_DUPLOCALE"]="1"
S["HAVE_NEWLOCALE"]="1"
S["GNULIB_LOCALENAME"]="1"
S["GNULIB_DUPLOCALE"]="1"
S["GNULIB_SETLOCALE_NULL"]="1"
S["GNULIB_SETLOCALE"]="1"
S["GNULIB_LOCALECONV"]="1"
S["GNULIB_OVERRIDES_WINT_T"]="0"
S["APPLE_UNIVERSAL_BUILD"]="0"
S["REPLACE_VSPRINTF"]="1"
S["REPLACE_VSNPRINTF"]="1"
S["REPLACE_VPRINTF"]="1"
S["REPLACE_VFPRINTF"]="1"
S["REPLACE_VDPRINTF"]="1"
S["REPLACE_VASPRINTF"]="0"
S["REPLACE_TMPFILE"]="0"
S["REPLACE_STDIO_WRITE_FUNCS"]="0"
S["REPLACE_STDIO_READ_FUNCS"]="0"
S["REPLACE_SPRINTF"]="1"
S["REPLACE_SNPRINTF"]="1"
S["REPLACE_RENAMEAT"]="1"
S["REPLACE_RENAME"]="1"
S["REPLACE_REMOVE"]="1"
S["REPLACE_PRINTF"]="1"
S["REPLACE_POPEN"]="0"
S["REPLACE_PERROR"]="1"
S["REPLACE_OBSTACK_PRINTF"]="0"
S["REPLACE_GETLINE"]="0"
S["REPLACE_GETDELIM"]="0"
S["REPLACE_FTELLO"]="0"
S["REPLACE_FTELL"]="0"
S["REPLACE_FSEEKO"]="1"
S["REPLACE_FSEEK"]="1"
S["REPLACE_FREOPEN"]="0"
S["REPLACE_FPURGE"]="1"
S["REPLACE_FPRINTF"]="1"
S["REPLACE_FOPEN"]="0"
S["REPLACE_FFLUSH"]="1"
S["REPLACE_FDOPEN"]="0"
S["REPLACE_FCLOSE"]="1"
S["REPLACE_DPRINTF"]="1"
S["HAVE_VDPRINTF"]="1"
S["HAVE_VASPRINTF"]="1"
S["HAVE_RENAMEAT"]="1"
S["HAVE_POPEN"]="1"
S["HAVE_PCLOSE"]="1"
S["HAVE_FTELLO"]="1"
S["HAVE_FSEEKO"]="1"
S["HAVE_DPRINTF"]="1"
S["HAVE_DECL_VSNPRINTF"]="1"
S["HAVE_DECL_SNPRINTF"]="1"
S["HAVE_DECL_OBSTACK_PRINTF"]="1"
S["HAVE_DECL_GETLINE"]="1"
S["HAVE_DECL_GETDELIM"]="1"
S["HAVE_DECL_FTELLO"]="1"
S["HAVE_DECL_FSEEKO"]="1"
S["HAVE_DECL_FPURGE"]="1"
S["GNULIB_VSPRINTF_POSIX"]="1"
S["GNULIB_VSNPRINTF"]="1"
S["GNULIB_VPRINTF_POSIX"]="1"
S["GNULIB_VPRINTF"]="1"
S["GNULIB_VFPRINTF_POSIX"]="1"
S["GNULIB_VFPRINTF"]="1"
S["GNULIB_VDPRINTF"]="1"
S["GNULIB_VSCANF"]="1"
S["GNULIB_VFSCANF"]="1"
S["GNULIB_VASPRINTF"]="0"
S["GNULIB_TMPFILE"]="1"
S["GNULIB_STDIO_H_SIGPIPE"]="1"
S["GNULIB_STDIO_H_NONBLOCKING"]="1"
S["GNULIB_SPRINTF_POSIX"]="1"
S["GNULIB_SNPRINTF"]="1"
S["GNULIB_SCANF"]="1"
S["GNULIB_RENAMEAT"]="1"
S["GNULIB_RENAME"]="1"
S["GNULIB_REMOVE"]="1"
S["GNULIB_PUTS"]="1"
S["GNULIB_PUTCHAR"]="1"
S["GNULIB_PUTC"]="1"
S["GNULIB_PRINTF_POSIX"]="1"
S["GNULIB_PRINTF"]="1"
S["GNULIB_POPEN"]="1"
S["GNULIB_PERROR"]="1"
S["GNULIB_PCLOSE"]="1"
S["GNULIB_OBSTACK_PRINTF_POSIX"]="0"
S["GNULIB_OBSTACK_PRINTF"]="0"
S["GNULIB_GETLINE"]="1"
S["GNULIB_GETDELIM"]="1"
S["GNULIB_GETCHAR"]="1"
S["GNULIB_GETC"]="1"
S["GNULIB_FWRITE"]="1"
S["GNULIB_FTELLO"]="1"
S["GNULIB_FTELL"]="1"
S["GNULIB_FSEEKO"]="1"
S["GNULIB_FSEEK"]="1"
S["GNULIB_FSCANF"]="1"
S["GNULIB_FREOPEN"]="1"
S["GNULIB_FREAD"]="1"
S["GNULIB_FPUTS"]="1"
S["GNULIB_FPUTC"]="1"
S["GNULIB_FPURGE"]="1"
S["GNULIB_FPRINTF_POSIX"]="1"
S["GNULIB_FPRINTF"]="1"
S["GNULIB_FOPEN"]="1"
S["GNULIB_FGETS"]="1"
S["GNULIB_FGETC"]="1"
S["GNULIB_FFLUSH"]="1"
S["GNULIB_FDOPEN"]="1"
S["GNULIB_FCLOSE"]="1"
S["GNULIB_DPRINTF"]="1"
S["HAVE_DIRENT_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_DIRENT_H"]="<dirent.h>"
S["NEXT_DIRENT_H"]="<dirent.h>"
S["NEXT_AS_FIRST_DIRECTIVE_CTYPE_H"]="<ctype.h>"
S["NEXT_CTYPE_H"]="<ctype.h>"
S["HAVE_ISBLANK"]="1"
S["GNULIB_ISBLANK"]="1"
S["REPLACE_LOCALTIME"]="0"
S["REPLACE_GMTIME"]="0"
S["GNULIB_GETTIMEOFDAY"]="1"
S["REPLACE_TZSET"]="0"
S["REPLACE_TIMEGM"]="GNULIB_PORTCHECK"
S["REPLACE_STRFTIME"]="0"
S["REPLACE_NANOSLEEP"]="1"
S["REPLACE_MKTIME"]="1"
S["REPLACE_LOCALTIME_R"]="0"
S["REPLACE_CTIME"]="0"
S["HAVE_TIMEZONE_T"]="0"
S["HAVE_TIMEGM"]="1"
S["HAVE_STRPTIME"]="1"
S["HAVE_NANOSLEEP"]="1"
S["HAVE_DECL_LOCALTIME_R"]="1"
S["GNULIB_TZSET"]="1"
S["GNULIB_TIME_RZ"]="0"
S["GNULIB_TIME_R"]="1"
S["GNULIB_TIMEGM"]="0"
S["GNULIB_STRPTIME"]="1"
S["GNULIB_STRFTIME"]="1"
S["GNULIB_NANOSLEEP"]="1"
S["GNULIB_LOCALTIME"]="1"
S["GNULIB_MKTIME"]="1"
S["GNULIB_CTIME"]="1"
S["REPLACE_OPENAT"]="1"
S["REPLACE_OPEN"]="1"
S["REPLACE_FCNTL"]="0"
S["REPLACE_CREAT"]="1"
S["HAVE_OPENAT"]="1"
S["HAVE_FCNTL"]="1"
S["GNULIB_OPENAT"]="1"
S["GNULIB_OPEN"]="1"
S["GNULIB_NONBLOCKING"]="1"
S["GNULIB_FCNTL"]="1"
S["GNULIB_CREAT"]="1"
S["COSL_LIBM"]=""
S["FLOORL_LIBM"]=""
S["FLOOR_LIBM"]=""
S["COSHF_LIBM"]=""
S["COSH_LIBM"]=""
S["COSF_LIBM"]=""
S["COS_LIBM"]=""
S["COPYSIGNL_LIBM"]=""
S["COPYSIGNF_LIBM"]=""
S["COPYSIGN_LIBM"]=""
S["pkglibexecdir"]="${libexecdir}/${PACKAGE}"
S["runstatedir"]="${localstatedir}/run"
S["lispdir"]="${datarootdir}/emacs/site-lisp"
S["LIBTHREADLOCAL"]=""
S["HAVE_THREADS_H"]="0"
S["NEXT_AS_FIRST_DIRECTIVE_THREADS_H"]="<threads.h>"
S["NEXT_THREADS_H"]="<threads.h>"
S["LIBSTDTHREAD"]="-lpthread "
S["LIB_SCHED_YIELD"]=""
S["LIBPMULTITHREAD"]="-lpthread"
S["LIBPTHREAD"]=""
S["REPLACE_THRD_JOIN"]="0"
S["REPLACE_THRD_EQUAL"]="0"
S["REPLACE_THRD_DETACH"]="0"
S["REPLACE_THRD_CURRENT"]="0"
S["REPLACE_THRD_CREATE"]="0"
S["BROKEN_THRD_START_T"]="0"
S["HAVE_THREAD_LOCAL"]="1"
S["GNULIB_TSS"]="1"
S["GNULIB_THRD"]="1"
S["GNULIB_MTX"]="1"
S["GNULIB_CND"]="1"
S["HAVE_MSVC_INVALID_PARAMETER_HANDLER"]="0"
S["LIB_CLOCK_GETTIME"]=""
S["CEILL_LIBM"]=""
S["CEILF_LIBM"]=""
S["CEIL_LIBM"]=""
S["CBRTL_LIBM"]=""
S["CBRTF_LIBM"]=""
S["LDEXPF_LIBM"]=""
S["FREXPF_LIBM"]=""
S["FABSF_LIBM"]=""
S["FABS_LIBM"]=""
S["CBRT_LIBM"]=""
S["HAVE_WORKING_MBRTOC32"]="0"
S["LOCALE_ZH_CN"]="zh_CN.GB18030"
S["REPLACE_MBRTOC32"]="0"
S["REPLACE_C32RTOMB"]="0"
S["HAVE_MBRTOC32"]="0"
S["HAVE_C32RTOMB"]="0"
S["GNULIB_MBSTOC32S"]="0"
S["GNULIB_MBSRTOC32S"]="0"
S["GNULIB_MBSNRTOC32S"]="0"
S["GNULIB_MBRTOC32"]="1"
S["GNULIB_C32TOB"]="IN_GNULIB_TESTS"
S["GNULIB_C32STOMBS"]="0"
S["GNULIB_C32SRTOMBS"]="0"
S["GNULIB_C32SNRTOMBS"]="0"
S["GNULIB_C32RTOMB"]="1"
S["GNULIB_C32ISXDIGIT"]="0"
S["GNULIB_C32ISUPPER"]="0"
S["GNULIB_C32ISSPACE"]="0"
S["GNULIB_C32ISPUNCT"]="0"
S["GNULIB_C32ISPRINT"]="0"
S["GNULIB_C32ISLOWER"]="0"
S["GNULIB_C32ISGRAPH"]="0"
S["GNULIB_C32ISDIGIT"]="0"
S["GNULIB_C32ISCNTRL"]="0"
S["GNULIB_C32ISBLANK"]="0"
S["GNULIB_C32ISALPHA"]="0"
S["GNULIB_C32ISALNUM"]="0"
S["GNULIB_BTOC32"]="IN_GNULIB_TESTS"
S["GNULIB_OVERRIDES_CHAR32_T"]="1"
S["GNULIB_OVERRIDES_CHAR16_T"]="1"
S["LOCALE_FR"]="fr_FR.ISO8859-1"
S["REPLACE_WCSTOK"]="0"
S["REPLACE_WCSFTIME"]="0"
S["REPLACE_WCSWIDTH"]="1"
S["REPLACE_WCWIDTH"]="1"
S["REPLACE_WCSNRTOMBS"]="0"
S["REPLACE_WCSRTOMBS"]="0"
S["REPLACE_WCRTOMB"]="0"
S["REPLACE_MBSNRTOWCS"]="0"
S["REPLACE_MBSRTOWCS"]="0"
S["REPLACE_MBRLEN"]="0"
S["REPLACE_MBRTOWC"]="0"
S["REPLACE_MBSINIT"]="0"
S["REPLACE_WCTOB"]="0"
S["REPLACE_BTOWC"]="0"
S["REPLACE_MBSTATE_T"]="0"
S["HAVE_DECL_WCWIDTH"]="1"
S["HAVE_DECL_WCTOB"]="1"
S["HAVE_WCSFTIME"]="1"
S["HAVE_WCSWIDTH"]="1"
S["HAVE_WCSTOK"]="1"
S["HAVE_WCSSTR"]="1"
S["HAVE_WCSPBRK"]="1"
S["HAVE_WCSSPN"]="1"
S["HAVE_WCSCSPN"]="1"
S["HAVE_WCSRCHR"]="1"
S["HAVE_WCSCHR"]="1"
S["HAVE_WCSDUP"]="1"
S["HAVE_WCSXFRM"]="1"
S["HAVE_WCSCOLL"]="1"
S["HAVE_WCSNCASECMP"]="1"
S["HAVE_WCSCASECMP"]="1"
S["HAVE_WCSNCMP"]="1"
S["HAVE_WCSCMP"]="1"
S["HAVE_WCSNCAT"]="1"
S["HAVE_WCSCAT"]="1"
S["HAVE_WCPNCPY"]="1"
S["HAVE_WCSNCPY"]="1"
S["HAVE_WCPCPY"]="1"
S["HAVE_WCSCPY"]="1"
S["HAVE_WCSNLEN"]="1"
S["HAVE_WCSLEN"]="1"
S["HAVE_WMEMSET"]="1"
S["HAVE_WMEMPCPY"]="0"
S["HAVE_WMEMMOVE"]="1"
S["HAVE_WMEMCPY"]="1"
S["HAVE_WMEMCMP"]="1"
S["HAVE_WMEMCHR"]="1"
S["HAVE_WCSNRTOMBS"]="1"
S["HAVE_WCSRTOMBS"]="1"
S["HAVE_WCRTOMB"]="1"
S["HAVE_MBSNRTOWCS"]="1"
S["HAVE_MBSRTOWCS"]="1"
S["HAVE_MBRLEN"]="1"
S["HAVE_MBRTOWC"]="1"
S["HAVE_MBSINIT"]="1"
S["HAVE_BTOWC"]="1"
S["GNULIB_WCSFTIME"]="1"
S["GNULIB_WCSWIDTH"]="1"
S["GNULIB_WCSTOK"]="1"
S["GNULIB_WCSSTR"]="1"
S["GNULIB_WCSPBRK"]="1"
S["GNULIB_WCSSPN"]="1"
S["GNULIB_WCSCSPN"]="1"
S["GNULIB_WCSRCHR"]="1"
S["GNULIB_WCSCHR"]="1"
S["GNULIB_WCSDUP"]="1"
S["GNULIB_WCSXFRM"]="1"
S["GNULIB_WCSCOLL"]="1"
S["GNULIB_WCSNCASECMP"]="1"
S["GNULIB_WCSCASECMP"]="1"
S["GNULIB_WCSNCMP"]="1"
S["GNULIB_WCSCMP"]="1"
S["GNULIB_WCSNCAT"]="1"
S["GNULIB_WCSCAT"]="1"
S["GNULIB_WCPNCPY"]="1"
S["GNULIB_WCSNCPY"]="1"
S["GNULIB_WCPCPY"]="1"
S["GNULIB_WCSCPY"]="1"
S["GNULIB_WCSNLEN"]="1"
S["GNULIB_WCSLEN"]="1"
S["GNULIB_WMEMSET"]="1"
S["GNULIB_WMEMPCPY"]="1"
S["GNULIB_WMEMMOVE"]="1"
S["GNULIB_WMEMCPY"]="1"
S["GNULIB_WMEMCMP"]="1"
S["GNULIB_WMEMCHR"]="1"
S["GNULIB_WCWIDTH"]="1"
S["GNULIB_WCSNRTOMBS"]="1"
S["GNULIB_WCSRTOMBS"]="1"
S["GNULIB_WCRTOMB"]="1"
S["GNULIB_MBSNRTOWCS"]="1"
S["GNULIB_MBSRTOWCS"]="1"
S["GNULIB_MBRLEN"]="1"
S["GNULIB_MBRTOWC"]="1"
S["GNULIB_MBSINIT"]="1"
S["GNULIB_WCTOB"]="1"
S["GNULIB_BTOWC"]="1"
S["ATANL_LIBM"]=""
S["ATANF_LIBM"]=""
S["ATAN2F_LIBM"]=""
S["ATAN2_LIBM"]=""
S["ATAN_LIBM"]=""
S["GL_GENERATE_ASSERT_H_FALSE"]=""
S["GL_GENERATE_ASSERT_H_TRUE"]="#"
S["ASSERT_H"]=""
S["NEXT_AS_FIRST_DIRECTIVE_ASSERT_H"]=""
S["NEXT_ASSERT_H"]=""
S["ASINF_LIBM"]=""
S["HAVE_FEATURES_H"]="0"
S["NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H"]="<arpa/inet.h>"
S["NEXT_ARPA_INET_H"]="<arpa/inet.h>"
S["HAVE_ARPA_INET_H"]="1"
S["REPLACE_INET_PTON"]="0"
S["REPLACE_INET_NTOP"]="0"
S["HAVE_DECL_INET_PTON"]="1"
S["HAVE_DECL_INET_NTOP"]="1"
S["GNULIB_INET_PTON"]="1"
S["GNULIB_INET_NTOP"]="1"
S["REPLACE_FDOPENDIR"]="0"
S["REPLACE_DIRFD"]="0"
S["REPLACE_CLOSEDIR"]="0"
S["REPLACE_OPENDIR"]="0"
S["HAVE_ALPHASORT"]="1"
S["HAVE_SCANDIR"]="1"
S["HAVE_FDOPENDIR"]="1"
S["HAVE_DECL_FDOPENDIR"]="1"
S["HAVE_DECL_DIRFD"]="1"
S["HAVE_CLOSEDIR"]="1"
S["HAVE_REWINDDIR"]="1"
S["HAVE_READDIR"]="1"
S["HAVE_OPENDIR"]="1"
S["GNULIB_ALPHASORT"]="1"
S["GNULIB_SCANDIR"]="1"
S["GNULIB_FDOPENDIR"]="1"
S["GNULIB_DIRFD"]="1"
S["GNULIB_CLOSEDIR"]="1"
S["GNULIB_REWINDDIR"]="1"
S["GNULIB_READDIR"]="1"
S["GNULIB_OPENDIR"]="1"
S["HAVE_ALLOCA_H"]="1"
S["GL_GENERATE_ALLOCA_H_FALSE"]="#"
S["GL_GENERATE_ALLOCA_H_TRUE"]=""
S["ALLOCA_H"]="alloca.h"
S["ALLOCA"]=""
S["ACOSL_LIBM"]=""
S["ASINL_LIBM"]=""
S["SQRTL_LIBM"]=""
S["LDEXPL_LIBM"]=""
S["LDEXP_LIBM"]=""
S["FREXPL_LIBM"]=""
S["FREXP_LIBM"]=""
S["ISNANL_LIBM"]=""
S["SQRT_LIBM"]=""
S["ASIN_LIBM"]=""
S["HAVE_SAME_LONG_DOUBLE_AS_DOUBLE"]="1"
S["ACOSF_LIBM"]=""
S["REPLACE_TRUNCL"]="0"
S["REPLACE_TRUNCF"]="0"
S["REPLACE_TRUNC"]="0"
S["REPLACE_TANHF"]="0"
S["REPLACE_TANF"]="0"
S["REPLACE_SQRTL"]="0"
S["REPLACE_SQRTF"]="0"
S["REPLACE_SINHF"]="0"
S["REPLACE_SINF"]="0"
S["REPLACE_SIGNBIT_USING_BUILTINS"]="1"
S["REPLACE_SIGNBIT"]="0"
S["REPLACE_ROUNDL"]="0"
S["REPLACE_ROUNDF"]="0"
S["REPLACE_ROUND"]="0"
S["REPLACE_RINTL"]="0"
S["REPLACE_REMAINDERL"]="0"
S["REPLACE_REMAINDERF"]="0"
S["REPLACE_REMAINDER"]="0"
S["REPLACE_NAN"]="0"
S["REPLACE_MODFL"]="0"
S["REPLACE_MODFF"]="0"
S["REPLACE_MODF"]="0"
S["REPLACE_LOGBL"]="0"
S["REPLACE_LOGBF"]="0"
S["REPLACE_LOGB"]="0"
S["REPLACE_LOG2L"]="0"
S["REPLACE_LOG2F"]="0"
S["REPLACE_LOG2"]="0"
S["REPLACE_LOG1PL"]="0"
S["REPLACE_LOG1PF"]="0"
S["REPLACE_LOG1P"]="0"
S["REPLACE_LOG10L"]="0"
S["REPLACE_LOG10F"]="0"
S["REPLACE_LOG10"]="0"
S["REPLACE_LOGL"]="0"
S["REPLACE_LOGF"]="0"
S["REPLACE_LOG"]="0"
S["REPLACE_LDEXPL"]="0"
S["REPLACE_ISNAN"]="0"
S["REPLACE_ISINF"]="0"
S["REPLACE_ISFINITE"]="0"
S["REPLACE_ILOGBL"]="0"
S["REPLACE_ILOGBF"]="0"
S["REPLACE_ILOGB"]="0"
S["REPLACE_HYPOTL"]="0"
S["REPLACE_HYPOTF"]="0"
S["REPLACE_HYPOT"]="0"
S["REPLACE_HUGE_VAL"]="0"
S["REPLACE_FREXPL"]="0"
S["REPLACE_FREXP"]="0"
S["REPLACE_FREXPF"]="0"
S["REPLACE_FMODL"]="0"
S["REPLACE_FMODF"]="0"
S["REPLACE_FMOD"]="0"
S["REPLACE_FMAL"]="0"
S["REPLACE_FMAF"]="0"
S["REPLACE_FMA"]="0"
S["REPLACE_FLOORL"]="0"
S["REPLACE_FLOORF"]="0"
S["REPLACE_FLOOR"]="0"
S["REPLACE_FABSL"]="0"
S["REPLACE_EXP2L"]="0"
S["REPLACE_EXP2"]="0"
S["REPLACE_EXPM1L"]="0"
S["REPLACE_EXPM1F"]="0"
S["REPLACE_EXPM1"]="0"
S["REPLACE_EXPL"]="0"
S["REPLACE_EXPF"]="0"
S["REPLACE_COSHF"]="0"
S["REPLACE_COSF"]="0"
S["REPLACE_CEILL"]="0"
S["REPLACE_CEILF"]="0"
S["REPLACE_CEIL"]="0"
S["REPLACE_CBRTL"]="0"
S["REPLACE_CBRTF"]="0"
S["REPLACE_ATAN2F"]="0"
S["REPLACE_ATANF"]="0"
S["REPLACE_ASINF"]="0"
S["REPLACE_ACOSF"]="0"
S["HAVE_DECL_TRUNCL"]="1"
S["HAVE_DECL_TRUNCF"]="1"
S["HAVE_DECL_TRUNC"]="1"
S["HAVE_DECL_TANL"]="1"
S["HAVE_DECL_SQRTL"]="1"
S["HAVE_DECL_SINL"]="1"
S["HAVE_DECL_ROUNDL"]="1"
S["HAVE_DECL_ROUNDF"]="1"
S["HAVE_DECL_ROUND"]="1"
S["HAVE_DECL_RINTF"]="1"
S["HAVE_DECL_REMAINDERL"]="1"
S["HAVE_DECL_REMAINDER"]="1"
S["HAVE_DECL_LOGB"]="1"
S["HAVE_DECL_LOG2L"]="1"
S["HAVE_DECL_LOG2F"]="1"
S["HAVE_DECL_LOG2"]="1"
S["HAVE_DECL_LOG10L"]="1"
S["HAVE_DECL_LOGL"]="1"
S["HAVE_DECL_LDEXPL"]="1"
S["HAVE_DECL_FREXPL"]="1"
S["HAVE_DECL_FLOORL"]="1"
S["HAVE_DECL_FLOORF"]="1"
S["HAVE_DECL_EXPM1L"]="1"
S["HAVE_DECL_EXP2L"]="1"
S["HAVE_DECL_EXP2F"]="1"
S["HAVE_DECL_EXP2"]="1"
S["HAVE_DECL_EXPL"]="1"
S["HAVE_DECL_COSL"]="1"
S["HAVE_DECL_COPYSIGNF"]="1"
S["HAVE_DECL_CEILL"]="1"
S["HAVE_DECL_CEILF"]="1"
S["HAVE_DECL_CBRTL"]="1"
S["HAVE_DECL_CBRTF"]="1"
S["HAVE_DECL_ATANL"]="1"
S["HAVE_DECL_ASINL"]="1"
S["HAVE_DECL_ACOSL"]="1"
S["HAVE_TANHF"]="1"
S["HAVE_TANL"]="1"
S["HAVE_TANF"]="1"
S["HAVE_SQRTL"]="1"
S["HAVE_SQRTF"]="1"
S["HAVE_SINHF"]="1"
S["HAVE_SINL"]="1"
S["HAVE_SINF"]="1"
S["HAVE_RINTL"]="1"
S["HAVE_RINT"]="1"
S["HAVE_REMAINDERF"]="1"
S["HAVE_REMAINDER"]="1"
S["HAVE_POWF"]="1"
S["HAVE_MODFL"]="1"
S["HAVE_MODFF"]="1"
S["HAVE_LOGBL"]="1"
S["HAVE_LOGBF"]="1"
S["HAVE_LOG1PL"]="1"
S["HAVE_LOG1PF"]="1"
S["HAVE_LOG1P"]="1"
S["HAVE_LOG10L"]="1"
S["HAVE_LOG10F"]="1"
S["HAVE_LOGL"]="1"
S["HAVE_LOGF"]="1"
S["HAVE_LDEXPF"]="1"
S["HAVE_ISNANL"]="1"
S["HAVE_ISNAND"]="1"
S["HAVE_ISNANF"]="1"
S["HAVE_ILOGBL"]="1"
S["HAVE_ILOGBF"]="1"
S["HAVE_ILOGB"]="1"
S["HAVE_HYPOTL"]="1"
S["HAVE_HYPOTF"]="1"
S["HAVE_FREXPF"]="1"
S["HAVE_FMODL"]="1"
S["HAVE_FMODF"]="1"
S["HAVE_FMAL"]="1"
S["HAVE_FMAF"]="1"
S["HAVE_FMA"]="1"
S["HAVE_FABSL"]="1"
S["HAVE_FABSF"]="1"
S["HAVE_EXPM1F"]="1"
S["HAVE_EXPM1"]="1"
S["HAVE_EXPL"]="1"
S["HAVE_EXPF"]="1"
S["HAVE_COSHF"]="1"
S["HAVE_COSL"]="1"
S["HAVE_COSF"]="1"
S["HAVE_COPYSIGNL"]="1"
S["HAVE_COPYSIGN"]="1"
S["HAVE_CBRTL"]="1"
S["HAVE_CBRTF"]="1"
S["HAVE_CBRT"]="1"
S["HAVE_ATAN2F"]="1"
S["HAVE_ATANL"]="1"
S["HAVE_ATANF"]="1"
S["HAVE_ASINL"]="1"
S["HAVE_ASINF"]="1"
S["HAVE_ACOSL"]="1"
S["HAVE_ACOSF"]="1"
S["GNULIB_TRUNCL"]="1"
S["GNULIB_TRUNCF"]="1"
S["GNULIB_TRUNC"]="1"
S["GNULIB_TANHF"]="1"
S["GNULIB_TANL"]="1"
S["GNULIB_TANF"]="1"
S["GNULIB_SQRTL"]="1"
S["GNULIB_SQRTF"]="1"
S["GNULIB_SINHF"]="1"
S["GNULIB_SINL"]="1"
S["GNULIB_SINF"]="1"
S["GNULIB_SIGNBIT"]="1"
S["GNULIB_ROUNDL"]="1"
S["GNULIB_ROUNDF"]="1"
S["GNULIB_ROUND"]="1"
S["GNULIB_RINTL"]="1"
S["GNULIB_RINTF"]="1"
S["GNULIB_RINT"]="1"
S["GNULIB_REMAINDERL"]="1"
S["GNULIB_REMAINDERF"]="1"
S["GNULIB_REMAINDER"]="1"
S["GNULIB_POWF"]="1"
S["GNULIB_MODFL"]="1"
S["GNULIB_MODFF"]="1"
S["GNULIB_MODF"]="1"
S["GNULIB_LOGBL"]="1"
S["GNULIB_LOGBF"]="1"
S["GNULIB_LOGB"]="1"
S["GNULIB_LOG2L"]="1"
S["GNULIB_LOG2F"]="1"
S["GNULIB_LOG2"]="1"
S["GNULIB_LOG1PL"]="1"
S["GNULIB_LOG1PF"]="1"
S["GNULIB_LOG1P"]="1"
S["GNULIB_LOG10L"]="1"
S["GNULIB_LOG10F"]="1"
S["GNULIB_LOG10"]="1"
S["GNULIB_LOGL"]="1"
S["GNULIB_LOGF"]="1"
S["GNULIB_LOG"]="1"
S["GNULIB_LDEXPL"]="1"
S["GNULIB_LDEXPF"]="1"
S["GNULIB_ISNANL"]="1"
S["GNULIB_ISNAND"]="1"
S["GNULIB_ISNANF"]="1"
S["GNULIB_ISNAN"]="1"
S["GNULIB_ISINF"]="1"
S["GNULIB_ISFINITE"]="1"
S["GNULIB_ILOGBL"]="1"
S["GNULIB_ILOGBF"]="1"
S["GNULIB_ILOGB"]="1"
S["GNULIB_HYPOTL"]="1"
S["GNULIB_HYPOTF"]="1"
S["GNULIB_HYPOT"]="1"
S["GNULIB_FREXPL"]="1"
S["GNULIB_FREXP"]="1"
S["GNULIB_FREXPF"]="1"
S["GNULIB_FMODL"]="1"
S["GNULIB_FMODF"]="1"
S["GNULIB_FMOD"]="1"
S["GNULIB_FMAL"]="1"
S["GNULIB_FMAF"]="1"
S["GNULIB_FMA"]="1"
S["GNULIB_FLOORL"]="1"
S["GNULIB_FLOORF"]="1"
S["GNULIB_FLOOR"]="1"
S["GNULIB_FABSL"]="1"
S["GNULIB_FABSF"]="1"
S["GNULIB_EXPM1L"]="1"
S["GNULIB_EXPM1F"]="1"
S["GNULIB_EXPM1"]="1"
S["GNULIB_EXP2L"]="1"
S["GNULIB_EXP2F"]="1"
S["GNULIB_EXP2"]="1"
S["GNULIB_EXPL"]="1"
S["GNULIB_EXPF"]="1"
S["GNULIB_COSHF"]="1"
S["GNULIB_COSL"]="1"
S["GNULIB_COSF"]="1"
S["GNULIB_COPYSIGNL"]="1"
S["GNULIB_COPYSIGNF"]="1"
S["GNULIB_COPYSIGN"]="1"
S["GNULIB_CEILL"]="1"
S["GNULIB_CEILF"]="1"
S["GNULIB_CEIL"]="1"
S["GNULIB_CBRTL"]="1"
S["GNULIB_CBRTF"]="1"
S["GNULIB_CBRT"]="1"
S["GNULIB_ATAN2F"]="1"
S["GNULIB_ATANL"]="1"
S["GNULIB_ATANF"]="1"
S["GNULIB_ASINL"]="1"
S["GNULIB_ASINF"]="1"
S["GNULIB_ACOSL"]="1"
S["GNULIB_ACOSF"]="1"
S["ACOS_LIBM"]=""
S["POW_LIBM"]=""
S["HAVE_WINSOCK2_H"]="0"
S["REPLACE_IOCTL"]="1"
S["SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS"]="0"
S["SYS_IOCTL_H_HAVE_WINSOCK2_H"]="0"
S["GNULIB_IOCTL"]="1"
S["UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS"]="0"
S["UNISTD_H_HAVE_WINSOCK2_H"]="0"
S["UNISTD_H_HAVE_SYS_RANDOM_H"]="1"
S["REPLACE_WRITE"]="0"
S["REPLACE_USLEEP"]="0"
S["REPLACE_UNLINKAT"]="1"
S["REPLACE_UNLINK"]="1"
S["REPLACE_TTYNAME_R"]="0"
S["REPLACE_TRUNCATE"]="0"
S["REPLACE_SYMLINKAT"]="1"
S["REPLACE_SYMLINK"]="1"
S["REPLACE_SLEEP"]="0"
S["REPLACE_RMDIR"]="0"
S["REPLACE_READLINKAT"]="1"
S["REPLACE_READLINK"]="1"
S["REPLACE_READ"]="0"
S["REPLACE_PWRITE"]="0"
S["REPLACE_PREAD"]="0"
S["REPLACE_LSEEK"]="0"
S["REPLACE_LINKAT"]="1"
S["REPLACE_LINK"]="1"
S["REPLACE_LCHOWN"]="1"
S["REPLACE_ISATTY"]="0"
S["REPLACE_GETPASS"]="0"
S["REPLACE_GETPAGESIZE"]="0"
S["REPLACE_GETGROUPS"]="1"
S["REPLACE_GETLOGIN_R"]="1"
S["REPLACE_GETDTABLESIZE"]="0"
S["REPLACE_GETDOMAINNAME"]="0"
S["REPLACE_GETCWD"]="1"
S["REPLACE_FTRUNCATE"]="0"
S["REPLACE_FCHOWNAT"]="1"
S["REPLACE_FACCESSAT"]="1"
S["REPLACE_DUP2"]="0"
S["REPLACE_DUP"]="0"
S["REPLACE_CLOSE"]="0"
S["REPLACE_CHOWN"]="1"
S["REPLACE_ACCESS"]="0"
S["HAVE_SYS_PARAM_H"]="0"
S["HAVE_OS_H"]="0"
S["HAVE_DECL_TTYNAME_R"]="1"
S["HAVE_DECL_TRUNCATE"]="1"
S["HAVE_DECL_SETHOSTNAME"]="1"
S["HAVE_DECL_GETUSERSHELL"]="1"
S["HAVE_DECL_GETPAGESIZE"]="1"
S["HAVE_DECL_GETLOGIN_R"]="1"
S["HAVE_DECL_GETLOGIN"]="1"
S["HAVE_DECL_GETDOMAINNAME"]="1"
S["HAVE_DECL_FDATASYNC"]="0"
S["HAVE_DECL_FCHDIR"]="1"
S["HAVE_DECL_ENVIRON"]="0"
S["HAVE_USLEEP"]="1"
S["HAVE_UNLINKAT"]="1"
S["HAVE_SYMLINKAT"]="1"
S["HAVE_SYMLINK"]="1"
S["HAVE_SLEEP"]="1"
S["HAVE_SETHOSTNAME"]="1"
S["HAVE_READLINKAT"]="1"
S["HAVE_READLINK"]="1"
S["HAVE_PWRITE"]="1"
S["HAVE_PREAD"]="1"
S["HAVE_PIPE2"]="1"
S["HAVE_PIPE"]="1"
S["HAVE_LINKAT"]="1"
S["HAVE_LINK"]="1"
S["HAVE_LCHOWN"]="1"
S["HAVE_GROUP_MEMBER"]="0"
S["HAVE_GETPASS"]="1"
S["HAVE_GETPAGESIZE"]="1"
S["HAVE_GETLOGIN"]="1"
S["HAVE_GETHOSTNAME"]="1"
S["HAVE_GETGROUPS"]="1"
S["HAVE_GETENTROPY"]="1"
S["HAVE_GETDTABLESIZE"]="1"
S["HAVE_FTRUNCATE"]="1"
S["HAVE_FSYNC"]="1"
S["HAVE_FDATASYNC"]="1"
S["HAVE_FCHOWNAT"]="1"
S["HAVE_FCHDIR"]="1"
S["HAVE_FACCESSAT"]="1"
S["HAVE_EUIDACCESS"]="0"
S["HAVE_DUP3"]="1"
S["HAVE_COPY_FILE_RANGE"]="1"
S["HAVE_CHOWN"]="1"
S["GNULIB_WRITE"]="1"
S["GNULIB_USLEEP"]="IN_GNULIB_TESTS"
S["GNULIB_UNLINKAT"]="1"
S["GNULIB_UNLINK"]="1"
S["GNULIB_UNISTD_H_SIGPIPE"]="1"
S["GNULIB_UNISTD_H_NONBLOCKING"]="1"
S["GNULIB_TTYNAME_R"]="1"
S["GNULIB_TRUNCATE"]="1"
S["GNULIB_SYMLINKAT"]="1"
S["GNULIB_SYMLINK"]="1"
S["GNULIB_SLEEP"]="1"
S["GNULIB_SETHOSTNAME"]="0"
S["GNULIB_RMDIR"]="1"
S["GNULIB_READLINKAT"]="1"
S["GNULIB_READLINK"]="1"
S["GNULIB_READ"]="1"
S["GNULIB_PWRITE"]="1"
S["GNULIB_PREAD"]="1"
S["GNULIB_PIPE2"]="0"
S["GNULIB_PIPE"]="1"
S["GNULIB_LSEEK"]="1"
S["GNULIB_LINKAT"]="1"
S["GNULIB_LINK"]="1"
S["GNULIB_LCHOWN"]="1"
S["GNULIB_ISATTY"]="1"
S["GNULIB_GROUP_MEMBER"]="1"
S["GNULIB_GETUSERSHELL"]="0"
S["GNULIB_GETPASS"]="0"
S["GNULIB_GETPAGESIZE"]="IN_GNULIB_TESTS"
S["GNULIB_GETOPT_POSIX"]="1"
S["GNULIB_GETLOGIN_R"]="1"
S["GNULIB_GETLOGIN"]="1"
S["GNULIB_GETHOSTNAME"]="1"
S["GNULIB_GETGROUPS"]="1"
S["GNULIB_GETENTROPY"]="0"
S["GNULIB_GETDTABLESIZE"]="1"
S["GNULIB_GETDOMAINNAME"]="0"
S["GNULIB_GETCWD"]="1"
S["GNULIB_FTRUNCATE"]="1"
S["GNULIB_FSYNC"]="1"
S["GNULIB_FDATASYNC"]="1"
S["GNULIB_FCHOWNAT"]="1"
S["GNULIB_FCHDIR"]="1"
S["GNULIB_FACCESSAT"]="1"
S["GNULIB_EUIDACCESS"]="1"
S["GNULIB_ENVIRON"]="1"
S["GNULIB_DUP3"]="0"
S["GNULIB_DUP2"]="1"
S["GNULIB_DUP"]="1"
S["GNULIB_COPY_FILE_RANGE"]="0"
S["GNULIB_CLOSE"]="1"
S["GNULIB_CHOWN"]="1"
S["GNULIB_CHDIR"]="1"
S["GNULIB_ACCESS"]="1"
S["HAVE_WS2TCPIP_H"]="0"
S["HAVE_SYS_SOCKET_H"]="1"
S["NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H"]="<sys/socket.h>"
S["NEXT_SYS_SOCKET_H"]="<sys/socket.h>"
S["PRAGMA_COLUMNS"]=""
S["PRAGMA_SYSTEM_HEADER"]="#pragma GCC system_header"
S["INCLUDE_NEXT_AS_FIRST_DIRECTIVE"]="include_next"
S["INCLUDE_NEXT"]="include_next"
S["HAVE_ACCEPT4"]="1"
S["HAVE_SA_FAMILY_T"]="1"
S["HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY"]="1"
S["HAVE_STRUCT_SOCKADDR_STORAGE"]="1"
S["GNULIB_ACCEPT4"]="0"
S["GNULIB_SHUTDOWN"]="1"
S["GNULIB_SETSOCKOPT"]="1"
S["GNULIB_SENDTO"]="1"
S["GNULIB_RECVFROM"]="1"
S["GNULIB_SEND"]="1"
S["GNULIB_RECV"]="1"
S["GNULIB_LISTEN"]="1"
S["GNULIB_GETSOCKOPT"]="1"
S["GNULIB_GETSOCKNAME"]="1"
S["GNULIB_GETPEERNAME"]="1"
S["GNULIB_BIND"]="1"
S["GNULIB_ACCEPT"]="1"
S["GNULIB_CONNECT"]="1"
S["GNULIB_SOCKET"]="1"
S["REPLACE_WCTOMB"]="0"
S["REPLACE_UNSETENV"]="0"
S["REPLACE_STRTOLD"]="0"
S["REPLACE_STRTOD"]="0"
S["REPLACE_SETSTATE"]="0"
S["REPLACE_SETENV"]="0"
S["REPLACE_REALPATH"]="1"
S["REPLACE_REALLOC"]="0"
S["REPLACE_RANDOM_R"]="0"
S["REPLACE_RANDOM"]="0"
S["REPLACE_QSORT_R"]="0"
S["REPLACE_PUTENV"]="1"
S["REPLACE_PTSNAME_R"]="1"
S["REPLACE_PTSNAME"]="0"
S["REPLACE_POSIX_MEMALIGN"]="0"
S["REPLACE_MKSTEMP"]="0"
S["REPLACE_MBTOWC"]="0"
S["REPLACE_MALLOC"]="0"
S["REPLACE_INITSTATE"]="0"
S["REPLACE_CANONICALIZE_FILE_NAME"]="0"
S["REPLACE_CALLOC"]="0"
S["REPLACE_ALIGNED_ALLOC"]="1"
S["HAVE_DECL_UNSETENV"]="1"
S["HAVE_UNLOCKPT"]="1"
S["HAVE_SYS_LOADAVG_H"]="0"
S["HAVE_STRUCT_RANDOM_DATA"]="0"
S["HAVE_STRTOULL"]="1"
S["HAVE_STRTOLL"]="1"
S["HAVE_STRTOLD"]="1"
S["HAVE_STRTOD"]="1"
S["HAVE_DECL_SETSTATE"]="1"
S["HAVE_SETSTATE"]="1"
S["HAVE_DECL_SETENV"]="1"
S["HAVE_SETENV"]="1"
S["HAVE_SECURE_GETENV"]="0"
S["HAVE_RPMATCH"]="1"
S["HAVE_REALPATH"]="1"
S["HAVE_REALLOCARRAY"]="1"
S["HAVE_RANDOM_R"]="0"
S["HAVE_RANDOM_H"]="0"
S["HAVE_RANDOM"]="1"
S["HAVE_QSORT_R"]="1"
S["HAVE_PTSNAME_R"]="1"
S["HAVE_PTSNAME"]="1"
S["HAVE_POSIX_OPENPT"]="1"
S["HAVE_POSIX_MEMALIGN"]="1"
S["HAVE_MKSTEMPS"]="1"
S["HAVE_MKSTEMP"]="1"
S["HAVE_MKOSTEMPS"]="1"
S["HAVE_MKOSTEMP"]="1"
S["HAVE_MKDTEMP"]="1"
S["HAVE_MBTOWC"]="1"
S["HAVE_DECL_INITSTATE"]="1"
S["HAVE_INITSTATE"]="1"
S["HAVE_GRANTPT"]="1"
S["HAVE_GETSUBOPT"]="1"
S["HAVE_DECL_GETLOADAVG"]="1"
S["HAVE_CANONICALIZE_FILE_NAME"]="0"
S["HAVE_ATOLL"]="1"
S["HAVE_ALIGNED_ALLOC"]="1"
S["HAVE__EXIT"]="1"
S["GNULIB_WCTOMB"]="1"
S["GNULIB_UNSETENV"]="1"
S["GNULIB_UNLOCKPT"]="1"
S["GNULIB_SYSTEM_POSIX"]="1"
S["GNULIB_STRTOULL"]="1"
S["GNULIB_STRTOLL"]="1"
S["GNULIB_STRTOLD"]="1"
S["GNULIB_STRTOD"]="1"
S["GNULIB_SETENV"]="1"
S["GNULIB_SECURE_GETENV"]="1"
S["GNULIB_RPMATCH"]="0"
S["GNULIB_REALPATH"]="1"
S["GNULIB_REALLOC_POSIX"]="1"
S["GNULIB_REALLOCARRAY"]="0"
S["GNULIB_RANDOM_R"]="1"
S["GNULIB_RANDOM"]="1"
S["GNULIB_QSORT_R"]="0"
S["GNULIB_PUTENV"]="IN_GNULIB_TESTS"
S["GNULIB_PTSNAME_R"]="1"
S["GNULIB_PTSNAME"]="1"
S["GNULIB_POSIX_OPENPT"]="1"
S["GNULIB_POSIX_MEMALIGN"]="1"
S["GNULIB_MKSTEMPS"]="0"
S["GNULIB_MKSTEMP"]="1"
S["GNULIB_MKOSTEMPS"]="0"
S["GNULIB_MKOSTEMP"]="0"
S["GNULIB_MKDTEMP"]="1"
S["GNULIB_MBTOWC"]="1"
S["GNULIB_MALLOC_POSIX"]="1"
S["GNULIB_GRANTPT"]="1"
S["GNULIB_GETSUBOPT"]="1"
S["GNULIB_GETLOADAVG"]="0"
S["GNULIB_CANONICALIZE_FILE_NAME"]="1"
S["GNULIB_CALLOC_POSIX"]="1"
S["GNULIB_ATOLL"]="1"
S["GNULIB_ALIGNED_ALLOC"]="1"
S["GNULIB__EXIT"]="1"
S["GL_COND_LIBTOOL_FALSE"]=""
S["GL_COND_LIBTOOL_TRUE"]="#"
S["RANLIB"]="ranlib"
S["ARFLAGS"]="cr"
S["AR"]="ar"
S["EGREP"]="/usr/bin/grep -E"
S["GREP"]="/usr/bin/grep"
S["CPP"]="gcc -E"
S["host_os"]="darwin20.2.0"
S["host_vendor"]="apple"
S["host_cpu"]="aarch64"
S["host"]="aarch64-apple-darwin20.2.0"
S["build_os"]="darwin20.2.0"
S["build_vendor"]="apple"
S["build_cpu"]="aarch64"
S["build"]="aarch64-apple-darwin20.2.0"
S["am__fastdepCC_FALSE"]="#"
S["am__fastdepCC_TRUE"]=""
S["CCDEPMODE"]="depmode=gcc3"
S["am__nodep"]="_no"
S["AMDEPBACKSLASH"]="\\"
S["AMDEP_FALSE"]="#"
S["AMDEP_TRUE"]=""
S["am__include"]="include"
S["DEPDIR"]=".deps"
S["OBJEXT"]="o"
S["EXEEXT"]=""
S["ac_ct_CC"]="gcc"
S["CPPFLAGS"]="-Wall"
S["LDFLAGS"]=""
S["CFLAGS"]="-g -O2"
S["CC"]="gcc"
S["AM_BACKSLASH"]="\\"
S["AM_DEFAULT_VERBOSITY"]="1"
S["AM_DEFAULT_V"]="$(AM_DEFAULT_VERBOSITY)"
S["AM_V"]="$(V)"
S["am__untar"]="$${TAR-tar} xf -"
S["am__tar"]="$${TAR-tar} chof - \"$$tardir\""
S["AMTAR"]="$${TAR-tar}"
S["am__leading_dot"]="."
S["SET_MAKE"]=""
S["AWK"]="awk"
S["mkdir_p"]="$(MKDIR_P)"
S["MKDIR_P"]="build-aux/install-sh -c -d"
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s"
S["STRIP"]=""
S["install_sh"]="${SHELL} /tmp/testdir-posix/build-aux/install-sh"
S["MAKEINFO"]="${SHELL} /tmp/testdir-posix/build-aux/missing makeinfo"
S["AUTOHEADER"]="${SHELL} /tmp/testdir-posix/build-aux/missing autoheader"
S["AUTOMAKE"]="${SHELL} /tmp/testdir-posix/build-aux/missing automake-1.16"
S["AUTOCONF"]="${SHELL} /tmp/testdir-posix/build-aux/missing autoconf"
S["ACLOCAL"]="${SHELL} /tmp/testdir-posix/build-aux/missing aclocal-1.16"
S["VERSION"]="0"
S["PACKAGE"]="dummy"
S["CYGPATH_W"]="echo"
S["am__isrc"]=""
S["INSTALL_DATA"]="${INSTALL} -m 644"
S["INSTALL_SCRIPT"]="${INSTALL}"
S["INSTALL_PROGRAM"]="${INSTALL}"
S["target_alias"]=""
S["host_alias"]=""
S["build_alias"]=""
S["LIBS"]=""
S["ECHO_T"]=""
S["ECHO_N"]=""
S["ECHO_C"]="\\c"
S["DEFS"]="-DHAVE_CONFIG_H"
S["mandir"]="${datarootdir}/man"
S["localedir"]="${datarootdir}/locale"
S["libdir"]="${exec_prefix}/lib"
S["psdir"]="${docdir}"
S["pdfdir"]="${docdir}"
S["dvidir"]="${docdir}"
S["htmldir"]="${docdir}"
S["infodir"]="${datarootdir}/info"
S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
S["oldincludedir"]="/usr/include"
S["includedir"]="${prefix}/include"
S["localstatedir"]="${prefix}/var"
S["sharedstatedir"]="${prefix}/com"
S["sysconfdir"]="${prefix}/etc"
S["datadir"]="${datarootdir}"
S["datarootdir"]="${prefix}/share"
S["libexecdir"]="${exec_prefix}/libexec"
S["sbindir"]="${exec_prefix}/sbin"
S["bindir"]="${exec_prefix}/bin"
S["program_transform_name"]="s,x,x,"
S["prefix"]="/usr/local"
S["exec_prefix"]="${prefix}"
S["PACKAGE_URL"]=""
S["PACKAGE_BUGREPORT"]=""
S["PACKAGE_STRING"]="dummy 0"
S["PACKAGE_VERSION"]="0"
S["PACKAGE_TARNAME"]="dummy"
S["PACKAGE_NAME"]="dummy"
S["PATH_SEPARATOR"]=":"
S["SHELL"]="/bin/sh"
S["am__quote"]=""
_ACAWK
cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
  for (key in S) S_is_set[key] = 1
  FS = "\a"

}
{
  line = $ 0
  nfields = split(line, field, "@")
  substed = 0
  len = length(field[1])
  for (i = 2; i < nfields; i++) {
    key = field[i]
    keylen = length(key)
    if (S_is_set[key]) {
      value = S[key]
      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
      len += length(value) + length(field[++i])
      substed = 1
    } else
      len += 1 + keylen
  }

  print line
}

_ACAWK
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
else
  cat
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
fi # test -n "$CONFIG_FILES"

# Set up the scripts for CONFIG_HEADERS section.
# No need to generate them if there are no CONFIG_HEADERS.
# This happens for instance with `./config.status Makefile'.
if test -n "$CONFIG_HEADERS"; then
cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
BEGIN {
D["PACKAGE_NAME"]=" \"dummy\""
D["PACKAGE_TARNAME"]=" \"dummy\""
D["PACKAGE_VERSION"]=" \"0\""
D["PACKAGE_STRING"]=" \"dummy 0\""
D["PACKAGE_BUGREPORT"]=" \"\""
D["PACKAGE_URL"]=" \"\""
D["PACKAGE"]=" \"dummy\""
D["VERSION"]=" \"0\""
D["STDC_HEADERS"]=" 1"
D["HAVE_SYS_TYPES_H"]=" 1"
D["HAVE_SYS_STAT_H"]=" 1"
D["HAVE_STDLIB_H"]=" 1"
D["HAVE_STRING_H"]=" 1"
D["HAVE_MEMORY_H"]=" 1"
D["HAVE_STRINGS_H"]=" 1"
D["HAVE_INTTYPES_H"]=" 1"
D["HAVE_STDINT_H"]=" 1"
D["HAVE_UNISTD_H"]=" 1"
D["__EXTENSIONS__"]=" 1"
D["_ALL_SOURCE"]=" 1"
D["_DARWIN_C_SOURCE"]=" 1"
D["_GNU_SOURCE"]=" 1"
D["_NETBSD_SOURCE"]=" 1"
D["_OPENBSD_SOURCE"]=" 1"
D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
D["__STDC_WANT_IEC_60559_ATTRIBS_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_BFP_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_DFP_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_FUNCS_EXT__"]=" 1"
D["__STDC_WANT_IEC_60559_TYPES_EXT__"]=" 1"
D["__STDC_WANT_LIB_EXT2__"]=" 1"
D["__STDC_WANT_MATH_SPEC_FUNCS__"]=" 1"
D["_TANDEM_SOURCE"]=" 1"
D["_HPUX_ALT_XOPEN_SOCKET_API"]=" 1"
D["HAVE_FSEEKO"]=" 1"
D["HAVE_FSEEKO"]=" 1"
D["HAVE_FSEEKO"]=" 1"
D["HAVE_SYS_SOCKET_H"]=" 1"
D["HAVE_ARPA_INET_H"]=" 1"
D["HAVE_SYS_PARAM_H"]=" 1"
D["HAVE_UNISTD_H"]=" 1"
D["HAVE_DIRENT_H"]=" 1"
D["HAVE_XLOCALE_H"]=" 1"
D["HAVE_FNMATCH_H"]=" 1"
D["HAVE_SYS_STAT_H"]=" 1"
D["HAVE_NETDB_H"]=" 1"
D["HAVE_NETINET_IN_H"]=" 1"
D["HAVE_GETOPT_H"]=" 1"
D["HAVE_SYS_CDEFS_H"]=" 1"
D["HAVE_SYS_TIME_H"]=" 1"
D["HAVE_GLOB_H"]=" 1"
D["HAVE_ICONV_H"]=" 1"
D["HAVE_LIMITS_H"]=" 1"
D["HAVE_WCHAR_H"]=" 1"
D["HAVE_STDINT_H"]=" 1"
D["HAVE_INTTYPES_H"]=" 1"
D["HAVE_WCTYPE_H"]=" 1"
D["HAVE_LANGINFO_H"]=" 1"
D["HAVE_MATH_H"]=" 1"
D["HAVE_SYS_MMAN_H"]=" 1"
D["HAVE_MONETARY_H"]=" 1"
D["HAVE_SYS_SELECT_H"]=" 1"
D["HAVE_POLL_H"]=" 1"
D["HAVE_SYS_IOCTL_H"]=" 1"
D["HAVE_SYS_FILIO_H"]=" 1"
D["HAVE_PTHREAD_H"]=" 1"
D["HAVE_SYS_TYPES_H"]=" 1"
D["HAVE_SEARCH_H"]=" 1"
D["HAVE_SPAWN_H"]=" 1"
D["HAVE_STRINGS_H"]=" 1"
D["HAVE_SYS_RANDOM_H"]=" 1"
D["HAVE_SYS_RESOURCE_H"]=" 1"
D["HAVE_SYS_TIMES_H"]=" 1"
D["HAVE_SYS_UIO_H"]=" 1"
D["HAVE_SYS_UTSNAME_H"]=" 1"
D["HAVE_SYS_WAIT_H"]=" 1"
D["HAVE_TERMIOS_H"]=" 1"
D["HAVE_UTIME_H"]=" 1"
D["HAVE_GRP_H"]=" 1"
D["HAVE_SEMAPHORE_H"]=" 1"
D["restrict"]=" __restrict"
D["HAVE_SHUTDOWN"]=" 1"
D["HAVE_STRUCT_SOCKADDR_STORAGE"]=" 1"
D["HAVE_SA_FAMILY_T"]=" 1"
D["HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY"]=" 1"
D["HAVE_SAME_LONG_DOUBLE_AS_DOUBLE"]=" 1"
D["HAVE_DECL_ALARM"]=" 1"
D["HAVE_FREXP"]=" 1"
D["HAVE_FREXPL"]=" 1"
D["HAVE_LDEXPL"]=" 1"
D["HAVE_ALIGNED_ALLOC"]=" 1"
D["HAVE_BTOWC"]=" 1"
D["HAVE_READLINK"]=" 1"
D["HAVE_REALPATH"]=" 1"
D["HAVE_READLINKAT"]=" 1"
D["HAVE_CHOWN"]=" 1"
D["HAVE_FCHOWN"]=" 1"
D["HAVE_FCHDIR"]=" 1"
D["HAVE_LSTAT"]=" 1"
D["HAVE_DPRINTF"]=" 1"
D["HAVE_SNPRINTF"]=" 1"
D["HAVE_DUPLOCALE"]=" 1"
D["HAVE_SNPRINTF_L"]=" 1"
D["HAVE_NL_LANGINFO_L"]=" 1"
D["HAVE_FACCESSAT"]=" 1"
D["HAVE_FCHMODAT"]=" 1"
D["HAVE_LCHMOD"]=" 1"
D["HAVE_FCNTL"]=" 1"
D["HAVE_SYMLINK"]=" 1"
D["HAVE_FDOPENDIR"]=" 1"
D["HAVE_FNMATCH"]=" 1"
D["HAVE_MBSRTOWCS"]=" 1"
D["HAVE_FPURGE"]=" 1"
D["HAVE_FSTATAT"]=" 1"
D["HAVE_FSYNC"]=" 1"
D["HAVE_FTRUNCATE"]=" 1"
D["HAVE_FUTIMENS"]=" 1"
D["HAVE_GETDELIM"]=" 1"
D["HAVE_GETDTABLESIZE"]=" 1"
D["HAVE_GETLOGIN"]=" 1"
D["HAVE_GETLOGIN_R"]=" 1"
D["HAVE_GETPROGNAME"]=" 1"
D["HAVE_GETRUSAGE"]=" 1"
D["HAVE_GETSUBOPT"]=" 1"
D["HAVE_GETTIMEOFDAY"]=" 1"
D["HAVE_GLOB"]=" 1"
D["HAVE_GETPWNAM_R"]=" 1"
D["HAVE_IMAXABS"]=" 1"
D["HAVE_IMAXDIV"]=" 1"
D["HAVE_ISBLANK"]=" 1"
D["HAVE_ISWCNTRL"]=" 1"
D["HAVE_ISWBLANK"]=" 1"
D["HAVE_LINK"]=" 1"
D["HAVE_OPENAT"]=" 1"
D["HAVE_LINKAT"]=" 1"
D["HAVE_USELOCALE"]=" 1"
D["HAVE_NEWLOCALE"]=" 1"
D["HAVE_FREELOCALE"]=" 1"
D["HAVE_MBSINIT"]=" 1"
D["HAVE_MBRTOWC"]=" 1"
D["HAVE_MBRLEN"]=" 1"
D["HAVE_MBSNRTOWCS"]=" 1"
D["HAVE_MPROTECT"]=" 1"
D["HAVE_MKDIRAT"]=" 1"
D["HAVE_MKNOD"]=" 1"
D["HAVE_MKSTEMP"]=" 1"
D["HAVE_NL_LANGINFO"]=" 1"
D["HAVE_PCLOSE"]=" 1"
D["HAVE_STRERROR_R"]=" 1"
D["HAVE_PIPE"]=" 1"
D["HAVE_POPEN"]=" 1"
D["HAVE_POSIX_MEMALIGN"]=" 1"
D["HAVE_POSIX_OPENPT"]=" 1"
D["HAVE_PREAD"]=" 1"
D["HAVE_PTHREAD_SIGMASK"]=" 1"
D["HAVE_PTSNAME_R"]=" 1"
D["HAVE_PWRITE"]=" 1"
D["HAVE_ISWCTYPE"]=" 1"
D["HAVE_RENAMEAT"]=" 1"
D["HAVE_GETUID"]=" 1"
D["HAVE_GETEUID"]=" 1"
D["HAVE_GETGID"]=" 1"
D["HAVE_GETEGID"]=" 1"
D["HAVE_SETENV"]=" 1"
D["HAVE_SIGACTION"]=" 1"
D["HAVE_SIGALTSTACK"]=" 1"
D["HAVE_SIGINTERRUPT"]=" 1"
D["HAVE_SLEEP"]=" 1"
D["HAVE_STPNCPY"]=" 1"
D["HAVE_CATGETS"]=" 1"
D["HAVE_STRFMON_L"]=" 1"
D["HAVE_STRNDUP"]=" 1"
D["HAVE_STRPTIME"]=" 1"
D["HAVE_STRTOIMAX"]=" 1"
D["HAVE_STRTOLD"]=" 1"
D["HAVE_STRTOUMAX"]=" 1"
D["HAVE_SYMLINKAT"]=" 1"
D["HAVE_LOCALTIME_R"]=" 1"
D["HAVE_TIMES"]=" 1"
D["HAVE_TRUNCATE"]=" 1"
D["HAVE_UNLINKAT"]=" 1"
D["HAVE_FUTIMES"]=" 1"
D["HAVE_UTIMENSAT"]=" 1"
D["HAVE_LUTIMES"]=" 1"
D["HAVE_VDPRINTF"]=" 1"
D["HAVE_WCPCPY"]=" 1"
D["HAVE_WCPNCPY"]=" 1"
D["HAVE_WCRTOMB"]=" 1"
D["HAVE_WCSCASECMP"]=" 1"
D["HAVE_WCSCAT"]=" 1"
D["HAVE_WCSCHR"]=" 1"
D["HAVE_WCSCMP"]=" 1"
D["HAVE_WCSCOLL"]=" 1"
D["HAVE_WCSCPY"]=" 1"
D["HAVE_WCSCSPN"]=" 1"
D["HAVE_WCSFTIME"]=" 1"
D["HAVE_WCSLEN"]=" 1"
D["HAVE_WCSNCASECMP"]=" 1"
D["HAVE_WCSNCAT"]=" 1"
D["HAVE_WCSNCMP"]=" 1"
D["HAVE_WCSNCPY"]=" 1"
D["HAVE_WCSNLEN"]=" 1"
D["HAVE_WCSNRTOMBS"]=" 1"
D["HAVE_WCSPBRK"]=" 1"
D["HAVE_WCSRCHR"]=" 1"
D["HAVE_WCSRTOMBS"]=" 1"
D["HAVE_WCSSPN"]=" 1"
D["HAVE_WCSSTR"]=" 1"
D["HAVE_WCSTOK"]=" 1"
D["HAVE_WCWIDTH"]=" 1"
D["HAVE_WCSWIDTH"]=" 1"
D["HAVE_WCSXFRM"]=" 1"
D["HAVE_WCTOB"]=" 1"
D["HAVE_GETRLIMIT"]=" 1"
D["HAVE_SETRLIMIT"]=" 1"
D["HAVE_GETGROUPLIST"]=" 1"
D["HAVE_SHUTDOWN"]=" 1"
D["HAVE_INITSTATE"]=" 1"
D["HAVE_USLEEP"]=" 1"
D["HAVE_ALLOCA_H"]=" 1"
D["HAVE_ALLOCA"]=" 1"
D["HAVE_LANGINFO_CODESET"]=" 1"
D["HAVE_GETCWD"]=" 1"
D["HAVE_UNISTD_H"]=" 1"
D["HAVE_CHOWN"]=" 1"
D["CHOWN_TRAILING_SLASH_BUG"]=" 1"
D["HAVE_PTHREAD_API"]=" 1"
D["HAVE_DECL_FLOORL"]=" 1"
D["HAVE_STDINT_H_WITH_UINTMAX"]=" 1"
D["HAVE_INTTYPES_H_WITH_UINTMAX"]=" 1"
D["CHECK_PRINTF_SAFE"]=" 1"
D["HAVE_WCHAR_T"]=" 1"
D["HAVE_WINT_T"]=" 1"
D["HAVE_INTMAX_T"]=" 1"
D["DBL_EXPBIT0_WORD"]=" 1"
D["DBL_EXPBIT0_BIT"]=" 20"
D["HAVE_SNPRINTF"]=" 1"
D["HAVE_STRNLEN"]=" 1"
D["HAVE_WCSLEN"]=" 1"
D["HAVE_WCSNLEN"]=" 1"
D["HAVE_MBRTOWC"]=" 1"
D["HAVE_WCRTOMB"]=" 1"
D["HAVE_DECL__SNPRINTF"]=" 0"
D["HAVE_SNPRINTF_RETVAL_C99"]=" 1"
D["HAVE_SNPRINTF_TRUNCATION_C99"]=" 1"
D["SETLOCALE_NULL_ALL_MTSAFE"]=" 0"
D["SETLOCALE_NULL_ONE_MTSAFE"]=" 1"
D["HAVE_DECL_STRERROR_R"]=" 1"
D["HAVE_STRERROR_R"]=" 1"
D["GETGROUPS_T"]=" gid_t"
D["HAVE_DECL_ROUND"]=" 1"
D["HAVE_DECL_ROUNDL"]=" 1"
D["HAVE_DECL_FCHDIR"]=" 1"
D["HAVE_WORKING_O_NOATIME"]=" 1"
D["HAVE_WORKING_O_NOFOLLOW"]=" 1"
D["HAVE_DECL_FDATASYNC"]=" 0"
D["HAVE_FEGETROUND"]=" 1"
D["HAVE_DECL_TRUNC"]=" 1"
D["HAVE_DECL_TRUNCL"]=" 1"
D["HAVE_MBSTATE_T"]=" 1"
D["_USE_STD_STAT"]=" 1"
D["HAVE_DECL_FSEEKO"]=" 1"
D["FUNC_FFLUSH_STDIN"]=" 0"
D["HAVE_DECL_FTELLO"]=" 1"
D["HAVE_GETHOSTBYNAME"]=" 1"
D["HAVE_GETSERVBYNAME"]=" 1"
D["HAVE_DECL_INET_NTOP"]=" 1"
D["HAVE_IPV4"]=" 1"
D["HAVE_IPV6"]=" 1"
D["HAVE_DECL_GETCWD"]=" 1"
D["HAVE_DECL_GETDELIM"]=" 1"
D["HAVE_DECL_GETDTABLESIZE"]=" 1"
D["HAVE_DECL_GETLINE"]=" 1"
D["HAVE_DECL_GETLOGIN"]=" 1"
D["HAVE_DECL_GETLOGIN_R"]=" 1"
D["HAVE_ICONV"]=" 1"
D["ICONV_CONST"]=" "
D["FLT_EXPBIT0_WORD"]=" 0"
D["FLT_EXPBIT0_BIT"]=" 23"
D["HAVE_DECL_IMAXABS"]=" 1"
D["HAVE_DECL_IMAXDIV"]=" 1"
D["HAVE_LONG_LONG_INT"]=" 1"
D["HAVE_UNSIGNED_LONG_LONG_INT"]=" 1"
D["HAVE_TOWLOWER"]=" 1"
D["HAVE_LC_MESSAGES"]=" 1"
D["HAVE_WORKING_USELOCALE"]=" 1"
D["HAVE_CFPREFERENCESCOPYAPPVALUE"]=" 1"
D["HAVE_CFLOCALECOPYPREFERREDLANGUAGES"]=" 1"
D["USE_POSIX_THREADS"]=" 1"
D["HAVE_LOGF"]=" 1"
D["MALLOC_0_IS_NONNULL"]=" 1"
D["HAVE_MAP_ANONYMOUS"]=" 1"
D["HAVE_DECL_MEMRCHR"]=" 0"
D["HAVE_MINMAX_IN_SYS_PARAM_H"]=" 1"
D["TIME_T_IS_SIGNED"]=" 1"
D["USER_LABEL_PREFIX"]=" _"
D["PROMOTED_MODE_T"]=" int"
D["REPLACE_STRERROR_0"]=" 1"
D["HAVE_DECL_STRERROR_R"]=" 1"
D["HAVE_POSIX_SPAWN"]=" 1"
D["NEED_PRINTF_DIRECTIVE_A"]=" 1"
D["HAVE_NL_LANGINFO"]=" 1"
D["REPLACE_VFPRINTF_POSIX"]=" 1"
D["HAVE_PTHREAD_T"]=" 1"
D["HAVE_SIGSET_T"]=" 1"
D["HAVE_DECL_INITSTATE"]=" 1"
D["HAVE_DECL_SETSTATE"]=" 1"
D["HAVE_DECL_SETENV"]=" 1"
D["HAVE_SEARCH_H"]=" 1"
D["HAVE_TSEARCH"]=" 1"
D["HAVE_DECL_SNPRINTF"]=" 1"
D["HAVE__BOOL"]=" 1"
D["HAVE_DECL_STPNCPY"]=" 1"
D["HAVE_DECL_STRDUP"]=" 1"
D["HAVE_MAP_ANONYMOUS"]=" 1"
D["HAVE_DECL_STRNDUP"]=" 1"
D["HAVE_DECL_STRNLEN"]=" 1"
D["HAVE_TM_GMTOFF"]=" 1"
D["HAVE_DECL_STRSIGNAL"]=" 1"
D["HAVE_DECL_STRTOD"]=" 1"
D["HAVE_DECL_STRTOIMAX"]=" 1"
D["HAVE_DECL_STRTOK_R"]=" 1"
D["HAVE_DECL_STRTOUMAX"]=" 1"
D["HAVE_DECL_TTYNAME_R"]=" 1"
D["BITSIZEOF_WCHAR_T"]=" 32"
D["HAVE_DECL_UNSETENV"]=" 1"
D["HAVE_WORKING_UTIMES"]=" 1"
D["HAVE_DECL_VSNPRINTF"]=" 1"
D["HAVE_DECL_WCWIDTH"]=" 1"
D["HAVE_SIG_ATOMIC_T"]=" 1"
D["FUNC_UNGETC_BROKEN"]=" 1"
D["HAVE__EXIT"]=" 1"
D["GNULIB_TEST__EXIT"]=" 1"
D["GNULIB_TEST_ACCEPT"]=" 1"
D["GNULIB_TEST_ACCESS"]=" 1"
D["HAVE_ACOSF"]=" 1"
D["GNULIB_TEST_ACOSF"]=" 1"
D["GNULIB_TEST_ACOSL"]=" 1"
D["GNULIB_TEST_ALIGNED_ALLOC"]=" 1"
D["HAVE_ALLOCA"]=" 1"
D["HAVE_ALPHASORT"]=" 1"
D["GNULIB_TEST_ALPHASORT"]=" 1"
D["GNULIB_AREADLINKAT"]=" 1"
D["HAVE_ASINF"]=" 1"
D["GNULIB_TEST_ASINF"]=" 1"
D["GNULIB_TEST_ASINL"]=" 1"
D["HAVE_ATAN2F"]=" 1"
D["GNULIB_TEST_ATAN2F"]=" 1"
D["HAVE_ATANF"]=" 1"
D["GNULIB_TEST_ATANF"]=" 1"
D["GNULIB_TEST_ATANL"]=" 1"
D["HAVE_ATEXIT"]=" 1"
D["HAVE_ATOLL"]=" 1"
D["GNULIB_TEST_ATOLL"]=" 1"
D["GNULIB_TEST_BIND"]=" 1"
D["GNULIB_TEST_BTOWC"]=" 1"
D["HAVE___BUILTIN_EXPECT"]=" 1"
D["GNULIB_TEST_C32RTOMB"]=" 1"
D["HAVE_CALLOC_POSIX"]=" 1"
D["GNULIB_TEST_CALLOC_POSIX"]=" 1"
D["GNULIB_CANONICALIZE_LGPL"]=" 1"
D["GNULIB_TEST_CANONICALIZE_FILE_NAME"]=" 1"
D["GNULIB_TEST_REALPATH"]=" 1"
D["HAVE_CBRT"]=" 1"
D["GNULIB_TEST_CBRT"]=" 1"
D["HAVE_CBRTF"]=" 1"
D["GNULIB_TEST_CBRTF"]=" 1"
D["HAVE_CBRTL"]=" 1"
D["GNULIB_TEST_CBRTL"]=" 1"
D["GNULIB_TEST_CEIL"]=" 1"
D["HAVE_DECL_CEILF"]=" 1"
D["GNULIB_TEST_CEILF"]=" 1"
D["HAVE_DECL_CEILL"]=" 1"
D["GNULIB_TEST_CEILL"]=" 1"
D["GNULIB_TEST_CHDIR"]=" 1"
D["GNULIB_TEST_CHOWN"]=" 1"
D["HAVE_CLOCK_GETTIME"]=" 1"
D["HAVE_CLOCK_SETTIME"]=" 1"
D["GNULIB_TEST_CLOEXEC"]=" 1"
D["GNULIB_TEST_CLOSE"]=" 1"
D["HAVE_CLOSEDIR"]=" 1"
D["GNULIB_TEST_CLOSEDIR"]=" 1"
D["GNULIB_TEST_CND"]=" 1"
D["GNULIB_TEST_CONNECT"]=" 1"
D["GNULIB_TEST_COPYSIGN"]=" 1"
D["GNULIB_TEST_COPYSIGNF"]=" 1"
D["GNULIB_TEST_COPYSIGNL"]=" 1"
D["HAVE_COSF"]=" 1"
D["GNULIB_TEST_COSF"]=" 1"
D["HAVE_COSHF"]=" 1"
D["GNULIB_TEST_COSHF"]=" 1"
D["GNULIB_TEST_COSL"]=" 1"
D["OPEN_TRAILING_SLASH_BUG"]=" 1"
D["GNULIB_TEST_CREAT"]=" 1"
D["GNULIB_TEST_CTIME"]=" 1"
D["D_INO_IN_DIRENT"]=" 1"
D["HAVE_STRUCT_DIRENT_D_TYPE"]=" 1"
D["HAVE_DIRFD"]=" 1"
D["HAVE_DECL_DIRFD"]=" 1"
D["GNULIB_TEST_DIRFD"]=" 1"
D["GNULIB_TEST_DPRINTF"]=" 1"
D["NEED_PRINTF_DIRECTIVE_A"]=" 1"
D["HAVE_NL_LANGINFO"]=" 1"
D["GNULIB_TEST_DUP"]=" 1"
D["GNULIB_TEST_DUP2"]=" 1"
D["GNULIB_TEST_DUPLOCALE"]=" 1"
D["GNULIB_TEST_ENVIRON"]=" 1"
D["HAVE_LIBGEN_H"]=" 1"
D["HAVE_GETGROUPS"]=" 1"
D["GNULIB_TEST_EUIDACCESS"]=" 1"
D["GNULIB_TEST_EXP2"]=" 1"
D["HAVE_EXP2F"]=" 1"
D["GNULIB_TEST_EXP2F"]=" 1"
D["HAVE_EXP2L"]=" 1"
D["GNULIB_TEST_EXP2L"]=" 1"
D["HAVE_EXPF"]=" 1"
D["GNULIB_TEST_EXPF"]=" 1"
D["GNULIB_TEST_EXPL"]=" 1"
D["GNULIB_TEST_EXPM1"]=" 1"
D["HAVE_EXPM1F"]=" 1"
D["GNULIB_TEST_EXPM1F"]=" 1"
D["GNULIB_TEST_EXPM1L"]=" 1"
D["GNULIB_TEST_FABSF"]=" 1"
D["GNULIB_TEST_FABSL"]=" 1"
D["HAVE_ACCESS"]=" 1"
D["GNULIB_FACCESSAT"]=" 1"
D["GNULIB_TEST_FACCESSAT"]=" 1"
D["GNULIB_TEST_FCHDIR"]=" 1"
D["GNULIB_TEST_FCHMODAT"]=" 1"
D["GNULIB_TEST_FCHOWNAT"]=" 1"
D["FUNC_FFLUSH_STDIN"]=" 0"
D["GNULIB_TEST_FCLOSE"]=" 1"
D["GNULIB_TEST_FCNTL"]=" 1"
D["GNULIB_FD_SAFER_FLAG"]=" 1"
D["HAVE_FDATASYNC"]=" 1"
D["GNULIB_TEST_FDATASYNC"]=" 1"
D["GNULIB_TEST_FDOPEN"]=" 1"
D["HAVE_DECL_FDOPENDIR"]=" 1"
D["GNULIB_TEST_FDOPENDIR"]=" 1"
D["GNULIB_FDOPENDIR"]=" 1"
D["FUNC_FFLUSH_STDIN"]=" 0"
D["GNULIB_FFLUSH"]=" 1"
D["GNULIB_TEST_FFLUSH"]=" 1"
D["FLEXIBLE_ARRAY_MEMBER"]=" /**/"
D["GNULIB_TEST_FLOOR"]=" 1"
D["HAVE_DECL_FLOORF"]=" 1"
D["GNULIB_TEST_FLOORF"]=" 1"
D["GNULIB_TEST_FLOORL"]=" 1"
D["GNULIB_TEST_FMA"]=" 1"
D["GNULIB_TEST_FMAF"]=" 1"
D["GNULIB_TEST_FMAL"]=" 1"
D["GNULIB_TEST_FMOD"]=" 1"
D["HAVE_FMODF"]=" 1"
D["GNULIB_TEST_FMODF"]=" 1"
D["HAVE_FMODL"]=" 1"
D["GNULIB_TEST_FMODL"]=" 1"
D["GNULIB_TEST_FNMATCH"]=" 1"
D["GNULIB_TEST_FOPEN"]=" 1"
D["NEED_PRINTF_DIRECTIVE_A"]=" 1"
D["HAVE_NL_LANGINFO"]=" 1"
D["REPLACE_FPRINTF_POSIX"]=" 1"
D["GNULIB_TEST_FPRINTF_POSIX"]=" 1"
D["HAVE_DECL_FPURGE"]=" 1"
D["GNULIB_TEST_FPURGE"]=" 1"
D["GNULIB_TEST_FREOPEN"]=" 1"
D["GNULIB_TEST_FREXP"]=" 1"
D["HAVE_FREXP_IN_LIBC"]=" 1"
D["GNULIB_TEST_FREXP"]=" 1"
D["GNULIB_TEST_FREXPF"]=" 1"
D["GNULIB_TEST_FREXPL"]=" 1"
D["HAVE_FREXPL_IN_LIBC"]=" 1"
D["GNULIB_TEST_FREXPL"]=" 1"
D["GNULIB_TEST_FSEEK"]=" 1"
D["FUNC_FFLUSH_STDIN"]=" 0"
D["GNULIB_TEST_FSEEKO"]=" 1"
D["GNULIB_TEST_FSTAT"]=" 1"
D["HAVE_WORKING_FSTATAT_ZERO_FLAG"]=" 1"
D["GNULIB_TEST_FSTATAT"]=" 1"
D["GNULIB_TEST_FSYNC"]=" 1"
D["GNULIB_TEST_FTELL"]=" 1"
D["GNULIB_TEST_FTELLO"]=" 1"
D["GNULIB_TEST_FTRUNCATE"]=" 1"
D["GNULIB_TEST_FUTIMENS"]=" 1"
D["HAVE_GETADDRINFO"]=" 1"
D["HAVE_DECL_GAI_STRERROR"]=" 1"
D["HAVE_DECL_GAI_STRERRORA"]=" 0"
D["HAVE_STRUCT_SOCKADDR_SA_LEN"]=" 1"
D["HAVE_DECL_GETADDRINFO"]=" 1"
D["HAVE_DECL_FREEADDRINFO"]=" 1"
D["HAVE_DECL_GETNAMEINFO"]=" 1"
D["HAVE_STRUCT_ADDRINFO"]=" 1"
D["GNULIB_TEST_GETADDRINFO"]=" 1"
D["HAVE_GETPAGESIZE"]=" 1"
D["HAVE_MINIMALLY_WORKING_GETCWD"]=" 1"
D["HAVE_PARTLY_WORKING_GETCWD"]=" 1"
D["GNULIB_GETCWD"]=" 1"
D["GNULIB_TEST_GETCWD"]=" 1"
D["GNULIB_TEST_GETCWD"]=" 1"
D["GNULIB_TEST_GETDELIM"]=" 1"
D["GNULIB_TEST_GETDTABLESIZE"]=" 1"
D["HAVE_GETGROUPS"]=" 1"
D["GNULIB_TEST_GETGROUPS"]=" 1"
D["HAVE_GETHOSTNAME"]=" 1"
D["HOST_NAME_MAX"]=" 256"
D["GNULIB_TEST_GETHOSTNAME"]=" 1"
D["GNULIB_TEST_GETLINE"]=" 1"
D["GNULIB_TEST_GETLOGIN"]=" 1"
D["GNULIB_TEST_GETLOGIN_R"]=" 1"
D["__GETOPT_PREFIX"]=" rpl_"
D["GNULIB_TEST_GETOPT_POSIX"]=" 1"
D["GNULIB_TEST_GETPEERNAME"]=" 1"
D["HAVE_DECL_PROGRAM_INVOCATION_NAME"]=" 0"
D["HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME"]=" 0"
D["HAVE_DECL___ARGV"]=" 0"
D["HAVE_VAR___PROGNAME"]=" 1"
D["GNULIB_TEST_GETRANDOM"]=" 1"
D["GNULIB_TEST_GETRUSAGE"]=" 1"
D["GNULIB_TEST_GETSOCKNAME"]=" 1"
D["GNULIB_TEST_GETSOCKOPT"]=" 1"
D["GNULIB_TEST_GETSUBOPT"]=" 1"
D["GETTIMEOFDAY_TIMEZONE"]=" void"
D["GNULIB_TEST_GETTIMEOFDAY"]=" 1"
D["GNULIB_TEST_GLOB"]=" 1"
D["GNULIB_TEST_GRANTPT"]=" 1"
D["GNULIB_TEST_GROUP_MEMBER"]=" 1"
D["HAVE_GETHOSTBYNAME"]=" 1"
D["GNULIB_TEST_HYPOT"]=" 1"
D["HAVE_HYPOTF"]=" 1"
D["GNULIB_TEST_HYPOTF"]=" 1"
D["HAVE_HYPOTL"]=" 1"
D["GNULIB_TEST_HYPOTL"]=" 1"
D["GNULIB_TEST_ILOGB"]=" 1"
D["GNULIB_TEST_ILOGBF"]=" 1"
D["GNULIB_TEST_ILOGBL"]=" 1"
D["HAVE_DECL_INET_NTOP"]=" 1"
D["HAVE_DECL_INET_PTON"]=" 1"
D["HAVE_INLINE"]=" 1"
D["HAVE_IOCTL"]=" 1"
D["GNULIB_TEST_IOCTL"]=" 1"
D["GNULIB_TEST_ISATTY"]=" 1"
D["GNULIB_ISBLANK"]=" 1"
D["HAVE_DECL_ISFINITE"]=" 1"
D["GNULIB_TEST_ISFINITE"]=" 1"
D["HAVE_DECL_ISINF"]=" 1"
D["GNULIB_TEST_ISINF"]=" 1"
D["GNULIB_TEST_ISNAN"]=" 1"
D["GNULIB_TEST_ISNAND"]=" 1"
D["HAVE_ISNAND_IN_LIBC"]=" 1"
D["GNULIB_TEST_ISNANF"]=" 1"
D["HAVE_ISNANF_IN_LIBC"]=" 1"
D["GNULIB_TEST_ISNANL"]=" 1"
D["HAVE_ISNANL_IN_LIBC"]=" 1"
D["HAVE_DECL_ISWBLANK"]=" 1"
D["GNULIB_TEST_ISWBLANK"]=" 1"
D["GNULIB_TEST_ISWCTYPE"]=" 1"
D["GNULIB_TEST_ISWDIGIT"]=" 1"
D["GNULIB_TEST_ISWXDIGIT"]=" 1"
D["GNULIB_TEST_LCHMOD"]=" 1"
D["HAVE_LCHOWN"]=" 1"
D["GNULIB_TEST_LCHOWN"]=" 1"
D["GNULIB_TEST_LDEXPF"]=" 1"
D["HAVE_LDEXPL"]=" 1"
D["GNULIB_TEST_LDEXPL"]=" 1"
D["HAVE___INLINE"]=" 1"
D["GNULIB_TEST_LINK"]=" 1"
D["LINK_FOLLOWS_SYMLINKS"]=" 1"
D["LINKAT_TRAILING_SLASH_BUG"]=" 1"
D["LINKAT_SYMLINK_NOTSUP"]=" 0"
D["GNULIB_TEST_LINKAT"]=" 1"
D["GNULIB_TEST_LISTEN"]=" 1"
D["GNULIB_TEST_LOCALECONV"]=" 1"
D["GNULIB_TEST_LOCALENAME"]=" 1"
D["GNULIB_TEST_LOCALTIME"]=" 1"
D["HAVE_PTHREAD_RWLOCK"]=" 1"
D["HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER"]=" 1"
D["HAVE_PTHREAD_MUTEX_RECURSIVE"]=" 1"
D["GNULIB_LOCK"]=" 1"
D["GNULIB_TEST_LOG"]=" 1"
D["GNULIB_TEST_LOG10"]=" 1"
D["HAVE_LOG10F"]=" 1"
D["GNULIB_TEST_LOG10F"]=" 1"
D["HAVE_LOG10L"]=" 1"
D["GNULIB_TEST_LOG10L"]=" 1"
D["HAVE_LOG1P"]=" 1"
D["GNULIB_TEST_LOG1P"]=" 1"
D["HAVE_LOG1PF"]=" 1"
D["GNULIB_TEST_LOG1PF"]=" 1"
D["HAVE_LOG1PL"]=" 1"
D["GNULIB_TEST_LOG1PL"]=" 1"
D["HAVE_LOG2"]=" 1"
D["GNULIB_TEST_LOG2"]=" 1"
D["HAVE_LOG2F"]=" 1"
D["GNULIB_TEST_LOG2F"]=" 1"
D["HAVE_LOG2L"]=" 1"
D["GNULIB_TEST_LOG2L"]=" 1"
D["HAVE_DECL_LOGB"]=" 1"
D["GNULIB_TEST_LOGB"]=" 1"
D["GNULIB_TEST_LOGBF"]=" 1"
D["GNULIB_TEST_LOGBL"]=" 1"
D["HAVE_LOGF"]=" 1"
D["GNULIB_TEST_LOGF"]=" 1"
D["GNULIB_TEST_LOGL"]=" 1"
D["GNULIB_TEST_LSEEK"]=" 1"
D["GNULIB_TEST_LSTAT"]=" 1"
D["HAVE_MALLOC_POSIX"]=" 1"
D["GNULIB_TEST_MALLOC_POSIX"]=" 1"
D["GNULIB_TEST_MBRLEN"]=" 1"
D["GNULIB_TEST_MBRTOC32"]=" 1"
D["GNULIB_TEST_MBRTOWC"]=" 1"
D["GNULIB_TEST_MBSINIT"]=" 1"
D["GNULIB_TEST_MBSNRTOWCS"]=" 1"
D["GNULIB_TEST_MBSRTOWCS"]=" 1"
D["HAVE_MBTOWC"]=" 1"
D["GNULIB_TEST_MBTOWC"]=" 1"
D["GNULIB_TEST_MEMCHR"]=" 1"
D["HAVE_MEMCPY"]=" 1"
D["HAVE_MEMMOVE"]=" 1"
D["GNULIB_TEST_MEMPCPY"]=" 1"
D["GNULIB_TEST_MEMRCHR"]=" 1"
D["HAVE_MEMSET"]=" 1"
D["GNULIB_TEST_MKDIRAT"]=" 1"
D["HAVE_MKDTEMP"]=" 1"
D["GNULIB_TEST_MKDTEMP"]=" 1"
D["HAVE_MKFIFO"]=" 1"
D["MKFIFO_TRAILING_SLASH_BUG"]=" 1"
D["GNULIB_TEST_MKFIFO"]=" 1"
D["GNULIB_TEST_MKFIFOAT"]=" 1"
D["GNULIB_TEST_MKNODAT"]=" 1"
D["GNULIB_TEST_MKNOD"]=" 1"
D["GNULIB_TEST_MKSTEMP"]=" 1"
D["NEED_MKTIME_WORKING"]=" 1"
D["GNULIB_TEST_MKTIME"]=" 1"
D["GNULIB_TEST_MODF"]=" 1"
D["GNULIB_TEST_MODFF"]=" 1"
D["GNULIB_TEST_MODFL"]=" 1"
D["GNULIB_MSVC_NOTHROW"]=" 1"
D["GNULIB_TEST_MTX"]=" 1"
D["HAVE_BUG_BIG_NANOSLEEP"]=" 1"
D["GNULIB_TEST_NANOSLEEP"]=" 1"
D["FUNC_NL_LANGINFO_YESEXPR_WORKS"]=" 1"
D["NL_LANGINFO_MTSAFE"]=" 1"
D["REPLACE_NL_LANGINFO"]=" 1"
D["GNULIB_TEST_NL_LANGINFO"]=" 1"
D["GNULIB_TEST_NONBLOCKING"]=" 1"
D["GNULIB_NONBLOCKING"]=" 1"
D["OPEN_TRAILING_SLASH_BUG"]=" 1"
D["GNULIB_TEST_OPEN"]=" 1"
D["GNULIB_OPENAT"]=" 1"
D["GNULIB_TEST_OPENAT"]=" 1"
D["HAVE_OPENDIR"]=" 1"
D["GNULIB_TEST_OPENDIR"]=" 1"
D["GNULIB_TEST_PCLOSE"]=" 1"
D["GNULIB_TEST_PERROR"]=" 1"
D["GNULIB_TEST_PIPE"]=" 1"
D["GNULIB_TEST_POLL"]=" 1"
D["GNULIB_TEST_POPEN"]=" 1"
D["GNULIB_TEST_POSIX_MEMALIGN"]=" 1"
D["GNULIB_TEST_POSIX_OPENPT"]=" 1"
D["GNULIB_TEST_POSIX_SPAWN"]=" 1"
D["GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE"]=" 1"
D["GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2"]=" 1"
D["GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN"]=" 1"
D["GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY"]=" 1"
D["GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT"]=" 1"
D["GNULIB_TEST_POSIX_SPAWNATTR_DESTROY"]=" 1"
D["GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS"]=" 1"
D["GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP"]=" 1"
D["GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM"]=" 1"
D["GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY"]=" 1"
D["GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT"]=" 1"
D["GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK"]=" 1"
D["GNULIB_TEST_POSIX_SPAWNATTR_INIT"]=" 1"
D["GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS"]=" 1"
D["GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP"]=" 1"
D["GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM"]=" 1"
D["GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY"]=" 1"
D["GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT"]=" 1"
D["GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK"]=" 1"
D["GNULIB_TEST_POSIX_SPAWNP"]=" 1"
D["HAVE_POWF"]=" 1"
D["GNULIB_TEST_POWF"]=" 1"
D["GNULIB_TEST_PREAD"]=" 1"
D["HAVE_FREXP_IN_LIBC"]=" 1"
D["HAVE_LDEXP_IN_LIBC"]=" 1"
D["HAVE_FREXPL_IN_LIBC"]=" 1"
D["HAVE_LDEXPL_IN_LIBC"]=" 1"
D["REPLACE_PRINTF_POSIX"]=" 1"
D["GNULIB_TEST_PRINTF_POSIX"]=" 1"
D["GNULIB_TEST_PTHREAD_COND"]=" 1"
D["HAVE_PTHREAD_T"]=" 1"
D["PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED"]=" 1"
D["GNULIB_TEST_PTHREAD_MUTEX"]=" 1"
D["GNULIB_TEST_PTHREAD_ONCE"]=" 1"
D["PTHREAD_RWLOCK_LACKS_TIMEOUT"]=" 1"
D["GNULIB_TEST_PTHREAD_RWLOCK"]=" 1"
D["GNULIB_TEST_PTHREAD_SPIN"]=" 1"
D["GNULIB_TEST_PTHREAD_THREAD"]=" 1"
D["GNULIB_TEST_PTHREAD_TSS"]=" 1"
D["GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK"]=" 1"
D["GNULIB_TEST_PTHREAD_SIGMASK"]=" 1"
D["HAVE_PTSNAME"]=" 1"
D["GNULIB_TEST_PTSNAME"]=" 1"
D["HAVE_ESSENTIALLY_WORKING_PTSNAME_R"]=" 1"
D["GNULIB_TEST_PTSNAME_R"]=" 1"
D["GNULIB_TEST_PWRITE"]=" 1"
D["HAVE_RAISE"]=" 1"
D["GNULIB_TEST_RAISE"]=" 1"
D["HAVE_INITSTATE"]=" 1"
D["HAVE_SETSTATE"]=" 1"
D["GNULIB_TEST_RANDOM"]=" 1"
D["GNULIB_TEST_RANDOM_R"]=" 1"
D["GNULIB_TEST_RAWMEMCHR"]=" 1"
D["GNULIB_TEST_READ"]=" 1"
D["HAVE_READDIR"]=" 1"
D["GNULIB_TEST_READDIR"]=" 1"
D["READLINK_TRAILING_SLASH_BUG"]=" 1"
D["GNULIB_TEST_READLINK"]=" 1"
D["GNULIB_TEST_READLINKAT"]=" 1"
D["HAVE_REALLOC_POSIX"]=" 1"
D["GNULIB_TEST_REALLOC_POSIX"]=" 1"
D["GNULIB_TEST_RECV"]=" 1"
D["GNULIB_TEST_RECVFROM"]=" 1"
D["_REGEX_INCLUDE_LIMITS_H"]=" 1"
D["_REGEX_LARGE_OFFSETS"]=" 1"
D["re_syntax_options"]=" rpl_re_syntax_options"
D["re_set_syntax"]=" rpl_re_set_syntax"
D["re_compile_pattern"]=" rpl_re_compile_pattern"
D["re_compile_fastmap"]=" rpl_re_compile_fastmap"
D["re_search"]=" rpl_re_search"
D["re_search_2"]=" rpl_re_search_2"
D["re_match"]=" rpl_re_match"
D["re_match_2"]=" rpl_re_match_2"
D["re_set_registers"]=" rpl_re_set_registers"
D["re_comp"]=" rpl_re_comp"
D["re_exec"]=" rpl_re_exec"
D["regcomp"]=" rpl_regcomp"
D["regexec"]=" rpl_regexec"
D["regerror"]=" rpl_regerror"
D["regfree"]=" rpl_regfree"
D["HAVE_DECL_ISBLANK"]=" 1"
D["GNULIB_TEST_REMAINDER"]=" 1"
D["GNULIB_TEST_REMAINDERF"]=" 1"
D["HAVE_DECL_REMAINDERL"]=" 1"
D["GNULIB_TEST_REMAINDERL"]=" 1"
D["GNULIB_TEST_REMOVE"]=" 1"
D["RENAME_TRAILING_SLASH_DEST_BUG"]=" 1"
D["RENAME_TRAILING_SLASH_SOURCE_BUG"]=" 1"
D["GNULIB_TEST_RENAME"]=" 1"
D["GNULIB_TEST_RENAMEAT"]=" 1"
D["HAVE_REWINDDIR"]=" 1"
D["GNULIB_TEST_REWINDDIR"]=" 1"
D["GNULIB_TEST_RINT"]=" 1"
D["HAVE_DECL_RINTF"]=" 1"
D["GNULIB_TEST_RINTF"]=" 1"
D["GNULIB_TEST_RINTL"]=" 1"
D["GNULIB_TEST_RMDIR"]=" 1"
D["HAVE_DECL_ROUND"]=" 1"
D["GNULIB_TEST_ROUND"]=" 1"
D["HAVE_DECL_ROUNDF"]=" 1"
D["GNULIB_TEST_ROUNDF"]=" 1"
D["HAVE_DECL_ROUNDL"]=" 1"
D["GNULIB_TEST_ROUNDL"]=" 1"
D["HAVE_SCANDIR"]=" 1"
D["GNULIB_TEST_SCANDIR"]=" 1"
D["HAVE_SCHED_H"]=" 1"
D["GNULIB_TEST_SCHED_YIELD"]=" 1"
D["HAVE_ISSETUGID"]=" 1"
D["GNULIB_TEST_SECURE_GETENV"]=" 1"
D["GNULIB_TEST_SELECT"]=" 1"
D["GNULIB_TEST_SEND"]=" 1"
D["GNULIB_TEST_SENDTO"]=" 1"
D["HAVE_GETSERVBYNAME"]=" 1"
D["GNULIB_TEST_SETENV"]=" 1"
D["NEED_SETLOCALE_IMPROVED"]=" 0"
D["NEED_SETLOCALE_MTSAFE"]=" 1"
D["GNULIB_TEST_SETLOCALE"]=" 1"
D["SETLOCALE_NULL_ALL_MTSAFE"]=" 0"
D["SETLOCALE_NULL_ONE_MTSAFE"]=" 1"
D["HAVE_VISIBILITY"]=" 1"
D["GNULIB_TEST_SETLOCALE_NULL"]=" 1"
D["GNULIB_TEST_SETSOCKOPT"]=" 1"
D["GNULIB_TEST_SHUTDOWN"]=" 1"
D["HAVE_STRUCT_SIGACTION_SA_SIGACTION"]=" 1"
D["GNULIB_TEST_SIGACTION"]=" 1"
D["GNULIB_TEST_SIGNBIT"]=" 1"
D["GNULIB_SIGPIPE"]=" 1"
D["GNULIB_TEST_SIGPROCMASK"]=" 1"
D["HAVE_SINF"]=" 1"
D["GNULIB_TEST_SINF"]=" 1"
D["HAVE_SINHF"]=" 1"
D["GNULIB_TEST_SINHF"]=" 1"
D["GNULIB_TEST_SINL"]=" 1"
D["HAVE_STDINT_H"]=" 1"
D["HAVE_DECL_SLEEP"]=" 1"
D["GNULIB_TEST_SLEEP"]=" 1"
D["HAVE_SNPRINTF"]=" 1"
D["GNULIB_TEST_SNPRINTF"]=" 1"
D["GNULIB_SNPRINTF"]=" 1"
D["HAVE_SNPRINTF"]=" 1"
D["NEED_PRINTF_DIRECTIVE_A"]=" 1"
D["HAVE_NL_LANGINFO"]=" 1"
D["GNULIB_TEST_SOCKET"]=" 1"
D["HAVE_POSIX_SPAWNATTR_T"]=" 1"
D["HAVE_POSIX_SPAWN_FILE_ACTIONS_T"]=" 1"
D["NEED_PRINTF_DIRECTIVE_A"]=" 1"
D["HAVE_NL_LANGINFO"]=" 1"
D["GNULIB_TEST_SPRINTF_POSIX"]=" 1"
D["HAVE_SQRTF"]=" 1"
D["GNULIB_TEST_SQRTF"]=" 1"
D["GNULIB_TEST_SQRTL"]=" 1"
D["REPLACE_FUNC_STAT_FILE"]=" 1"
D["GNULIB_TEST_STAT"]=" 1"
D["HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC"]=" 1"
D["HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC"]=" 1"
D["GNULIB_STATAT"]=" 1"
D["__USE_MINGW_ANSI_STDIO"]=" 1"
D["GNULIB_FSCANF"]=" 1"
D["GNULIB_SCANF"]=" 1"
D["HAVE_STPCPY"]=" 1"
D["GNULIB_TEST_STPCPY"]=" 1"
D["HAVE_STPNCPY"]=" 1"
D["GNULIB_TEST_STPNCPY"]=" 1"
D["HAVE_STRCASECMP"]=" 1"
D["HAVE_STRNCASECMP"]=" 1"
D["HAVE_DECL_STRNCASECMP"]=" 1"
D["GNULIB_TEST_STRCHRNUL"]=" 1"
D["HAVE_STRCSPN"]=" 1"
D["GNULIB_TEST_STRDUP"]=" 1"
D["GNULIB_TEST_STRDUP"]=" 1"
D["GNULIB_STRERROR"]=" 1"
D["GNULIB_TEST_STRERROR"]=" 1"
D["GNULIB_TEST_STRERROR_R"]=" 1"
D["GNULIB_STRERROR_R_POSIX"]=" 1"
D["GNULIB_TEST_STRFTIME"]=" 1"
D["GNULIB_TEST_STRNCAT"]=" 1"
D["GNULIB_TEST_STRNDUP"]=" 1"
D["GNULIB_TEST_STRNLEN"]=" 1"
D["HAVE_STRPBRK"]=" 1"
D["GNULIB_TEST_STRPBRK"]=" 1"
D["GNULIB_TEST_STRPTIME"]=" 1"
D["HAVE_STRSIGNAL"]=" 1"
D["GNULIB_TEST_STRSIGNAL"]=" 1"
D["GNULIB_TEST_STRSTR"]=" 1"
D["GNULIB_TEST_STRTOD"]=" 1"
D["HAVE_STRTOK_R"]=" 1"
D["GNULIB_TEST_STRTOK_R"]=" 1"
D["HAVE_STRTOL"]=" 1"
D["GNULIB_TEST_STRTOLD"]=" 1"
D["HAVE_STRTOLL"]=" 1"
D["GNULIB_TEST_STRTOLL"]=" 1"
D["HAVE_STRTOUL"]=" 1"
D["HAVE_STRTOULL"]=" 1"
D["GNULIB_TEST_STRTOULL"]=" 1"
D["GNULIB_TEST_SYMLINK"]=" 1"
D["GNULIB_TEST_SYMLINKAT"]=" 1"
D["HAVE_STRUCT_TMS"]=" 1"
D["HAVE_STRUCT_UTSNAME"]=" 1"
D["GNULIB_TEST_SYSTEM_POSIX"]=" 1"
D["HAVE_TANF"]=" 1"
D["GNULIB_TEST_TANF"]=" 1"
D["HAVE_TANHF"]=" 1"
D["GNULIB_TEST_TANHF"]=" 1"
D["GNULIB_TEST_TANL"]=" 1"
D["HAVE_DECL_TCGETSID"]=" 1"
D["GNULIB_TEST_TCGETSID"]=" 1"
D["GNULIB_TEMPNAME"]=" 1"
D["GNULIB_TEST_THRD"]=" 1"
D["HAVE_DECL_LOCALTIME_R"]=" 1"
D["GNULIB_TEST_TIME_R"]=" 1"
D["GNULIB_TEST_TMPFILE"]=" 1"
D["GNULIB_TEST_TOWCTRANS"]=" 1"
D["HAVE_DECL_TRUNC"]=" 1"
D["GNULIB_TEST_TRUNC"]=" 1"
D["GNULIB_TEST_TRUNCATE"]=" 1"
D["HAVE_DECL_TRUNCF"]=" 1"
D["GNULIB_TEST_TRUNCF"]=" 1"
D["HAVE_DECL_TRUNCL"]=" 1"
D["GNULIB_TEST_TRUNCL"]=" 1"
D["HAVE_TSEARCH"]=" 1"
D["HAVE_TWALK"]=" 1"
D["GNULIB_TEST_TSEARCH"]=" 1"
D["GNULIB_TEST_TSS"]=" 1"
D["HAVE_TTYNAME_R"]=" 1"
D["HAVE_POSIXDECL_TTYNAME_R"]=" 1"
D["GNULIB_TEST_TTYNAME_R"]=" 1"
D["GNULIB_TEST_TZSET"]=" 1"
D["HAVE_UNAME"]=" 1"
D["GNULIB_UNISTR_U8_MBTOUCR"]=" 1"
D["GNULIB_UNISTR_U8_UCTOMB"]=" 1"
D["GNULIB_TEST_UNLINK"]=" 1"
D["GNULIB_TEST_UNLINKAT"]=" 1"
D["HAVE_UNLOCKPT"]=" 1"
D["GNULIB_TEST_UNLOCKPT"]=" 1"
D["HAVE_UNSETENV"]=" 1"
D["GNULIB_TEST_UNSETENV"]=" 1"
D["HAVE_UTIME"]=" 1"
D["GNULIB_TEST_UTIME"]=" 1"
D["GNULIB_TEST_UTIMENSAT"]=" 1"
D["GNULIB_TEST_VDPRINTF"]=" 1"
D["NEED_PRINTF_DIRECTIVE_A"]=" 1"
D["HAVE_NL_LANGINFO"]=" 1"
D["NEED_PRINTF_DIRECTIVE_A"]=" 1"
D["HAVE_NL_LANGINFO"]=" 1"
D["REPLACE_VFPRINTF_POSIX"]=" 1"
D["GNULIB_TEST_VFPRINTF_POSIX"]=" 1"
D["GNULIB_VFPRINTF_POSIX"]=" 1"
D["GNULIB_TEST_VFSCANF"]=" 1"
D["GNULIB_VFSCANF"]=" 1"
D["REPLACE_VPRINTF_POSIX"]=" 1"
D["GNULIB_TEST_VPRINTF_POSIX"]=" 1"
D["GNULIB_VPRINTF_POSIX"]=" 1"
D["GNULIB_TEST_VSCANF"]=" 1"
D["GNULIB_VSCANF"]=" 1"
D["HAVE_VSNPRINTF"]=" 1"
D["GNULIB_TEST_VSNPRINTF"]=" 1"
D["HAVE_VSNPRINTF"]=" 1"
D["NEED_PRINTF_DIRECTIVE_A"]=" 1"
D["HAVE_NL_LANGINFO"]=" 1"
D["NEED_PRINTF_DIRECTIVE_A"]=" 1"
D["HAVE_NL_LANGINFO"]=" 1"
D["GNULIB_TEST_VSPRINTF_POSIX"]=" 1"
D["GNULIB_TEST_WAITPID"]=" 1"
D["GNULIB_TEST_WCPCPY"]=" 1"
D["GNULIB_TEST_WCPNCPY"]=" 1"
D["GNULIB_TEST_WCRTOMB"]=" 1"
D["GNULIB_TEST_WCSCASECMP"]=" 1"
D["GNULIB_TEST_WCSCAT"]=" 1"
D["GNULIB_TEST_WCSCHR"]=" 1"
D["GNULIB_TEST_WCSCMP"]=" 1"
D["GNULIB_TEST_WCSCOLL"]=" 1"
D["GNULIB_TEST_WCSCPY"]=" 1"
D["GNULIB_TEST_WCSCSPN"]=" 1"
D["GNULIB_TEST_WCSDUP"]=" 1"
D["GNULIB_TEST_WCSFTIME"]=" 1"
D["GNULIB_TEST_WCSLEN"]=" 1"
D["GNULIB_TEST_WCSNCASECMP"]=" 1"
D["GNULIB_TEST_WCSNCAT"]=" 1"
D["GNULIB_TEST_WCSNCMP"]=" 1"
D["GNULIB_TEST_WCSNCPY"]=" 1"
D["GNULIB_TEST_WCSNLEN"]=" 1"
D["GNULIB_TEST_WCSNRTOMBS"]=" 1"
D["GNULIB_TEST_WCSPBRK"]=" 1"
D["GNULIB_TEST_WCSRCHR"]=" 1"
D["GNULIB_TEST_WCSRTOMBS"]=" 1"
D["GNULIB_TEST_WCSSPN"]=" 1"
D["GNULIB_TEST_WCSSTR"]=" 1"
D["GNULIB_TEST_WCSTOK"]=" 1"
D["GNULIB_TEST_WCSWIDTH"]=" 1"
D["GNULIB_TEST_WCSXFRM"]=" 1"
D["HAVE_DECL_WCTOB"]=" 1"
D["GNULIB_TEST_WCTOB"]=" 1"
D["GNULIB_TEST_WCTOMB"]=" 1"
D["GNULIB_TEST_WCTRANS"]=" 1"
D["GNULIB_TEST_WCTYPE"]=" 1"
D["HAVE_TOWLOWER"]=" 1"
D["HAVE_DECL_WCWIDTH"]=" 1"
D["GNULIB_TEST_WCWIDTH"]=" 1"
D["GNULIB_TEST_WMEMCHR"]=" 1"
D["GNULIB_TEST_WMEMCMP"]=" 1"
D["GNULIB_TEST_WMEMCPY"]=" 1"
D["GNULIB_TEST_WMEMMOVE"]=" 1"
D["GNULIB_TEST_WMEMPCPY"]=" 1"
D["GNULIB_TEST_WMEMSET"]=" 1"
D["GNULIB_TEST_WRITE"]=" 1"
D["HAVE_STDINT_H"]=" 1"
D["GNULIB_TEST_BTOC32"]=" 1"
D["GNULIB_TEST_C32TOB"]=" 1"
D["HAVE_WORKING_USELOCALE"]=" 1"
D["GNULIB_FILENAMECAT"]=" IN_GNULIB_TESTS"
D["HAVE_MAP_ANONYMOUS"]=" 1"
D["GNULIB_TEST_GETPAGESIZE"]=" 1"
D["FLT_EXPBIT0_WORD"]=" 0"
D["FLT_EXPBIT0_BIT"]=" 23"
D["DBL_EXPBIT0_WORD"]=" 1"
D["DBL_EXPBIT0_BIT"]=" 20"
D["LDBL_EXPBIT0_WORD"]=" 1"
D["LDBL_EXPBIT0_BIT"]=" 20"
D["FLT_EXPBIT0_WORD"]=" 0"
D["FLT_EXPBIT0_BIT"]=" 23"
D["DBL_EXPBIT0_WORD"]=" 1"
D["DBL_EXPBIT0_BIT"]=" 20"
D["LDBL_EXPBIT0_WORD"]=" 1"
D["LDBL_EXPBIT0_BIT"]=" 20"
D["FLT_EXPBIT0_WORD"]=" 0"
D["FLT_EXPBIT0_BIT"]=" 23"
D["DBL_EXPBIT0_WORD"]=" 1"
D["DBL_EXPBIT0_BIT"]=" 20"
D["LDBL_EXPBIT0_WORD"]=" 1"
D["LDBL_EXPBIT0_BIT"]=" 20"
D["DBL_EXPBIT0_WORD"]=" 1"
D["DBL_EXPBIT0_BIT"]=" 20"
D["DBL_EXPBIT0_WORD"]=" 1"
D["DBL_EXPBIT0_BIT"]=" 20"
D["FLT_EXPBIT0_WORD"]=" 0"
D["FLT_EXPBIT0_BIT"]=" 23"
D["FLT_EXPBIT0_WORD"]=" 0"
D["FLT_EXPBIT0_BIT"]=" 23"
D["LDBL_EXPBIT0_WORD"]=" 1"
D["LDBL_EXPBIT0_BIT"]=" 20"
D["LDBL_EXPBIT0_WORD"]=" 1"
D["LDBL_EXPBIT0_BIT"]=" 20"
D["HAVE_MAP_ANONYMOUS"]=" 1"
D["HAVE_MAP_ANONYMOUS"]=" 1"
D["HAVE_MAP_ANONYMOUS"]=" 1"
D["HAVE_IF_NAMEINDEX"]=" 1"
D["HAVE_DECL__PUTENV"]=" 0"
D["GNULIB_TEST_PUTENV"]=" 1"
D["HAVE_MAP_ANONYMOUS"]=" 1"
D["CHECK_SNPRINTF_POSIX"]=" 1"
D["HAVE_MAP_ANONYMOUS"]=" 1"
D["HAVE_MAP_ANONYMOUS"]=" 1"
D["HAVE_MAP_ANONYMOUS"]=" 1"
D["HAVE_PTHREAD_ATFORK"]=" 1"
D["GNULIB_TEST_USLEEP"]=" 1"
D["HAVE_MAP_ANONYMOUS"]=" 1"
D["CHECK_VSNPRINTF_POSIX"]=" 1"
D["HAVE_WAITID"]=" 1"
D["GNULIB_XALLOC"]=" IN_GNULIB_TESTS"
D["GNULIB_XALLOC_DIE"]=" IN_GNULIB_TESTS"
  for (key in D) D_is_set[key] = 1
  FS = "\a"
}
/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
  line = $ 0
  split(line, arg, " ")
  if (arg[1] == "#") {
    defundef = arg[2]
    mac1 = arg[3]
  } else {
    defundef = substr(arg[1], 2)
    mac1 = arg[2]
  }
  split(mac1, mac2, "(") #)
  macro = mac2[1]
  prefix = substr(line, 1, index(line, defundef) - 1)
  if (D_is_set[macro]) {
    # Preserve the white space surrounding the "#".
    print prefix "define", macro P[macro] D[macro]
    next
  } else {
    # Replace #undef with comments.  This is necessary, for example,
    # in the case of _POSIX_SOURCE, which is predefined and required
    # on some systems where configure will not decide to define it.
    if (defundef == "undef") {
      print "/*", prefix defundef, macro, "*/"
      next
    }
  }
}
{ print }
_ACAWK
  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
fi # test -n "$CONFIG_HEADERS"


eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
shift
for ac_tag
do
  case $ac_tag in
  :[FHLC]) ac_mode=$ac_tag; continue;;
  esac
  case $ac_mode$ac_tag in
  :[FHL]*:*);;
  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  :[FH]-) ac_tag=-:-;;
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  esac
  ac_save_IFS=$IFS
  IFS=:
  set x $ac_tag
  IFS=$ac_save_IFS
  shift
  ac_file=$1
  shift

  case $ac_mode in
  :L) ac_source=$1;;
  :[FH])
    ac_file_inputs=
    for ac_f
    do
      case $ac_f in
      -) ac_f="$ac_tmp/stdin";;
      *) # Look for the file first in the build tree, then in the source tree
	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
	 # because $ac_f cannot contain `:'.
	 test -f "$ac_f" ||
	   case $ac_f in
	   [\\/$]*) false;;
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
	   esac ||
	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
      esac
      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
      as_fn_append ac_file_inputs " '$ac_f'"
    done

    # Let's still pretend it is `configure' which instantiates (i.e., don't
    # use $as_me), people would be surprised to read:
    #    /* config.h.  Generated by config.status.  */
    configure_input='Generated from '`
	  $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
	`' by configure.'
    if test x"$ac_file" != x-; then
      configure_input="$ac_file.  $configure_input"
      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
$as_echo "$as_me: creating $ac_file" >&6;}
    fi
    # Neutralize special characters interpreted by sed in replacement strings.
    case $configure_input in #(
    *\&* | *\|* | *\\* )
       ac_sed_conf_input=`$as_echo "$configure_input" |
       sed 's/[\\\\&|]/\\\\&/g'`;; #(
    *) ac_sed_conf_input=$configure_input;;
    esac

    case $ac_tag in
    *:-:* | *:-) cat >"$ac_tmp/stdin" \
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
    esac
    ;;
  esac

  ac_dir=`$as_dirname -- "$ac_file" ||
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$ac_file" : 'X\(//\)[^/]' \| \
	 X"$ac_file" : 'X\(//\)$' \| \
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$ac_file" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
  as_dir="$ac_dir"; as_fn_mkdir_p
  ac_builddir=.

case "$ac_dir" in
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
*)
  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
  # A ".." for each directory in $ac_dir_suffix.
  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
  case $ac_top_builddir_sub in
  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
  esac ;;
esac
ac_abs_top_builddir=$ac_pwd
ac_abs_builddir=$ac_pwd$ac_dir_suffix
# for backward compatibility:
ac_top_builddir=$ac_top_build_prefix

case $srcdir in
  .)  # We are building in place.
    ac_srcdir=.
    ac_top_srcdir=$ac_top_builddir_sub
    ac_abs_top_srcdir=$ac_pwd ;;
  [\\/]* | ?:[\\/]* )  # Absolute name.
    ac_srcdir=$srcdir$ac_dir_suffix;
    ac_top_srcdir=$srcdir
    ac_abs_top_srcdir=$srcdir ;;
  *) # Relative name.
    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
    ac_top_srcdir=$ac_top_build_prefix$srcdir
    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
esac
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix


  case $ac_mode in
  :F)
  #
  # CONFIG_FILE
  #

  case $INSTALL in
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  esac
  ac_MKDIR_P=$MKDIR_P
  case $MKDIR_P in
  [\\/$]* | ?:[\\/]* ) ;;
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
  esac
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen=
ac_sed_dataroot='
/datarootdir/ {
  p
  q
}
/@datadir@/p
/@docdir@/p
/@infodir@/p
/@localedir@/p
/@mandir@/p'
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
*datarootdir*) ac_datarootdir_seen=yes;;
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  ac_datarootdir_hack='
  s&@datadir@&${datarootdir}&g
  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
  s&@infodir@&${datarootdir}/info&g
  s&@localedir@&${datarootdir}/locale&g
  s&@mandir@&${datarootdir}/man&g
  s&\${datarootdir}&${prefix}/share&g' ;;
esac
ac_sed_extra="/^[	 ]*VPATH[	 ]*=[	 ]*/{
h
s///
s/^/:/
s/[	 ]*$/:/
s/:\$(srcdir):/:/g
s/:\${srcdir}:/:/g
s/:@srcdir@:/:/g
s/^:*//
s/:*$//
x
s/\(=[	 ]*\).*/\1/
G
s/\n//
s/^[^=]*=[	 ]*$//
}

:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s|@configure_input@|$ac_sed_conf_input|;t t
s&@top_builddir@&$ac_top_builddir_sub&;t t
s&@top_build_prefix@&$ac_top_build_prefix&;t t
s&@srcdir@&$ac_srcdir&;t t
s&@abs_srcdir@&$ac_abs_srcdir&;t t
s&@top_srcdir@&$ac_top_srcdir&;t t
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
s&@builddir@&$ac_builddir&;t t
s&@abs_builddir@&$ac_abs_builddir&;t t
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
s&@INSTALL@&$ac_INSTALL&;t t
s&@MKDIR_P@&$ac_MKDIR_P&;t t
$ac_datarootdir_hack
"
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5

test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
      "$ac_tmp/out"`; test -z "$ac_out"; } &&
  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined.  Please make sure it is defined" >&5
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined.  Please make sure it is defined" >&2;}

  rm -f "$ac_tmp/stdin"
  case $ac_file in
  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  esac \
  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 ;;
  :H)
  #
  # CONFIG_HEADER
  #
  if test x"$ac_file" != x-; then
    {
      $as_echo "/* $configure_input  */" \
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
    } >"$ac_tmp/config.h" \
      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
$as_echo "$as_me: $ac_file is unchanged" >&6;}
    else
      rm -f "$ac_file"
      mv "$ac_tmp/config.h" "$ac_file" \
	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
    fi
  else
    $as_echo "/* $configure_input  */" \
      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
      || as_fn_error $? "could not create -" "$LINENO" 5
  fi
# Compute "$ac_file"'s index in $config_headers.
_am_arg="$ac_file"
_am_stamp_count=1
for _am_header in $config_headers :; do
  case $_am_header in
    $_am_arg | $_am_arg:* )
      break ;;
    * )
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
  esac
done
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$_am_arg" : 'X\(//\)[^/]' \| \
	 X"$_am_arg" : 'X\(//\)$' \| \
	 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$_am_arg" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`/stamp-h$_am_stamp_count
 ;;

  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
$as_echo "$as_me: executing $ac_file commands" >&6;}
 ;;
  esac


  case $ac_file$ac_mode in
    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
  # Older Autoconf quotes --file arguments for eval, but not when files
  # are listed without --file.  Let's play safe and only enable the eval
  # if we detect the quoting.
  # TODO: see whether this extra hack can be removed once we start
  # requiring Autoconf 2.70 or later.
  case $CONFIG_FILES in #(
  *\'*) :
    eval set x "$CONFIG_FILES" ;; #(
  *) :
    set x $CONFIG_FILES ;; #(
  *) :
     ;;
esac
  shift
  # Used to flag and report bootstrapping failures.
  am_rc=0
  for am_mf
  do
    # Strip MF so we end up with the name of the file.
    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
    # Check whether this is an Automake generated Makefile which includes
    # dependency-tracking related rules and includes.
    # Grep'ing the whole file directly is not great: AIX grep has a line
    # limit of 2048, but all sed's we know have understand at least 4000.
    sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
      || continue
    am_dirpart=`$as_dirname -- "$am_mf" ||
$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$am_mf" : 'X\(//\)[^/]' \| \
	 X"$am_mf" : 'X\(//\)$' \| \
	 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X"$am_mf" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
    am_filepart=`$as_basename -- "$am_mf" ||
$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
	 X"$am_mf" : 'X\(//\)$' \| \
	 X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
$as_echo X/"$am_mf" |
    sed '/^.*\/\([^/][^/]*\)\/*$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\/\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
    { echo "$as_me:$LINENO: cd "$am_dirpart" \
      && sed -e '/# am--include-marker/d' "$am_filepart" \
        | $MAKE -f - am--depfiles" >&5
   (cd "$am_dirpart" \
      && sed -e '/# am--include-marker/d' "$am_filepart" \
        | $MAKE -f - am--depfiles) >&5 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); } || am_rc=$?
  done
  if test $am_rc -ne 0; then
    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "Something went wrong bootstrapping makefile fragments
    for automatic dependency tracking.  If GNU make was not used, consider
    re-running the configure script with MAKE=\"gmake\" (or whatever is
    necessary).  You can also try re-running configure with the
    '--disable-dependency-tracking' option to at least be able to build
    the package (albeit without support for automatic dependency tracking).
See \`config.log' for more details" "$LINENO" 5; }
  fi
  { am_dirpart=; unset am_dirpart;}
  { am_filepart=; unset am_filepart;}
  { am_mf=; unset am_mf;}
  { am_rc=; unset am_rc;}
  rm -f conftest-deps.mk
}
 ;;

  esac
done # for ac_tag


as_fn_exit 0

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #6: Type: text/x-chdr; name=config.h, Size: 141066 bytes --]

/* config.h.  Generated from config.h.in by configure.  */
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Define if building universal (internal helper macro) */
/* #undef AC_APPLE_UNIVERSAL_BUILD */

/* Define to the number of bits in type 'ptrdiff_t'. */
/* #undef BITSIZEOF_PTRDIFF_T */

/* Define to the number of bits in type 'sig_atomic_t'. */
/* #undef BITSIZEOF_SIG_ATOMIC_T */

/* Define to the number of bits in type 'size_t'. */
/* #undef BITSIZEOF_SIZE_T */

/* Define to the number of bits in type 'wchar_t'. */
#define BITSIZEOF_WCHAR_T 32

/* Define to the number of bits in type 'wint_t'. */
/* #undef BITSIZEOF_WINT_T */

/* Define if the thrd_join function does not behave as in ISO C 11. */
/* #undef BROKEN_THRD_JOIN */

/* Define if the thrd_start_t type is not as described in ISO C 11. */
/* #undef BROKEN_THRD_START_T */

/* Define if the c32rtomb function has an incorrect return value. */
/* #undef C32RTOMB_RETVAL_BUG */

/* Define if you wish *printf() functions that have a safe handling of
   non-IEEE-754 'long double' values. */
#define CHECK_PRINTF_SAFE 1

/* Define to 1 for strict checking in test-snprintf.c. */
#define CHECK_SNPRINTF_POSIX 1

/* Define to 1 for strict checking in test-vsnprintf.c. */
#define CHECK_VSNPRINTF_POSIX 1

/* Define to 1 if chown fails to change ctime when at least one argument was
   not -1. */
/* #undef CHOWN_CHANGE_TIME_BUG */

/* Define if chown is not POSIX compliant regarding IDs of -1. */
/* #undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE */

/* Define if chown modifies symlinks. */
/* #undef CHOWN_MODIFIES_SYMLINK */

/* Define to 1 if chown mishandles trailing slash. */
#define CHOWN_TRAILING_SLASH_BUG 1

/* Define to 1 if using 'alloca.c'. */
/* #undef C_ALLOCA */

/* Define as the bit index in the word where to find bit 0 of the exponent of
   'double'. */
#define DBL_EXPBIT0_BIT 20

/* Define as the word index where to find the exponent of 'double'. */
#define DBL_EXPBIT0_WORD 1

/* Define as the bit index in the word where to find the sign of 'double'. */
/* #undef DBL_SIGNBIT_BIT */

/* Define as the word index where to find the sign of 'double'. */
/* #undef DBL_SIGNBIT_WORD */

/* the name of the file descriptor member of DIR */
/* #undef DIR_FD_MEMBER_NAME */

#ifdef DIR_FD_MEMBER_NAME
# define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
#else
# define DIR_TO_FD(Dir_p) -1
#endif


/* Define to 1 if // is a file system root distinct from /. */
/* #undef DOUBLE_SLASH_IS_DISTINCT_ROOT */

/* Define if struct dirent has a member d_ino that actually works. */
#define D_INO_IN_DIRENT 1

/* Define to 1 if your platform has fchownat, but it does not reject an empty
   file name. */
/* #undef FCHOWNAT_EMPTY_FILENAME_BUG */

/* Define to 1 if your platform has fchownat, but it cannot perform lchown
   tasks. */
/* #undef FCHOWNAT_NOFOLLOW_BUG */

/* Define this to 1 if F_DUPFD behavior does not match POSIX */
/* #undef FCNTL_DUPFD_BUGGY */

/* Define to nothing if C supports flexible array members, and to 1 if it does
   not. That way, with a declaration like 'struct s { int n; short
   d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
   compilers. Use 'FLEXSIZEOF (struct s, d, N * sizeof (short))' to calculate
   the size in bytes of such a struct containing an N-element array. */
#define FLEXIBLE_ARRAY_MEMBER /**/

/* Define as the bit index in the word where to find bit 0 of the exponent of
   'float'. */
#define FLT_EXPBIT0_BIT 23

/* Define as the word index where to find the exponent of 'float'. */
#define FLT_EXPBIT0_WORD 0

/* Define as the bit index in the word where to find the sign of 'float'. */
/* #undef FLT_SIGNBIT_BIT */

/* Define as the word index where to find the sign of 'float'. */
/* #undef FLT_SIGNBIT_WORD */

/* Define to 1 if fopen() fails to recognize a trailing slash. */
/* #undef FOPEN_TRAILING_SLASH_BUG */

/* Define to 1 if the system's ftello function has the Solaris bug. */
/* #undef FTELLO_BROKEN_AFTER_SWITCHING_FROM_READ_TO_WRITE */

/* Define to 1 if fflush is known to work on stdin as per POSIX.1-2008, 0 if
   fflush is known to not work, -1 if unknown. */
#define FUNC_FFLUSH_STDIN 0

/* Define to 1 if mkdir mistakenly creates a directory given with a trailing
   dot component. */
/* #undef FUNC_MKDIR_DOT_BUG */

/* Define to 1 if nl_langinfo (YESEXPR) returns a non-empty string. */
#define FUNC_NL_LANGINFO_YESEXPR_WORKS 1

/* Define to 1 if realpath() can malloc memory, always gives an absolute path,
   and handles trailing slash correctly. */
/* #undef FUNC_REALPATH_WORKS */

/* Define to 1 if ungetc is broken when used on arbitrary bytes. */
#define FUNC_UNGETC_BROKEN 1

/* Define to 1 if futimesat mishandles a NULL file name. */
/* #undef FUTIMESAT_NULL_BUG */

/* Define to the type of elements in the array set by `getgroups'. Usually
   this is either `int' or `gid_t'. */
#define GETGROUPS_T gid_t

/* Define this to 1 if getgroups(0,NULL) does not return the number of groups.
   */
/* #undef GETGROUPS_ZERO_BUG */

/* Define this to 'void' or 'struct timezone' to match the system's
   declaration of the second argument to gettimeofday. */
#define GETTIMEOFDAY_TIMEZONE void

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module areadlinkat shall be considered present. */
#define GNULIB_AREADLINKAT 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module canonicalize-lgpl shall be considered present. */
#define GNULIB_CANONICALIZE_LGPL 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module faccessat shall be considered present. */
#define GNULIB_FACCESSAT 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module fdopendir shall be considered present. */
#define GNULIB_FDOPENDIR 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module fd-safer-flag shall be considered present. */
#define GNULIB_FD_SAFER_FLAG 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module fflush shall be considered present. */
#define GNULIB_FFLUSH 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module filenamecat shall be considered present. */
#define GNULIB_FILENAMECAT IN_GNULIB_TESTS

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module fscanf shall be considered present. */
#define GNULIB_FSCANF 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module getcwd shall be considered present. */
#define GNULIB_GETCWD 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module isblank shall be considered present. */
#define GNULIB_ISBLANK 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module lock shall be considered present. */
#define GNULIB_LOCK 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module msvc-nothrow shall be considered present. */
#define GNULIB_MSVC_NOTHROW 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module nonblocking shall be considered present. */
#define GNULIB_NONBLOCKING 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module openat shall be considered present. */
#define GNULIB_OPENAT 1

/* Define to 1 if printf and friends should be labeled with attribute
   "__gnu_printf__" instead of "__printf__" */
/* #undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU */

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module scanf shall be considered present. */
#define GNULIB_SCANF 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module sigpipe shall be considered present. */
#define GNULIB_SIGPIPE 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module snprintf shall be considered present. */
#define GNULIB_SNPRINTF 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module statat shall be considered present. */
#define GNULIB_STATAT 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module strerror shall be considered present. */
#define GNULIB_STRERROR 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module strerror_r-posix shall be considered present. */
#define GNULIB_STRERROR_R_POSIX 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module tempname shall be considered present. */
#define GNULIB_TEMPNAME 1

/* Define to 1 when the gnulib module accept should be tested. */
#define GNULIB_TEST_ACCEPT 1

/* Define to 1 when the gnulib module access should be tested. */
#define GNULIB_TEST_ACCESS 1

/* Define to 1 when the gnulib module acosf should be tested. */
#define GNULIB_TEST_ACOSF 1

/* Define to 1 when the gnulib module acosl should be tested. */
#define GNULIB_TEST_ACOSL 1

/* Define to 1 when the gnulib module aligned_alloc should be tested. */
#define GNULIB_TEST_ALIGNED_ALLOC 1

/* Define to 1 when the gnulib module alphasort should be tested. */
#define GNULIB_TEST_ALPHASORT 1

/* Define to 1 when the gnulib module asinf should be tested. */
#define GNULIB_TEST_ASINF 1

/* Define to 1 when the gnulib module asinl should be tested. */
#define GNULIB_TEST_ASINL 1

/* Define to 1 when the gnulib module atan2f should be tested. */
#define GNULIB_TEST_ATAN2F 1

/* Define to 1 when the gnulib module atanf should be tested. */
#define GNULIB_TEST_ATANF 1

/* Define to 1 when the gnulib module atanl should be tested. */
#define GNULIB_TEST_ATANL 1

/* Define to 1 when the gnulib module atoll should be tested. */
#define GNULIB_TEST_ATOLL 1

/* Define to 1 when the gnulib module bind should be tested. */
#define GNULIB_TEST_BIND 1

/* Define to 1 when the gnulib module btoc32 should be tested. */
#define GNULIB_TEST_BTOC32 1

/* Define to 1 when the gnulib module btowc should be tested. */
#define GNULIB_TEST_BTOWC 1

/* Define to 1 when the gnulib module c32rtomb should be tested. */
#define GNULIB_TEST_C32RTOMB 1

/* Define to 1 when the gnulib module c32tob should be tested. */
#define GNULIB_TEST_C32TOB 1

/* Define to 1 when the gnulib module calloc-posix should be tested. */
#define GNULIB_TEST_CALLOC_POSIX 1

/* Define to 1 when the gnulib module canonicalize_file_name should be tested.
   */
#define GNULIB_TEST_CANONICALIZE_FILE_NAME 1

/* Define to 1 when the gnulib module cbrt should be tested. */
#define GNULIB_TEST_CBRT 1

/* Define to 1 when the gnulib module cbrtf should be tested. */
#define GNULIB_TEST_CBRTF 1

/* Define to 1 when the gnulib module cbrtl should be tested. */
#define GNULIB_TEST_CBRTL 1

/* Define to 1 when the gnulib module ceil should be tested. */
#define GNULIB_TEST_CEIL 1

/* Define to 1 when the gnulib module ceilf should be tested. */
#define GNULIB_TEST_CEILF 1

/* Define to 1 when the gnulib module ceill should be tested. */
#define GNULIB_TEST_CEILL 1

/* Define to 1 when the gnulib module chdir should be tested. */
#define GNULIB_TEST_CHDIR 1

/* Define to 1 when the gnulib module chown should be tested. */
#define GNULIB_TEST_CHOWN 1

/* Define to 1 when the gnulib module cloexec should be tested. */
#define GNULIB_TEST_CLOEXEC 1

/* Define to 1 when the gnulib module close should be tested. */
#define GNULIB_TEST_CLOSE 1

/* Define to 1 when the gnulib module closedir should be tested. */
#define GNULIB_TEST_CLOSEDIR 1

/* Define to 1 when the gnulib module cnd should be tested. */
#define GNULIB_TEST_CND 1

/* Define to 1 when the gnulib module connect should be tested. */
#define GNULIB_TEST_CONNECT 1

/* Define to 1 when the gnulib module copysign should be tested. */
#define GNULIB_TEST_COPYSIGN 1

/* Define to 1 when the gnulib module copysignf should be tested. */
#define GNULIB_TEST_COPYSIGNF 1

/* Define to 1 when the gnulib module copysignl should be tested. */
#define GNULIB_TEST_COPYSIGNL 1

/* Define to 1 when the gnulib module cosf should be tested. */
#define GNULIB_TEST_COSF 1

/* Define to 1 when the gnulib module coshf should be tested. */
#define GNULIB_TEST_COSHF 1

/* Define to 1 when the gnulib module cosl should be tested. */
#define GNULIB_TEST_COSL 1

/* Define to 1 when the gnulib module creat should be tested. */
#define GNULIB_TEST_CREAT 1

/* Define to 1 when the gnulib module ctime should be tested. */
#define GNULIB_TEST_CTIME 1

/* Define to 1 when the gnulib module dirfd should be tested. */
#define GNULIB_TEST_DIRFD 1

/* Define to 1 when the gnulib module dprintf should be tested. */
#define GNULIB_TEST_DPRINTF 1

/* Define to 1 when the gnulib module dup should be tested. */
#define GNULIB_TEST_DUP 1

/* Define to 1 when the gnulib module dup2 should be tested. */
#define GNULIB_TEST_DUP2 1

/* Define to 1 when the gnulib module duplocale should be tested. */
#define GNULIB_TEST_DUPLOCALE 1

/* Define to 1 when the gnulib module environ should be tested. */
#define GNULIB_TEST_ENVIRON 1

/* Define to 1 when the gnulib module euidaccess should be tested. */
#define GNULIB_TEST_EUIDACCESS 1

/* Define to 1 when the gnulib module exp2 should be tested. */
#define GNULIB_TEST_EXP2 1

/* Define to 1 when the gnulib module exp2f should be tested. */
#define GNULIB_TEST_EXP2F 1

/* Define to 1 when the gnulib module exp2l should be tested. */
#define GNULIB_TEST_EXP2L 1

/* Define to 1 when the gnulib module expf should be tested. */
#define GNULIB_TEST_EXPF 1

/* Define to 1 when the gnulib module expl should be tested. */
#define GNULIB_TEST_EXPL 1

/* Define to 1 when the gnulib module expm1 should be tested. */
#define GNULIB_TEST_EXPM1 1

/* Define to 1 when the gnulib module expm1f should be tested. */
#define GNULIB_TEST_EXPM1F 1

/* Define to 1 when the gnulib module expm1l should be tested. */
#define GNULIB_TEST_EXPM1L 1

/* Define to 1 when the gnulib module fabsf should be tested. */
#define GNULIB_TEST_FABSF 1

/* Define to 1 when the gnulib module fabsl should be tested. */
#define GNULIB_TEST_FABSL 1

/* Define to 1 when the gnulib module faccessat should be tested. */
#define GNULIB_TEST_FACCESSAT 1

/* Define to 1 when the gnulib module fchdir should be tested. */
#define GNULIB_TEST_FCHDIR 1

/* Define to 1 when the gnulib module fchmodat should be tested. */
#define GNULIB_TEST_FCHMODAT 1

/* Define to 1 when the gnulib module fchownat should be tested. */
#define GNULIB_TEST_FCHOWNAT 1

/* Define to 1 when the gnulib module fclose should be tested. */
#define GNULIB_TEST_FCLOSE 1

/* Define to 1 when the gnulib module fcntl should be tested. */
#define GNULIB_TEST_FCNTL 1

/* Define to 1 when the gnulib module fdatasync should be tested. */
#define GNULIB_TEST_FDATASYNC 1

/* Define to 1 when the gnulib module fdopen should be tested. */
#define GNULIB_TEST_FDOPEN 1

/* Define to 1 when the gnulib module fdopendir should be tested. */
#define GNULIB_TEST_FDOPENDIR 1

/* Define to 1 when the gnulib module fflush should be tested. */
#define GNULIB_TEST_FFLUSH 1

/* Define to 1 when the gnulib module floor should be tested. */
#define GNULIB_TEST_FLOOR 1

/* Define to 1 when the gnulib module floorf should be tested. */
#define GNULIB_TEST_FLOORF 1

/* Define to 1 when the gnulib module floorl should be tested. */
#define GNULIB_TEST_FLOORL 1

/* Define to 1 when the gnulib module fma should be tested. */
#define GNULIB_TEST_FMA 1

/* Define to 1 when the gnulib module fmaf should be tested. */
#define GNULIB_TEST_FMAF 1

/* Define to 1 when the gnulib module fmal should be tested. */
#define GNULIB_TEST_FMAL 1

/* Define to 1 when the gnulib module fmod should be tested. */
#define GNULIB_TEST_FMOD 1

/* Define to 1 when the gnulib module fmodf should be tested. */
#define GNULIB_TEST_FMODF 1

/* Define to 1 when the gnulib module fmodl should be tested. */
#define GNULIB_TEST_FMODL 1

/* Define to 1 when the gnulib module fnmatch should be tested. */
#define GNULIB_TEST_FNMATCH 1

/* Define to 1 when the gnulib module fopen should be tested. */
#define GNULIB_TEST_FOPEN 1

/* Define to 1 when the gnulib module fprintf-posix should be tested. */
#define GNULIB_TEST_FPRINTF_POSIX 1

/* Define to 1 when the gnulib module fpurge should be tested. */
#define GNULIB_TEST_FPURGE 1

/* Define to 1 when the gnulib module freopen should be tested. */
#define GNULIB_TEST_FREOPEN 1

/* Define to 1 when the gnulib module frexp should be tested. */
#define GNULIB_TEST_FREXP 1

/* Define to 1 when the gnulib module frexpf should be tested. */
#define GNULIB_TEST_FREXPF 1

/* Define to 1 when the gnulib module frexpl should be tested. */
#define GNULIB_TEST_FREXPL 1

/* Define to 1 when the gnulib module fseek should be tested. */
#define GNULIB_TEST_FSEEK 1

/* Define to 1 when the gnulib module fseeko should be tested. */
#define GNULIB_TEST_FSEEKO 1

/* Define to 1 when the gnulib module fstat should be tested. */
#define GNULIB_TEST_FSTAT 1

/* Define to 1 when the gnulib module fstatat should be tested. */
#define GNULIB_TEST_FSTATAT 1

/* Define to 1 when the gnulib module fsync should be tested. */
#define GNULIB_TEST_FSYNC 1

/* Define to 1 when the gnulib module ftell should be tested. */
#define GNULIB_TEST_FTELL 1

/* Define to 1 when the gnulib module ftello should be tested. */
#define GNULIB_TEST_FTELLO 1

/* Define to 1 when the gnulib module ftruncate should be tested. */
#define GNULIB_TEST_FTRUNCATE 1

/* Define to 1 when the gnulib module futimens should be tested. */
#define GNULIB_TEST_FUTIMENS 1

/* Define to 1 when the gnulib module getaddrinfo should be tested. */
#define GNULIB_TEST_GETADDRINFO 1

/* Define to 1 when the gnulib module getcwd should be tested. */
#define GNULIB_TEST_GETCWD 1

/* Define to 1 when the gnulib module getdelim should be tested. */
#define GNULIB_TEST_GETDELIM 1

/* Define to 1 when the gnulib module getdtablesize should be tested. */
#define GNULIB_TEST_GETDTABLESIZE 1

/* Define to 1 when the gnulib module getgroups should be tested. */
#define GNULIB_TEST_GETGROUPS 1

/* Define to 1 when the gnulib module gethostname should be tested. */
#define GNULIB_TEST_GETHOSTNAME 1

/* Define to 1 when the gnulib module getline should be tested. */
#define GNULIB_TEST_GETLINE 1

/* Define to 1 when the gnulib module getlogin should be tested. */
#define GNULIB_TEST_GETLOGIN 1

/* Define to 1 when the gnulib module getlogin_r should be tested. */
#define GNULIB_TEST_GETLOGIN_R 1

/* Define to 1 when the gnulib module getopt-posix should be tested. */
#define GNULIB_TEST_GETOPT_POSIX 1

/* Define to 1 when the gnulib module getpagesize should be tested. */
#define GNULIB_TEST_GETPAGESIZE 1

/* Define to 1 when the gnulib module getpeername should be tested. */
#define GNULIB_TEST_GETPEERNAME 1

/* Define to 1 when the gnulib module getrandom should be tested. */
#define GNULIB_TEST_GETRANDOM 1

/* Define to 1 when the gnulib module getrusage should be tested. */
#define GNULIB_TEST_GETRUSAGE 1

/* Define to 1 when the gnulib module getsockname should be tested. */
#define GNULIB_TEST_GETSOCKNAME 1

/* Define to 1 when the gnulib module getsockopt should be tested. */
#define GNULIB_TEST_GETSOCKOPT 1

/* Define to 1 when the gnulib module getsubopt should be tested. */
#define GNULIB_TEST_GETSUBOPT 1

/* Define to 1 when the gnulib module gettimeofday should be tested. */
#define GNULIB_TEST_GETTIMEOFDAY 1

/* Define to 1 when the gnulib module glob should be tested. */
#define GNULIB_TEST_GLOB 1

/* Define to 1 when the gnulib module grantpt should be tested. */
#define GNULIB_TEST_GRANTPT 1

/* Define to 1 when the gnulib module group-member should be tested. */
#define GNULIB_TEST_GROUP_MEMBER 1

/* Define to 1 when the gnulib module hypot should be tested. */
#define GNULIB_TEST_HYPOT 1

/* Define to 1 when the gnulib module hypotf should be tested. */
#define GNULIB_TEST_HYPOTF 1

/* Define to 1 when the gnulib module hypotl should be tested. */
#define GNULIB_TEST_HYPOTL 1

/* Define to 1 when the gnulib module ilogb should be tested. */
#define GNULIB_TEST_ILOGB 1

/* Define to 1 when the gnulib module ilogbf should be tested. */
#define GNULIB_TEST_ILOGBF 1

/* Define to 1 when the gnulib module ilogbl should be tested. */
#define GNULIB_TEST_ILOGBL 1

/* Define to 1 when the gnulib module ioctl should be tested. */
#define GNULIB_TEST_IOCTL 1

/* Define to 1 when the gnulib module isatty should be tested. */
#define GNULIB_TEST_ISATTY 1

/* Define to 1 when the gnulib module isfinite should be tested. */
#define GNULIB_TEST_ISFINITE 1

/* Define to 1 when the gnulib module isinf should be tested. */
#define GNULIB_TEST_ISINF 1

/* Define to 1 when the gnulib module isnan should be tested. */
#define GNULIB_TEST_ISNAN 1

/* Define to 1 when the gnulib module isnand should be tested. */
#define GNULIB_TEST_ISNAND 1

/* Define to 1 when the gnulib module isnanf should be tested. */
#define GNULIB_TEST_ISNANF 1

/* Define to 1 when the gnulib module isnanl should be tested. */
#define GNULIB_TEST_ISNANL 1

/* Define to 1 when the gnulib module iswblank should be tested. */
#define GNULIB_TEST_ISWBLANK 1

/* Define to 1 when the gnulib module iswctype should be tested. */
#define GNULIB_TEST_ISWCTYPE 1

/* Define to 1 when the gnulib module iswdigit should be tested. */
#define GNULIB_TEST_ISWDIGIT 1

/* Define to 1 when the gnulib module iswxdigit should be tested. */
#define GNULIB_TEST_ISWXDIGIT 1

/* Define to 1 when the gnulib module lchmod should be tested. */
#define GNULIB_TEST_LCHMOD 1

/* Define to 1 when the gnulib module lchown should be tested. */
#define GNULIB_TEST_LCHOWN 1

/* Define to 1 when the gnulib module ldexpf should be tested. */
#define GNULIB_TEST_LDEXPF 1

/* Define to 1 when the gnulib module ldexpl should be tested. */
#define GNULIB_TEST_LDEXPL 1

/* Define to 1 when the gnulib module link should be tested. */
#define GNULIB_TEST_LINK 1

/* Define to 1 when the gnulib module linkat should be tested. */
#define GNULIB_TEST_LINKAT 1

/* Define to 1 when the gnulib module listen should be tested. */
#define GNULIB_TEST_LISTEN 1

/* Define to 1 when the gnulib module localeconv should be tested. */
#define GNULIB_TEST_LOCALECONV 1

/* Define to 1 when the gnulib module localename should be tested. */
#define GNULIB_TEST_LOCALENAME 1

/* Define to 1 when the gnulib module localtime should be tested. */
#define GNULIB_TEST_LOCALTIME 1

/* Define to 1 when the gnulib module log should be tested. */
#define GNULIB_TEST_LOG 1

/* Define to 1 when the gnulib module log10 should be tested. */
#define GNULIB_TEST_LOG10 1

/* Define to 1 when the gnulib module log10f should be tested. */
#define GNULIB_TEST_LOG10F 1

/* Define to 1 when the gnulib module log10l should be tested. */
#define GNULIB_TEST_LOG10L 1

/* Define to 1 when the gnulib module log1p should be tested. */
#define GNULIB_TEST_LOG1P 1

/* Define to 1 when the gnulib module log1pf should be tested. */
#define GNULIB_TEST_LOG1PF 1

/* Define to 1 when the gnulib module log1pl should be tested. */
#define GNULIB_TEST_LOG1PL 1

/* Define to 1 when the gnulib module log2 should be tested. */
#define GNULIB_TEST_LOG2 1

/* Define to 1 when the gnulib module log2f should be tested. */
#define GNULIB_TEST_LOG2F 1

/* Define to 1 when the gnulib module log2l should be tested. */
#define GNULIB_TEST_LOG2L 1

/* Define to 1 when the gnulib module logb should be tested. */
#define GNULIB_TEST_LOGB 1

/* Define to 1 when the gnulib module logbf should be tested. */
#define GNULIB_TEST_LOGBF 1

/* Define to 1 when the gnulib module logbl should be tested. */
#define GNULIB_TEST_LOGBL 1

/* Define to 1 when the gnulib module logf should be tested. */
#define GNULIB_TEST_LOGF 1

/* Define to 1 when the gnulib module logl should be tested. */
#define GNULIB_TEST_LOGL 1

/* Define to 1 when the gnulib module lseek should be tested. */
#define GNULIB_TEST_LSEEK 1

/* Define to 1 when the gnulib module lstat should be tested. */
#define GNULIB_TEST_LSTAT 1

/* Define to 1 when the gnulib module malloc-posix should be tested. */
#define GNULIB_TEST_MALLOC_POSIX 1

/* Define to 1 when the gnulib module mbrlen should be tested. */
#define GNULIB_TEST_MBRLEN 1

/* Define to 1 when the gnulib module mbrtoc32 should be tested. */
#define GNULIB_TEST_MBRTOC32 1

/* Define to 1 when the gnulib module mbrtowc should be tested. */
#define GNULIB_TEST_MBRTOWC 1

/* Define to 1 when the gnulib module mbsinit should be tested. */
#define GNULIB_TEST_MBSINIT 1

/* Define to 1 when the gnulib module mbsnrtowcs should be tested. */
#define GNULIB_TEST_MBSNRTOWCS 1

/* Define to 1 when the gnulib module mbsrtowcs should be tested. */
#define GNULIB_TEST_MBSRTOWCS 1

/* Define to 1 when the gnulib module mbtowc should be tested. */
#define GNULIB_TEST_MBTOWC 1

/* Define to 1 when the gnulib module memchr should be tested. */
#define GNULIB_TEST_MEMCHR 1

/* Define to 1 when the gnulib module mempcpy should be tested. */
#define GNULIB_TEST_MEMPCPY 1

/* Define to 1 when the gnulib module memrchr should be tested. */
#define GNULIB_TEST_MEMRCHR 1

/* Define to 1 when the gnulib module mkdirat should be tested. */
#define GNULIB_TEST_MKDIRAT 1

/* Define to 1 when the gnulib module mkdtemp should be tested. */
#define GNULIB_TEST_MKDTEMP 1

/* Define to 1 when the gnulib module mkfifo should be tested. */
#define GNULIB_TEST_MKFIFO 1

/* Define to 1 when the gnulib module mkfifoat should be tested. */
#define GNULIB_TEST_MKFIFOAT 1

/* Define to 1 when the gnulib module mknod should be tested. */
#define GNULIB_TEST_MKNOD 1

/* Define to 1 when the gnulib module mknodat should be tested. */
#define GNULIB_TEST_MKNODAT 1

/* Define to 1 when the gnulib module mkstemp should be tested. */
#define GNULIB_TEST_MKSTEMP 1

/* Define to 1 when the gnulib module mktime should be tested. */
#define GNULIB_TEST_MKTIME 1

/* Define to 1 when the gnulib module modf should be tested. */
#define GNULIB_TEST_MODF 1

/* Define to 1 when the gnulib module modff should be tested. */
#define GNULIB_TEST_MODFF 1

/* Define to 1 when the gnulib module modfl should be tested. */
#define GNULIB_TEST_MODFL 1

/* Define to 1 when the gnulib module mtx should be tested. */
#define GNULIB_TEST_MTX 1

/* Define to 1 when the gnulib module nanosleep should be tested. */
#define GNULIB_TEST_NANOSLEEP 1

/* Define to 1 when the gnulib module nl_langinfo should be tested. */
#define GNULIB_TEST_NL_LANGINFO 1

/* Define to 1 when the gnulib module nonblocking should be tested. */
#define GNULIB_TEST_NONBLOCKING 1

/* Define to 1 when the gnulib module open should be tested. */
#define GNULIB_TEST_OPEN 1

/* Define to 1 when the gnulib module openat should be tested. */
#define GNULIB_TEST_OPENAT 1

/* Define to 1 when the gnulib module opendir should be tested. */
#define GNULIB_TEST_OPENDIR 1

/* Define to 1 when the gnulib module pclose should be tested. */
#define GNULIB_TEST_PCLOSE 1

/* Define to 1 when the gnulib module perror should be tested. */
#define GNULIB_TEST_PERROR 1

/* Define to 1 when the gnulib module pipe should be tested. */
#define GNULIB_TEST_PIPE 1

/* Define to 1 when the gnulib module poll should be tested. */
#define GNULIB_TEST_POLL 1

/* Define to 1 when the gnulib module popen should be tested. */
#define GNULIB_TEST_POPEN 1

/* Define to 1 when the gnulib module posix_memalign should be tested. */
#define GNULIB_TEST_POSIX_MEMALIGN 1

/* Define to 1 when the gnulib module posix_openpt should be tested. */
#define GNULIB_TEST_POSIX_OPENPT 1

/* Define to 1 when the gnulib module posix_spawn should be tested. */
#define GNULIB_TEST_POSIX_SPAWN 1

/* Define to 1 when the gnulib module posix_spawnattr_destroy should be
   tested. */
#define GNULIB_TEST_POSIX_SPAWNATTR_DESTROY 1

/* Define to 1 when the gnulib module posix_spawnattr_getflags should be
   tested. */
#define GNULIB_TEST_POSIX_SPAWNATTR_GETFLAGS 1

/* Define to 1 when the gnulib module posix_spawnattr_getpgroup should be
   tested. */
#define GNULIB_TEST_POSIX_SPAWNATTR_GETPGROUP 1

/* Define to 1 when the gnulib module posix_spawnattr_getschedparam should be
   tested. */
#define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPARAM 1

/* Define to 1 when the gnulib module posix_spawnattr_getschedpolicy should be
   tested. */
#define GNULIB_TEST_POSIX_SPAWNATTR_GETSCHEDPOLICY 1

/* Define to 1 when the gnulib module posix_spawnattr_getsigdefault should be
   tested. */
#define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGDEFAULT 1

/* Define to 1 when the gnulib module posix_spawnattr_getsigmask should be
   tested. */
#define GNULIB_TEST_POSIX_SPAWNATTR_GETSIGMASK 1

/* Define to 1 when the gnulib module posix_spawnattr_init should be tested.
   */
#define GNULIB_TEST_POSIX_SPAWNATTR_INIT 1

/* Define to 1 when the gnulib module posix_spawnattr_setflags should be
   tested. */
#define GNULIB_TEST_POSIX_SPAWNATTR_SETFLAGS 1

/* Define to 1 when the gnulib module posix_spawnattr_setpgroup should be
   tested. */
#define GNULIB_TEST_POSIX_SPAWNATTR_SETPGROUP 1

/* Define to 1 when the gnulib module posix_spawnattr_setschedparam should be
   tested. */
#define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPARAM 1

/* Define to 1 when the gnulib module posix_spawnattr_setschedpolicy should be
   tested. */
#define GNULIB_TEST_POSIX_SPAWNATTR_SETSCHEDPOLICY 1

/* Define to 1 when the gnulib module posix_spawnattr_setsigdefault should be
   tested. */
#define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGDEFAULT 1

/* Define to 1 when the gnulib module posix_spawnattr_setsigmask should be
   tested. */
#define GNULIB_TEST_POSIX_SPAWNATTR_SETSIGMASK 1

/* Define to 1 when the gnulib module posix_spawnp should be tested. */
#define GNULIB_TEST_POSIX_SPAWNP 1

/* Define to 1 when the gnulib module posix_spawn_file_actions_addclose should
   be tested. */
#define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE 1

/* Define to 1 when the gnulib module posix_spawn_file_actions_adddup2 should
   be tested. */
#define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2 1

/* Define to 1 when the gnulib module posix_spawn_file_actions_addopen should
   be tested. */
#define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 1

/* Define to 1 when the gnulib module posix_spawn_file_actions_destroy should
   be tested. */
#define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_DESTROY 1

/* Define to 1 when the gnulib module posix_spawn_file_actions_init should be
   tested. */
#define GNULIB_TEST_POSIX_SPAWN_FILE_ACTIONS_INIT 1

/* Define to 1 when the gnulib module powf should be tested. */
#define GNULIB_TEST_POWF 1

/* Define to 1 when the gnulib module pread should be tested. */
#define GNULIB_TEST_PREAD 1

/* Define to 1 when the gnulib module printf-posix should be tested. */
#define GNULIB_TEST_PRINTF_POSIX 1

/* Define to 1 when the gnulib module pthread-cond should be tested. */
#define GNULIB_TEST_PTHREAD_COND 1

/* Define to 1 when the gnulib module pthread-mutex should be tested. */
#define GNULIB_TEST_PTHREAD_MUTEX 1

/* Define to 1 when the gnulib module pthread_mutex_timedlock should be
   tested. */
#define GNULIB_TEST_PTHREAD_MUTEX_TIMEDLOCK 1

/* Define to 1 when the gnulib module pthread-once should be tested. */
#define GNULIB_TEST_PTHREAD_ONCE 1

/* Define to 1 when the gnulib module pthread-rwlock should be tested. */
#define GNULIB_TEST_PTHREAD_RWLOCK 1

/* Define to 1 when the gnulib module pthread_sigmask should be tested. */
#define GNULIB_TEST_PTHREAD_SIGMASK 1

/* Define to 1 when the gnulib module pthread-spin should be tested. */
#define GNULIB_TEST_PTHREAD_SPIN 1

/* Define to 1 when the gnulib module pthread-thread should be tested. */
#define GNULIB_TEST_PTHREAD_THREAD 1

/* Define to 1 when the gnulib module pthread-tss should be tested. */
#define GNULIB_TEST_PTHREAD_TSS 1

/* Define to 1 when the gnulib module ptsname should be tested. */
#define GNULIB_TEST_PTSNAME 1

/* Define to 1 when the gnulib module ptsname_r should be tested. */
#define GNULIB_TEST_PTSNAME_R 1

/* Define to 1 when the gnulib module putenv should be tested. */
#define GNULIB_TEST_PUTENV 1

/* Define to 1 when the gnulib module pwrite should be tested. */
#define GNULIB_TEST_PWRITE 1

/* Define to 1 when the gnulib module raise should be tested. */
#define GNULIB_TEST_RAISE 1

/* Define to 1 when the gnulib module random should be tested. */
#define GNULIB_TEST_RANDOM 1

/* Define to 1 when the gnulib module random_r should be tested. */
#define GNULIB_TEST_RANDOM_R 1

/* Define to 1 when the gnulib module rawmemchr should be tested. */
#define GNULIB_TEST_RAWMEMCHR 1

/* Define to 1 when the gnulib module read should be tested. */
#define GNULIB_TEST_READ 1

/* Define to 1 when the gnulib module readdir should be tested. */
#define GNULIB_TEST_READDIR 1

/* Define to 1 when the gnulib module readlink should be tested. */
#define GNULIB_TEST_READLINK 1

/* Define to 1 when the gnulib module readlinkat should be tested. */
#define GNULIB_TEST_READLINKAT 1

/* Define to 1 when the gnulib module realloc-posix should be tested. */
#define GNULIB_TEST_REALLOC_POSIX 1

/* Define to 1 when the gnulib module realpath should be tested. */
#define GNULIB_TEST_REALPATH 1

/* Define to 1 when the gnulib module recv should be tested. */
#define GNULIB_TEST_RECV 1

/* Define to 1 when the gnulib module recvfrom should be tested. */
#define GNULIB_TEST_RECVFROM 1

/* Define to 1 when the gnulib module remainder should be tested. */
#define GNULIB_TEST_REMAINDER 1

/* Define to 1 when the gnulib module remainderf should be tested. */
#define GNULIB_TEST_REMAINDERF 1

/* Define to 1 when the gnulib module remainderl should be tested. */
#define GNULIB_TEST_REMAINDERL 1

/* Define to 1 when the gnulib module remove should be tested. */
#define GNULIB_TEST_REMOVE 1

/* Define to 1 when the gnulib module rename should be tested. */
#define GNULIB_TEST_RENAME 1

/* Define to 1 when the gnulib module renameat should be tested. */
#define GNULIB_TEST_RENAMEAT 1

/* Define to 1 when the gnulib module rewinddir should be tested. */
#define GNULIB_TEST_REWINDDIR 1

/* Define to 1 when the gnulib module rint should be tested. */
#define GNULIB_TEST_RINT 1

/* Define to 1 when the gnulib module rintf should be tested. */
#define GNULIB_TEST_RINTF 1

/* Define to 1 when the gnulib module rintl should be tested. */
#define GNULIB_TEST_RINTL 1

/* Define to 1 when the gnulib module rmdir should be tested. */
#define GNULIB_TEST_RMDIR 1

/* Define to 1 when the gnulib module round should be tested. */
#define GNULIB_TEST_ROUND 1

/* Define to 1 when the gnulib module roundf should be tested. */
#define GNULIB_TEST_ROUNDF 1

/* Define to 1 when the gnulib module roundl should be tested. */
#define GNULIB_TEST_ROUNDL 1

/* Define to 1 when the gnulib module scandir should be tested. */
#define GNULIB_TEST_SCANDIR 1

/* Define to 1 when the gnulib module sched_yield should be tested. */
#define GNULIB_TEST_SCHED_YIELD 1

/* Define to 1 when the gnulib module secure_getenv should be tested. */
#define GNULIB_TEST_SECURE_GETENV 1

/* Define to 1 when the gnulib module select should be tested. */
#define GNULIB_TEST_SELECT 1

/* Define to 1 when the gnulib module send should be tested. */
#define GNULIB_TEST_SEND 1

/* Define to 1 when the gnulib module sendto should be tested. */
#define GNULIB_TEST_SENDTO 1

/* Define to 1 when the gnulib module setenv should be tested. */
#define GNULIB_TEST_SETENV 1

/* Define to 1 when the gnulib module setlocale should be tested. */
#define GNULIB_TEST_SETLOCALE 1

/* Define to 1 when the gnulib module setlocale_null should be tested. */
#define GNULIB_TEST_SETLOCALE_NULL 1

/* Define to 1 when the gnulib module setsockopt should be tested. */
#define GNULIB_TEST_SETSOCKOPT 1

/* Define to 1 when the gnulib module shutdown should be tested. */
#define GNULIB_TEST_SHUTDOWN 1

/* Define to 1 when the gnulib module sigaction should be tested. */
#define GNULIB_TEST_SIGACTION 1

/* Define to 1 when the gnulib module signbit should be tested. */
#define GNULIB_TEST_SIGNBIT 1

/* Define to 1 when the gnulib module sigprocmask should be tested. */
#define GNULIB_TEST_SIGPROCMASK 1

/* Define to 1 when the gnulib module sinf should be tested. */
#define GNULIB_TEST_SINF 1

/* Define to 1 when the gnulib module sinhf should be tested. */
#define GNULIB_TEST_SINHF 1

/* Define to 1 when the gnulib module sinl should be tested. */
#define GNULIB_TEST_SINL 1

/* Define to 1 when the gnulib module sleep should be tested. */
#define GNULIB_TEST_SLEEP 1

/* Define to 1 when the gnulib module snprintf should be tested. */
#define GNULIB_TEST_SNPRINTF 1

/* Define to 1 when the gnulib module socket should be tested. */
#define GNULIB_TEST_SOCKET 1

/* Define to 1 when the gnulib module sprintf-posix should be tested. */
#define GNULIB_TEST_SPRINTF_POSIX 1

/* Define to 1 when the gnulib module sqrtf should be tested. */
#define GNULIB_TEST_SQRTF 1

/* Define to 1 when the gnulib module sqrtl should be tested. */
#define GNULIB_TEST_SQRTL 1

/* Define to 1 when the gnulib module stat should be tested. */
#define GNULIB_TEST_STAT 1

/* Define to 1 when the gnulib module stpcpy should be tested. */
#define GNULIB_TEST_STPCPY 1

/* Define to 1 when the gnulib module stpncpy should be tested. */
#define GNULIB_TEST_STPNCPY 1

/* Define to 1 when the gnulib module strchrnul should be tested. */
#define GNULIB_TEST_STRCHRNUL 1

/* Define to 1 when the gnulib module strdup should be tested. */
#define GNULIB_TEST_STRDUP 1

/* Define to 1 when the gnulib module strerror should be tested. */
#define GNULIB_TEST_STRERROR 1

/* Define to 1 when the gnulib module strerror_r should be tested. */
#define GNULIB_TEST_STRERROR_R 1

/* Define to 1 when the gnulib module strftime should be tested. */
#define GNULIB_TEST_STRFTIME 1

/* Define to 1 when the gnulib module strncat should be tested. */
#define GNULIB_TEST_STRNCAT 1

/* Define to 1 when the gnulib module strndup should be tested. */
#define GNULIB_TEST_STRNDUP 1

/* Define to 1 when the gnulib module strnlen should be tested. */
#define GNULIB_TEST_STRNLEN 1

/* Define to 1 when the gnulib module strpbrk should be tested. */
#define GNULIB_TEST_STRPBRK 1

/* Define to 1 when the gnulib module strptime should be tested. */
#define GNULIB_TEST_STRPTIME 1

/* Define to 1 when the gnulib module strsignal should be tested. */
#define GNULIB_TEST_STRSIGNAL 1

/* Define to 1 when the gnulib module strstr should be tested. */
#define GNULIB_TEST_STRSTR 1

/* Define to 1 when the gnulib module strtod should be tested. */
#define GNULIB_TEST_STRTOD 1

/* Define to 1 when the gnulib module strtok_r should be tested. */
#define GNULIB_TEST_STRTOK_R 1

/* Define to 1 when the gnulib module strtold should be tested. */
#define GNULIB_TEST_STRTOLD 1

/* Define to 1 when the gnulib module strtoll should be tested. */
#define GNULIB_TEST_STRTOLL 1

/* Define to 1 when the gnulib module strtoull should be tested. */
#define GNULIB_TEST_STRTOULL 1

/* Define to 1 when the gnulib module symlink should be tested. */
#define GNULIB_TEST_SYMLINK 1

/* Define to 1 when the gnulib module symlinkat should be tested. */
#define GNULIB_TEST_SYMLINKAT 1

/* Define to 1 when the gnulib module system-posix should be tested. */
#define GNULIB_TEST_SYSTEM_POSIX 1

/* Define to 1 when the gnulib module tanf should be tested. */
#define GNULIB_TEST_TANF 1

/* Define to 1 when the gnulib module tanhf should be tested. */
#define GNULIB_TEST_TANHF 1

/* Define to 1 when the gnulib module tanl should be tested. */
#define GNULIB_TEST_TANL 1

/* Define to 1 when the gnulib module tcgetsid should be tested. */
#define GNULIB_TEST_TCGETSID 1

/* Define to 1 when the gnulib module thrd should be tested. */
#define GNULIB_TEST_THRD 1

/* Define to 1 when the gnulib module time_r should be tested. */
#define GNULIB_TEST_TIME_R 1

/* Define to 1 when the gnulib module tmpfile should be tested. */
#define GNULIB_TEST_TMPFILE 1

/* Define to 1 when the gnulib module towctrans should be tested. */
#define GNULIB_TEST_TOWCTRANS 1

/* Define to 1 when the gnulib module trunc should be tested. */
#define GNULIB_TEST_TRUNC 1

/* Define to 1 when the gnulib module truncate should be tested. */
#define GNULIB_TEST_TRUNCATE 1

/* Define to 1 when the gnulib module truncf should be tested. */
#define GNULIB_TEST_TRUNCF 1

/* Define to 1 when the gnulib module truncl should be tested. */
#define GNULIB_TEST_TRUNCL 1

/* Define to 1 when the gnulib module tsearch should be tested. */
#define GNULIB_TEST_TSEARCH 1

/* Define to 1 when the gnulib module tss should be tested. */
#define GNULIB_TEST_TSS 1

/* Define to 1 when the gnulib module ttyname_r should be tested. */
#define GNULIB_TEST_TTYNAME_R 1

/* Define to 1 when the gnulib module tzset should be tested. */
#define GNULIB_TEST_TZSET 1

/* Define to 1 when the gnulib module unlink should be tested. */
#define GNULIB_TEST_UNLINK 1

/* Define to 1 when the gnulib module unlinkat should be tested. */
#define GNULIB_TEST_UNLINKAT 1

/* Define to 1 when the gnulib module unlockpt should be tested. */
#define GNULIB_TEST_UNLOCKPT 1

/* Define to 1 when the gnulib module unsetenv should be tested. */
#define GNULIB_TEST_UNSETENV 1

/* Define to 1 when the gnulib module usleep should be tested. */
#define GNULIB_TEST_USLEEP 1

/* Define to 1 when the gnulib module utime should be tested. */
#define GNULIB_TEST_UTIME 1

/* Define to 1 when the gnulib module utimensat should be tested. */
#define GNULIB_TEST_UTIMENSAT 1

/* Define to 1 when the gnulib module vdprintf should be tested. */
#define GNULIB_TEST_VDPRINTF 1

/* Define to 1 when the gnulib module vfprintf-posix should be tested. */
#define GNULIB_TEST_VFPRINTF_POSIX 1

/* Define to 1 when the gnulib module vfscanf should be tested. */
#define GNULIB_TEST_VFSCANF 1

/* Define to 1 when the gnulib module vprintf-posix should be tested. */
#define GNULIB_TEST_VPRINTF_POSIX 1

/* Define to 1 when the gnulib module vscanf should be tested. */
#define GNULIB_TEST_VSCANF 1

/* Define to 1 when the gnulib module vsnprintf should be tested. */
#define GNULIB_TEST_VSNPRINTF 1

/* Define to 1 when the gnulib module vsprintf-posix should be tested. */
#define GNULIB_TEST_VSPRINTF_POSIX 1

/* Define to 1 when the gnulib module waitpid should be tested. */
#define GNULIB_TEST_WAITPID 1

/* Define to 1 when the gnulib module wcpcpy should be tested. */
#define GNULIB_TEST_WCPCPY 1

/* Define to 1 when the gnulib module wcpncpy should be tested. */
#define GNULIB_TEST_WCPNCPY 1

/* Define to 1 when the gnulib module wcrtomb should be tested. */
#define GNULIB_TEST_WCRTOMB 1

/* Define to 1 when the gnulib module wcscasecmp should be tested. */
#define GNULIB_TEST_WCSCASECMP 1

/* Define to 1 when the gnulib module wcscat should be tested. */
#define GNULIB_TEST_WCSCAT 1

/* Define to 1 when the gnulib module wcschr should be tested. */
#define GNULIB_TEST_WCSCHR 1

/* Define to 1 when the gnulib module wcscmp should be tested. */
#define GNULIB_TEST_WCSCMP 1

/* Define to 1 when the gnulib module wcscoll should be tested. */
#define GNULIB_TEST_WCSCOLL 1

/* Define to 1 when the gnulib module wcscpy should be tested. */
#define GNULIB_TEST_WCSCPY 1

/* Define to 1 when the gnulib module wcscspn should be tested. */
#define GNULIB_TEST_WCSCSPN 1

/* Define to 1 when the gnulib module wcsdup should be tested. */
#define GNULIB_TEST_WCSDUP 1

/* Define to 1 when the gnulib module wcsftime should be tested. */
#define GNULIB_TEST_WCSFTIME 1

/* Define to 1 when the gnulib module wcslen should be tested. */
#define GNULIB_TEST_WCSLEN 1

/* Define to 1 when the gnulib module wcsncasecmp should be tested. */
#define GNULIB_TEST_WCSNCASECMP 1

/* Define to 1 when the gnulib module wcsncat should be tested. */
#define GNULIB_TEST_WCSNCAT 1

/* Define to 1 when the gnulib module wcsncmp should be tested. */
#define GNULIB_TEST_WCSNCMP 1

/* Define to 1 when the gnulib module wcsncpy should be tested. */
#define GNULIB_TEST_WCSNCPY 1

/* Define to 1 when the gnulib module wcsnlen should be tested. */
#define GNULIB_TEST_WCSNLEN 1

/* Define to 1 when the gnulib module wcsnrtombs should be tested. */
#define GNULIB_TEST_WCSNRTOMBS 1

/* Define to 1 when the gnulib module wcspbrk should be tested. */
#define GNULIB_TEST_WCSPBRK 1

/* Define to 1 when the gnulib module wcsrchr should be tested. */
#define GNULIB_TEST_WCSRCHR 1

/* Define to 1 when the gnulib module wcsrtombs should be tested. */
#define GNULIB_TEST_WCSRTOMBS 1

/* Define to 1 when the gnulib module wcsspn should be tested. */
#define GNULIB_TEST_WCSSPN 1

/* Define to 1 when the gnulib module wcsstr should be tested. */
#define GNULIB_TEST_WCSSTR 1

/* Define to 1 when the gnulib module wcstok should be tested. */
#define GNULIB_TEST_WCSTOK 1

/* Define to 1 when the gnulib module wcswidth should be tested. */
#define GNULIB_TEST_WCSWIDTH 1

/* Define to 1 when the gnulib module wcsxfrm should be tested. */
#define GNULIB_TEST_WCSXFRM 1

/* Define to 1 when the gnulib module wctob should be tested. */
#define GNULIB_TEST_WCTOB 1

/* Define to 1 when the gnulib module wctomb should be tested. */
#define GNULIB_TEST_WCTOMB 1

/* Define to 1 when the gnulib module wctrans should be tested. */
#define GNULIB_TEST_WCTRANS 1

/* Define to 1 when the gnulib module wctype should be tested. */
#define GNULIB_TEST_WCTYPE 1

/* Define to 1 when the gnulib module wcwidth should be tested. */
#define GNULIB_TEST_WCWIDTH 1

/* Define to 1 when the gnulib module wmemchr should be tested. */
#define GNULIB_TEST_WMEMCHR 1

/* Define to 1 when the gnulib module wmemcmp should be tested. */
#define GNULIB_TEST_WMEMCMP 1

/* Define to 1 when the gnulib module wmemcpy should be tested. */
#define GNULIB_TEST_WMEMCPY 1

/* Define to 1 when the gnulib module wmemmove should be tested. */
#define GNULIB_TEST_WMEMMOVE 1

/* Define to 1 when the gnulib module wmempcpy should be tested. */
#define GNULIB_TEST_WMEMPCPY 1

/* Define to 1 when the gnulib module wmemset should be tested. */
#define GNULIB_TEST_WMEMSET 1

/* Define to 1 when the gnulib module write should be tested. */
#define GNULIB_TEST_WRITE 1

/* Define to 1 when the gnulib module _Exit should be tested. */
#define GNULIB_TEST__EXIT 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module unistr/u8-mbtoucr shall be considered present. */
#define GNULIB_UNISTR_U8_MBTOUCR 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module unistr/u8-uctomb shall be considered present. */
#define GNULIB_UNISTR_U8_UCTOMB 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module vfprintf-posix shall be considered present. */
#define GNULIB_VFPRINTF_POSIX 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module vfscanf shall be considered present. */
#define GNULIB_VFSCANF 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module vprintf-posix shall be considered present. */
#define GNULIB_VPRINTF_POSIX 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module vscanf shall be considered present. */
#define GNULIB_VSCANF 1

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module xalloc shall be considered present. */
#define GNULIB_XALLOC IN_GNULIB_TESTS

/* Define to a C preprocessor expression that evaluates to 1 or 0, depending
   whether the gnulib module xalloc-die shall be considered present. */
#define GNULIB_XALLOC_DIE IN_GNULIB_TESTS

/* Define to 1 if you have the `access' function. */
#define HAVE_ACCESS 1

/* Define to 1 if you have the `acosf' function. */
#define HAVE_ACOSF 1

/* Define to 1 if you have the `aligned_alloc' function. */
#define HAVE_ALIGNED_ALLOC 1

/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
   may be supplied by this distribution. */
#define HAVE_ALLOCA 1

/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
   */
#define HAVE_ALLOCA_H 1

/* Define to 1 if you have the `alphasort' function. */
#define HAVE_ALPHASORT 1

/* Define to 1 if you have the <arpa/inet.h> header file. */
#define HAVE_ARPA_INET_H 1

/* Define to 1 if you have the `asinf' function. */
#define HAVE_ASINF 1

/* Define to 1 if you have the `atan2f' function. */
#define HAVE_ATAN2F 1

/* Define to 1 if you have the `atanf' function. */
#define HAVE_ATANF 1

/* Define to 1 if you have the `atexit' function. */
#define HAVE_ATEXIT 1

/* Define to 1 if you have the `atoll' function. */
#define HAVE_ATOLL 1

/* Define to 1 if you have the <bcrypt.h> header file. */
/* #undef HAVE_BCRYPT_H */

/* Define to 1 if you have the <bp-sym.h> header file. */
/* #undef HAVE_BP_SYM_H */

/* Define to 1 if you have the `btowc' function. */
#define HAVE_BTOWC 1

/* Define to 1 if nanosleep mishandles large arguments. */
#define HAVE_BUG_BIG_NANOSLEEP 1

/* Define if the 'calloc' function is POSIX compliant. */
#define HAVE_CALLOC_POSIX 1

/* Define to 1 if you have the `canonicalize_file_name' function. */
/* #undef HAVE_CANONICALIZE_FILE_NAME */

/* Define to 1 if you have the `catgets' function. */
#define HAVE_CATGETS 1

/* Define to 1 if you have the `cbrt' function. */
#define HAVE_CBRT 1

/* Define to 1 if you have the `cbrtf' function. */
#define HAVE_CBRTF 1

/* Define to 1 if you have the `cbrtl' function. */
#define HAVE_CBRTL 1

/* Define to 1 if you have the Mac OS X function
   CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
#define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1

/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
   the CoreFoundation framework. */
#define HAVE_CFPREFERENCESCOPYAPPVALUE 1

/* Define to 1 if you have the `chown' function. */
#define HAVE_CHOWN 1

/* Define to 1 if you have the `clock_gettime' function. */
#define HAVE_CLOCK_GETTIME 1

/* Define to 1 if you have the `clock_settime' function. */
#define HAVE_CLOCK_SETTIME 1

/* Define to 1 if you have the `closedir' function. */
#define HAVE_CLOSEDIR 1

/* Define to 1 if you have the `confstr' function. */
/* #undef HAVE_CONFSTR */

/* Define if the copysignf function is declared in <math.h> and available in
   libc. */
/* #undef HAVE_COPYSIGNF_IN_LIBC */

/* Define if the copysignl function is declared in <math.h> and available in
   libc. */
/* #undef HAVE_COPYSIGNL_IN_LIBC */

/* Define if the copysign function is declared in <math.h> and available in
   libc. */
/* #undef HAVE_COPYSIGN_IN_LIBC */

/* Define to 1 if you have the `cosf' function. */
#define HAVE_COSF 1

/* Define to 1 if you have the `coshf' function. */
#define HAVE_COSHF 1

/* Define to 1 if you have the <crtdefs.h> header file. */
/* #undef HAVE_CRTDEFS_H */

/* Define to 1 if you have the declaration of `acosf', and to 0 if you don't.
   */
/* #undef HAVE_DECL_ACOSF */

/* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
   */
#define HAVE_DECL_ALARM 1

/* Define to 1 if you have the declaration of `asinf', and to 0 if you don't.
   */
/* #undef HAVE_DECL_ASINF */

/* Define to 1 if you have the declaration of `atan2f', and to 0 if you don't.
   */
/* #undef HAVE_DECL_ATAN2F */

/* Define to 1 if you have the declaration of `atanf', and to 0 if you don't.
   */
/* #undef HAVE_DECL_ATANF */

/* Define to 1 if you have the declaration of `ceilf', and to 0 if you don't.
   */
#define HAVE_DECL_CEILF 1

/* Define to 1 if you have the declaration of `ceill', and to 0 if you don't.
   */
#define HAVE_DECL_CEILL 1

/* Define to 1 if you have the declaration of `copysign', and to 0 if you
   don't. */
/* #undef HAVE_DECL_COPYSIGN */

/* Define to 1 if you have the declaration of `copysignf', and to 0 if you
   don't. */
/* #undef HAVE_DECL_COPYSIGNF */

/* Define to 1 if you have the declaration of `copysignl', and to 0 if you
   don't. */
/* #undef HAVE_DECL_COPYSIGNL */

/* Define to 1 if you have the declaration of `cosf', and to 0 if you don't.
   */
/* #undef HAVE_DECL_COSF */

/* Define to 1 if you have the declaration of `coshf', and to 0 if you don't.
   */
/* #undef HAVE_DECL_COSHF */

/* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
   */
#define HAVE_DECL_DIRFD 1

/* Define to 1 if you have the declaration of `expf', and to 0 if you don't.
   */
/* #undef HAVE_DECL_EXPF */

/* Define to 1 if you have the declaration of `fchdir', and to 0 if you don't.
   */
#define HAVE_DECL_FCHDIR 1

/* Define to 1 if you have the declaration of `fdatasync', and to 0 if you
   don't. */
#define HAVE_DECL_FDATASYNC 0

/* Define to 1 if you have the declaration of `fdopendir', and to 0 if you
   don't. */
#define HAVE_DECL_FDOPENDIR 1

/* Define to 1 if you have the declaration of `floorf', and to 0 if you don't.
   */
#define HAVE_DECL_FLOORF 1

/* Define to 1 if you have the declaration of `floorl', and to 0 if you don't.
   */
#define HAVE_DECL_FLOORL 1

/* Define to 1 if you have the declaration of `fmodf', and to 0 if you don't.
   */
/* #undef HAVE_DECL_FMODF */

/* Define to 1 if you have the declaration of `fmodl', and to 0 if you don't.
   */
/* #undef HAVE_DECL_FMODL */

/* Define to 1 if you have the declaration of `fpurge', and to 0 if you don't.
   */
#define HAVE_DECL_FPURGE 1

/* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you
   don't. */
#define HAVE_DECL_FREEADDRINFO 1

/* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
   */
#define HAVE_DECL_FSEEKO 1

/* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
   */
#define HAVE_DECL_FTELLO 1

/* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you
   don't. */
#define HAVE_DECL_GAI_STRERROR 1

/* Define to 1 if you have the declaration of `gai_strerrorA', and to 0 if you
   don't. */
#define HAVE_DECL_GAI_STRERRORA 0

/* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
   don't. */
#define HAVE_DECL_GETADDRINFO 1

/* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
   */
#define HAVE_DECL_GETCWD 1

/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
   don't. */
/* #undef HAVE_DECL_GETC_UNLOCKED */

/* Define to 1 if you have the declaration of `getdelim', and to 0 if you
   don't. */
#define HAVE_DECL_GETDELIM 1

/* Define to 1 if you have the declaration of `getdtablesize', and to 0 if you
   don't. */
#define HAVE_DECL_GETDTABLESIZE 1

/* Define to 1 if you have the declaration of `getline', and to 0 if you
   don't. */
#define HAVE_DECL_GETLINE 1

/* Define to 1 if you have the declaration of `getlogin', and to 0 if you
   don't. */
#define HAVE_DECL_GETLOGIN 1

/* Define to 1 if you have the declaration of `getlogin_r', and to 0 if you
   don't. */
#define HAVE_DECL_GETLOGIN_R 1

/* Define to 1 if you have the declaration of `getnameinfo', and to 0 if you
   don't. */
#define HAVE_DECL_GETNAMEINFO 1

/* Define to 1 if you have the declaration of `hypotf', and to 0 if you don't.
   */
/* #undef HAVE_DECL_HYPOTF */

/* Define to 1 if you have the declaration of `hypotl', and to 0 if you don't.
   */
/* #undef HAVE_DECL_HYPOTL */

/* Define to 1 if you have the declaration of `imaxabs', and to 0 if you
   don't. */
#define HAVE_DECL_IMAXABS 1

/* Define to 1 if you have the declaration of `imaxdiv', and to 0 if you
   don't. */
#define HAVE_DECL_IMAXDIV 1

/* Define to 1 if you have the declaration of `inet_ntop', and to 0 if you
   don't. */
#define HAVE_DECL_INET_NTOP 1

/* Define to 1 if you have the declaration of `inet_pton', and to 0 if you
   don't. */
#define HAVE_DECL_INET_PTON 1

/* Define to 1 if you have the declaration of `initstate', and to 0 if you
   don't. */
#define HAVE_DECL_INITSTATE 1

/* Define to 1 if you have the declaration of `isblank', and to 0 if you
   don't. */
#define HAVE_DECL_ISBLANK 1

/* Define to 1 if you have the declaration of `isfinite', and to 0 if you
   don't. */
#define HAVE_DECL_ISFINITE 1

/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
   */
#define HAVE_DECL_ISINF 1

/* Define to 1 if you have the declaration of `iswblank', and to 0 if you
   don't. */
#define HAVE_DECL_ISWBLANK 1

/* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
   don't. */
#define HAVE_DECL_LOCALTIME_R 1

/* Define to 1 if you have the declaration of `log10f', and to 0 if you don't.
   */
/* #undef HAVE_DECL_LOG10F */

/* Define to 1 if you have the declaration of `log10l', and to 0 if you don't.
   */
/* #undef HAVE_DECL_LOG10L */

/* Define to 1 if you have the declaration of `logb', and to 0 if you don't.
   */
#define HAVE_DECL_LOGB 1

/* Define to 1 if you have the declaration of `logf', and to 0 if you don't.
   */
/* #undef HAVE_DECL_LOGF */

/* Define to 1 if you have the declaration of `mbrlen', and to 0 if you don't.
   */
/* #undef HAVE_DECL_MBRLEN */

/* Define to 1 if you have the declaration of `mbrtowc', and to 0 if you
   don't. */
/* #undef HAVE_DECL_MBRTOWC */

/* Define to 1 if you have the declaration of `mbsinit', and to 0 if you
   don't. */
/* #undef HAVE_DECL_MBSINIT */

/* Define to 1 if you have the declaration of `mbsrtowcs', and to 0 if you
   don't. */
/* #undef HAVE_DECL_MBSRTOWCS */

/* Define to 1 if you have the declaration of `memrchr', and to 0 if you
   don't. */
#define HAVE_DECL_MEMRCHR 0

/* Define to 1 if you have the declaration of `program_invocation_name', and
   to 0 if you don't. */
#define HAVE_DECL_PROGRAM_INVOCATION_NAME 0

/* Define to 1 if you have the declaration of `program_invocation_short_name',
   and to 0 if you don't. */
#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0

/* Define to 1 if you have the declaration of `remainderl', and to 0 if you
   don't. */
#define HAVE_DECL_REMAINDERL 1

/* Define to 1 if you have the declaration of `rintf', and to 0 if you don't.
   */
#define HAVE_DECL_RINTF 1

/* Define to 1 if you have the declaration of `round', and to 0 if you don't.
   */
#define HAVE_DECL_ROUND 1

/* Define to 1 if you have the declaration of `roundf', and to 0 if you don't.
   */
#define HAVE_DECL_ROUNDF 1

/* Define to 1 if you have the declaration of `roundl', and to 0 if you don't.
   */
#define HAVE_DECL_ROUNDL 1

/* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
   */
#define HAVE_DECL_SETENV 1

/* Define to 1 if you have the declaration of `setstate', and to 0 if you
   don't. */
#define HAVE_DECL_SETSTATE 1

/* Define to 1 if you have the declaration of `sinf', and to 0 if you don't.
   */
/* #undef HAVE_DECL_SINF */

/* Define to 1 if you have the declaration of `sinhf', and to 0 if you don't.
   */
/* #undef HAVE_DECL_SINHF */

/* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
   */
#define HAVE_DECL_SLEEP 1

/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
   don't. */
#define HAVE_DECL_SNPRINTF 1

/* Define to 1 if you have the declaration of `sqrtf', and to 0 if you don't.
   */
/* #undef HAVE_DECL_SQRTF */

/* Define to 1 if you have the declaration of `stpncpy', and to 0 if you
   don't. */
#define HAVE_DECL_STPNCPY 1

/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
   */
#define HAVE_DECL_STRDUP 1

/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
   don't. */
#define HAVE_DECL_STRERROR_R 1

/* 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 `strndup', and to 0 if you
   don't. */
#define HAVE_DECL_STRNDUP 1

/* 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 `strsignal', and to 0 if you
   don't. */
#define HAVE_DECL_STRSIGNAL 1

/* Define to 1 if you have the declaration of `strtod', and to 0 if you don't.
   */
#define HAVE_DECL_STRTOD 1

/* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
   don't. */
#define HAVE_DECL_STRTOIMAX 1

/* Define to 1 if you have the declaration of `strtok_r', and to 0 if you
   don't. */
#define HAVE_DECL_STRTOK_R 1

/* Define to 1 if you have the declaration of `strtoll', and to 0 if you
   don't. */
/* #undef HAVE_DECL_STRTOLL */

/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
   don't. */
/* #undef HAVE_DECL_STRTOULL */

/* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
   don't. */
#define HAVE_DECL_STRTOUMAX 1

/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
   don't. */
/* #undef HAVE_DECL_SYS_SIGLIST */

/* Define to 1 if you have the declaration of `tanf', and to 0 if you don't.
   */
/* #undef HAVE_DECL_TANF */

/* Define to 1 if you have the declaration of `tanhf', and to 0 if you don't.
   */
/* #undef HAVE_DECL_TANHF */

/* Define to 1 if you have the declaration of `tcgetsid', and to 0 if you
   don't. */
#define HAVE_DECL_TCGETSID 1

/* Define to 1 if you have the declaration of `towlower', and to 0 if you
   don't. */
/* #undef HAVE_DECL_TOWLOWER */

/* Define to 1 if you have the declaration of `trunc', and to 0 if you don't.
   */
#define HAVE_DECL_TRUNC 1

/* Define to 1 if you have the declaration of `truncf', and to 0 if you don't.
   */
#define HAVE_DECL_TRUNCF 1

/* Define to 1 if you have the declaration of `truncl', and to 0 if you don't.
   */
#define HAVE_DECL_TRUNCL 1

/* Define to 1 if you have the declaration of `ttyname_r', and to 0 if you
   don't. */
#define HAVE_DECL_TTYNAME_R 1

/* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
   don't. */
#define HAVE_DECL_UNSETENV 1

/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
   don't. */
#define HAVE_DECL_VSNPRINTF 1

/* Define to 1 if you have the declaration of `wcrtomb', and to 0 if you
   don't. */
/* #undef HAVE_DECL_WCRTOMB */

/* Define to 1 if you have the declaration of `wcsrtombs', and to 0 if you
   don't. */
/* #undef HAVE_DECL_WCSRTOMBS */

/* Define to 1 if you have the declaration of `wctob', and to 0 if you don't.
   */
#define HAVE_DECL_WCTOB 1

/* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
   don't. */
#define HAVE_DECL_WCWIDTH 1

/* Define to 1 if you have the declaration of `_fseeki64', and to 0 if you
   don't. */
/* #undef HAVE_DECL__FSEEKI64 */

/* Define to 1 if you have the declaration of `_putenv', and to 0 if you
   don't. */
#define HAVE_DECL__PUTENV 0

/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
   don't. */
#define HAVE_DECL__SNPRINTF 0

/* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
   don't. */
/* #undef HAVE_DECL__SYS_SIGLIST */

/* Define to 1 if you have the declaration of `__argv', and to 0 if you don't.
   */
#define HAVE_DECL___ARGV 0

/* Define to 1 if you have the <dirent.h> header file. */
#define HAVE_DIRENT_H 1

/* Define to 1 if you have the `dirfd' function. */
#define HAVE_DIRFD 1

/* Define to 1 if you have the `dprintf' function. */
#define HAVE_DPRINTF 1

/* Define to 1 if you have the `duplocale' function. */
#define HAVE_DUPLOCALE 1

/* Define to 1 if you have the `eaccess' function. */
/* #undef HAVE_EACCESS */

/* Define if you have the declaration of environ. */
/* #undef HAVE_ENVIRON_DECL */

/* Define to 1 if ptsname_r() is essentially working. */
#define HAVE_ESSENTIALLY_WORKING_PTSNAME_R 1

/* Define to 1 if you have the `euidaccess' function. */
/* #undef HAVE_EUIDACCESS */

/* Define to 1 if you have the `exp2f' function. */
#define HAVE_EXP2F 1

/* Define to 1 if you have the `exp2l' function. */
#define HAVE_EXP2L 1

/* Define to 1 if you have the `expf' function. */
#define HAVE_EXPF 1

/* Define to 1 if you have the `expm1f' function. */
#define HAVE_EXPM1F 1

/* Define to 1 if you have the `faccessat' function. */
#define HAVE_FACCESSAT 1

/* Define if the locale_t type contains insufficient information, as on
   OpenBSD. */
/* #undef HAVE_FAKE_LOCALES */

/* Define to 1 if you have the `fchdir' function. */
#define HAVE_FCHDIR 1

/* Define to 1 if you have the `fchmodat' function. */
#define HAVE_FCHMODAT 1

/* Define to 1 if you have the `fchown' function. */
#define HAVE_FCHOWN 1

/* Define to 1 if you have the `fcntl' function. */
#define HAVE_FCNTL 1

/* Define to 1 if you have the `fdatasync' function. */
#define HAVE_FDATASYNC 1

/* Define to 1 if you have the `fdopendir' function. */
#define HAVE_FDOPENDIR 1

/* Define to 1 if you have the <features.h> header file. */
/* #undef HAVE_FEATURES_H */

/* Define to 1 if you have the 'fegetround' function. */
#define HAVE_FEGETROUND 1

/* Define to 1 if you have the `flockfile' function. */
/* #undef HAVE_FLOCKFILE */

/* Define if the both the floorf() and ceilf() functions exist. */
/* #undef HAVE_FLOORF_AND_CEILF */

/* Define if the both the floorl() and ceill() functions exist. */
/* #undef HAVE_FLOORL_AND_CEILL */

/* Define to 1 if you have the `fmodf' function. */
#define HAVE_FMODF 1

/* Define to 1 if you have the `fmodl' function. */
#define HAVE_FMODL 1

/* Define to 1 if you have the `fnmatch' function. */
#define HAVE_FNMATCH 1

/* Define to 1 if you have the <fnmatch.h> header file. */
#define HAVE_FNMATCH_H 1

/* Define to 1 if you have the `fpurge' function. */
#define HAVE_FPURGE 1

/* Define to 1 if you have the `freelocale' function. */
#define HAVE_FREELOCALE 1

/* Define if the frexp() function is available and works. */
#define HAVE_FREXP 1

/* Define if the frexpl() function is available. */
#define HAVE_FREXPL 1

/* Define if the frexpl function is available in libc. */
#define HAVE_FREXPL_IN_LIBC 1

/* Define if the frexp function is available in libc. */
#define HAVE_FREXP_IN_LIBC 1

/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#define HAVE_FSEEKO 1

/* Define to 1 if you have the `fstatat' function. */
#define HAVE_FSTATAT 1

/* Define to 1 if you have the `fsync' function. */
#define HAVE_FSYNC 1

/* Define to 1 if you have the `ftruncate' function. */
#define HAVE_FTRUNCATE 1

/* Define to 1 if you have the `funlockfile' function. */
/* #undef HAVE_FUNLOCKFILE */

/* Define to 1 if you have the `futimens' function. */
#define HAVE_FUTIMENS 1

/* Define to 1 if you have the `futimes' function. */
#define HAVE_FUTIMES 1

/* Define to 1 if you have the `futimesat' function. */
/* #undef HAVE_FUTIMESAT */

/* Define to 1 if getaddrinfo exists, or to 0 otherwise. */
#define HAVE_GETADDRINFO 1

/* Define to 1 if you have the `getcwd' function. */
#define HAVE_GETCWD 1

/* Define to 1 if getcwd works, but with shorter paths than is generally
   tested with the replacement. */
/* #undef HAVE_GETCWD_SHORTER */

/* Define to 1 if you have the `getdelim' function. */
#define HAVE_GETDELIM 1

/* Define to 1 if you have the `getdtablesize' function. */
#define HAVE_GETDTABLESIZE 1

/* Define to 1 if you have the `getegid' function. */
#define HAVE_GETEGID 1

/* Define to 1 if you have the `geteuid' function. */
#define HAVE_GETEUID 1

/* Define to 1 if you have the `getexecname' function. */
/* #undef HAVE_GETEXECNAME */

/* Define to 1 if you have the `getgid' function. */
#define HAVE_GETGID 1

/* Define to 1 if you have the `getgrouplist' function. */
#define HAVE_GETGROUPLIST 1

/* Define to 1 if your system has a working `getgroups' function. */
#define HAVE_GETGROUPS 1

/* Define to 1 if you have the `gethostbyname' function. */
#define HAVE_GETHOSTBYNAME 1

/* Define to 1 if you have the `gethostname' function. */
#define HAVE_GETHOSTNAME 1

/* Define to 1 if you have the `getlocalename_l' function. */
/* #undef HAVE_GETLOCALENAME_L */

/* Define to 1 if you have the `getlogin' function. */
#define HAVE_GETLOGIN 1

/* Define to 1 if you have the `getlogin_r' function. */
#define HAVE_GETLOGIN_R 1

/* Define to 1 if you have the <getopt.h> header file. */
#define HAVE_GETOPT_H 1

/* Define to 1 if you have the `getopt_long_only' function. */
/* #undef HAVE_GETOPT_LONG_ONLY */

/* Define to 1 if the system has the 'getpagesize' function. */
#define HAVE_GETPAGESIZE 1

/* Define to 1 if you have the `getppriv' function. */
/* #undef HAVE_GETPPRIV */

/* Define to 1 if you have the `getprogname' function. */
#define HAVE_GETPROGNAME 1

/* Define to 1 if you have the `getpwnam_r' function. */
#define HAVE_GETPWNAM_R 1

/* Define to 1 if you have the `getrandom' function. */
/* #undef HAVE_GETRANDOM */

/* Define to 1 if you have the `getrlimit' function. */
#define HAVE_GETRLIMIT 1

/* Define to 1 if you have the `getrusage' function. */
#define HAVE_GETRUSAGE 1

/* Define to 1 if you have the `getservbyname' function. */
#define HAVE_GETSERVBYNAME 1

/* Define to 1 if you have the `getsubopt' function. */
#define HAVE_GETSUBOPT 1

/* Define to 1 if you have the `gettimeofday' function. */
#define HAVE_GETTIMEOFDAY 1

/* Define to 1 if you have the `getuid' function. */
#define HAVE_GETUID 1

/* Define to 1 if you have the `glob' function. */
#define HAVE_GLOB 1

/* Define to 1 if you have the <glob.h> header file. */
#define HAVE_GLOB_H 1

/* Define to 1 if you have the `glob_pattern_p' function. */
/* #undef HAVE_GLOB_PATTERN_P */

/* Define to 1 if you have the <grp.h> header file. */
#define HAVE_GRP_H 1

/* Define to 1 if you have the `hypotf' function. */
#define HAVE_HYPOTF 1

/* Define to 1 if you have the `hypotl' function. */
#define HAVE_HYPOTL 1

/* Define if you have the iconv() function and it works. */
#define HAVE_ICONV 1

/* Define to 1 if you have the <iconv.h> header file. */
#define HAVE_ICONV_H 1

/* Define if you have if_nameindex. */
#define HAVE_IF_NAMEINDEX 1

/* Define to 1 if you have the `imaxabs' function. */
#define HAVE_IMAXABS 1

/* Define to 1 if you have the `imaxdiv' function. */
#define HAVE_IMAXDIV 1

/* Define to 1 if you have the `inet_ntop' function. */
/* #undef HAVE_INET_NTOP */

/* Define to 1 if you have the `inet_pton' function. */
/* #undef HAVE_INET_PTON */

/* Define to 1 if you have the `initstate' function. */
#define HAVE_INITSTATE 1

/* Define to 1 if the compiler supports one of the keywords 'inline',
   '__inline__', '__inline' and effectively inlines functions marked as such.
   */
#define HAVE_INLINE 1

/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
#define HAVE_INTMAX_T 1

/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1

/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
   declares uintmax_t. */
#define HAVE_INTTYPES_H_WITH_UINTMAX 1

/* Define to 1 if you have the `ioctl' function. */
#define HAVE_IOCTL 1

/* Define to 1 if <sys/socket.h> defines AF_INET. */
#define HAVE_IPV4 1

/* Define to 1 if <sys/socket.h> defines AF_INET6. */
#define HAVE_IPV6 1

/* Define to 1 if you have the `isblank' function. */
#define HAVE_ISBLANK 1

/* Define if the isnan(double) function is available in libc. */
#define HAVE_ISNAND_IN_LIBC 1

/* Define if the isnan(float) function is available in libc. */
#define HAVE_ISNANF_IN_LIBC 1

/* Define if the isnan(long double) function is available in libc. */
#define HAVE_ISNANL_IN_LIBC 1

/* Define to 1 if you have the `issetugid' function. */
#define HAVE_ISSETUGID 1

/* Define to 1 if you have the `iswblank' function. */
#define HAVE_ISWBLANK 1

/* Define to 1 if you have the `iswcntrl' function. */
#define HAVE_ISWCNTRL 1

/* Define to 1 if you have the `iswctype' function. */
#define HAVE_ISWCTYPE 1

/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
#define HAVE_LANGINFO_CODESET 1

/* Define to 1 if you have the <langinfo.h> header file. */
#define HAVE_LANGINFO_H 1

/* Define to 1 if you have the `lchmod' function. */
#define HAVE_LCHMOD 1

/* Define to 1 if you have the `lchown' function. */
#define HAVE_LCHOWN 1

/* Define if your <locale.h> file defines LC_MESSAGES. */
#define HAVE_LC_MESSAGES 1

/* Define if the ldexpl() function is available. */
#define HAVE_LDEXPL 1

/* Define if the ldexpl function is available in libc. */
#define HAVE_LDEXPL_IN_LIBC 1

/* Define if the ldexp function is available in libc. */
#define HAVE_LDEXP_IN_LIBC 1

/* Define to 1 if you have the <libgen.h> header file. */
#define HAVE_LIBGEN_H 1

/* Define to 1 if you have the <libintl.h> header file. */
/* #undef HAVE_LIBINTL_H */

/* Define to 1 if the bcrypt library is guaranteed to be present. */
/* #undef HAVE_LIB_BCRYPT */

/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1

/* Define to 1 if you have the `link' function. */
#define HAVE_LINK 1

/* Define to 1 if you have the `linkat' function. */
#define HAVE_LINKAT 1

/* Define to 1 if you have the <linux/fs.h> header file. */
/* #undef HAVE_LINUX_FS_H */

/* Define to 1 if you have the `localtime_r' function. */
#define HAVE_LOCALTIME_R 1

/* Define to 1 if you have the `log10f' function. */
#define HAVE_LOG10F 1

/* Define to 1 if you have the `log10l' function. */
#define HAVE_LOG10L 1

/* Define to 1 if you have the `log1p' function. */
#define HAVE_LOG1P 1

/* Define to 1 if you have the `log1pf' function. */
#define HAVE_LOG1PF 1

/* Define to 1 if you have the `log1pl' function. */
#define HAVE_LOG1PL 1

/* Define to 1 if the log2() function is available in libc or libm. */
#define HAVE_LOG2 1

/* Define to 1 if you have the `log2f' function. */
#define HAVE_LOG2F 1

/* Define to 1 if you have the `log2l' function. */
#define HAVE_LOG2L 1

/* Define to 1 if you have the `logf' function. */
#define HAVE_LOGF 1

/* Define to 1 if the system has the type 'long long int'. */
#define HAVE_LONG_LONG_INT 1

/* Define to 1 if you have the `lstat' function. */
#define HAVE_LSTAT 1

/* Define to 1 if you have the `lutimes' function. */
#define HAVE_LUTIMES 1

/* Define to 1 if you have the <malloc.h> header file. */
/* #undef HAVE_MALLOC_H */

/* Define if the 'malloc' function is POSIX compliant. */
#define HAVE_MALLOC_POSIX 1

/* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
   config.h and <sys/mman.h>. */
#define HAVE_MAP_ANONYMOUS 1

/* Define to 1 if you have the <math.h> header file. */
#define HAVE_MATH_H 1

/* Define to 1 if you have the `mbrlen' function. */
#define HAVE_MBRLEN 1

/* Define to 1 if you have the `mbrtowc' function. */
#define HAVE_MBRTOWC 1

/* Define to 1 if you have the `mbsinit' function. */
#define HAVE_MBSINIT 1

/* Define to 1 if you have the `mbsnrtowcs' function. */
#define HAVE_MBSNRTOWCS 1

/* Define to 1 if you have the `mbsrtowcs' function. */
#define HAVE_MBSRTOWCS 1

/* Define to 1 if <wchar.h> declares mbstate_t. */
#define HAVE_MBSTATE_T 1

/* Define to 1 if you have the `mbtowc' function. */
#define HAVE_MBTOWC 1

/* Define to 1 if you have the `memcpy' function. */
#define HAVE_MEMCPY 1

/* Define to 1 if you have the `memmove' function. */
#define HAVE_MEMMOVE 1

/* 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. */
/* #undef HAVE_MEMPCPY */

/* Define to 1 if you have the `memrchr' function. */
/* #undef HAVE_MEMRCHR */

/* Define to 1 if you have the `memset' function. */
#define HAVE_MEMSET 1

/* Define to 1 if getcwd minimally works, that is, its result can be trusted
   when it succeeds. */
#define HAVE_MINIMALLY_WORKING_GETCWD 1

/* Define to 1 if <limits.h> defines the MIN and MAX macros. */
/* #undef HAVE_MINMAX_IN_LIMITS_H */

/* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
#define HAVE_MINMAX_IN_SYS_PARAM_H 1

/* Define to 1 if you have the `mkdirat' function. */
#define HAVE_MKDIRAT 1

/* Define to 1 if you have the `mkdtemp' function. */
#define HAVE_MKDTEMP 1

/* Define to 1 if you have a 'mkfifo' function. */
#define HAVE_MKFIFO 1

/* Define to 1 if you have the `mkfifoat' function. */
/* #undef HAVE_MKFIFOAT */

/* Define to 1 if you have the `mknod' function. */
#define HAVE_MKNOD 1

/* Define to 1 if you have the `mknodat' function. */
/* #undef HAVE_MKNODAT */

/* Define to 1 if you have the `mkstemp' function. */
#define HAVE_MKSTEMP 1

/* Define to 1 if you have the <monetary.h> header file. */
#define HAVE_MONETARY_H 1

/* Define to 1 if you have the `mprotect' function. */
#define HAVE_MPROTECT 1

/* Define to 1 if you have the `mquery' function. */
/* #undef HAVE_MQUERY */

/* Define to 1 on MSVC platforms that have the "invalid parameter handler"
   concept. */
/* #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER */

/* Define if the locale_t type does not contain the name of each locale
   category. */
/* #undef HAVE_NAMELESS_LOCALES */

/* Define to 1 if you have the <netdb.h> header file. */
#define HAVE_NETDB_H 1

/* Define to 1 if you have the <netinet/in.h> header file. */
#define HAVE_NETINET_IN_H 1

/* Define to 1 if you have the <net/if.h> header file. */
/* #undef HAVE_NET_IF_H */

/* Define to 1 if you have the `newlocale' function. */
#define HAVE_NEWLOCALE 1

/* Define to 1 if you have the `nl_langinfo' function. */
#define HAVE_NL_LANGINFO 1

/* Define to 1 if you have the `nl_langinfo_l' function. */
#define HAVE_NL_LANGINFO_L 1

/* Define to 1 if you have the `openat' function. */
#define HAVE_OPENAT 1

/* Define to 1 if you have the `opendir' function. */
#define HAVE_OPENDIR 1

/* Define to 1 if you have the <OS.h> header file. */
/* #undef HAVE_OS_H */

/* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
   setting errno to ERANGE, ENAMETOOLONG, or ENOENT. */
#define HAVE_PARTLY_WORKING_GETCWD 1

/* Define to 1 if you have the <paths.h> header file. */
/* #undef HAVE_PATHS_H */

/* Define to 1 if you have the `pclose' function. */
#define HAVE_PCLOSE 1

/* Define to 1 if you have the `pipe' function. */
#define HAVE_PIPE 1

/* Define to 1 if you have the 'poll' function and it works. */
/* #undef HAVE_POLL */

/* Define to 1 if you have the <poll.h> header file. */
#define HAVE_POLL_H 1

/* Define to 1 if you have the `popen' function. */
#define HAVE_POPEN 1

/* Define if the ttyname_r function has a POSIX compliant declaration. */
#define HAVE_POSIXDECL_TTYNAME_R 1

/* Define to 1 if you have the `posix_memalign' function. */
#define HAVE_POSIX_MEMALIGN 1

/* Define to 1 if you have the `posix_openpt' function. */
#define HAVE_POSIX_OPENPT 1

/* Define to 1 if you have the `posix_spawn' function. */
#define HAVE_POSIX_SPAWN 1

/* Define to 1 if the system has the type `posix_spawnattr_t'. */
#define HAVE_POSIX_SPAWNATTR_T 1

/* Define to 1 if the system has the type `posix_spawn_file_actions_t'. */
#define HAVE_POSIX_SPAWN_FILE_ACTIONS_T 1

/* Define to 1 if you have the `powf' function. */
#define HAVE_POWF 1

/* Define to 1 if you have the `pread' function. */
#define HAVE_PREAD 1

/* Define to 1 if you have the <priv.h> header file. */
/* #undef HAVE_PRIV_H */

/* Define to 1 if you have the `pstat_getprocvm' function. */
/* #undef HAVE_PSTAT_GETPROCVM */

/* Define if you have the <pthread.h> header and the POSIX threads API. */
#define HAVE_PTHREAD_API 1

/* Define to 1 if you have the `pthread_atfork' function. */
#define HAVE_PTHREAD_ATFORK 1

/* Define to 1 if you have the <pthread.h> header file. */
#define HAVE_PTHREAD_H 1

/* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
#define HAVE_PTHREAD_MUTEX_RECURSIVE 1

/* Define if the POSIX multithreading library has read/write locks. */
#define HAVE_PTHREAD_RWLOCK 1

/* Define if the 'pthread_rwlock_rdlock' function prefers a writer to a
   reader. */
#define HAVE_PTHREAD_RWLOCK_RDLOCK_PREFER_WRITER 1

/* Define to 1 if the pthread_sigmask function can be used (despite bugs). */
#define HAVE_PTHREAD_SIGMASK 1

/* Define to 1 if the system has the type `pthread_spinlock_t'. */
/* #undef HAVE_PTHREAD_SPINLOCK_T */

/* Define to 1 if the system has the type `pthread_t'. */
#define HAVE_PTHREAD_T 1

/* Define to 1 if you have the `ptsname' function. */
#define HAVE_PTSNAME 1

/* Define to 1 if you have the `ptsname_r' function. */
#define HAVE_PTSNAME_R 1

/* Define to 1 if you have the `pwrite' function. */
#define HAVE_PWRITE 1

/* Define to 1 if you have the `raise' function. */
#define HAVE_RAISE 1

/* Define to 1 if you have the <random.h> header file. */
/* #undef HAVE_RANDOM_H */

/* Define to 1 if you have the `random_r' function. */
/* #undef HAVE_RANDOM_R */

/* Define to 1 if you have the `rawmemchr' function. */
/* #undef HAVE_RAWMEMCHR */

/* Define to 1 if you have the `readdir' function. */
#define HAVE_READDIR 1

/* Define to 1 if you have the `readlink' function. */
#define HAVE_READLINK 1

/* Define to 1 if you have the `readlinkat' function. */
#define HAVE_READLINKAT 1

/* Define if the 'realloc' function is POSIX compliant. */
#define HAVE_REALLOC_POSIX 1

/* Define to 1 if you have the `realpath' function. */
#define HAVE_REALPATH 1

/* Define to 1 if the remainder() function is available in libc or libm. */
/* #undef HAVE_REMAINDER */

/* Define to 1 if you have the `renameat' function. */
#define HAVE_RENAMEAT 1

/* Define to 1 if you have the `renameat2' function. */
/* #undef HAVE_RENAMEAT2 */

/* Define to 1 if you have the `revoke' function. */
/* #undef HAVE_REVOKE */

/* Define to 1 if you have the `rewinddir' function. */
#define HAVE_REWINDDIR 1

/* Define to 1 if 'long double' and 'double' have the same representation. */
#define HAVE_SAME_LONG_DOUBLE_AS_DOUBLE 1

/* Define to 1 if the system has the type `sa_family_t'. */
#define HAVE_SA_FAMILY_T 1

/* Define to 1 if you have the `scandir' function. */
#define HAVE_SCANDIR 1

/* Define to 1 if you have the <sched.h> header file. */
#define HAVE_SCHED_H 1

/* Define to 1 if you have the `sched_setparam' function. */
/* #undef HAVE_SCHED_SETPARAM */

/* Define to 1 if you have the `sched_setscheduler' function. */
/* #undef HAVE_SCHED_SETSCHEDULER */

/* Define to 1 if you have the <sdkddkver.h> header file. */
/* #undef HAVE_SDKDDKVER_H */

/* Define to 1 if you have the <search.h> header file. */
#define HAVE_SEARCH_H 1

/* Define to 1 if you have the `secure_getenv' function. */
/* #undef HAVE_SECURE_GETENV */

/* Define to 1 if you have the <semaphore.h> header file. */
#define HAVE_SEMAPHORE_H 1

/* Define to 1 if you have the `setdtablesize' function. */
/* #undef HAVE_SETDTABLESIZE */

/* Define to 1 if you have the `setegid' function. */
/* #undef HAVE_SETEGID */

/* Define to 1 if you have the `setenv' function. */
#define HAVE_SETENV 1

/* Define to 1 if you have the `seteuid' function. */
/* #undef HAVE_SETEUID */

/* Define to 1 if you have the `setrlimit' function. */
#define HAVE_SETRLIMIT 1

/* Define to 1 if you have the `setstate' function. */
#define HAVE_SETSTATE 1

/* Define to 1 if you have the `shutdown' function. */
#define HAVE_SHUTDOWN 1

/* Define to 1 if you have the `sigaction' function. */
#define HAVE_SIGACTION 1

/* Define to 1 if you have the `sigaltstack' function. */
#define HAVE_SIGALTSTACK 1

/* Define to 1 if the system has the type `siginfo_t'. */
/* #undef HAVE_SIGINFO_T */

/* Define to 1 if you have the `siginterrupt' function. */
#define HAVE_SIGINTERRUPT 1

/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
/* #undef HAVE_SIGNED_SIG_ATOMIC_T */

/* Define to 1 if 'wchar_t' is a signed integer type. */
/* #undef HAVE_SIGNED_WCHAR_T */

/* Define to 1 if 'wint_t' is a signed integer type. */
/* #undef HAVE_SIGNED_WINT_T */

/* Define to 1 if the system has the type `sigset_t'. */
#define HAVE_SIGSET_T 1

/* Define to 1 if the system has the type `sig_atomic_t'. */
#define HAVE_SIG_ATOMIC_T 1

/* Define to 1 if you have the `sinf' function. */
#define HAVE_SINF 1

/* Define to 1 if you have the `sinhf' function. */
#define HAVE_SINHF 1

/* Define to 1 if you have the `sleep' function. */
#define HAVE_SLEEP 1

/* Define to 1 if you have the `snprintf' function. */
#define HAVE_SNPRINTF 1

/* Define to 1 if you have the `snprintf_l' function. */
#define HAVE_SNPRINTF_L 1

/* Define if the return value of the snprintf function is the number of of
   bytes (excluding the terminating NUL) that would have been produced if the
   buffer had been large enough. */
#define HAVE_SNPRINTF_RETVAL_C99 1

/* Define if the string produced by the snprintf function is always NUL
   terminated. */
#define HAVE_SNPRINTF_TRUNCATION_C99 1

/* Define if the locale_t type is as on Solaris 11.4. */
/* #undef HAVE_SOLARIS114_LOCALES */

/* Define to 1 if you have the <spawn.h> header file. */
#define HAVE_SPAWN_H 1

/* Define to 1 if you have the `sqrtf' function. */
#define HAVE_SQRTF 1

/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1

/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
   uintmax_t. */
#define HAVE_STDINT_H_WITH_UINTMAX 1

/* Define to 1 if you have the <stdio_ext.h> header file. */
/* #undef HAVE_STDIO_EXT_H */

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define to 1 if you have the `stpcpy' function. */
#define HAVE_STPCPY 1

/* Define if you have the stpncpy() function and it works. */
#define HAVE_STPNCPY 1

/* Define to 1 if you have the `strcasecmp' function. */
#define HAVE_STRCASECMP 1

/* Define to 1 if you have the `strchrnul' function. */
/* #undef HAVE_STRCHRNUL */

/* Define to 1 if you have the `strcspn' function. */
#define HAVE_STRCSPN 1

/* Define to 1 if you have the `strerror_r' function. */
#define HAVE_STRERROR_R 1

/* Define to 1 if you have the `strfmon_l' function. */
#define HAVE_STRFMON_L 1

/* 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 `strncasecmp' function. */
#define HAVE_STRNCASECMP 1

/* Define to 1 if you have the `strndup' function. */
#define HAVE_STRNDUP 1

/* Define to 1 if you have the `strnlen' function. */
#define HAVE_STRNLEN 1

/* Define to 1 if you have the `strpbrk' function. */
#define HAVE_STRPBRK 1

/* Define to 1 if you have the `strptime' function. */
#define HAVE_STRPTIME 1

/* Define to 1 if you have the `strsignal' function. */
#define HAVE_STRSIGNAL 1

/* Define to 1 if you have the `strtoimax' function. */
#define HAVE_STRTOIMAX 1

/* Define to 1 if you have the `strtok_r' function. */
#define HAVE_STRTOK_R 1

/* Define to 1 if you have the `strtol' function. */
#define HAVE_STRTOL 1

/* Define to 1 if you have the `strtold' function. */
#define HAVE_STRTOLD 1

/* Define to 1 if you have the `strtoll' function. */
#define HAVE_STRTOLL 1

/* Define to 1 if you have the `strtoul' function. */
#define HAVE_STRTOUL 1

/* Define to 1 if you have the `strtoull' function. */
#define HAVE_STRTOULL 1

/* Define to 1 if you have the `strtoumax' function. */
#define HAVE_STRTOUMAX 1

/* Define to 1 if the system has the type `struct addrinfo'. */
#define HAVE_STRUCT_ADDRINFO 1

/* Define if there is a member named d_type in the struct describing directory
   headers. */
#define HAVE_STRUCT_DIRENT_D_TYPE 1

/* Define to 1 if `decimal_point' is a member of `struct lconv'. */
/* #undef HAVE_STRUCT_LCONV_DECIMAL_POINT */

/* Define to 1 if the system has the type `struct random_data'. */
/* #undef HAVE_STRUCT_RANDOM_DATA */

/* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
#define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1

/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
#define HAVE_STRUCT_SOCKADDR_SA_LEN 1

/* Define to 1 if the system has the type `struct sockaddr_storage'. */
#define HAVE_STRUCT_SOCKADDR_STORAGE 1

/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1

/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */

/* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
#define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1

/* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */

/* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */

/* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC */

/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1

/* Define to 1 if `st_birthtim.tv_nsec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_BIRTHTIM_TV_NSEC */

/* Define to 1 if the system has the type `struct tms'. */
#define HAVE_STRUCT_TMS 1

/* Define to 1 if the system has the type `struct utsname'. */
#define HAVE_STRUCT_UTSNAME 1

/* Define to 1 if you have the `symlink' function. */
#define HAVE_SYMLINK 1

/* Define to 1 if you have the `symlinkat' function. */
#define HAVE_SYMLINKAT 1

/* Define to 1 if you have the <sys/bitypes.h> header file. */
/* #undef HAVE_SYS_BITYPES_H */

/* Define to 1 if you have the <sys/cdefs.h> header file. */
#define HAVE_SYS_CDEFS_H 1

/* Define to 1 if you have the <sys/filio.h> header file. */
#define HAVE_SYS_FILIO_H 1

/* Define to 1 if you have the <sys/inttypes.h> header file. */
/* #undef HAVE_SYS_INTTYPES_H */

/* Define to 1 if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1

/* 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/random.h> header file. */
#define HAVE_SYS_RANDOM_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/select.h> header file. */
#define HAVE_SYS_SELECT_H 1

/* Define to 1 if you have the <sys/single_threaded.h> header file. */
/* #undef HAVE_SYS_SINGLE_THREADED_H */

/* Define to 1 if you have the <sys/socket.h> header file. */
#define HAVE_SYS_SOCKET_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/times.h> header file. */
#define HAVE_SYS_TIMES_H 1

/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_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 <sys/uio.h> header file. */
#define HAVE_SYS_UIO_H 1

/* Define to 1 if you have the <sys/utsname.h> header file. */
#define HAVE_SYS_UTSNAME_H 1

/* Define to 1 if you have the <sys/wait.h> header file. */
#define HAVE_SYS_WAIT_H 1

/* Define to 1 if you have the `tanf' function. */
#define HAVE_TANF 1

/* Define to 1 if you have the `tanhf' function. */
#define HAVE_TANHF 1

/* Define to 1 if you have the <termios.h> header file. */
#define HAVE_TERMIOS_H 1

/* Define to 1 if you have the `thrd_create' function. */
/* #undef HAVE_THRD_CREATE */

/* Define to 1 if you have the <threads.h> header file. */
/* #undef HAVE_THREADS_H */

/* Define to 1 if you have the `timer_settime' function. */
/* #undef HAVE_TIMER_SETTIME */

/* Define to 1 if you have the `times' function. */
#define HAVE_TIMES 1

/* Define if struct tm has the tm_gmtoff member. */
#define HAVE_TM_GMTOFF 1

/* Define to 1 if you have the `towlower' function. */
#define HAVE_TOWLOWER 1

/* Define to 1 if you have the `truncate' function. */
#define HAVE_TRUNCATE 1

/* Define to 1 if you have the `tsearch' function. */
#define HAVE_TSEARCH 1

/* Define to 1 if you have the `ttyname' function. */
/* #undef HAVE_TTYNAME */

/* Define to 1 if you have the `ttyname_r' function. */
#define HAVE_TTYNAME_R 1

/* Define to 1 if you have the `twalk' function. */
#define HAVE_TWALK 1

/* Define to 1 if you have the <uchar.h> header file. */
/* #undef HAVE_UCHAR_H */

/* Define to 1 if you have the `uname' function. */
#define HAVE_UNAME 1

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Define to 1 if you have the `unlinkat' function. */
#define HAVE_UNLINKAT 1

/* Define to 1 if you have the `unlockpt' function. */
#define HAVE_UNLOCKPT 1

/* Define to 1 if you have the `unsetenv' function. */
#define HAVE_UNSETENV 1

/* Define to 1 if the system has the type 'unsigned long long int'. */
#define HAVE_UNSIGNED_LONG_LONG_INT 1

/* Define to 1 if you have the `uselocale' function. */
#define HAVE_USELOCALE 1

/* Define to 1 if you have the `usleep' function. */
#define HAVE_USLEEP 1

/* Define to 1 if you have the `utime' function. */
#define HAVE_UTIME 1

/* Define to 1 if you have the `utimensat' function. */
#define HAVE_UTIMENSAT 1

/* Define to 1 if you have the <utime.h> header file. */
#define HAVE_UTIME_H 1

/* Define if you have a global __progname variable */
#define HAVE_VAR___PROGNAME 1

/* Define to 1 if you have the `vasnprintf' function. */
/* #undef HAVE_VASNPRINTF */

/* Define to 1 if you have the `vdprintf' function. */
#define HAVE_VDPRINTF 1

/* Define to 1 if you have the `vfork' function. */
/* #undef HAVE_VFORK */

/* Define to 1 or 0, depending whether the compiler supports simple visibility
   declarations. */
#define HAVE_VISIBILITY 1

/* Define to 1 if you have the `vsnprintf' function. */
#define HAVE_VSNPRINTF 1

/* Define to 1 if you have the `waitid' function. */
#define HAVE_WAITID 1

/* Define to 1 if you have the <wchar.h> header file. */
#define HAVE_WCHAR_H 1

/* Define if you have the 'wchar_t' type. */
#define HAVE_WCHAR_T 1

/* Define to 1 if you have the `wcpcpy' function. */
#define HAVE_WCPCPY 1

/* Define to 1 if you have the `wcpncpy' function. */
#define HAVE_WCPNCPY 1

/* Define to 1 if you have the `wcrtomb' function. */
#define HAVE_WCRTOMB 1

/* Define to 1 if you have the `wcscasecmp' function. */
#define HAVE_WCSCASECMP 1

/* Define to 1 if you have the `wcscat' function. */
#define HAVE_WCSCAT 1

/* Define to 1 if you have the `wcschr' function. */
#define HAVE_WCSCHR 1

/* Define to 1 if you have the `wcscmp' function. */
#define HAVE_WCSCMP 1

/* Define to 1 if you have the `wcscoll' function. */
#define HAVE_WCSCOLL 1

/* Define to 1 if you have the `wcscpy' function. */
#define HAVE_WCSCPY 1

/* Define to 1 if you have the `wcscspn' function. */
#define HAVE_WCSCSPN 1

/* Define to 1 if you have the `wcsftime' function. */
#define HAVE_WCSFTIME 1

/* Define to 1 if you have the `wcslen' function. */
#define HAVE_WCSLEN 1

/* Define to 1 if you have the `wcsncasecmp' function. */
#define HAVE_WCSNCASECMP 1

/* Define to 1 if you have the `wcsncat' function. */
#define HAVE_WCSNCAT 1

/* Define to 1 if you have the `wcsncmp' function. */
#define HAVE_WCSNCMP 1

/* Define to 1 if you have the `wcsncpy' function. */
#define HAVE_WCSNCPY 1

/* Define to 1 if you have the `wcsnlen' function. */
#define HAVE_WCSNLEN 1

/* Define to 1 if you have the `wcsnrtombs' function. */
#define HAVE_WCSNRTOMBS 1

/* Define to 1 if you have the `wcspbrk' function. */
#define HAVE_WCSPBRK 1

/* Define to 1 if you have the `wcsrchr' function. */
#define HAVE_WCSRCHR 1

/* Define to 1 if you have the `wcsrtombs' function. */
#define HAVE_WCSRTOMBS 1

/* Define to 1 if you have the `wcsspn' function. */
#define HAVE_WCSSPN 1

/* Define to 1 if you have the `wcsstr' function. */
#define HAVE_WCSSTR 1

/* Define to 1 if you have the `wcstok' function. */
#define HAVE_WCSTOK 1

/* Define to 1 if you have the `wcswidth' function. */
#define HAVE_WCSWIDTH 1

/* Define to 1 if you have the `wcsxfrm' function. */
#define HAVE_WCSXFRM 1

/* Define to 1 if you have the `wctob' function. */
#define HAVE_WCTOB 1

/* Define to 1 if you have the <wctype.h> header file. */
#define HAVE_WCTYPE_H 1

/* Define to 1 if you have the `wcwidth' function. */
#define HAVE_WCWIDTH 1

/* Define to 1 if the compiler and linker support weak declarations of
   symbols. */
/* #undef HAVE_WEAK_SYMBOLS */

/* Define to 1 if you have the <winsock2.h> header file. */
/* #undef HAVE_WINSOCK2_H */

/* Define if you have the 'wint_t' type. */
#define HAVE_WINT_T 1

/* Define to 1 if you have the `wmempcpy' function. */
/* #undef HAVE_WMEMPCPY */

/* Define to 1 if fstatat (..., 0) works. For example, it does not work in AIX
   7.1. */
#define HAVE_WORKING_FSTATAT_ZERO_FLAG 1

/* Define if the mbrtoc32 function basically works. */
/* #undef HAVE_WORKING_MBRTOC32 */

/* Define to 1 if O_NOATIME works. */
#define HAVE_WORKING_O_NOATIME 1

/* Define to 1 if O_NOFOLLOW works. */
#define HAVE_WORKING_O_NOFOLLOW 1

/* Define if the uselocale function exists any may safely be called. */
#define HAVE_WORKING_USELOCALE 1

/* Define if utimes works properly. */
#define HAVE_WORKING_UTIMES 1

/* Define to 1 if you have the <ws2tcpip.h> header file. */
/* #undef HAVE_WS2TCPIP_H */

/* Define to 1 if you have the <xlocale.h> header file. */
#define HAVE_XLOCALE_H 1

/* Define to 1 if the system has the type `_Bool'. */
#define HAVE__BOOL 1

/* Define to 1 if you have the `_chsize' function. */
/* #undef HAVE__CHSIZE */

/* Define to 1 if you have the `_Exit' function. */
#define HAVE__EXIT 1

/* Define to 1 if you have the `_fseeki64' function. */
/* #undef HAVE__FSEEKI64 */

/* Define to 1 if you have the `_ftelli64' function. */
/* #undef HAVE__FTELLI64 */

/* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
/* #undef HAVE__SET_INVALID_PARAMETER_HANDLER */

/* Define to 1 if the compiler supports __builtin_expect,
   and to 2 if <builtins.h> does.  */
#define HAVE___BUILTIN_EXPECT 1
#ifndef HAVE___BUILTIN_EXPECT
# define __builtin_expect(e, c) (e)
#elif HAVE___BUILTIN_EXPECT == 2
# include <builtins.h>
#endif
    

/* Define to 1 if you have the `__fpurge' function. */
/* #undef HAVE___FPURGE */

/* Define to 1 if you have the `__freading' function. */
/* #undef HAVE___FREADING */

/* Define to 1 if you have the `__fseterr' function. */
/* #undef HAVE___FSETERR */

/* Define to 1 if the compiler supports the keyword '__inline'. */
#define HAVE___INLINE 1

/* Define to 1 if you have the `__secure_getenv' function. */
/* #undef HAVE___SECURE_GETENV */

/* Define to 1 if you have the `__xpg_strerror_r' function. */
/* #undef HAVE___XPG_STRERROR_R */

/* Define HOST_NAME_MAX when <limits.h> does not define it. */
#define HOST_NAME_MAX 256

/* Define as const if the declaration of iconv() needs const. */
#define ICONV_CONST 

/* Define to a symbolic name denoting the flavor of iconv_open()
   implementation. */
/* #undef ICONV_FLAVOR */

/* Define to 1 if isatty() may fail without setting errno. */
/* #undef ISATTY_FAILS_WITHOUT_SETTING_ERRNO */

/* Define as the bit index in the word where to find bit 0 of the exponent of
   'long double'. */
#define LDBL_EXPBIT0_BIT 20

/* Define as the word index where to find the exponent of 'long double'. */
#define LDBL_EXPBIT0_WORD 1

/* Define as the bit index in the word where to find the sign of 'long
   double'. */
/* #undef LDBL_SIGNBIT_BIT */

/* Define as the word index where to find the sign of 'long double'. */
/* #undef LDBL_SIGNBIT_WORD */

/* Define to 1 if linkat can create hardlinks to symlinks */
#define LINKAT_SYMLINK_NOTSUP 0

/* Define to 1 if linkat fails to recognize a trailing slash. */
#define LINKAT_TRAILING_SLASH_BUG 1

/* Define to 1 if 'link(2)' dereferences symbolic links, 0 if it creates hard
   links to symlinks, -1 if it depends on the variable __xpg4, and -2 if
   unknown. */
#define LINK_FOLLOWS_SYMLINKS 1

/* Define to 1 if lseek does not detect pipes. */
/* #undef LSEEK_PIPE_BROKEN */

/* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
   slash. */
/* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */

/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
   */
/* #undef MAJOR_IN_MKDEV */

/* Define to 1 if `major', `minor', and `makedev' are declared in
   <sysmacros.h>. */
/* #undef MAJOR_IN_SYSMACROS */

/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
#define MALLOC_0_IS_NONNULL 1

/* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
/* #undef MAP_ANONYMOUS */

/* Define if the mbrtoc32 function does not return (size_t) -2 for empty
   input. */
/* #undef MBRTOC32_EMPTY_INPUT_BUG */

/* Define if the mbrtoc32 function may signal encoding errors in the C locale.
   */
/* #undef MBRTOC32_IN_C_LOCALE_MAYBE_EILSEQ */

/* Define if the mbrtowc function does not return (size_t) -2 for empty input.
   */
/* #undef MBRTOWC_EMPTY_INPUT_BUG */

/* Define if the mbrtowc function may signal encoding errors in the C locale.
   */
/* #undef MBRTOWC_IN_C_LOCALE_MAYBE_EILSEQ */

/* Define if the mbrtowc function has the NULL pwc argument bug. */
/* #undef MBRTOWC_NULL_ARG1_BUG */

/* Define if the mbrtowc function has the NULL string argument bug. */
/* #undef MBRTOWC_NULL_ARG2_BUG */

/* Define if the mbrtowc function does not return 0 for a NUL character. */
/* #undef MBRTOWC_NUL_RETVAL_BUG */

/* Define if the mbrtowc function returns a wrong return value. */
/* #undef MBRTOWC_RETVAL_BUG */

/* Define if the mbrtowc function stores a wide character when reporting
   incomplete input. */
/* #undef MBRTOWC_STORES_INCOMPLETE_BUG */

/* Use GNU style printf and scanf.  */
#ifndef __USE_MINGW_ANSI_STDIO
# define __USE_MINGW_ANSI_STDIO 1
#endif


/* Define to 1 if mkfifo does not reject trailing slash */
#define MKFIFO_TRAILING_SLASH_BUG 1

/* Define to 1 if mknod cannot create a fifo without super-user privileges */
/* #undef MKNOD_FIFO_BUG */

/* Define to 1 on musl libc. */
/* #undef MUSL_LIBC */

/* Define to 1 if fchmodat+AT_SYMLINK_NOFOLLOW does not work right on
   non-symlinks. */
/* #undef NEED_FCHMODAT_NONSYMLINK_FIX */

/* Define if the compilation of mktime.c should define 'mktime' with the
   native Windows TZ workaround. */
/* #undef NEED_MKTIME_WINDOWS */

/* Define if the compilation of mktime.c should define 'mktime' with the
   algorithmic workarounds. */
#define NEED_MKTIME_WORKING 1

/* Define if the vasnprintf implementation needs special code for the 'a' and
   'A' directives. */
#define NEED_PRINTF_DIRECTIVE_A 1

/* Define if the vasnprintf implementation needs special code for the 'F'
   directive. */
/* #undef NEED_PRINTF_DIRECTIVE_F */

/* Define if the vasnprintf implementation needs special code for the 'ls'
   directive. */
/* #undef NEED_PRINTF_DIRECTIVE_LS */

/* Define if the vasnprintf implementation needs special code for 'double'
   arguments. */
/* #undef NEED_PRINTF_DOUBLE */

/* Define if the vasnprintf implementation needs special code for surviving
   out-of-memory conditions. */
/* #undef NEED_PRINTF_ENOMEM */

/* Define if the vasnprintf implementation needs special code for the ' flag.
   */
/* #undef NEED_PRINTF_FLAG_GROUPING */

/* Define if the vasnprintf implementation needs special code for the '-'
   flag. */
/* #undef NEED_PRINTF_FLAG_LEFTADJUST */

/* Define if the vasnprintf implementation needs special code for the 0 flag.
   */
/* #undef NEED_PRINTF_FLAG_ZERO */

/* Define if the vasnprintf implementation needs special code for infinite
   'double' arguments. */
/* #undef NEED_PRINTF_INFINITE_DOUBLE */

/* Define if the vasnprintf implementation needs special code for infinite
   'long double' arguments. */
/* #undef NEED_PRINTF_INFINITE_LONG_DOUBLE */

/* Define if the vasnprintf implementation needs special code for 'long
   double' arguments. */
/* #undef NEED_PRINTF_LONG_DOUBLE */

/* Define if the vasnprintf implementation needs special code for supporting
   large precisions without arbitrary bounds. */
/* #undef NEED_PRINTF_UNBOUNDED_PRECISION */

/* Define to 1 to enable general improvements of setlocale. */
#define NEED_SETLOCALE_IMPROVED 0

/* Define to 1 to enable a multithread-safety fix of setlocale. */
#define NEED_SETLOCALE_MTSAFE 1

/* Define to 1 if nl_langinfo is multithread-safe. */
#define NL_LANGINFO_MTSAFE 1

/* Define to 1 if open() fails to recognize a trailing slash. */
#define OPEN_TRAILING_SLASH_BUG 1

/* Name of package */
#define PACKAGE "dummy"

/* 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 "dummy"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "dummy 0"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "dummy"

/* Define to the home page for this package. */
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "0"

/* Define to the type that is the result of default argument promotions of
   type mode_t. */
#define PROMOTED_MODE_T int

/* Define if pthread_create is an inline function. */
/* #undef PTHREAD_CREATE_IS_INLINE */

/* Define if the pthread_in_use() detection is hard. */
/* #undef PTHREAD_IN_USE_DETECTION_HARD */

/* Define if the 'robust' attribute of pthread_mutex* doesn't exist. */
#define PTHREAD_MUTEXATTR_ROBUST_UNIMPLEMENTED 1

/* Define if the functions pthread_rwlock_timedrdlock and
   pthread_rwlock_timedwrlock don't exist. */
#define PTHREAD_RWLOCK_LACKS_TIMEOUT 1

/* Define if all pthread_rwlock* functions don't exist. */
/* #undef PTHREAD_RWLOCK_UNIMPLEMENTED */

/* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
   */
/* #undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO */

/* Define to 1 if pthread_sigmask may return 0 and have no effect. */
/* #undef PTHREAD_SIGMASK_INEFFECTIVE */

/* Define to 1 if pthread_sigmask() unblocks signals incorrectly. */
/* #undef PTHREAD_SIGMASK_UNBLOCK_BUG */

/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
   'ptrdiff_t'. */
/* #undef PTRDIFF_T_SUFFIX */

/* Define to 1 if readlink fails to recognize a trailing slash. */
#define READLINK_TRAILING_SLASH_BUG 1

/* Define if rename does not work when the destination file exists, as on
   Cygwin 1.5 or Windows. */
/* #undef RENAME_DEST_EXISTS_BUG */

/* Define if rename fails to leave hard links alone, as on NetBSD 1.6 or
   Cygwin 1.5. */
/* #undef RENAME_HARD_LINK_BUG */

/* Define if rename does not correctly handle slashes on the destination
   argument, such as on Solaris 11 or NetBSD 1.6. */
#define RENAME_TRAILING_SLASH_DEST_BUG 1

/* Define if rename does not correctly handle slashes on the source argument,
   such as on Solaris 9 or cygwin 1.5. */
#define RENAME_TRAILING_SLASH_SOURCE_BUG 1

/* Define to 1 if gnulib's dirfd() replacement is used. */
/* #undef REPLACE_DIRFD */

/* Define to 1 if gnulib's fchdir() replacement is used. */
/* #undef REPLACE_FCHDIR */

/* Define if fprintf is overridden by a POSIX compliant gnulib implementation.
   */
#define REPLACE_FPRINTF_POSIX 1

/* Define to 1 if stat needs help when passed a file name with a trailing
   slash */
#define REPLACE_FUNC_STAT_FILE 1

/* Define if the iconv() functions are enhanced to handle the
   UTF-{16,32}{BE,LE} encodings. */
/* #undef REPLACE_ICONV_UTF */

/* Define if nl_langinfo exists but is overridden by gnulib. */
#define REPLACE_NL_LANGINFO 1

/* Define to 1 if open() should work around the inability to open a directory.
   */
/* #undef REPLACE_OPEN_DIRECTORY */

/* Define if gnulib uses its own posix_spawn and posix_spawnp functions. */
/* #undef REPLACE_POSIX_SPAWN */

/* Define if printf is overridden by a POSIX compliant gnulib implementation.
   */
#define REPLACE_PRINTF_POSIX 1

/* Define to 1 if strerror(0) does not return a message implying success. */
#define REPLACE_STRERROR_0 1

/* Define if vasnprintf exists but is overridden by gnulib. */
/* #undef REPLACE_VASNPRINTF */

/* Define if vfprintf is overridden by a POSIX compliant gnulib
   implementation. */
#define REPLACE_VFPRINTF_POSIX 1

/* Define if vprintf is overridden by a POSIX compliant gnulib implementation.
   */
#define REPLACE_VPRINTF_POSIX 1

/* Define to 1 if setlocale (LC_ALL, NULL) is multithread-safe. */
#define SETLOCALE_NULL_ALL_MTSAFE 0

/* Define to 1 if setlocale (category, NULL) is multithread-safe. */
#define SETLOCALE_NULL_ONE_MTSAFE 1

/* File name of the Bourne shell.  */
#if defined __CYGWIN__ || defined __ANDROID__
/* Omit the directory part because
   - For 32-bit Cygwin programs in a 64-bit Cygwin environment, the Cygwin
     mounts are not visible.
   - On Android, /bin/sh does not exist. It's /system/bin/sh instead.  */
# define BOURNE_SHELL "sh"
#else
# define BOURNE_SHELL "/bin/sh"
#endif

/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
   'sig_atomic_t'. */
/* #undef SIG_ATOMIC_T_SUFFIX */

/* Define as the maximum value of type 'size_t', if the system doesn't define
   it. */
#ifndef SIZE_MAX
/* # undef SIZE_MAX */
#endif

/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
   'size_t'. */
/* #undef SIZE_T_SUFFIX */

/* If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at runtime.
        STACK_DIRECTION > 0 => grows toward higher addresses
        STACK_DIRECTION < 0 => grows toward lower addresses
        STACK_DIRECTION = 0 => direction of growth unknown */
/* #undef STACK_DIRECTION */

/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
/* #undef STAT_MACROS_BROKEN */

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Define to 1 if strerror_r returns char *. */
/* #undef STRERROR_R_CHAR_P */

/* Define to 1 if strtold does not set errno upon underflow. */
/* #undef STRTOLD_HAS_UNDERFLOW_BUG */

/* Define to 1 if time_t is signed. */
#define TIME_T_IS_SIGNED 1

/* Define to 1 if the type of the st_atim member of a struct stat is struct
   timespec. */
/* #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC */

/* Define to 1 if unlink (dir) cannot possibly succeed. */
/* #undef UNLINK_CANNOT_UNLINK_DIR */

/* Define to 1 if unlink() on a parent directory may succeed */
/* #undef UNLINK_PARENT_BUG */

/* Define to the prefix of C symbols at the assembler and linker level, either
   an underscore or empty. */
#define USER_LABEL_PREFIX _

/* Define if the combination of the ISO C and POSIX multithreading APIs can be
   used. */
/* #undef USE_ISOC_AND_POSIX_THREADS */

/* Define if the ISO C multithreading library can be used. */
/* #undef USE_ISOC_THREADS */

/* Define if the POSIX multithreading library can be used. */
#define USE_POSIX_THREADS 1

/* Define if references to the POSIX multithreading library should be made
   weak. */
/* #undef USE_POSIX_THREADS_WEAK */

/* Enable extensions on AIX 3, Interix.  */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
/* Enable general extensions on macOS.  */
#ifndef _DARWIN_C_SOURCE
# define _DARWIN_C_SOURCE 1
#endif
/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
/* Enable NetBSD extensions on NetBSD.  */
#ifndef _NETBSD_SOURCE
# define _NETBSD_SOURCE 1
#endif
/* Enable OpenBSD extensions on NetBSD.  */
#ifndef _OPENBSD_SOURCE
# define _OPENBSD_SOURCE 1
#endif
/* Enable threading extensions on Solaris.  */
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif
/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
# define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
#endif
/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
# define __STDC_WANT_IEC_60559_BFP_EXT__ 1
#endif
/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
# define __STDC_WANT_IEC_60559_DFP_EXT__ 1
#endif
/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
# define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
#endif
/* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
# define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
#endif
/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
#ifndef __STDC_WANT_LIB_EXT2__
# define __STDC_WANT_LIB_EXT2__ 1
#endif
/* Enable extensions specified by ISO/IEC 24747:2009.  */
#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
# define __STDC_WANT_MATH_SPEC_FUNCS__ 1
#endif
/* Enable extensions on HP NonStop.  */
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#endif
/* Enable X/Open extensions if necessary.  HP-UX 11.11 defines
   mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
   whether compiling with -Ae or -D_HPUX_SOURCE=1.  */
#ifndef _XOPEN_SOURCE
/* # undef _XOPEN_SOURCE */
#endif
/* Enable X/Open compliant socket functions that do not require linking
   with -lxnet on HP-UX 11.11.  */
#ifndef _HPUX_ALT_XOPEN_SOCKET_API
# define _HPUX_ALT_XOPEN_SOCKET_API 1
#endif
/* Enable general extensions on Solaris.  */
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif


/* Define if the native Windows multithreading API can be used. */
/* #undef USE_WINDOWS_THREADS */

/* Version number of package */
#define VERSION "0"

/* Define to 1 if unsetenv returns void instead of int. */
/* #undef VOID_UNSETENV */

/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
   'wchar_t'. */
/* #undef WCHAR_T_SUFFIX */

/* Define if the wcrtomb function does not work in the C locale. */
/* #undef WCRTOMB_C_LOCALE_BUG */

/* Define if the wcrtomb function has an incorrect return value. */
/* #undef WCRTOMB_RETVAL_BUG */

/* Define if the wcsrtombs function has the NULL destination argument bug. */
/* #undef WCSRTOMBS_NULL_ARG_BUG */

/* Define if the wcsrtombs function may set the source pointer to NULL without
   NUL-terminating the destination. */
/* #undef WCSRTOMBS_TERMINATION_BUG */

/* Define if WSAStartup is needed. */
/* #undef WINDOWS_SOCKETS */

/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
   'wint_t'. */
/* #undef WINT_T_SUFFIX */

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
/* #  undef WORDS_BIGENDIAN */
# endif
#endif

/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */

/* True if the compiler says it groks GNU C version MAJOR.MINOR.  */
#if defined __GNUC__ && defined __GNUC_MINOR__
# define _GL_GNUC_PREREQ(major, minor) \
    ((major) < __GNUC__ + ((minor) <= __GNUC_MINOR__))
#else
# define _GL_GNUC_PREREQ(major, minor) 0
#endif


/* 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 on Solaris. */
/* #undef _LCONV_C99 */

/* Define to 1 if on MINIX. */
/* #undef _MINIX */

/* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
#define _NETBSD_SOURCE 1

/* The _Noreturn keyword of C11.  */
#ifndef _Noreturn
# if (defined __cplusplus \
      && ((201103 <= __cplusplus && !(__GNUC__ == 4 && __GNUC_MINOR__ == 7)) \
          || (defined _MSC_VER && 1900 <= _MSC_VER)) \
      && 0)
    /* [[noreturn]] is not practically usable, because with it the syntax
         extern _Noreturn void func (...);
       would not be valid; such a declaration would only be valid with 'extern'
       and '_Noreturn' swapped, or without the 'extern' keyword.  However, some
       AIX system header files and several gnulib header files use precisely
       this syntax with 'extern'.  */
#  define _Noreturn [[noreturn]]
# elif ((!defined __cplusplus || defined __clang__) \
        && (201112 <= (defined __STDC_VERSION__ ? __STDC_VERSION__ : 0)  \
            || _GL_GNUC_PREREQ (4, 7) \
            || (defined __apple_build_version__ \
                ? 6000000 <= __apple_build_version__ \
                : 3 < __clang_major__ + (5 <= __clang_minor__))))
   /* _Noreturn works as-is.  */
# elif _GL_GNUC_PREREQ (2, 8) || defined __clang__ || 0x5110 <= __SUNPRO_C
#  define _Noreturn __attribute__ ((__noreturn__))
# elif 1200 <= (defined _MSC_VER ? _MSC_VER : 0)
#  define _Noreturn __declspec (noreturn)
# else
#  define _Noreturn
# endif
#endif


/* Define to 2 if the system does not provide POSIX.1 features except with
   this defined. */
/* #undef _POSIX_1_SOURCE */

/* Define to 1 in order to get the POSIX compatible declarations of socket
   functions. */
/* #undef _POSIX_PII_SOCKET */

/* Define to 1 if you need to in order for 'stat' and other things to work. */
/* #undef _POSIX_SOURCE */

/* Define if you want <regex.h> to include <limits.h>, so that it consistently
   overrides <limits.h>'s RE_DUP_MAX. */
#define _REGEX_INCLUDE_LIMITS_H 1

/* Define if you want regoff_t to be at least as wide POSIX requires. */
#define _REGEX_LARGE_OFFSETS 1

/* For standard stat data types on VMS. */
#define _USE_STD_STAT 1

/* Define to rpl_ if the getopt replacement functions and variables should be
   used. */
#define __GETOPT_PREFIX rpl_

/* Define to 1 if the system <stdint.h> predates C++11. */
/* #undef __STDC_CONSTANT_MACROS */

/* Define to 1 if the system <stdint.h> predates C++11. */
/* #undef __STDC_LIMIT_MACROS */

/* The _GL_ASYNC_SAFE marker should be attached to functions that are
   signal handlers (for signals other than SIGABRT, SIGPIPE) or can be
   invoked from such signal handlers.  Such functions have some restrictions:
     * All functions that it calls should be marked _GL_ASYNC_SAFE as well,
       or should be listed as async-signal-safe in POSIX
       <https://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_04>
       section 2.4.3.  Note that malloc(), sprintf(), and fwrite(), in
       particular, are NOT async-signal-safe.
     * All memory locations (variables and struct fields) that these functions
       access must be marked 'volatile'.  This holds for both read and write
       accesses.  Otherwise the compiler might optimize away stores to and
       reads from such locations that occur in the program, depending on its
       data flow analysis.  For example, when the program contains a loop
       that is intended to inspect a variable set from within a signal handler
           while (!signal_occurred)
             ;
       the compiler is allowed to transform this into an endless loop if the
       variable 'signal_occurred' is not declared 'volatile'.
   Additionally, recall that:
     * A signal handler should not modify errno (except if it is a handler
       for a fatal signal and ends by raising the same signal again, thus
       provoking the termination of the process).  If it invokes a function
       that may clobber errno, it needs to save and restore the value of
       errno.  */
#define _GL_ASYNC_SAFE


/* Attributes.  */
#ifdef __has_attribute
# define _GL_HAS_ATTRIBUTE(attr) __has_attribute (__##attr##__)
#else
# define _GL_HAS_ATTRIBUTE(attr) _GL_ATTR_##attr
# define _GL_ATTR_alloc_size _GL_GNUC_PREREQ (4, 3)
# define _GL_ATTR_always_inline _GL_GNUC_PREREQ (3, 2)
# define _GL_ATTR_artificial _GL_GNUC_PREREQ (4, 3)
# define _GL_ATTR_cold _GL_GNUC_PREREQ (4, 3)
# define _GL_ATTR_const _GL_GNUC_PREREQ (2, 95)
# define _GL_ATTR_deprecated _GL_GNUC_PREREQ (3, 1)
# define _GL_ATTR_diagnose_if 0
# define _GL_ATTR_error _GL_GNUC_PREREQ (4, 3)
# define _GL_ATTR_externally_visible _GL_GNUC_PREREQ (4, 1)
# define _GL_ATTR_fallthrough _GL_GNUC_PREREQ (7, 0)
# define _GL_ATTR_format _GL_GNUC_PREREQ (2, 7)
# define _GL_ATTR_leaf _GL_GNUC_PREREQ (4, 6)
# ifdef _ICC
#  define _GL_ATTR_may_alias 0
# else
#  define _GL_ATTR_may_alias _GL_GNUC_PREREQ (3, 3)
# endif
# define _GL_ATTR_malloc _GL_GNUC_PREREQ (3, 0)
# define _GL_ATTR_noinline _GL_GNUC_PREREQ (3, 1)
# define _GL_ATTR_nonnull _GL_GNUC_PREREQ (3, 3)
# define _GL_ATTR_nonstring _GL_GNUC_PREREQ (8, 0)
# define _GL_ATTR_nothrow _GL_GNUC_PREREQ (3, 3)
# define _GL_ATTR_packed _GL_GNUC_PREREQ (2, 7)
# define _GL_ATTR_pure _GL_GNUC_PREREQ (2, 96)
# define _GL_ATTR_returns_nonnull _GL_GNUC_PREREQ (4, 9)
# define _GL_ATTR_sentinel _GL_GNUC_PREREQ (4, 0)
# define _GL_ATTR_unused _GL_GNUC_PREREQ (2, 7)
# define _GL_ATTR_warn_unused_result _GL_GNUC_PREREQ (3, 4)
#endif


#if _GL_HAS_ATTRIBUTE (alloc_size)
# define _GL_ATTRIBUTE_ALLOC_SIZE(args) __attribute__ ((__alloc_size__ args))
#else
# define _GL_ATTRIBUTE_ALLOC_SIZE(args)
#endif

#if _GL_HAS_ATTRIBUTE (always_inline)
# define _GL_ATTRIBUTE_ALWAYS_INLINE __attribute__ ((__always_inline__))
#else
# define _GL_ATTRIBUTE_ALWAYS_INLINE
#endif

#if _GL_HAS_ATTRIBUTE (artificial)
# define _GL_ATTRIBUTE_ARTIFICIAL __attribute__ ((__artificial__))
#else
# define _GL_ATTRIBUTE_ARTIFICIAL
#endif

/* Avoid __attribute__ ((cold)) on MinGW; see thread starting at
   <https://lists.gnu.org/r/emacs-devel/2019-04/msg01152.html>.
   Also, Oracle Studio 12.6 requires 'cold' not '__cold__'.  */
#if _GL_HAS_ATTRIBUTE (cold) && !defined __MINGW32__
# ifndef __SUNPRO_C
#  define _GL_ATTRIBUTE_COLD __attribute__ ((__cold__))
# else
#  define _GL_ATTRIBUTE_COLD __attribute__ ((cold))
# endif
#else
# define _GL_ATTRIBUTE_COLD
#endif

#if _GL_HAS_ATTRIBUTE (const)
# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
#else
# define _GL_ATTRIBUTE_CONST
#endif

#if 201710L < __STDC_VERSION__
# define _GL_ATTRIBUTE_DEPRECATED [[__deprecated__]]
#elif _GL_HAS_ATTRIBUTE (deprecated)
# define _GL_ATTRIBUTE_DEPRECATED __attribute__ ((__deprecated__))
#else
# define _GL_ATTRIBUTE_DEPRECATED
#endif

#if _GL_HAS_ATTRIBUTE (error)
# define _GL_ATTRIBUTE_ERROR(msg) __attribute__ ((__error__ (msg)))
# define _GL_ATTRIBUTE_WARNING(msg) __attribute__ ((__warning__ (msg)))
#elif _GL_HAS_ATTRIBUTE (diagnose_if)
# define _GL_ATTRIBUTE_ERROR(msg) __attribute__ ((__diagnose_if__ (1, msg, "error")))
# define _GL_ATTRIBUTE_WARNING(msg) __attribute__ ((__diagnose_if__ (1, msg, "warning")))
#else
# define _GL_ATTRIBUTE_ERROR(msg)
# define _GL_ATTRIBUTE_WARNING(msg)
#endif

#if _GL_HAS_ATTRIBUTE (externally_visible)
# define _GL_ATTRIBUTE_EXTERNALLY_VISIBLE __attribute__ ((externally_visible))
#else
# define _GL_ATTRIBUTE_EXTERNALLY_VISIBLE
#endif

/* FALLTHROUGH is special, because it always expands to something.  */
#if 201710L < __STDC_VERSION__
# define _GL_ATTRIBUTE_FALLTHROUGH [[__fallthrough__]]
#elif _GL_HAS_ATTRIBUTE (fallthrough)
# define _GL_ATTRIBUTE_FALLTHROUGH __attribute__ ((__fallthrough__))
#else
# define _GL_ATTRIBUTE_FALLTHROUGH ((void) 0)
#endif

#if _GL_HAS_ATTRIBUTE (format)
# define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
#else
# define _GL_ATTRIBUTE_FORMAT(spec)
#endif

#if _GL_HAS_ATTRIBUTE (leaf)
# define _GL_ATTRIBUTE_LEAF __attribute__ ((__leaf__))
#else
# define _GL_ATTRIBUTE_LEAF
#endif

/* Oracle Studio 12.6 mishandles may_alias despite __has_attribute OK.  */
#if _GL_HAS_ATTRIBUTE (may_alias) && !defined __SUNPRO_C
# define _GL_ATTRIBUTE_MAY_ALIAS __attribute__ ((__may_alias__))
#else
# define _GL_ATTRIBUTE_MAY_ALIAS
#endif

#if 201710L < __STDC_VERSION__
# define _GL_ATTRIBUTE_MAYBE_UNUSED [[__maybe_unused__]]
#elif _GL_HAS_ATTRIBUTE (unused)
# define _GL_ATTRIBUTE_MAYBE_UNUSED __attribute__ ((__unused__))
#else
# define _GL_ATTRIBUTE_MAYBE_UNUSED
#endif
/* Earlier spellings of this macro.  */
#define _GL_UNUSED _GL_ATTRIBUTE_MAYBE_UNUSED
#define _UNUSED_PARAMETER_ _GL_ATTRIBUTE_MAYBE_UNUSED

#if _GL_HAS_ATTRIBUTE (malloc)
# define _GL_ATTRIBUTE_MALLOC __attribute__ ((__malloc__))
#else
# define _GL_ATTRIBUTE_MALLOC
#endif

#if 201710L < __STDC_VERSION__
# define _GL_ATTRIBUTE_NODISCARD [[__nodiscard__]]
#elif _GL_HAS_ATTRIBUTE (warn_unused_result)
# define _GL_ATTRIBUTE_NODISCARD __attribute__ ((__warn_unused_result__))
#else
# define _GL_ATTRIBUTE_NODISCARD
#endif

#if _GL_HAS_ATTRIBUTE (noinline)
# define _GL_ATTRIBUTE_NOINLINE __attribute__ ((__noinline__))
#else
# define _GL_ATTRIBUTE_NOINLINE
#endif

#if _GL_HAS_ATTRIBUTE (nonnull)
# define _GL_ATTRIBUTE_NONNULL(args) __attribute__ ((__nonnull__ args))
#else
# define _GL_ATTRIBUTE_NONNULL(args)
#endif

#if _GL_HAS_ATTRIBUTE (nonstring)
# define _GL_ATTRIBUTE_NONSTRING __attribute__ ((__nonstring__))
#else
# define _GL_ATTRIBUTE_NONSTRING
#endif

/* There is no _GL_ATTRIBUTE_NORETURN; use _Noreturn instead.  */

#if _GL_HAS_ATTRIBUTE (nothrow) && !defined __cplusplus
# define _GL_ATTRIBUTE_NOTHROW __attribute__ ((__nothrow__))
#else
# define _GL_ATTRIBUTE_NOTHROW
#endif

#if _GL_HAS_ATTRIBUTE (packed)
# define _GL_ATTRIBUTE_PACKED __attribute__ ((__packed__))
#else
# define _GL_ATTRIBUTE_PACKED
#endif

#if _GL_HAS_ATTRIBUTE (pure)
# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
#else
# define _GL_ATTRIBUTE_PURE
#endif

#if _GL_HAS_ATTRIBUTE (returns_nonnull)
# define _GL_ATTRIBUTE_RETURNS_NONNULL __attribute__ ((__returns_nonnull__))
#else
# define _GL_ATTRIBUTE_RETURNS_NONNULL
#endif

#if _GL_HAS_ATTRIBUTE (sentinel)
# define _GL_ATTRIBUTE_SENTINEL(pos) __attribute__ ((__sentinel__ pos))
#else
# define _GL_ATTRIBUTE_SENTINEL(pos)
#endif


/* To support C++ as well as C, use _GL_UNUSED_LABEL with trailing ';'.  */
#if !defined __cplusplus || _GL_GNUC_PREREQ (4, 5)
# define _GL_UNUSED_LABEL _GL_ATTRIBUTE_MAYBE_UNUSED
#else
# define _GL_UNUSED_LABEL
#endif


/* Please see the Gnulib manual for how to use these macros.

   Suppress extern inline with HP-UX cc, as it appears to be broken; see
   <https://lists.gnu.org/r/bug-texinfo/2013-02/msg00030.html>.

   Suppress extern inline with Sun C in standards-conformance mode, as it
   mishandles inline functions that call each other.  E.g., for 'inline void f
   (void) { } inline void g (void) { f (); }', c99 incorrectly complains
   'reference to static identifier "f" in extern inline function'.
   This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.

   Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
   on configurations that mistakenly use 'static inline' to implement
   functions or macros in standard C headers like <ctype.h>.  For example,
   if isdigit is mistakenly implemented via a static inline function,
   a program containing an extern inline function that calls isdigit
   may not work since the C standard prohibits extern inline functions
   from calling static functions (ISO C 99 section 6.7.4.(3).
   This bug is known to occur on:

     OS X 10.8 and earlier; see:
     https://lists.gnu.org/r/bug-gnulib/2012-12/msg00023.html

     DragonFly; see
     http://muscles.dragonflybsd.org/bulk/clang-master-potential/20141111_102002/logs/ah-tty-0.3.12.log

     FreeBSD; see:
     https://lists.gnu.org/r/bug-gnulib/2014-07/msg00104.html

   OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
   for clang but remains for g++; see <https://trac.macports.org/ticket/41033>.
   Assume DragonFly and FreeBSD will be similar.

   GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
   inline semantics, unless -fgnu89-inline is used.  It defines a macro
   __GNUC_STDC_INLINE__ to indicate this situation or a macro
   __GNUC_GNU_INLINE__ to indicate the opposite situation.
   GCC 4.2 with -std=c99 or -std=gnu99 implements the GNU C inline
   semantics but warns, unless -fgnu89-inline is used:
     warning: C99 inline functions are not supported; using GNU89
     warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute
   It defines a macro __GNUC_GNU_INLINE__ to indicate this situation.
 */
#if (((defined __APPLE__ && defined __MACH__) \
      || defined __DragonFly__ || defined __FreeBSD__) \
     && (defined __header_inline \
         ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
            && ! defined __clang__) \
         : ((! defined _DONT_USE_CTYPE_INLINE_ \
             && (defined __GNUC__ || defined __cplusplus)) \
            || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
                && defined __GNUC__ && ! defined __cplusplus))))
# define _GL_EXTERN_INLINE_STDHEADER_BUG
#endif
#if ((__GNUC__ \
      ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
      : (199901L <= __STDC_VERSION__ \
         && !defined __HP_cc \
         && !defined __PGI \
         && !(defined __SUNPRO_C && __STDC__))) \
     && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
# define _GL_INLINE inline
# define _GL_EXTERN_INLINE extern inline
# define _GL_EXTERN_INLINE_IN_USE
#elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
       && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
# if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
   /* __gnu_inline__ suppresses a GCC 4.2 diagnostic.  */
#  define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
# else
#  define _GL_INLINE extern inline
# endif
# define _GL_EXTERN_INLINE extern
# define _GL_EXTERN_INLINE_IN_USE
#else
# define _GL_INLINE static _GL_UNUSED
# define _GL_EXTERN_INLINE static _GL_UNUSED
#endif

/* In GCC 4.6 (inclusive) to 5.1 (exclusive),
   suppress bogus "no previous prototype for 'FOO'"
   and "no previous declaration for 'FOO'" diagnostics,
   when FOO is an inline function in the header; see
   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
   <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>.  */
#if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
#  define _GL_INLINE_HEADER_CONST_PRAGMA
# else
#  define _GL_INLINE_HEADER_CONST_PRAGMA \
     _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
# endif
# define _GL_INLINE_HEADER_BEGIN \
    _Pragma ("GCC diagnostic push") \
    _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
    _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
    _GL_INLINE_HEADER_CONST_PRAGMA
# define _GL_INLINE_HEADER_END \
    _Pragma ("GCC diagnostic pop")
#else
# define _GL_INLINE_HEADER_BEGIN
# define _GL_INLINE_HEADER_END
#endif

/* Define to rpl_free if the replacement function should be used. */
/* #undef free */

/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef gid_t */

/* A replacement for va_copy, if needed.  */
#define gl_va_copy(a,b) ((a) = (b))

/* 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 long or long long if <stdint.h> and <inttypes.h> don't define. */
/* #undef intmax_t */

/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
   the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
   earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
   __APPLE__ && __MACH__ test for Mac OS X.
   __APPLE_CC__ tests for the Apple compiler and its version.
   __STDC_VERSION__ tests for the C99 mode.  */
#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
# define __GNUC_STDC_INLINE__ 1
#endif

/* Define to a type if <wchar.h> does not define. */
/* #undef mbstate_t */

/* Define to rpl_memcmp if the replacement function should be used. */
/* #undef memcmp */

/* _GL_CMP (n1, n2) performs a three-valued comparison on n1 vs. n2, where
   n1 and n2 are expressions without side effects, that evaluate to real
   numbers (excluding NaN).
   It returns
     1  if n1 > n2
     0  if n1 == n2
     -1 if n1 < n2
   The naïve code   (n1 > n2 ? 1 : n1 < n2 ? -1 : 0)  produces a conditional
   jump with nearly all GCC versions up to GCC 10.
   This variant     (n1 < n2 ? -1 : n1 > n2)  produces a conditional with many
   GCC versions up to GCC 9.
   The better code  (n1 > n2) - (n1 < n2)  from Hacker's Delight § 2-9
   avoids conditional jumps in all GCC versions >= 3.4.  */
#define _GL_CMP(n1, n2) (((n1) > (n2)) - ((n1) < (n2)))


/* Define to `int' if <sys/types.h> does not define. */
/* #undef mode_t */

/* Define to the type of st_nlink in struct stat, or a supertype. */
/* #undef nlink_t */

/* Define to `long int' if <sys/types.h> does not define. */
/* #undef off_t */

/* Define as a signed integer type capable of holding a process identifier. */
/* #undef pid_t */

/* Define as the type of the result of subtracting two pointers, if the system
   doesn't define it. */
/* #undef ptrdiff_t */

/* Define to rpl_re_comp if the replacement should be used. */
#define re_comp rpl_re_comp

/* Define to rpl_re_compile_fastmap if the replacement should be used. */
#define re_compile_fastmap rpl_re_compile_fastmap

/* Define to rpl_re_compile_pattern if the replacement should be used. */
#define re_compile_pattern rpl_re_compile_pattern

/* Define to rpl_re_exec if the replacement should be used. */
#define re_exec rpl_re_exec

/* Define to rpl_re_match if the replacement should be used. */
#define re_match rpl_re_match

/* Define to rpl_re_match_2 if the replacement should be used. */
#define re_match_2 rpl_re_match_2

/* Define to rpl_re_search if the replacement should be used. */
#define re_search rpl_re_search

/* Define to rpl_re_search_2 if the replacement should be used. */
#define re_search_2 rpl_re_search_2

/* Define to rpl_re_set_registers if the replacement should be used. */
#define re_set_registers rpl_re_set_registers

/* Define to rpl_re_set_syntax if the replacement should be used. */
#define re_set_syntax rpl_re_set_syntax

/* Define to rpl_re_syntax_options if the replacement should be used. */
#define re_syntax_options rpl_re_syntax_options

/* Define to rpl_regcomp if the replacement should be used. */
#define regcomp rpl_regcomp

/* Define to rpl_regerror if the replacement should be used. */
#define regerror rpl_regerror

/* Define to rpl_regexec if the replacement should be used. */
#define regexec rpl_regexec

/* Define to rpl_regfree if the replacement should be used. */
#define regfree rpl_regfree

/* 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 older versions of Sun C++, which did not
   #define __restrict__ or support _Restrict or __restrict__
   even though the corresponding Sun C compiler ended up with
   "#define restrict _Restrict" or "#define restrict __restrict__"
   in the previous line.  This workaround can be removed once
   we assume Oracle Developer Studio 12.5 (2016) or later.  */
#if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
# define _Restrict
# define __restrict__
#endif

/* Define as an integer type suitable for memory locations that can be
   accessed atomically even in the presence of asynchronous signals. */
/* #undef sig_atomic_t */

/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */

/* type to use in place of socklen_t if not defined */
/* #undef socklen_t */

/* Define as a signed type of the same size as size_t. */
/* #undef ssize_t */

/* The _Thread_local keyword of C11.  */
/* GNU C: <https://gcc.gnu.org/onlinedocs/gcc-3.3.1/gcc/Thread-Local.html> */
/* ARM C: <https://developer.arm.com/docs/dui0472/latest/compiler-specific-features/__declspecthread> */
/* IBM C: supported only with compiler option -qtls, see
   <https://www.ibm.com/support/knowledgecenter/SSGH2K_12.1.0/com.ibm.xlc121.aix.doc/compiler_ref/opt_tls.html> */
/* Oracle Solaris Studio C: <https://docs.oracle.com/cd/E18659_01/html/821-1384/bjabr.html> */
/* MSVC: <https://docs.microsoft.com/en-us/cpp/parallel/thread-local-storage-tls> */
#ifndef _Thread_local
# if defined __GNUC__ || defined __CC_ARM || defined __xlC__ || defined __SUNPRO_C
#  define _Thread_local __thread
# elif defined _MSC_VER
#  define _Thread_local __declspec (thread)
# endif
#endif


/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef uid_t */

/* Define to an unsigned 32-bit type if <sys/types.h> lacks this type. */
/* #undef useconds_t */

/* Define as a macro for copying va_list variables. */
/* #undef va_copy */

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Issues with posix functions on modern macOS/Xcode
  2020-12-01 13:14 Issues with posix functions on modern macOS/Xcode Martin Storsjö
@ 2020-12-01 13:50 ` Martin Storsjö
  2020-12-01 18:58 ` Bruno Haible
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: Martin Storsjö @ 2020-12-01 13:50 UTC (permalink / raw)
  To: bug-gnulib

[-- Attachment #1: Type: text/plain, Size: 1777 bytes --]

On Tue, 1 Dec 2020, Martin Storsjö wrote:

> On Xcode 12.2 on macOS 11.0 on arm64, the following sequence fails to build:
>
> $ ./gnulib-tool --create-testdir --dir=/tmp/testdir-posix \
>               --single-configure --avoid=havelib-tests \
>               `./posix-modules`
> $ cd /tmp/testdir-posix
> $ ./configure CPPFLAGS=-Wall 2>&1 | tee log1
> $ make 2>&1 | tee log2
> $ make check 2>&1 | tee log3
>
>
> The "make" step fails with the following error:
>
> gcc  -g -O2   -o test-dprintf-posix2 test-dprintf-posix2.o libtests.a 
> ../gllib/libgnu.a libtests.a ../gllib/libgnu.a libtests.a
> Undefined symbols for architecture arm64:
>  "_vm_region", referenced from:
>      _vma_iterate in libtests.a(vma-iter.o)
> ld: symbol(s) not found for architecture arm64
>
>
> This same bit does succeed on x86_64 though - it looks like 
> gnulib/lib/vma-iter.c has a macos specific arch check like this:
>
> # if defined __ppc64__ || defined __x86_64__
>
> This probably needs to be amended with "|| defined __aarch64__".
>
> On macOS 10.15.7 (Catalina) on x86_64, both with Xcode 11.7 and 12.2, the 
> following tests fail:
>
> FAIL: test-dprintf-posix2.sh
> FAIL: test-fflush2.sh
> FAIL: test-fprintf-posix3.sh
> FAIL: test-fpurge
> FAIL: test-ftell.sh
> FAIL: test-ftell2.sh
> FAIL: test-ftello.sh
> FAIL: test-ftello2.sh
> FAIL: test-futimens
> FAIL: test-renameat
> FAIL: test-renameatu
> FAIL: test-strsignal
> FAIL: test-utime
> FAIL: test-utimens
> FAIL: test-utimensat

FWIW, after fixing the vma-iter ifdef, the same tests fail in the same way 
on arm64 as on x86_64 (except that test-dprintf-posix2.sh doesn't seem to 
fail there).

So in any case, if the tests are made to pass on existing x86_64, they'll 
most probably work just the same way on arm64.

// Martin

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Issues with posix functions on modern macOS/Xcode
  2020-12-01 13:14 Issues with posix functions on modern macOS/Xcode Martin Storsjö
  2020-12-01 13:50 ` Martin Storsjö
@ 2020-12-01 18:58 ` Bruno Haible
  2020-12-02 18:56 ` Bruno Haible
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: Bruno Haible @ 2020-12-01 18:58 UTC (permalink / raw)
  To: bug-gnulib; +Cc: Martin Storsjö

Martin Storsjö wrote:
> This same bit does succeed on x86_64 though - it looks like 
> gnulib/lib/vma-iter.c has a macos specific arch check like this:
> 
> # if defined __ppc64__ || defined __x86_64__
> 
> This probably needs to be amended with "|| defined __aarch64__".

Done:


2020-12-01  Bruno Haible  <bruno@clisp.org>

	vma-iter: Add support for macOS11/arm64.
	Patch suggested by Hill Ma <maahiuzeon@gmail.com> in
	<https://gitlab.com/gnu-clisp/clisp/-/issues/27>
	and by Martin Storsjö <martin@martin.st> in
	<https://lists.gnu.org/archive/html/bug-gnulib/2020-12/msg00003.html>.
	* lib/vma-iter.c (vma_iterate): On arm64, use 64-bit type definitions.

diff --git a/lib/vma-iter.c b/lib/vma-iter.c
index 10ccda4..5e5acf8 100644
--- a/lib/vma-iter.c
+++ b/lib/vma-iter.c
@@ -1333,7 +1333,7 @@ vma_iterate (vma_iterate_callback_fn callback, void *data)
          In 64-bit processes, we could use vm_region_64 or mach_vm_region.
          I choose vm_region_64 because it uses the same types as vm_region,
          resulting in less conditional code.  */
-# if defined __ppc64__ || defined __x86_64__
+# if defined __aarch64__ || defined __ppc64__ || defined __x86_64__
       struct vm_region_basic_info_64 info;
       mach_msg_type_number_t info_count = VM_REGION_BASIC_INFO_COUNT_64;
 



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: Issues with posix functions on modern macOS/Xcode
  2020-12-01 13:14 Issues with posix functions on modern macOS/Xcode Martin Storsjö
  2020-12-01 13:50 ` Martin Storsjö
  2020-12-01 18:58 ` Bruno Haible
@ 2020-12-02 18:56 ` Bruno Haible
  2021-01-02 20:43   ` Bruno Haible
  2020-12-02 21:52 ` strsignal on macOS Bruno Haible
                   ` (4 subsequent siblings)
  7 siblings, 1 reply; 12+ messages in thread
From: Bruno Haible @ 2020-12-02 18:56 UTC (permalink / raw)
  To: bug-gnulib; +Cc: Martin Storsjö

Hi Martin,

> On macOS 10.15.7 (Catalina) on x86_64, both with Xcode 11.7 and 12.2, the 
> following tests fail:
> 
> FAIL: test-fprintf-posix3.sh
> FAIL: test-futimens
> FAIL: test-renameat
> FAIL: test-renameatu
> FAIL: test-strsignal
> FAIL: test-utime
> FAIL: test-utimens
> FAIL: test-utimensat

I can look into these, as I reproduce them with macOS 10.13 already.

> FAIL: test-dprintf-posix2.sh
> FAIL: test-fflush2.sh
> FAIL: test-fpurge
> FAIL: test-ftell.sh
> FAIL: test-ftell2.sh
> FAIL: test-ftello.sh
> FAIL: test-ftello2.sh

These test failures are new (compared to macOS 10.13). I'll ask you
for details after having looked at your logs.

Bruno



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: strsignal on macOS
  2020-12-01 13:14 Issues with posix functions on modern macOS/Xcode Martin Storsjö
                   ` (2 preceding siblings ...)
  2020-12-02 18:56 ` Bruno Haible
@ 2020-12-02 21:52 ` Bruno Haible
  2020-12-03 20:59 ` fprintf-posix " Bruno Haible
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: Bruno Haible @ 2020-12-02 21:52 UTC (permalink / raw)
  To: bug-gnulib; +Cc: Martin Storsjö

Martin Storsjö wrote:
> FAIL: test-strsignal

The cause is that strsignal (SIGHUP) here is "Hangup 1", not just "Hangup".

This patch fixes the test.


2020-12-02  Bruno Haible  <bruno@clisp.org>

	strsignal-tests: Fix test failure on macOS 10.13.
	Reported by Martin Storsjö <martin@martin.st> in
	<https://lists.gnu.org/archive/html/bug-gnulib/2020-12/msg00003.html>.
	* tests/test-strsignal.c (ASSERT_DESCRIPTION): Allow the actual result
	to be longer than the expected result.

diff --git a/tests/test-strsignal.c b/tests/test-strsignal.c
index 0316d40..1f8aeba 100644
--- a/tests/test-strsignal.c
+++ b/tests/test-strsignal.c
@@ -28,10 +28,12 @@ SIGNATURE_CHECK (strsignal, char *, (int));
 #include "macros.h"
 
 #if HAVE_DECL_SYS_SIGLIST
-# define ASSERT_DESCRIPTION(got, expect)
+# define ASSERT_DESCRIPTION(actual, expected)
 #else
-/* In this case, we can guarantee some signal descriptions.  */
-# define ASSERT_DESCRIPTION(got, expect) ASSERT (!strcmp (got, expect))
+/* In this case, we can guarantee some signal descriptions.
+   But allow the actual result to be longer than the expected result.  */
+# define ASSERT_DESCRIPTION(actual, expected) \
+   ASSERT (strncmp (actual, expected, strlen (expected)) == 0)
 #endif
 
 int



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: fprintf-posix on macOS
  2020-12-01 13:14 Issues with posix functions on modern macOS/Xcode Martin Storsjö
                   ` (3 preceding siblings ...)
  2020-12-02 21:52 ` strsignal on macOS Bruno Haible
@ 2020-12-03 20:59 ` Bruno Haible
  2020-12-04 23:24 ` utime " Bruno Haible
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 12+ messages in thread
From: Bruno Haible @ 2020-12-03 20:59 UTC (permalink / raw)
  To: bug-gnulib; +Cc: Martin Storsjö

Martin Storsjö wrote:
> FAIL: test-fprintf-posix3.sh

This patch fixes it. It now produces a diagnostic
"Skipping test: cannot trust address space size on this platform"


2020-12-03  Bruno Haible  <bruno@clisp.org>

	fprintf-posix-tests: Avoid a test failure on macOS 10.13.
	Reported by Martin Storsjö <martin@martin.st> in
	<https://lists.gnu.org/archive/html/bug-gnulib/2020-12/msg00003.html>.
	* tests/test-fprintf-posix3.c: Skip the test on macOS.
	(main): Return a different exit code at each point. Allow 100 KB extra
	memory consumption.
	* tests/test-fprintf-posix3.sh: Update. Remove the "get_rusage_as()
	doesn't work" diagnostic.

diff --git a/tests/test-fprintf-posix3.c b/tests/test-fprintf-posix3.c
index 67bcb92..5521839 100644
--- a/tests/test-fprintf-posix3.c
+++ b/tests/test-fprintf-posix3.c
@@ -20,6 +20,24 @@
 
 #include <stdio.h>
 
+#if defined __APPLE__ && defined __MACH__                            /* macOS */
+
+/* On macOS 10.13, this test fails, because the address space size increases
+   by 10 MB to 42 MB during the test's execution.  But it's not a malloc
+   leak, as can be seen by running the 'leaks' program.  And it does not fail
+   if the test's output is redirected to /dev/null.  Probably piping a lot
+   of output to stdout, when not redirected to /dev/null, allocates intermediate
+   buffers in the virtual address space.  */
+
+int
+main ()
+{
+  fprintf (stderr, "Skipping test: cannot trust address space size on this platform\n");
+  return 78;
+}
+
+#else
+
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
@@ -84,7 +102,7 @@ main (int argc, char *argv[])
       if (memory == NULL)
         return 1;
       memset (memory, 17, MAX_ALLOC_TOTAL);
-      result = 78;
+      result = 80;
     }
   else
     {
@@ -98,14 +116,16 @@ main (int argc, char *argv[])
              but should not result in a permanent memory allocation.  */
           if (fprintf (stdout, "%011000d\n", 17) == -1
               && errno == ENOMEM)
-            return 1;
+            return 2;
         }
 
       result = 0;
     }
 
-  if (get_rusage_as () > initial_rusage_as + MAX_ALLOC_TOTAL)
-    return 1;
+  if (get_rusage_as () > initial_rusage_as + MAX_ALLOC_TOTAL + 100000)
+    return 3;
 
   return result;
 }
+
+#endif /* !macOS */
diff --git a/tests/test-fprintf-posix3.sh b/tests/test-fprintf-posix3.sh
index 351d375..96609c7 100755
--- a/tests/test-fprintf-posix3.sh
+++ b/tests/test-fprintf-posix3.sh
@@ -4,7 +4,7 @@
 
 (${CHECKER} ./test-fprintf-posix3${EXEEXT} 0
  result=$?
- if test $result != 77 && test $result != 78; then result=1; fi
+ if test $result != 77 && test $result != 78 && test $result != 80; then result=1; fi
  exit $result
 ) 2>/dev/null
 malloc_result=$?
@@ -12,6 +12,10 @@ if test $malloc_result = 77; then
   echo "Skipping test: no way to determine address space size"
   exit 77
 fi
+if test $malloc_result = 78; then
+  echo "Skipping test: cannot trust address space size on this platform"
+  exit 77
+fi
 
 ${CHECKER} ./test-fprintf-posix3${EXEEXT} 1 > /dev/null
 result=$?
@@ -23,9 +27,4 @@ if test $result != 0; then
   exit 1
 fi
 
-if test $malloc_result = 78; then
-  echo "Skipping test: get_rusage_as() doesn't work"
-  exit 77
-fi
-
 exit 0



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: utime on macOS
  2020-12-01 13:14 Issues with posix functions on modern macOS/Xcode Martin Storsjö
                   ` (4 preceding siblings ...)
  2020-12-03 20:59 ` fprintf-posix " Bruno Haible
@ 2020-12-04 23:24 ` Bruno Haible
  2021-01-02 16:03 ` renameatu: Fix test failures " Bruno Haible
  2021-01-02 18:06 ` utimens: " Bruno Haible
  7 siblings, 0 replies; 12+ messages in thread
From: Bruno Haible @ 2020-12-04 23:24 UTC (permalink / raw)
  To: bug-gnulib; +Cc: Martin Storsjö

Martin Storsjö wrote:
> FAIL: test-utime

When I add an autoconf test for the trailing slash handling in utime(), I get:
  checking whether utime handles trailing slashes on files... no
along with
  checking whether lstat correctly handles trailing slash... no
  checking whether stat handles trailing slashes on files... no
  checking whether open recognizes a trailing slash... no
  checking whether symlink handles trailing slash correctly... no

This patch fixes it. Since utime() has side effects, we have to check for
the trailing slash before invoking utime().


2020-12-04  Bruno Haible  <bruno@clisp.org>

	utime: Fix a test failure on macOS 10.13.
	Reported by Martin Storsjö <martin@martin.st> in
	<https://lists.gnu.org/archive/html/bug-gnulib/2020-12/msg00003.html>.
	* m4/utime.m4 (gl_FUNC_UTIME): Test whether utime handles trailing
	slashes on files.
	* lib/utime.c (utime): Add alternative implementation for Unix
	platforms.
	* modules/utime (Depends-on): Add stat.
	* doc/posix-functions/utime.texi: Mention the macOS 10.13 bug.
	* doc/posix-functions/lstat.texi: Mention that macOS 10.13 also has the
	trailing-slash bug.
	* doc/posix-functions/open.texi: Likewise.
	* doc/posix-functions/stat.texi: Likewise.
	* doc/posix-functions/symlink.texi: Likewise.

diff --git a/doc/posix-functions/lstat.texi b/doc/posix-functions/lstat.texi
index 1b1aff6..1a1ffb4 100644
--- a/doc/posix-functions/lstat.texi
+++ b/doc/posix-functions/lstat.texi
@@ -24,7 +24,7 @@ Solaris 9.
 @item
 On some platforms, @code{lstat("file/",buf)} succeeds instead of
 failing with @code{ENOTDIR}.
-Solaris 9.
+Mac OS X 10.13, Solaris 9.
 @item
 On Solaris 11.4, when this function yields a timestamp with a
 nonpositive @code{tv_sec} value, @code{tv_nsec} might be in the range
diff --git a/doc/posix-functions/open.texi b/doc/posix-functions/open.texi
index d4767d9..7e4f187 100644
--- a/doc/posix-functions/open.texi
+++ b/doc/posix-functions/open.texi
@@ -19,7 +19,7 @@ correctly with files larger than 2 GB@.  (Cf. @code{AC_SYS_LARGEFILE}.)
 This function does not fail when the file name argument ends in a slash
 and (without the slash) names a nonexistent file or a file that is not a
 directory, on some platforms:
-FreeBSD 7.2, AIX 7.1, HP-UX 11.00, Solaris 9.
+Mac OS X 10.13, FreeBSD 7.2, AIX 7.1, HP-UX 11.00, Solaris 9.
 @item
 This function does not support the @code{O_NONBLOCK} flag when it is defined
 by the gnulib module @code{nonblocking} on some platforms:
diff --git a/doc/posix-functions/stat.texi b/doc/posix-functions/stat.texi
index 27fbe27..1d1f927 100644
--- a/doc/posix-functions/stat.texi
+++ b/doc/posix-functions/stat.texi
@@ -29,7 +29,7 @@ on directories such as @samp{C:\System Volume Information}.
 @item
 On some platforms, @code{stat("link-to-file/",buf)} succeeds instead
 of failing with @code{ENOTDIR}.
-FreeBSD 7.2, AIX 7.1, Solaris 9, mingw64.
+Mac OS X 10.13, FreeBSD 7.2, AIX 7.1, Solaris 9, mingw64.
 @item
 On some platforms, @code{stat(".",buf)} and @code{stat("./",buf)} give
 different results:
diff --git a/doc/posix-functions/symlink.texi b/doc/posix-functions/symlink.texi
index 88d1c77..3826ccf 100644
--- a/doc/posix-functions/symlink.texi
+++ b/doc/posix-functions/symlink.texi
@@ -11,7 +11,7 @@ Portability problems fixed by Gnulib:
 @item
 On some systems, @code{symlink(value,"name/")} mistakenly creates a
 symlink:
-FreeBSD 7.2, AIX 7.1, Solaris 9.
+Mac OS X 10.13, FreeBSD 7.2, AIX 7.1, Solaris 9.
 @item
 This function is missing on some platforms; however, the replacement
 always fails with @code{EPERM}:
diff --git a/doc/posix-functions/utime.texi b/doc/posix-functions/utime.texi
index d019c4a..4e41e5d 100644
--- a/doc/posix-functions/utime.texi
+++ b/doc/posix-functions/utime.texi
@@ -16,6 +16,10 @@ mingw, MSVC 14 (when the environment variable @code{TZ} is set).
 On some platforms, the prototype for @code{utime} omits @code{const}
 for the second argument:
 mingw, MSVC 14.
+@item
+On some platforms, @code{utime("link-to-file/",buf)} succeeds instead
+of failing with @code{ENOTDIR}.
+Mac OS X 10.13.
 @end itemize
 
 Portability problems not fixed by Gnulib:
diff --git a/lib/utime.c b/lib/utime.c
index c35eb16..f6465a3 100644
--- a/lib/utime.c
+++ b/lib/utime.c
@@ -259,4 +259,29 @@ utime (const char *name, const struct utimbuf *ts)
     }
 }
 
+#else
+
+# include <sys/stat.h>
+# include "filename.h"
+
+int
+utime (const char *name, const struct utimbuf *ts)
+#undef utime
+{
+# if REPLACE_FUNC_UTIME_FILE
+  /* macOS 10.13 mistakenly succeeds when given a symbolic link to a
+     non-directory with a trailing slash.  */
+  size_t len = strlen (name);
+  if (ISSLASH (name[len - 1]))
+    {
+      struct stat buf;
+
+      if (stat (name, &buf) < 0)
+        return -1;
+    }
+# endif /* REPLACE_FUNC_UTIME_FILE */
+
+  return utime (name, ts);
+}
+
 #endif
diff --git a/m4/utime.m4 b/m4/utime.m4
index f0a8235..3d2e13c 100644
--- a/m4/utime.m4
+++ b/m4/utime.m4
@@ -1,4 +1,4 @@
-# utime.m4 serial 2
+# utime.m4 serial 3
 dnl Copyright (C) 2017-2020 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -8,6 +8,7 @@ AC_DEFUN([gl_FUNC_UTIME],
 [
   AC_REQUIRE([gl_UTIME_H_DEFAULTS])
   AC_REQUIRE([AC_CANONICAL_HOST])
+  AC_CHECK_FUNCS_ONCE([lstat])
   case "$host_os" in
     mingw*)
       dnl On this platform, the original utime() or _utime() produces
@@ -21,6 +22,51 @@ AC_DEFUN([gl_FUNC_UTIME],
       AC_CHECK_FUNCS([utime])
       if test $ac_cv_func_utime = no; then
         HAVE_UTIME=0
+      else
+        dnl On macOS 10.13, utime("link-to-file/", NULL) mistakenly succeeds.
+        AC_CACHE_CHECK([whether utime handles trailing slashes on files],
+          [gl_cv_func_utime_file_slash],
+          [touch conftest.tmp
+           # Assume that if we have lstat, we can also check symlinks.
+           if test $ac_cv_func_lstat = yes; then
+             ln -s conftest.tmp conftest.lnk
+           fi
+           AC_RUN_IFELSE(
+             [AC_LANG_PROGRAM(
+               [[#include <stddef.h>
+                 #include <time.h>
+               ]],
+               [[int result = 0;
+                 if (!utime ("conftest.tmp/", NULL))
+                   result |= 1;
+                 #if HAVE_LSTAT
+                 if (!utime ("conftest.lnk/", NULL))
+                   result |= 2;
+                 #endif
+                 return result;
+               ]])],
+             [gl_cv_func_utime_file_slash=yes],
+             [gl_cv_func_utime_file_slash=no],
+             [case "$host_os" in
+                                 # Guess yes on Linux systems.
+                linux-* | linux) gl_cv_func_utime_file_slash="guessing yes" ;;
+                                 # Guess yes on glibc systems.
+                *-gnu* | gnu*)   gl_cv_func_utime_file_slash="guessing yes" ;;
+                                 # Guess no on macOS.
+                darwin*)         gl_cv_func_utime_file_slash="guessing no" ;;
+                                 # If we don't know, obey --enable-cross-guesses.
+                *)               gl_cv_func_utime_file_slash="$gl_cross_guess_normal" ;;
+              esac
+             ])
+           rm -f conftest.tmp conftest.lnk
+          ])
+        case $gl_cv_func_stat_file_slash in
+          *no)
+            REPLACE_UTIME=1
+            AC_DEFINE([REPLACE_FUNC_UTIME_FILE], [1],
+              [Define to 1 if utime needs help when passed a file name with a trailing slash])
+            ;;
+        esac
       fi
       ;;
   esac
diff --git a/modules/utime b/modules/utime
index 0fc34eb..d1975f4 100644
--- a/modules/utime
+++ b/modules/utime
@@ -10,6 +10,7 @@ utime-h
 time
 filename        [test $HAVE_UTIME = 0 || test $REPLACE_UTIME = 1]
 malloca         [test $HAVE_UTIME = 0 || test $REPLACE_UTIME = 1]
+stat            [test $HAVE_UTIME = 0 || test $REPLACE_UTIME = 1]
 
 configure.ac:
 gl_FUNC_UTIME



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* renameatu: Fix test failures on macOS
  2020-12-01 13:14 Issues with posix functions on modern macOS/Xcode Martin Storsjö
                   ` (5 preceding siblings ...)
  2020-12-04 23:24 ` utime " Bruno Haible
@ 2021-01-02 16:03 ` Bruno Haible
  2021-01-02 18:06 ` utimens: " Bruno Haible
  7 siblings, 0 replies; 12+ messages in thread
From: Bruno Haible @ 2021-01-02 16:03 UTC (permalink / raw)
  To: bug-gnulib; +Cc: Martin Storsjö

On macOS 10.13, I'm seeing these test failures (for a long time already).

FAIL: test-renameat
===================

../../gltests/test-rename.h:619: assertion 'func (BASE "link2/", BASE "link2") == -1' failed
FAIL test-renameat (exit status: 134)

FAIL: test-renameatu
====================

../../gltests/test-rename.h:619: assertion 'func (BASE "link2/", BASE "link2") == -1' failed
FAIL test-renameatu (exit status: 134)

This was also reported by Martin Storsjö.

The situation is that config.h contains:

#define HAVE_RENAMEAT 1
/* #undef HAVE_RENAMEAT2 */
/* #undef RENAME_DEST_EXISTS_BUG */
/* #undef RENAME_HARD_LINK_BUG */
#define RENAME_TRAILING_SLASH_DEST_BUG 1
#define RENAME_TRAILING_SLASH_SOURCE_BUG 1

But the invocation of 'renameatx_np' right at the beginning of renameatu()
assumes that it works without bugs. Which it doesn't.

This patch fixes both test failures.


2021-01-02  Bruno Haible  <bruno@clisp.org>

	renameatu: Fix test failures on macOS.
	Reported by Martin Storsjö <martin@martin.st> in
	<https://lists.gnu.org/archive/html/bug-gnulib/2020-12/msg00003.html>.
	* lib/renameatu.c (renameatu): Don't call renameatx_np right away.
	Instead, treat it as a variant of renameat, with all possible bugs that
	renameat might have.

diff --git a/lib/renameatu.c b/lib/renameatu.c
index 974d234..c493a38 100644
--- a/lib/renameatu.c
+++ b/lib/renameatu.c
@@ -86,14 +86,6 @@ renameatu (int fd1, char const *src, int fd2, char const *dst,
 #elif defined SYS_renameat2
   ret_val = syscall (SYS_renameat2, fd1, src, fd2, dst, flags);
   err = errno;
-#elif defined RENAME_EXCL
-  if (! (flags & ~(RENAME_EXCHANGE | RENAME_NOREPLACE)))
-    {
-      ret_val = renameatx_np (fd1, src, fd2, dst,
-                             ((flags & RENAME_EXCHANGE ? RENAME_SWAP : 0)
-                              | (flags & RENAME_NOREPLACE ? RENAME_EXCL : 0)));
-      err = errno;
-    }
 #endif
 
   if (! (ret_val < 0 && (err == EINVAL || err == ENOSYS || err == ENOTSUP)))
@@ -101,6 +93,9 @@ renameatu (int fd1, char const *src, int fd2, char const *dst,
 
 #if HAVE_RENAMEAT
   {
+# if defined RENAME_EXCL                /* macOS */
+  unsigned int uflags;
+# endif
   size_t src_len;
   size_t dst_len;
   char *src_temp = (char *) src;
@@ -112,33 +107,52 @@ renameatu (int fd1, char const *src, int fd2, char const *dst,
   struct stat dst_st;
   bool dst_found_nonexistent = false;
 
-  if (flags != 0)
+  /* Check the flags.  */
+# if defined RENAME_EXCL
+  /* We can support RENAME_EXCHANGE and RENAME_NOREPLACE.  */
+  if (flags & ~(RENAME_EXCHANGE | RENAME_NOREPLACE))
+# else
+  /* RENAME_NOREPLACE is the only flag currently supported.  */
+  if (flags & ~RENAME_NOREPLACE)
+# endif
+    return errno_fail (ENOTSUP);
+
+# if defined RENAME_EXCL
+  uflags = ((flags & RENAME_EXCHANGE ? RENAME_SWAP : 0)
+            | (flags & RENAME_NOREPLACE ? RENAME_EXCL : 0));
+# endif
+
+# if !defined RENAME_EXCL
+  if ((flags & RENAME_NOREPLACE) != 0)
     {
-      /* RENAME_NOREPLACE is the only flag currently supported.  */
-      if (flags & ~RENAME_NOREPLACE)
-        return errno_fail (ENOTSUP);
-      else
-        {
-          /* This has a race between the call to lstatat and the calls to
-             renameat below.  */
-          if (lstatat (fd2, dst, &dst_st) == 0 || errno == EOVERFLOW)
-            return errno_fail (EEXIST);
-          if (errno != ENOENT)
-            return -1;
-          dst_found_nonexistent = true;
-        }
+      /* This has a race between the call to lstatat and the calls to
+         renameat below.  */
+      if (lstatat (fd2, dst, &dst_st) == 0 || errno == EOVERFLOW)
+        return errno_fail (EEXIST);
+      if (errno != ENOENT)
+        return -1;
+      dst_found_nonexistent = true;
     }
+# endif
 
   /* Let strace see any ENOENT failure.  */
   src_len = strlen (src);
   dst_len = strlen (dst);
   if (!src_len || !dst_len)
+# if defined RENAME_EXCL
+    return renameatx_np (fd1, src, fd2, dst, uflags);
+# else
     return renameat (fd1, src, fd2, dst);
+# endif
 
   src_slash = src[src_len - 1] == '/';
   dst_slash = dst[dst_len - 1] == '/';
   if (!src_slash && !dst_slash)
+# if defined RENAME_EXCL
+    return renameatx_np (fd1, src, fd2, dst, uflags);
+# else
     return renameat (fd1, src, fd2, dst);
+# endif
 
   /* Presence of a trailing slash requires directory semantics.  If
      the source does not exist, or if the destination cannot be turned
@@ -211,7 +225,11 @@ renameatu (int fd1, char const *src, int fd2, char const *dst,
      on Solaris, since all other systems either lack renameat or honor
      trailing slash correctly.  */
 
+# if defined RENAME_EXCL
+  ret_val = renameatx_np (fd1, src_temp, fd2, dst_temp, uflags);
+# else
   ret_val = renameat (fd1, src_temp, fd2, dst_temp);
+# endif
   rename_errno = errno;
   goto out;
  out:



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* utimens: Fix test failures on macOS
  2020-12-01 13:14 Issues with posix functions on modern macOS/Xcode Martin Storsjö
                   ` (6 preceding siblings ...)
  2021-01-02 16:03 ` renameatu: Fix test failures " Bruno Haible
@ 2021-01-02 18:06 ` Bruno Haible
  7 siblings, 0 replies; 12+ messages in thread
From: Bruno Haible @ 2021-01-02 18:06 UTC (permalink / raw)
  To: bug-gnulib; +Cc: Martin Storsjö

[-- Attachment #1: Type: text/plain, Size: 1572 bytes --]

On macOS 10.13, I'm seeing test failures:

FAIL: test-futimens
===================

../../gltests/test-futimens.h:170: assertion 'ctime_compare (&st3, &st2) < 0' failed
FAIL test-futimens (exit status: 134)

FAIL: test-utimens
==================

../../gltests/test-utimens.h:149: assertion 'ctime_compare (&st3, &st2) < 0' failed
FAIL test-utimens (exit status: 134)

I looked at the file timestamps using coreutils' 'stat' program. These two
failures are apparently caused by st_ctime being unchanged when you ask
for an st_atime change using utimensat(). I think this is not worth working
around, because every read access on a file causes st_atime to change without
st_ctime changing.

Another test failure, then:

./test-utimens.h:164: assertion 'func (BASE "link/", NULL) == -1' failed
Abort trap: 6


2021-01-02  Bruno Haible  <bruno@clisp.org>

	utimens: Fix test failure on macOS 10.13.
	* lib/utimens.c (fdutimens): Before calling utimensat, recognize a
	filename ending in a slash that does not point to a directory.

2021-01-02  Bruno Haible  <bruno@clisp.org>

	utimens: Avoid test failures on macOS 10.13.
	Reported by Martin Storsjö <martin@martin.st> in
	<https://lists.gnu.org/archive/html/bug-gnulib/2020-12/msg00003.html>.
	* tests/test-utimens-common.h (check_ctime): Define to -1 on macOS.
	* tests/test-utimens.h (test_utimens): Don't expect a ctime change when
	only the atime is requested to change.
	* tests/test-futimens.h (test_futimens): Likewise.
	* tests/test-lutimens.h (test_lutimens): Likewise.


[-- Attachment #2: 0001-utimens-Avoid-test-failures-on-macOS-10.13.patch --]
[-- Type: text/x-patch, Size: 3898 bytes --]

From 3b123860925185b7ba330e1f24a7a9389a955f9b Mon Sep 17 00:00:00 2001
From: Bruno Haible <bruno@clisp.org>
Date: Sat, 2 Jan 2021 18:57:10 +0100
Subject: [PATCH 1/2] utimens: Avoid test failures on macOS 10.13.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Reported by Martin Storsjö <martin@martin.st> in
<https://lists.gnu.org/archive/html/bug-gnulib/2020-12/msg00003.html>.

* tests/test-utimens-common.h (check_ctime): Define to -1 on macOS.
* tests/test-utimens.h (test_utimens): Don't expect a ctime change when
only the atime is requested to change.
* tests/test-futimens.h (test_futimens): Likewise.
* tests/test-lutimens.h (test_lutimens): Likewise.
---
 ChangeLog                   | 11 +++++++++++
 tests/test-futimens.h       |  2 +-
 tests/test-lutimens.h       |  2 +-
 tests/test-utimens-common.h |  3 +++
 tests/test-utimens.h        |  2 +-
 5 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6d95f49..73d1139 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2021-01-02  Bruno Haible  <bruno@clisp.org>
 
+	utimens: Avoid test failures on macOS 10.13.
+	Reported by Martin Storsjö <martin@martin.st> in
+	<https://lists.gnu.org/archive/html/bug-gnulib/2020-12/msg00003.html>.
+	* tests/test-utimens-common.h (check_ctime): Define to -1 on macOS.
+	* tests/test-utimens.h (test_utimens): Don't expect a ctime change when
+	only the atime is requested to change.
+	* tests/test-futimens.h (test_futimens): Likewise.
+	* tests/test-lutimens.h (test_lutimens): Likewise.
+
+2021-01-02  Bruno Haible  <bruno@clisp.org>
+
 	renameatu: Fix test failures on macOS.
 	Reported by Martin Storsjö <martin@martin.st> in
 	<https://lists.gnu.org/archive/html/bug-gnulib/2020-12/msg00003.html>.
diff --git a/tests/test-futimens.h b/tests/test-futimens.h
index 6a17013..31ff900 100644
--- a/tests/test-futimens.h
+++ b/tests/test-futimens.h
@@ -166,7 +166,7 @@ test_futimens (int (*func) (int, struct timespec const *),
     ASSERT (get_stat_atime_ns (&st2) == 0);
     ASSERT (st3.st_mtime == st2.st_mtime);
     ASSERT (get_stat_mtime_ns (&st3) == get_stat_mtime_ns (&st2));
-    if (check_ctime)
+    if (check_ctime > 0)
       ASSERT (ctime_compare (&st3, &st2) < 0);
   }
 
diff --git a/tests/test-lutimens.h b/tests/test-lutimens.h
index f6d5586..589c9cf 100644
--- a/tests/test-lutimens.h
+++ b/tests/test-lutimens.h
@@ -194,7 +194,7 @@ test_lutimens (int (*func) (char const *, struct timespec const *), bool print)
       }
     ASSERT (st3.st_mtime == st2.st_mtime);
     ASSERT (get_stat_mtime_ns (&st3) == get_stat_mtime_ns (&st2));
-    if (check_ctime)
+    if (check_ctime > 0)
       ASSERT (ctime_compare (&st3, &st2) < 0);
   }
 
diff --git a/tests/test-utimens-common.h b/tests/test-utimens-common.h
index 5861667..3d665ef 100644
--- a/tests/test-utimens-common.h
+++ b/tests/test-utimens-common.h
@@ -55,6 +55,9 @@ enum {
    properly tracked change time.  See
    <https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/stat-functions>.  */
 #  define check_ctime 0
+# elif defined __APPLE__ && defined __MACH__
+/* On macOS, the ctime is not updated when only the st_atime changes.  */
+#  define check_ctime -1
 # else
 #  define check_ctime 1
 # endif
diff --git a/tests/test-utimens.h b/tests/test-utimens.h
index c3c7029..9273fd0 100644
--- a/tests/test-utimens.h
+++ b/tests/test-utimens.h
@@ -145,7 +145,7 @@ test_utimens (int (*func) (char const *, struct timespec const *), bool print)
     ASSERT (get_stat_atime_ns (&st2) == 0);
     ASSERT (st3.st_mtime == st2.st_mtime);
     ASSERT (get_stat_mtime_ns (&st3) == get_stat_mtime_ns (&st2));
-    if (check_ctime)
+    if (check_ctime > 0)
       ASSERT (ctime_compare (&st3, &st2) < 0);
   }
 
-- 
2.7.4


[-- Attachment #3: 0002-utimens-Fix-test-failure-on-macOS-10.13.patch --]
[-- Type: text/x-patch, Size: 1873 bytes --]

From 86c8ff740b64f3724de20d71dca481bef30b18dd Mon Sep 17 00:00:00 2001
From: Bruno Haible <bruno@clisp.org>
Date: Sat, 2 Jan 2021 18:59:12 +0100
Subject: [PATCH 2/2] utimens: Fix test failure on macOS 10.13.

* lib/utimens.c (fdutimens): Before calling utimensat, recognize a
filename ending in a slash that does not point to a directory.
---
 ChangeLog     |  6 ++++++
 lib/utimens.c | 14 ++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 73d1139..5087bf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2021-01-02  Bruno Haible  <bruno@clisp.org>
 
+	utimens: Fix test failure on macOS 10.13.
+	* lib/utimens.c (fdutimens): Before calling utimensat, recognize a
+	filename ending in a slash that does not point to a directory.
+
+2021-01-02  Bruno Haible  <bruno@clisp.org>
+
 	utimens: Avoid test failures on macOS 10.13.
 	Reported by Martin Storsjö <martin@martin.st> in
 	<https://lists.gnu.org/archive/html/bug-gnulib/2020-12/msg00003.html>.
diff --git a/lib/utimens.c b/lib/utimens.c
index 5bbae05..9f9c30a 100644
--- a/lib/utimens.c
+++ b/lib/utimens.c
@@ -246,6 +246,20 @@ fdutimens (int fd, char const *file, struct timespec const timespec[2])
 # if HAVE_UTIMENSAT
       if (fd < 0)
         {
+#  if defined __APPLE__ && defined __MACH__
+          size_t len = strlen (file);
+          if (len > 0 && file[len - 1] == '/')
+            {
+              struct stat statbuf;
+              if (stat (file, &statbuf) < 0)
+                return -1;
+              if (!S_ISDIR (statbuf.st_mode))
+                {
+                  errno = ENOTDIR;
+                  return -1;
+                }
+            }
+#  endif
           result = utimensat (AT_FDCWD, file, ts, 0);
 #  ifdef __linux__
           /* Work around a kernel bug:
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: Issues with posix functions on modern macOS/Xcode
  2020-12-02 18:56 ` Bruno Haible
@ 2021-01-02 20:43   ` Bruno Haible
  2021-03-21  2:57     ` Bruno Haible
  0 siblings, 1 reply; 12+ messages in thread
From: Bruno Haible @ 2021-01-02 20:43 UTC (permalink / raw)
  To: bug-gnulib; +Cc: Martin Storsjö

Hi Martin,

> > On macOS 10.15.7 (Catalina) on x86_64, both with Xcode 11.7 and 12.2, the 
> > following tests fail:
> > 
> > FAIL: test-fprintf-posix3.sh
> > FAIL: test-futimens
> > FAIL: test-renameat
> > FAIL: test-renameatu
> > FAIL: test-strsignal
> > FAIL: test-utime
> > FAIL: test-utimens
> > FAIL: test-utimensat
> 
> I can look into these, as I reproduce them with macOS 10.13 already.

These are fixed now.

> > FAIL: test-dprintf-posix2.sh
> > FAIL: test-fflush2.sh
> > FAIL: test-fpurge
> > FAIL: test-ftell.sh
> > FAIL: test-ftell2.sh
> > FAIL: test-ftello.sh
> > FAIL: test-ftello2.sh

These would need debugging on a macOS 10.15 machine. Anyone willing to take
this challenge?

Bruno



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Issues with posix functions on modern macOS/Xcode
  2021-01-02 20:43   ` Bruno Haible
@ 2021-03-21  2:57     ` Bruno Haible
  2021-03-21 13:58       ` Bruno Haible
  0 siblings, 1 reply; 12+ messages in thread
From: Bruno Haible @ 2021-03-21  2:57 UTC (permalink / raw)
  To: bug-gnulib; +Cc: Martin Storsjö

> > > FAIL: test-fflush2.sh
> > > FAIL: test-fpurge
> > > FAIL: test-ftell.sh
> > > FAIL: test-ftell2.sh
> > > FAIL: test-ftello.sh
> > > FAIL: test-ftello2.sh
> 
> These would need debugging on a macOS 10.15 machine. Anyone willing to take
> this challenge?

The compilefarm now has a macOS 11.2 machine. These tests fail there as well.
I could debug it, and found that it is a regression introduced in macOS 10.15.0:

--- Libc-1272.250.1/stdio/FreeBSD/fflush.c      2015-02-04 23:57:51.000000000 +0100
+++ Libc-1353.11.2/stdio/FreeBSD/fflush.c       2019-09-21 00:18:36.000000000 +0200
...
@@ -110,12 +90,52 @@
        int n, t;
 
        t = fp->_flags;
-       if ((t & __SWR) == 0)
-               return (0);
 
        if ((p = fp->_bf._base) == NULL)
                return (0);
 
+       /*
+        * SUSv3 requires that fflush() on a seekable input stream updates the file
+        * position indicator with the underlying seek function.  Use a dumb fseek
+        * for this (don't attempt to preserve the buffers).
+        */
+       if ((t & __SRD) != 0) {
+               if (fp->_seek == NULL) {
+                       /*
+                        * No way to seek this file -- just return "success."
+                        */
+                       return (0);
+               }
+
+               n = fp->_r;
+
+               if (n > 0) {
+                       /*
+                        * See _fseeko's dumb path.
+                        */
+                       if (_sseek(fp, (fpos_t)-n, SEEK_CUR) == -1) {
+                               if (errno == ESPIPE) {
+                                       /*
+                                        * Ignore ESPIPE errors, since there's no way to put the bytes
+                                        * back into the pipe.
+                                        */
+                                       return (0);
+                               }
+                               return (EOF);
+                       }
+
+                       if (HASUB(fp)) {
+                               FREEUB(fp);
+                       }
+                       fp->_p = fp->_bf._base;
+                       fp->_r = 0;
+                       fp->_flags &= ~__SEOF;
+                       memset(&fp->_mbstate, 0, sizeof(mbstate_t));
+               }
+               return (0);
+       }
+
+       if ((t & __SWR) != 0) {
        n = fp->_p - p;         /* write this much */
 
        /*
@@ -142,6 +162,7 @@
                        return (EOF);
                }
        }
+       }
        return (0);
 }
 

They added new code to the function __sflush, which makes sense (in order to
make fflush() POSIX compliant). But __sflush is being called by ftello(),
and the new code in __sflush severely disturbs the functioning of ftello:
  - it causes the ungetc buffer to be discarded,
  - it causes a flush of buffered data (which no one has asked for),
  - it returns a broken file position.

The bug was already spotted in the wild, in some non-GNU program:
<https://github.com/espeak-ng/espeak-ng/issues/674>.

This patch provides a workaround.


2021-03-20  Bruno Haible  <bruno@clisp.org>

	ftello: Work around bug in macOS >= 10.15.
	Reported by Martin Storsjö <martin@martin.st> in
	<https://lists.gnu.org/archive/html/bug-gnulib/2020-12/msg00002.html>.
	* m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): On macOS, don't define
	FUNC_UNGETC_BROKEN. Instead, set gl_ftello_broken_after_ungetc to yes.
	* m4/ftello.m4 (gl_FUNC_FTELLO): Invoke gl_FUNC_UNGETC_WORKS, and
	arrange to provide the workaround if ftello is broken after ungetc.
	* lib/ftello.c: Include <errno.h>, intprops.h.
	(ftello) [FTELLO_BROKEN_AFTER_UNGETC]: Implement from scratch.
	* modules/ftello (Files): Add m4/ungetc.m4.
	(Depends-on): Add intprops.
	* doc/posix-functions/ftello.texi: Mention the macOS bug.

diff --git a/doc/posix-functions/ftello.texi b/doc/posix-functions/ftello.texi
index 2561c5d..eab591f 100644
--- a/doc/posix-functions/ftello.texi
+++ b/doc/posix-functions/ftello.texi
@@ -20,6 +20,11 @@ This function produces incorrect results after @code{putc} that followed a
 @code{getc} call that reached EOF on some platforms:
 Solaris 11 2010-11.
 @item
+This function, when invoked after @code{ungetc}, throws away the @code{ungetc}
+buffer, changes the stream's file position, and returns the wrong position on
+some platforms:
+macOS 10.15 and newer.
+@item
 This function fails on seekable stdin, stdout, and stderr: cygwin <= 1.5.24.
 @item
 On platforms where @code{off_t} is a 32-bit type, @code{ftello} does not work
diff --git a/lib/ftello.c b/lib/ftello.c
index c5a4e0c..da13694 100644
--- a/lib/ftello.c
+++ b/lib/ftello.c
@@ -19,6 +19,9 @@
 /* Specification.  */
 #include <stdio.h>
 
+#include <errno.h>
+#include "intprops.h"
+
 /* Get lseek.  */
 #include <unistd.h>
 
@@ -40,13 +43,79 @@ ftello (FILE *fp)
 # endif
 #endif
 {
-#if LSEEK_PIPE_BROKEN
+#if FTELLO_BROKEN_AFTER_UNGETC /* macOS >= 10.15 */
+  /* The system's ftello() is completely broken, because it calls __sflush,
+     which makes side effects on the stream.  */
+
+  /* Handle non-seekable files first.  */
+  if (fp->_file < 0 || fp->_seek == NULL)
+    {
+      errno = ESPIPE;
+      return -1;
+    }
+
+  /* Determine the current offset, ignoring buffered and pushed-back bytes.  */
+  off_t pos;
+
+  if (fp->_flags & __SOFF)
+    pos = fp->_offset;
+  else
+    {
+      pos = fp->_seek (fp->_cookie, 0, SEEK_CUR);
+      if (pos < 0)
+        return -1;
+      if (fp->_flags & __SOPT)
+        {
+          fp->_offset = pos;
+          fp->_flags |= __SOFF;
+        }
+    }
+
+  if (fp->_flags & __SRD)
+    {
+      /* Now consider buffered and pushed-back bytes from ungetc.  */
+      if (fp->_ub._base != NULL)
+        /* Considering the buffered bytes, we are at position
+             pos - fp->_ur.
+           Considering also the pushed-back bytes, we are at position
+             pos - fp->_ur - fp->_r.  */
+        pos = pos - fp->_ur - fp->_r;
+      else
+        /* Considering the buffered bytes, we are at position
+             pos - fp->_r.  */
+        pos = pos - fp->_r;
+      if (pos < 0)
+        {
+          errno = EIO;
+          return -1;
+        }
+    }
+  else if ((fp->_flags & __SWR) && fp->_p != NULL)
+    {
+      /* Consider the buffered bytes.  */
+      off_t buffered = fp->_p - fp->_bf._base;
+
+      /* Compute pos + buffered, with overflow check.  */
+      off_t sum;
+      if (! INT_ADD_OK (pos, buffered, &sum))
+        {
+          errno = EOVERFLOW;
+          return -1;
+        }
+      pos = sum;
+    }
+
+  return pos;
+
+#else
+
+# if LSEEK_PIPE_BROKEN
   /* mingw gives bogus answers rather than failure on non-seekable files.  */
   if (lseek (fileno (fp), 0, SEEK_CUR) == -1)
     return -1;
-#endif
+# endif
 
-#if FTELLO_BROKEN_AFTER_SWITCHING_FROM_READ_TO_WRITE /* Solaris */
+# if FTELLO_BROKEN_AFTER_SWITCHING_FROM_READ_TO_WRITE /* Solaris */
   /* The Solaris stdio leaves the _IOREAD flag set after reading from a file
      reaches EOF and the program then starts writing to the file.  ftello
      gets confused by this.  */
@@ -66,9 +135,9 @@ ftello (FILE *fp)
         }
       return pos;
     }
-#endif
+# endif
 
-#if defined __SL64 && defined __SCLE /* Cygwin */
+# if defined __SL64 && defined __SCLE /* Cygwin */
   if ((fp->_flags & __SL64) == 0)
     {
       /* Cygwin 1.5.0 through 1.5.24 failed to open stdin in 64-bit
@@ -80,6 +149,9 @@ ftello (FILE *fp)
       fp->_seek64 = tmp->_seek64;
       fclose (tmp);
     }
-#endif
+# endif
+
   return ftello (fp);
+
+#endif
 }
diff --git a/m4/ftello.m4 b/m4/ftello.m4
index 1a0f7bc..65bec39 100644
--- a/m4/ftello.m4
+++ b/m4/ftello.m4
@@ -1,4 +1,4 @@
-# ftello.m4 serial 13
+# ftello.m4 serial 14
 dnl Copyright (C) 2007-2021 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -130,6 +130,15 @@ main (void)
           ;;
       esac
     fi
+    if test $REPLACE_FTELLO = 0; then
+      dnl Detect bug on macOS >= 10.15.
+      gl_FUNC_UNGETC_WORKS
+      if test $gl_ftello_broken_after_ungetc = yes; then
+        REPLACE_FTELLO=1
+        AC_DEFINE([FTELLO_BROKEN_AFTER_UNGETC], [1],
+          [Define to 1 if the system's ftello function has the macOS bug.])
+      fi
+    fi
   fi
 ])
 
diff --git a/m4/ungetc.m4 b/m4/ungetc.m4
index b648fea..dd5d1dd 100644
--- a/m4/ungetc.m4
+++ b/m4/ungetc.m4
@@ -1,4 +1,4 @@
-# ungetc.m4 serial 9
+# ungetc.m4 serial 10
 dnl Copyright (C) 2009-2021 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -55,11 +55,19 @@ AC_DEFUN_ONCE([gl_FUNC_UNGETC_WORKS],
          esac
         ])
     ])
+  gl_ftello_broken_after_ungetc=no
   case "$gl_cv_func_ungetc_works" in
     *yes) ;;
     *)
-      AC_DEFINE([FUNC_UNGETC_BROKEN], [1],
-        [Define to 1 if ungetc is broken when used on arbitrary bytes.])
+      dnl On macOS >= 10.15, where the above program fails with exit code 6,
+      dnl we fix it through an ftello override.
+      case "$host_os" in
+        darwin*) gl_ftello_broken_after_ungetc=yes ;;
+        *)
+          AC_DEFINE([FUNC_UNGETC_BROKEN], [1],
+            [Define to 1 if ungetc is broken when used on arbitrary bytes.])
+          ;;
+      esac
       ;;
   esac
 ])
diff --git a/modules/ftello b/modules/ftello
index 6de0859..fc6bafb 100644
--- a/modules/ftello
+++ b/modules/ftello
@@ -6,6 +6,7 @@ lib/ftello.c
 lib/stdio-impl.h
 m4/fseeko.m4
 m4/ftello.m4
+m4/ungetc.m4
 
 Depends-on:
 stdio
@@ -13,6 +14,7 @@ extensions
 largefile
 sys_types
 lseek           [test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1]
+intprops        [test $HAVE_FTELLO = 0 || test $REPLACE_FTELLO = 1]
 # Just to guarantee consistency between ftell() and ftello().
 ftell
 



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: Issues with posix functions on modern macOS/Xcode
  2021-03-21  2:57     ` Bruno Haible
@ 2021-03-21 13:58       ` Bruno Haible
  0 siblings, 0 replies; 12+ messages in thread
From: Bruno Haible @ 2021-03-21 13:58 UTC (permalink / raw)
  To: bug-gnulib

> 	* doc/posix-functions/ftello.texi: Mention the macOS bug.

The ftello bug is, of course, also reflected as an ftell bug.


2021-03-21  Bruno Haible  <bruno@clisp.org>

	ftell: Document bug in macOS >= 10.15.
	* doc/posix-functions/ftell.texi: Mention the macOS bug.

diff --git a/doc/posix-functions/ftell.texi b/doc/posix-functions/ftell.texi
index 21ebc00..3d405bf 100644
--- a/doc/posix-functions/ftell.texi
+++ b/doc/posix-functions/ftell.texi
@@ -15,6 +15,11 @@ mingw, MSVC 14.
 This function produces incorrect results after @code{putc} that followed a
 @code{getc} call that reached EOF on some platforms:
 Solaris 11 2010-11.
+@item
+This function, when invoked after @code{ungetc}, throws away the @code{ungetc}
+buffer, changes the stream's file position, and returns the wrong position on
+some platforms:
+macOS 10.15 and newer.
 @end itemize
 
 Portability problems not fixed by Gnulib:



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-03-21 13:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-01 13:14 Issues with posix functions on modern macOS/Xcode Martin Storsjö
2020-12-01 13:50 ` Martin Storsjö
2020-12-01 18:58 ` Bruno Haible
2020-12-02 18:56 ` Bruno Haible
2021-01-02 20:43   ` Bruno Haible
2021-03-21  2:57     ` Bruno Haible
2021-03-21 13:58       ` Bruno Haible
2020-12-02 21:52 ` strsignal on macOS Bruno Haible
2020-12-03 20:59 ` fprintf-posix " Bruno Haible
2020-12-04 23:24 ` utime " Bruno Haible
2021-01-02 16:03 ` renameatu: Fix test failures " Bruno Haible
2021-01-02 18:06 ` utimens: " Bruno Haible

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).