This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU diffutils configure 3.7, which was generated by GNU Autoconf 2.69.197-b8fd7. Invocation command line was $ ./configure --srcdir=./.. --cache-file=./config.cache --disable-dependency-tracking --without-libiconv-prefix --without-libintl-prefix --enable-silent-rules --prefix=/dev/env/DJDIR --disable-nls ## --------- ## ## Platform. ## ## --------- ## hostname = K1O8O1 uname -m = i786 uname -r = 7 uname -s = MS-DOS uname -v = 10 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /dev/c/djgpp-2.05/bin/ PATH: /dev/c/batch/ PATH: /dev/c/windows/ PATH: /dev/c/windows/command/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:3285: loading site script ./../djgpp/config.site | #! /bin/sh | | # This is the config.site file for configuring GNU packages | # which are to be built with DJGPP tools. | | | # Include the djgpp subdirectory in PATH, so that getconf is found | PATH="$srcdir/djgpp:$PATH" | | # These two variables are required, otherwise looking for | # programs along the PATH will not work. | PATH_SEPARATOR=: | PATH_EXPAND=y | | # This is required in for "test -f foo" to find foo.exe | export TEST_FINDS_EXE=y | | # The root of the DJGPP tree serves as the default prefix | test "x$prefix" = xNONE && prefix='/dev/env/DJDIR' | | # This is required for config.status script to be run, since | # ./configure runs it by invoking ${CONFIG_SHELL-/bin/sh} | CONFIG_SHELL=${CONFIG_SHELL='sh'} | | # These are set here so the generated Makefile's will be good | # for every DJGPP installation, not only the one where the | # package was configured. | # $INSTALL must be an absolute path name, otherwise config.status | # will try to prepend ./ and ../ to it when it goes into subdirs. | INSTALL=${INSTALL='/dev/env/DJDIR/bin/ginstall -c'} | GMSGFMT=${GMSGFMT='/dev/env/DJDIR/bin/msgfmt'} | MSGFMT=${MSGFMT='/dev/env/DJDIR/bin/msgfmt'} | MSGMERGE=${MSGMERGE='/dev/env/DJDIR/bin/msgmerge'} | XGETTEXT=${XGETTEXT='/dev/env/DJDIR/bin/xgettext'} | AWK=${AWK='gawk'} | | # A sane default for emacs. | ac_cv_path_EMACS=${EMACS='/dev/env/DJDIR/gnu/emacs/bin/emacs'} | | # A sane default for m4. | ac_cv_path_M4=${M4='/dev/env/DJDIR/bin/m4'} | | # A sane default for grep. | ac_cv_path_GREP=${GREP='/dev/env/DJDIR/bin/grep'} | | # A sane default for egrep. | ac_cv_path_EGREP=${EGREP='/dev/env/DJDIR/bin/egrep'} | | # A sane default for fgrep. | ac_cv_path_FGREP=${FGREP='/dev/env/DJDIR/bin/fgrep'} | | # A sane default for sed. | ac_cv_path_SED=${SED='/dev/env/DJDIR/bin/sed'} | | # A sane default for makeinfo. | ac_cv_path_MAKEINFO=${MAKEINFO='/dev/env/DJDIR/bin/makeinfo'} | | # A sane default for makeinfo. | ac_cv_path_INSTALL_INFO=${INSTALL_INFO='/dev/env/DJDIR/bin/install-info'} | | # A sane default for roff. | ac_cv_path_ROFF=${ROFF='/dev/env/DJDIR/bin/groff'} | | # A sane default for groff. | ac_cv_path_GROFF=${GROFF='/dev/env/DJDIR/bin/groff'} | | # A sane default for nroff. | ac_cv_path_NROFF=${NROFF='/dev/env/DJDIR/bin/nroff'} | | # A sane default for soelim. | ac_cv_path_SOELIM=${SOELIM='/dev/env/DJDIR/bin/soelim'} | | # A sane default for pic. | ac_cv_path_PIC=${PIC='/dev/env/DJDIR/bin/pic'} | | # A sane default for perl. | ac_cv_path_PERL=${PERL='/dev/env/DJDIR/bin/perl'} | | # A sane default for mkdir. | ac_cv_path_mkdir=${MKDIR_P='/dev/env/DJDIR/bin/mkdir -p'} | | # A sane default for rm. | ac_cv_path_RM=${RM='/dev/env/DJDIR/bin/rm'} | | # A sane default for mv. | ac_cv_path_MV=${MV='/dev/env/DJDIR/bin/mv'} | | # A sane default for sort. | ac_cv_path_SORT=${SORT='/dev/env/DJDIR/bin/sort'} | | # A sane default for tar. | ac_cv_path_TAR=${TAR='/dev/env/DJDIR/bin/tar'} | | # A sane default for pr. | ac_cv_path_PR_PROGRAM=${PR='/dev/env/DJDIR/bin/pr'} | | # A sane default for ed. | ac_cv_path_ed_PROGRAM=${ED='/dev/env/DJDIR/bin/ed'} | | # A sane default for texi2dvi. | ac_cv_path_TEXI2DVI=${TEXI2DVI='texi2dvi'} | | # A sane default for texi2pdf. | ac_cv_path_TEXI2PDF=${TEXI2PDF='texi2pdf'} | | # A sane default for dvips. | ac_cv_path_DVIPS=${DVIPS='dvips'} | | # A sane default for ps2pdf. | ac_cv_path_PS2PDF=${PS2PDF='ps2pdf'} | | # A sane default for bash. | ac_cv_path_TEST_SHELL=${TEST_SHELL='/dev/env/DJDIR/bin/bash'} | | # A sane default for mktemp. | ac_cv_path_MKTEMP=${MKTEMP='/dev/env/DJDIR/bin/mktemp'} | | # A sane default for dd. | ac_cv_path_lt_DD=${DD='/dev/env/DJDIR/bin/dd'} | | # These are set here so the generated libtool will be good | # for every DJGPP installation, not only the one where the | # package was configured. | AR=${AR='/dev/env/DJDIR/bin/ar'} | LD=${LD='/dev/env/DJDIR/bin/ld'} | NM=${NM='/dev/env/DJDIR/bin/nm'} | STRIP=${STRIP='/dev/env/DJDIR/bin/strip'} | RANLIB=${RANLIB='/dev/env/DJDIR/bin/ranlib'} | | # These are set here so the generated config.h will be good | # for every DJGPP installation, not only the one where the | # package was configured. | gl_cv_absolute_stdint_h=${gl_cv_absolute_stdint_h='/dev/env/DJDIR/include/stdint.h'} | gl_cv_absolute_string_h=${gl_cv_absolute_string_h='/dev/env/DJDIR/include/string.h'} | gl_cv_absolute_sys_stat_h=${gl_cv_absolute_sys_stat_h='/dev/env/DJDIR/include/sys/stat.h'} | gl_cv_absolute_sys_time_h=${gl_cv_absolute_sys_time_h='/dev/env/DJDIR/include/sys/time.h'} | gl_cv_absolute_inttypes_h=${gl_cv_absolute_inttypes_h='/dev/env/DJDIR/include/inttypes.h'} | gl_cv_absolute_unistd_h=${gl_cv_absolute_unistd_h='/dev/env/DJDIR/include/unistd.h'} | gl_cv_absolute_wchar_h=${gl_cv_absolute_wchar_h='/dev/env/DJDIR/include/wchar.h'} | gl_cv_absolute_wctype_h=${gl_cv_absolute_wctype_h='/dev/env/DJDIR/include/wctype.h'} | gl_cv_absolute_stdlib_h=${gl_cv_absolute_stdlib_h='/dev/env/DJDIR/include/stdlib.h'} | | # Assume a working sleep. | gl_cv_func_sleep_works=yes | | # Force the test for 'ln -s' to report 'cp -pf'. | ac_cv_prog_LN_S='cp -pf' | | # There is no fork and vfork functionality. | ac_cv_func_fork=no | ac_cv_func_fork_works=no | ac_cv_func_vfork=no | ac_cv_func_vfork_works=no | ac_cv_func_pipe=yes | | # The sleep test seems not to work, so skip it. | gl_cv_func_sleep_works=yes | | # Ensure that always old GNU extern inline semantics is used | # (aka -fgnu89-inline) even if ISO C99 semantics has been specified. | case $(gcc --version 2>/dev/null | sed "/^.* \([1-9]\+\.[0-9]\+[.0-9]*\).*$/!d;s/^.* \([1-9]\+\.[0-9]\+[.0-9]*\).*$/\1/") in | [1-3].*|4.[0-1][.0-9]* ) CFLAGS=${CFLAGS='-g2 -O2 -march=i386 -mtune=i586'};; | * ) CFLAGS=${CFLAGS='-g2 -O2 -fgnu89-inline -march=i386 -mtune=i586'};; | esac | | # DJGPP's implementation of printf survives out-of-memory conditions. | gl_cv_func_printf_enomem=yes | | # This is to skip all socket specific tests. | # Comment out to compile with socket support. | # If the checks shall work then wat3222br6 or later must | # have been installed and the include path must be added | # to C_INCLUDE_PATH. E.g.: | # C_INCLUDE_PATH=/dev/env/DJDIR/net/watt/inc | ac_cv_type_socklen_t=yes configure:3300: loading cache ./config.cache configure:3521: checking for a BSD-compatible install configure:3594: result: /dev/env/DJDIR/bin/ginstall -c configure:3605: checking whether build environment is sane configure:3660: result: yes configure:3824: checking for a thread-safe mkdir -p configure:3868: result: /dev/env/DJDIR/bin/mkdir -p configure:3875: checking for gawk configure:3907: result: gawk configure:3918: checking whether make sets $(MAKE) configure:3941: result: yes configure:3972: checking whether make supports nested variables configure:3990: result: yes configure:4124: checking whether make supports nested variables configure:4142: result: yes configure:4161: checking for gawk configure:4193: result: gawk configure:4257: checking for gcc configure:4289: result: gcc configure:4642: checking for C compiler version configure:4651: gcc --version >&5 gcc.exe (GCC) 3.4.6 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4662: $? = 0 configure:4651: gcc -v >&5 Reading specs from c:/djgpp-2.05/bin/../lib/gcc/djgpp/3.46/specs Configured with: /gcc-3.46/configure djgpp --prefix=/dev/env/DJDIR --disable-nls --disable-libstdcxx-pch Thread model: single gcc version 3.4.6 configure:4662: $? = 0 configure:4651: gcc -V >&5 gcc.exe: `-V' option must have argument configure:4662: $? = 1 configure:4651: gcc -qversion >&5 gcc.exe: unrecognized option `-qversion' gcc.exe: no input files configure:4662: $? = 1 configure:4651: gcc -version >&5 gcc.exe: unrecognized option `-version' gcc.exe: no input files configure:4662: $? = 1 configure:4682: checking whether the C compiler works configure:4704: gcc -g2 -O2 -march=i386 -mtune=i586 conftest.c >&5 configure:4708: $? = 0 configure:4758: result: yes configure:4761: checking for C compiler default output file name configure:4763: result: a.out configure:4769: checking for suffix of executables configure:4776: gcc -o conftest.exe -g2 -O2 -march=i386 -mtune=i586 conftest.c >&5 configure:4780: $? = 0 configure:4803: result: .exe configure:4825: checking whether we are cross compiling configure:4835: gcc -o conftest.exe -g2 -O2 -march=i386 -mtune=i586 conftest.c >&5 configure:4839: $? = 0 configure:4846: ./conftest.exe configure:4850: $? = 0 configure:4865: result: no configure:4870: checking for suffix of object files configure:4919: result: o configure:4923: checking whether the compiler supports GNU C configure:4953: result: yes configure:4962: checking whether gcc accepts -g configure:5027: result: yes configure:5044: checking for gcc option to enable C11 features configure:5266: result: unsupported configure:5279: checking for gcc option to enable C99 features configure:5454: result: -std=gnu99 configure:5576: checking whether gcc -std=gnu99 understands -c and -o together configure:5614: result: yes configure:5634: checking whether make supports the include directive configure:5649: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:5652: $? = 0 configure:5671: result: yes (GNU style) configure:5697: checking dependency style of gcc -std=gnu99 configure:5809: result: none configure:5876: checking for ranlib configure:5908: result: /dev/env/DJDIR/bin/ranlib configure:5935: checking for sys/types.h configure:5935: result: yes configure:5935: checking for sys/stat.h configure:5935: result: yes configure:5935: checking for strings.h configure:5935: result: yes configure:5935: checking for inttypes.h configure:5935: result: yes configure:5935: checking for stdint.h configure:5935: result: yes configure:5935: checking for unistd.h configure:5935: result: yes configure:5935: checking for ucontext.h configure:5935: result: no configure:5935: checking for sys/socket.h configure:5935: result: no configure:5935: checking for fnmatch.h configure:5935: result: yes configure:5935: checking for wctype.h configure:5935: result: yes configure:5935: checking for getopt.h configure:5935: result: no configure:5935: checking for sys/cdefs.h configure:5935: result: yes configure:5935: checking for sys/time.h configure:5935: result: yes configure:5935: checking for iconv.h configure:5935: result: no configure:5935: checking for limits.h configure:5935: result: yes configure:5935: checking for wchar.h configure:5935: result: yes configure:5935: checking for crtdefs.h configure:5935: result: no configure:5935: checking for langinfo.h configure:5935: result: no configure:5935: checking for xlocale.h configure:5935: result: no configure:5935: checking for sys/mman.h configure:5935: result: yes configure:5935: checking for sys/param.h configure:5935: result: yes configure:5935: checking for malloc.h configure:5935: result: yes configure:5935: checking for sys/wait.h configure:5935: result: yes configure:5935: checking for features.h configure:5935: result: no configure:5935: checking for arpa/inet.h configure:5935: result: no configure:5935: checking for netdb.h configure:5935: result: no configure:5935: checking for netinet/in.h configure:5935: result: yes configure:5935: checking for sys/select.h configure:5935: result: no configure:5935: checking for sys/ioctl.h configure:5935: result: yes configure:5935: checking for sys/uio.h configure:5935: result: yes configure:5935: checking for vfork.h configure:5935: result: no configure:5959: checking for minix/config.h configure:5959: result: no configure:5983: checking whether it is safe to define __EXTENSIONS__ configure:6010: result: yes configure:6043: checking whether _XOPEN_SOURCE should be defined configure:6089: result: no configure:6108: checking how to run the C preprocessor configure:6176: result: gcc -std=gnu99 -E configure:6190: gcc -std=gnu99 -E conftest.c configure:6190: $? = 0 configure:6205: gcc -std=gnu99 -E conftest.c conftest.c:49:28: ac_nonexistent.h: No such file or directory (ENOENT) configure:6205: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU diffutils" | #define PACKAGE_TARNAME "diffutils" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "GNU diffutils 3.7" | #define PACKAGE_BUGREPORT "bug-diffutils@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/diffutils/" | #define PACKAGE "diffutils" | #define VERSION "3.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 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 | /* end confdefs.h. */ | #include configure:6236: checking for grep that handles long lines and -e configure:6300: result: /dev/env/DJDIR/bin/grep configure:6305: checking for egrep configure:6373: result: /dev/env/DJDIR/bin/egrep configure:6381: checking for Minix Amsterdam compiler configure:6407: result: no configure:6469: checking for ar configure:6501: result: /dev/env/DJDIR/bin/ar configure:6643: checking build system type configure:6658: result: i786-pc-msdosdjgpp configure:6678: checking host system type configure:6692: result: i786-pc-msdosdjgpp configure:6749: checking for special C compiler options needed for large files configure:6797: result: no configure:6803: checking for _FILE_OFFSET_BITS value needed for large files configure:6863: result: unknown configure:6873: checking for _LARGE_FILES value needed for large files configure:6933: result: unknown configure:7367: checking for size_t configure:7367: result: yes configure:7379: checking for working alloca.h configure:7406: result: no configure:7414: checking for alloca configure:7669: checking whether uses 'inline' correctly configure:7733: result: yes configure:7751: checking for btowc configure:7751: result: no configure:7751: checking for setrlimit configure:7751: result: yes configure:7751: checking for sigaltstack configure:7751: result: no configure:7751: checking for readlinkat configure:7751: result: no configure:7751: checking for _set_invalid_parameter_handler configure:7751: result: no configure:7751: checking for strerror_r configure:7751: result: yes configure:7751: checking for fcntl configure:7751: result: yes configure:7751: checking for symlink configure:7751: result: yes configure:7751: checking for mempcpy configure:7751: result: no configure:7751: checking for fnmatch configure:7751: result: yes configure:7751: checking for isblank configure:7751: result: yes configure:7751: checking for iswctype configure:7751: result: no configure:7751: checking for mbsrtowcs configure:7751: result: no configure:7751: checking for wmemchr configure:7751: result: no configure:7751: checking for wmemcpy configure:7751: result: no configure:7751: checking for wmempcpy configure:7751: result: no configure:7751: checking for getdtablesize configure:7751: result: yes configure:7751: checking for getprogname configure:7751: result: no configure:7751: checking for getexecname configure:7751: result: no configure:7751: checking for gettimeofday configure:7751: result: yes configure:7751: checking for iswcntrl configure:7751: result: no configure:7751: checking for iswblank configure:7751: result: no configure:7751: checking for lstat configure:7751: result: yes configure:7751: checking for mbsinit configure:7751: result: no configure:7751: checking for mbrtowc configure:7751: result: no configure:7751: checking for mbslen configure:7751: result: no configure:7751: checking for mprotect configure:7751: result: yes configure:7751: checking for mkstemp configure:7751: result: yes configure:7751: checking for tzset configure:7751: result: yes configure:7751: checking for nl_langinfo configure:7751: result: no configure:7751: checking for readlink configure:7751: result: yes configure:7751: checking for setenv configure:7751: result: yes configure:7751: checking for sigaction configure:7751: result: yes configure:7751: checking for siginterrupt configure:7751: result: no configure:7751: checking for __xpg_strerror_r configure:7751: result: no configure:7751: checking for strndup configure:7751: result: yes configure:7751: checking for strptime configure:7751: result: no configure:7751: checking for strtoumax configure:7751: result: yes configure:7751: checking for localtime_r configure:7751: result: yes configure:7751: checking for timegm configure:7751: result: no configure:7751: checking for vasnprintf configure:7751: result: yes configure:7751: checking for snprintf configure:7751: result: yes configure:7751: checking for wcrtomb configure:7751: result: no configure:7751: checking for wcwidth configure:7751: result: no configure:7751: checking for ftruncate configure:7751: result: yes configure:7751: checking for newlocale configure:7751: result: no configure:7751: checking for pipe configure:7751: result: yes configure:7751: checking for sleep configure:7751: result: yes configure:7751: checking for catgets configure:7751: result: no configure:7751: checking for shutdown configure:7751: result: no configure:7751: checking for wctob configure:7751: result: no configure:7751: checking for sigprocmask configure:7751: result: yes configure:7751: checking for strcasecoll configure:7751: result: no configure:7751: checking for stricoll configure:7751: result: no configure:7751: checking for fork configure:7751: result: no configure:7751: checking for vfork configure:7751: result: no configure:7761: checking for nl_langinfo and CODESET configure:7788: result: no configure:7799: checking for a traditional french locale configure:7934: result: none configure:7962: checking for working C stack overflow detection configure:8077: result: no configure:8363: checking for ld configure:8494: result: /dev/env/DJDIR/bin/ld configure:8501: checking if the linker (/dev/env/DJDIR/bin/ld) is GNU ld configure:8517: result: yes configure:8524: checking for shared library run path origin configure:8538: result: done configure:8560: checking 32-bit host C ABI configure:8793: result: yes configure:8832: checking for the common suffixes of directories in the library search path configure:8884: result: lib,lib configure:9383: checking for libsigsegv configure:9417: result: no, consider installing GNU libsigsegv configure:9454: checking how gcc -std=gnu99 reports undeclared, standard C functions configure:9530: result: error configure:9700: checking whether the preprocessor supports include_next configure:9762: result: yes configure:9783: checking whether system header files limit the line length configure:9808: result: no configure:9819: checking whether // is distinct from / configure:9849: result: yes configure:9868: checking if environ is properly declared configure:9899: result: no configure:9914: checking for complete errno.h configure:9989: result: no configure:10079: checking for EMULTIHOP value configure:10138: result: no configure:10154: checking for ENOLINK value configure:10213: result: no configure:10229: checking for EOVERFLOW value configure:10288: result: yes configure:10303: checking whether strerror_r is declared configure:10303: result: yes configure:10316: checking whether strerror_r returns char * configure:10382: result: no configure:10414: checking for working fcntl.h configure:10541: result: no configure:10560: checking for pid_t configure:10560: result: yes configure:10570: checking for mode_t configure:10570: result: yes configure:10709: checking for mbstate_t configure:10742: result: yes configure:10900: checking whether stat file-mode macros are broken configure:10936: result: no configure:11123: checking for nlink_t configure:11123: result: yes configure:11141: checking whether getdtablesize is declared configure:11141: result: yes configure:11247: checking for getopt.h configure:11247: result: no configure:11778: checking for C/C++ restrict keyword configure:11815: result: no configure:11920: checking for winsock2.h configure:11920: result: no configure:11937: checking for struct timeval configure:11970: result: yes configure:11975: checking for wide-enough struct timeval.tv_sec member configure:12012: result: yes configure:12574: checking for iconv configure:12635: result: no, consider installing GNU libiconv configure:12880: checking for inline configure:12906: result: inline configure:12924: checking for off_t configure:12924: result: yes configure:13016: checking whether limits.h has LLONG_MAX, WORD_BIT, ULLONG_WIDTH etc. configure:13048: result: no configure:13066: checking for wint_t configure:13100: result: yes configure:13107: checking whether wint_t is too small configure:13144: result: no configure:13157: checking for unsigned long long int configure:13207: result: yes configure:13217: checking for long long int configure:13269: result: yes configure:13288: gcc -std=gnu99 -c -g2 -O2 -march=i386 -mtune=i586 conftest.c >&5 conftest.c:88: error: syntax error before "a" conftest.c:90: error: syntax error before "typedef" configure:13288: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU diffutils" | #define PACKAGE_TARNAME "diffutils" | #define PACKAGE_VERSION "3.7" | #define PACKAGE_STRING "GNU diffutils 3.7" | #define PACKAGE_BUGREPORT "bug-diffutils@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/diffutils/" | #define PACKAGE "diffutils" | #define VERSION "3.7" | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define STDC_HEADERS 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 _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_ALLOCA 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_STRERROR_R 1 | #define HAVE_FCNTL 1 | #define HAVE_SYMLINK 1 | #define HAVE_FNMATCH 1 | #define HAVE_ISBLANK 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_TZSET 1 | #define HAVE_READLINK 1 | #define HAVE_SETENV 1 | #define HAVE_SIGACTION 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_VASNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_PIPE 1 | #define HAVE_SLEEP 1 | #define HAVE_SIGPROCMASK 1 | #define FAULT_YIELDS_SIGBUS 0 | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_DECL_GETDTABLESIZE 1 | #define restrict /**/ | #define ICONV_CONST | #define HAVE_WINT_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:13450: checking whether stdint.h conforms to C99 configure:13728: result: no configure:13843: checking for sys/inttypes.h configure:13843: result: no configure:13849: checking for sys/bitypes.h configure:13849: result: no configure:13868: checking for bit size of ptrdiff_t configure:13896: result: 32 configure:13868: checking for bit size of size_t configure:13896: result: 32 configure:13913: checking for bit size of sig_atomic_t configure:13941: result: 32 configure:13913: checking for bit size of wchar_t configure:13941: result: 16 configure:13913: checking for bit size of wint_t configure:13941: result: 32 configure:13957: checking whether sig_atomic_t is signed configure:13996: result: yes configure:13957: checking whether wchar_t is signed configure:13996: result: no configure:13957: checking whether wint_t is signed configure:13996: result: yes configure:14016: checking for ptrdiff_t integer literal suffix configure:14073: result: configure:14016: checking for size_t integer literal suffix configure:14073: result: ul configure:14088: checking for sig_atomic_t integer literal suffix configure:14145: result: configure:14088: checking for wchar_t integer literal suffix configure:14145: result: no configure:14088: checking for wint_t integer literal suffix configure:14145: result: configure:14301: checking for inttypes.h configure:14301: result: yes configure:14309: checking whether the inttypes.h PRIxNN macros are broken configure:14341: result: no configure:14605: checking for wctype_t configure:14643: result: yes configure:14649: checking for wctrans_t configure:14685: result: yes configure:14723: checking for wchar_t configure:14749: result: yes configure:14762: checking for good max_align_t configure:14794: result: no configure:14806: checking whether NULL can be used in arbitrary expressions configure:14833: result: yes configure:14927: checking whether lstat correctly handles trailing slash configure:14984: result: no configure:14994: checking for a sed that does not truncate output configure:15064: result: /dev/env/DJDIR/bin/sed configure:15155: checking whether malloc, realloc, calloc are POSIX compliant configure:15185: result: yes configure:15193: checking for stdlib.h configure:15193: result: yes configure:15200: checking for GNU libc compatible malloc configure:15250: result: yes configure:15268: checking for a traditional japanese locale configure:15409: result: none configure:15417: checking for a transitional chinese locale configure:15552: result: none configure:15559: checking for a french Unicode locale configure:15681: result: none configure:15774: checking for mmap configure:15774: result: no configure:15847: checking whether memchr works configure:15930: result: no configure:15942: checking whether defines MIN and MAX configure:15968: result: no configure:15981: checking whether defines MIN and MAX configure:16007: result: no configure:16020: checking whether time_t is signed configure:16046: result: no configure:16054: checking whether alarm is declared configure:16054: result: yes configure:16078: checking for working mktime configure:16308: result: no configure:16315: checking whether struct tm is in sys/time.h or time.h configure:16344: result: time.h configure:16352: checking for struct tm.tm_zone configure:16352: result: yes configure:16420: checking for struct tm.tm_gmtoff configure:16420: result: yes configure:16431: checking for O_CLOEXEC configure:16460: result: no configure:16465: checking for promoted mode_t type configure:16492: result: mode_t configure:16520: checking for sigset_t configure:16520: result: yes configure:16543: checking whether we are using the GNU C Library >= 2.1 or uClibc configure:16575: result: no configure:16581: checking whether setenv is declared configure:16581: result: yes configure:16603: checking for search.h configure:16603: result: yes configure:16610: checking for tsearch configure:16610: result: no configure:16620: checking for uid_t in sys/types.h configure:16641: result: yes configure:16654: checking for stdbool.h that conforms to C99 configure:16738: result: yes configure:16740: checking for _Bool configure:16740: result: yes configure:16758: checking whether strerror(0) succeeds configure:16809: result: yes configure:17168: checking whether strndup is declared configure:17168: result: yes configure:17179: checking whether strnlen is declared configure:17179: result: yes configure:17191: checking whether strtoumax is declared configure:17191: result: yes configure:17305: checking for struct timespec in configure:17331: result: no configure:17341: checking for struct timespec in configure:17367: result: no configure:17372: checking for struct timespec in configure:17398: result: no configure:17403: checking for struct timespec in configure:17429: result: no configure:17550: checking whether clearerr_unlocked is declared configure:17550: result: no configure:17560: checking whether feof_unlocked is declared configure:17560: result: no configure:17570: checking whether ferror_unlocked is declared configure:17570: result: no configure:17580: checking whether fflush_unlocked is declared configure:17580: result: no configure:17590: checking whether fgets_unlocked is declared configure:17590: result: no configure:17600: checking whether fputc_unlocked is declared configure:17600: result: no configure:17610: checking whether fputs_unlocked is declared configure:17610: result: no configure:17620: checking whether fread_unlocked is declared configure:17620: result: no configure:17630: checking whether fwrite_unlocked is declared configure:17630: result: no configure:17640: checking whether getc_unlocked is declared configure:17640: result: no configure:17650: checking whether getchar_unlocked is declared configure:17650: result: no configure:17660: checking whether putc_unlocked is declared configure:17660: result: no configure:17670: checking whether putchar_unlocked is declared configure:17670: result: no configure:17680: checking whether unsetenv is declared configure:17680: result: yes configure:17702: checking for inttypes.h configure:17730: result: yes configure:17739: checking for stdint.h configure:17765: result: yes configure:17776: checking for intmax_t configure:17810: result: yes configure:17827: checking where to find the exponent in a 'double' configure:18163: result: word 1 bit 20 configure:18185: checking whether snprintf returns a byte count as in C99 configure:18287: result: yes configure:18295: checking for snprintf configure:18295: result: yes configure:18301: checking for strnlen configure:18301: result: yes configure:18307: checking for wcslen configure:18307: result: no configure:18313: checking for wcsnlen configure:18313: result: no configure:18319: checking for mbrtowc configure:18319: result: no configure:18325: checking for wcrtomb configure:18325: result: no configure:18332: checking whether _snprintf is declared configure:18332: result: no configure:18379: checking for ws2tcpip.h configure:18379: result: no configure:18400: checking whether is self-contained configure:18427: result: no configure:18568: checking for struct sockaddr_storage configure:18568: result: no configure:18588: checking for sa_family_t configure:18588: result: no configure:18645: checking for winsock2.h configure:18645: result: no configure:18679: checking whether getcwd (NULL, 0) allocates memory for result configure:18749: result: no configure:18753: checking for getcwd with POSIX signature configure:18785: result: yes configure:18794: checking for IPv4 sockets configure:18829: result: no configure:18837: checking for IPv6 sockets configure:18875: result: no configure:18895: checking whether is self-contained configure:18978: result: no configure:19070: checking for winsock2.h configure:19070: result: no configure:19098: checking for winsock2.h configure:19098: result: no configure:19163: checking for library containing setsockopt configure:19271: result: none needed configure:19294: checking whether select supports a 0 argument configure:19340: result: yes configure:19347: checking whether select detects invalid fds configure:19408: result: yes configure:19472: checking whether snprintf is declared configure:19472: result: yes configure:19736: checking for __builtin_expect configure:19779: result: yes configure:19798: checking whether sigaltstack is declared configure:19798: result: no configure:19812: checking for stack_t configure:19812: result: no configure:19845: checking for library containing clock_gettime configure:19898: result: no configure:19908: checking for clock_gettime configure:19908: result: no configure:19914: checking for clock_settime configure:19914: result: no configure:19942: checking for winsock2.h configure:19942: result: no configure:20087: checking whether // is distinct from / configure:20117: result: yes configure:20134: checking whether dup2 works configure:20235: result: yes configure:20299: checking for error_at_line configure:20325: result: no configure:20369: checking whether fcntl handles F_DUPFD correctly configure:20440: result: yes configure:20458: checking whether fcntl understands F_DUPFD_CLOEXEC configure:20511: result: no configure:20650: checking for flexible array member configure:20687: result: yes configure:20751: checking whether conversion from 'int' to 'long double' works configure:20810: result: yes configure:20940: checking for working GNU fnmatch configure:21056: result: no configure:21091: checking whether isblank is declared configure:21091: result: yes configure:21139: checking whether isblank is declared configure:21139: result: yes configure:21168: checking whether freopen works on closed fds configure:21208: result: yes configure:21312: checking whether getdtablesize works configure:21361: result: yes configure:21461: checking whether program_invocation_name is declared configure:21461: result: no configure:21476: checking whether program_invocation_short_name is declared configure:21476: result: no configure:21491: checking whether __argv is declared configure:21491: result: no configure:21511: checking whether __progname is defined in default libraries configure:21541: result: configure:21572: checking whether gettimeofday clobbers localtime buffer configure:21626: result: no configure:21645: checking for gettimeofday with POSIX signature configure:21701: result: almost configure:21967: checking whether the compiler generally respects inline configure:21999: result: yes configure:22057: checking whether INT32_MAX < INTMAX_MAX configure:22100: result: yes configure:22111: checking whether INT64_MAX == LONG_MAX configure:22154: result: no configure:22167: checking whether UINT32_MAX < UINTMAX_MAX configure:22210: result: yes configure:22221: checking whether UINT64_MAX == ULONG_MAX configure:22264: result: no configure:22315: checking whether iswblank is declared configure:22315: result: no configure:22656: checking whether the compiler supports the __inline keyword configure:22682: result: yes configure:23183: checking for libsigsegv configure:23217: result: no, consider installing GNU libsigsegv configure:23266: checking whether locale.h conforms to POSIX:2001 configure:23293: result: no configure:23339: checking whether struct lconv is properly defined configure:23368: result: yes configure:23767: checking whether mbrtowc is declared configure:23767: result: no configure:24519: checking whether mbsinit is declared configure:24519: result: no configure:24770: checking whether mbsrtowcs is declared configure:24770: result: no configure:25029: checking for bp-sym.h configure:25029: result: no configure:25058: checking whether mkdir handles trailing slash configure:25124: result: yes configure:25133: checking whether mkdir handles trailing dot configure:25180: result: no configure:25209: checking for working mkstemp configure:25279: result: no configure:25373: checking for __mktime_internal configure:25373: result: no configure:25558: checking whether open recognizes a trailing slash configure:25612: result: no configure:25661: checking whether program_invocation_name is declared configure:25661: result: no configure:25672: checking whether program_invocation_short_name is declared configure:25672: result: no configure:25700: checking for raise configure:25700: result: yes configure:25721: checking for sigprocmask configure:25721: result: yes configure:25770: checking for rawmemchr configure:25770: result: no configure:25815: checking whether readlink signature is correct configure:25842: result: no configure:25844: checking whether readlink handles trailing slash correctly configure:25890: result: no configure:25956: checking for working re_compile_pattern configure:26197: result: no configure:26280: checking for libintl.h configure:26280: result: no configure:26288: checking whether isblank is declared configure:26288: result: yes configure:26306: checking whether setenv validates arguments configure:26363: result: no configure:26404: checking for struct sigaction.sa_sigaction configure:26404: result: no configure:26548: checking for volatile sig_atomic_t configure:26548: result: yes configure:26565: checking for sighandler_t configure:26565: result: no configure:26585: checking for sigprocmask configure:26585: result: yes configure:26625: checking for stdint.h configure:26625: result: yes configure:26632: checking for SIZE_MAX configure:26708: result: yes configure:26718: checking for ssize_t configure:26744: result: yes configure:26761: checking whether stat handles trailing slashes on files configure:26817: result: no configure:26882: checking for struct stat.st_atim.tv_nsec configure:26882: result: no configure:26934: checking for struct stat.st_atimespec.tv_nsec configure:26934: result: no configure:26944: checking for struct stat.st_atimensec configure:26944: result: no configure:26954: checking for struct stat.st_atim.st__tim.tv_nsec configure:26954: result: no configure:26975: checking for struct stat.st_birthtimespec.tv_nsec configure:26975: result: no configure:26985: checking for struct stat.st_birthtimensec configure:26985: result: no configure:26995: checking for struct stat.st_birthtim.tv_nsec configure:26995: result: no configure:27014: checking for va_copy configure:27044: result: yes configure:27231: checking for good max_align_t configure:27263: result: no configure:27275: checking whether NULL can be used in arbitrary expressions configure:27302: result: yes configure:27472: checking which flavor of printf attribute matches inttypes macros configure:27507: result: system configure:27633: checking for strcasecmp configure:27633: result: yes configure:27646: checking for strncasecmp configure:27646: result: yes configure:27658: checking whether strncasecmp is declared configure:27658: result: yes configure:27818: checking for winsock2.h configure:27818: result: no configure:27859: checking for working strndup configure:27913: result: yes configure:27959: checking for working strnlen configure:28010: result: yes configure:28091: checking for strtoull configure:28091: result: yes configure:28279: checking for nlink_t configure:28279: result: yes configure:28407: checking whether localtime_r is declared configure:28407: result: yes configure:28425: checking whether localtime_r is compatible with its POSIX signature configure:28459: result: yes configure:28508: checking whether localtime loops forever near extrema configure:28554: result: no configure:28562: checking for timezone_t configure:28562: result: no configure:28657: checking whether tzset clobbers localtime buffer configure:28712: result: no configure:29068: checking for unsetenv configure:29068: result: yes configure:29079: checking for unsetenv() return type configure:29113: result: int configure:29122: checking whether unsetenv obeys POSIX configure:29180: result: no configure:29222: checking for variable-length arrays configure:29291: result: yes configure:29384: checking for vasprintf configure:29384: result: yes configure:29769: checking whether wcrtomb is declared configure:29769: result: no configure:30141: checking for wctype_t configure:30179: result: yes configure:30185: checking for wctrans_t configure:30221: result: yes configure:30242: checking whether wcwidth is declared configure:30242: result: no configure:30269: checking whether wcwidth is a macro configure:30294: result: no configure:30411: checking for stdint.h configure:30411: result: yes configure:30626: checking for a traditional french locale configure:30761: result: none configure:30768: checking for a french Unicode locale configure:30890: result: none configure:30898: checking for a traditional french locale configure:31033: result: none configure:31041: checking for a turkish Unicode locale configure:31164: result: none configure:31212: checking whether fdopen sets errno configure:31255: result: yes configure:31403: checking for getpagesize configure:31431: result: yes configure:31462: checking whether getpagesize is declared configure:31462: result: yes configure:31518: checking for winsock2.h configure:31518: result: no configure:31556: checking for library containing inet_pton configure:31609: result: no configure:31617: checking for inet_pton configure:31617: result: no configure:31638: checking whether inet_pton is declared configure:31638: result: no configure:31690: checking whether byte ordering is bigendian configure:31903: result: no configure:31928: checking for ioctl configure:31928: result: yes configure:31935: checking for ioctl with POSIX signature configure:31970: result: yes configure:32048: checking for a traditional french locale configure:32183: result: none configure:32190: checking for a french Unicode locale configure:32312: result: none configure:32320: checking for a traditional japanese locale configure:32461: result: none configure:32469: checking for a transitional chinese locale configure:32604: result: none configure:32612: checking for a turkish Unicode locale configure:32735: result: none configure:32742: checking for a french Unicode locale configure:32864: result: none configure:32872: checking for a traditional french locale configure:33007: result: none configure:33014: checking for a french Unicode locale configure:33136: result: none configure:33144: checking for a traditional japanese locale configure:33285: result: none configure:33293: checking for a transitional chinese locale configure:33428: result: none configure:33435: checking for a french Unicode locale configure:33557: result: none configure:33565: checking for a transitional chinese locale configure:33700: result: none configure:33711: checking for mmap configure:33711: result: no configure:33789: checking for library containing nanosleep configure:33842: result: no configure:34024: checking whether is self-contained configure:34051: result: yes configure:34164: checking for a traditional french locale configure:34299: result: none configure:34306: checking for a french Unicode locale configure:34428: result: none configure:34443: checking whether perror matches strerror configure:34499: result: yes configure:34587: checking for putenv compatible with GNU and SVID configure:34642: result: yes configure:34702: checking for mmap configure:34702: result: no configure:34770: checking for mmap configure:34770: result: no configure:34840: checking whether select supports a 0 argument configure:34886: result: yes configure:34893: checking whether select detects invalid fds configure:34954: result: yes configure:35076: checking for a traditional french locale configure:35211: result: none configure:35218: checking for a french Unicode locale configure:35340: result: none configure:35348: checking for a traditional japanese locale configure:35489: result: none configure:35497: checking for a transitional chinese locale configure:35632: result: none configure:35673: checking whether sleep is declared configure:35673: result: yes configure:35688: checking for working sleep configure:35751: result: yes configure:35798: checking for snprintf configure:35798: result: yes configure:35809: checking whether snprintf respects a size of 1 configure:35862: result: yes configure:35872: checking whether printf supports POSIX/XSI format strings with positions configure:35919: result: yes configure:36032: checking for socklen_t configure:36032: result: yes configure:36096: checking for working stdalign.h configure:36143: result: no configure:36238: checking for mmap configure:36238: result: no configure:36306: checking whether symlink handles trailing slash correctly configure:36356: result: no configure:36405: checking whether declares ioctl configure:36432: result: yes configure:36626: checking for a traditional french locale configure:36761: result: none configure:36768: checking for a french Unicode locale configure:36890: result: none configure:36898: checking for a traditional japanese locale configure:37039: result: none configure:37047: checking for a transitional chinese locale configure:37182: result: none configure:38452: checking for inline configure:38478: result: inline configure:38497: checking for variable-length arrays configure:38566: result: yes configure:38585: checking for pr configure:38621: result: /dev/env/DJDIR/bin/pr configure:38633: checking for struct stat.st_blksize configure:38633: result: yes configure:38642: checking for struct stat.st_rdev configure:38642: result: yes configure:38654: checking for dirent.h that defines DIR configure:38683: result: yes configure:38697: checking for library containing opendir configure:38750: result: none required configure:38824: checking for sys/wait.h that is POSIX.1 compatible configure:38859: result: yes configure:38867: checking for pid_t configure:38867: result: yes configure:38891: checking whether closedir returns void configure:38928: result: no configure:39167: checking whether NLS is requested configure:39177: result: no configure:39217: checking for msgfmt configure:39250: result: /dev/env/DJDIR/bin/msgfmt configure:39259: checking for gmsgfmt configure:39295: result: /dev/env/DJDIR/bin/msgfmt configure:39345: checking for xgettext configure:39378: result: /dev/env/DJDIR/bin/xgettext configure:39423: checking for msgmerge configure:39455: result: /dev/env/DJDIR/bin/msgmerge configure:39496: checking for CFPreferencesCopyAppValue configure:39525: result: no configure:39532: checking for CFLocaleCopyCurrent configure:39561: result: no configure:40502: checking whether to use NLS configure:40504: result: no configure:40689: checking that generated files are newer than configure configure:40695: result: done configure:40843: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU diffutils config.status 3.7, which was generated by GNU Autoconf 2.69.197-b8fd7. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on K1O8O1 config.status:2053: creating Makefile config.status:2053: creating doc/Makefile config.status:2053: creating lib/Makefile config.status:2053: creating src/Makefile config.status:2053: creating tests/Makefile config.status:2053: creating gnulib-tests/Makefile config.status:2053: creating man/Makefile config.status:2053: creating po/Makefile.in config.status:2053: creating lib/config.h config.status:2362: linking ./../GNUmakefile to GNUmakefile config.status:2381: executing depfiles commands config.status:2381: executing po-directories commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i786-pc-msdosdjgpp ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_decl_report=error ac_cv_c_flexmember=yes ac_cv_c_inline=inline ac_cv_c_restrict=no ac_cv_c_vararrays=yes 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= ac_cv_env_CPPFLAGS_value= 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_exeext=.exe ac_cv_func___mktime_internal=no ac_cv_func___xpg_strerror_r=no ac_cv_func__set_invalid_parameter_handler=no ac_cv_func_alloca_works=yes ac_cv_func_btowc=no ac_cv_func_catgets=no ac_cv_func_clock_gettime=no ac_cv_func_clock_settime=no ac_cv_func_closedir_void=no ac_cv_func_fcntl=yes ac_cv_func_fnmatch=yes ac_cv_func_fork=no ac_cv_func_fork_works=no ac_cv_func_ftruncate=yes ac_cv_func_getdtablesize=yes ac_cv_func_getexecname=no ac_cv_func_getprogname=no ac_cv_func_gettimeofday=yes ac_cv_func_inet_pton=no ac_cv_func_ioctl=yes ac_cv_func_isblank=yes ac_cv_func_iswblank=no ac_cv_func_iswcntrl=no ac_cv_func_iswctype=no ac_cv_func_localtime_r=yes ac_cv_func_lstat=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_mbrtowc=no ac_cv_func_mbsinit=no ac_cv_func_mbslen=no ac_cv_func_mbsrtowcs=no ac_cv_func_mempcpy=no ac_cv_func_mkstemp=yes ac_cv_func_mmap=no ac_cv_func_mprotect=yes ac_cv_func_newlocale=no ac_cv_func_nl_langinfo=no ac_cv_func_pipe=yes ac_cv_func_raise=yes ac_cv_func_rawmemchr=no ac_cv_func_readlink=yes ac_cv_func_readlinkat=no ac_cv_func_setenv=yes ac_cv_func_setrlimit=yes ac_cv_func_shutdown=no ac_cv_func_sigaction=yes ac_cv_func_sigaltstack=no ac_cv_func_siginterrupt=no ac_cv_func_sigprocmask=yes ac_cv_func_sleep=yes ac_cv_func_snprintf=yes ac_cv_func_strcasecmp=yes ac_cv_func_strcasecoll=no ac_cv_func_strerror_r=yes ac_cv_func_strerror_r_char_p=no ac_cv_func_stricoll=no ac_cv_func_strncasecmp=yes ac_cv_func_strndup=yes ac_cv_func_strnlen=yes ac_cv_func_strnlen_working=yes ac_cv_func_strptime=no ac_cv_func_strtoull=yes ac_cv_func_strtoumax=yes ac_cv_func_symlink=yes ac_cv_func_timegm=no ac_cv_func_tsearch=no ac_cv_func_tzset=yes ac_cv_func_unsetenv=yes ac_cv_func_vasnprintf=yes ac_cv_func_vasprintf=yes ac_cv_func_vfork=no ac_cv_func_vfork_works=no ac_cv_func_wcrtomb=no ac_cv_func_wcslen=no ac_cv_func_wcsnlen=no ac_cv_func_wctob=no ac_cv_func_wcwidth=no ac_cv_func_wmemchr=no ac_cv_func_wmemcpy=no ac_cv_func_wmempcpy=no ac_cv_gnu_library_2_1=no ac_cv_have_decl___argv=no ac_cv_have_decl__snprintf=no ac_cv_have_decl_alarm=yes ac_cv_have_decl_clearerr_unlocked=no ac_cv_have_decl_feof_unlocked=no ac_cv_have_decl_ferror_unlocked=no ac_cv_have_decl_fflush_unlocked=no ac_cv_have_decl_fgets_unlocked=no ac_cv_have_decl_fputc_unlocked=no ac_cv_have_decl_fputs_unlocked=no ac_cv_have_decl_fread_unlocked=no ac_cv_have_decl_fwrite_unlocked=no ac_cv_have_decl_getc_unlocked=no ac_cv_have_decl_getchar_unlocked=no ac_cv_have_decl_getdtablesize=yes ac_cv_have_decl_getpagesize=yes ac_cv_have_decl_inet_pton=no ac_cv_have_decl_isblank=yes ac_cv_have_decl_iswblank=no ac_cv_have_decl_localtime_r=yes ac_cv_have_decl_mbrtowc=no ac_cv_have_decl_mbsinit=no ac_cv_have_decl_mbsrtowcs=no ac_cv_have_decl_program_invocation_name=no ac_cv_have_decl_program_invocation_short_name=no ac_cv_have_decl_putc_unlocked=no ac_cv_have_decl_putchar_unlocked=no ac_cv_have_decl_setenv=yes ac_cv_have_decl_sigaltstack=no ac_cv_have_decl_sleep=yes ac_cv_have_decl_snprintf=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_strtoumax=yes ac_cv_have_decl_unsetenv=yes ac_cv_have_decl_wcrtomb=no ac_cv_have_decl_wcwidth=no ac_cv_header_arpa_inet_h=no ac_cv_header_bp_sym_h=no ac_cv_header_crtdefs_h=no ac_cv_header_dirent_dirent_h=yes ac_cv_header_features_h=no ac_cv_header_fnmatch_h=yes ac_cv_header_getopt_h=no ac_cv_header_iconv_h=no ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=no ac_cv_header_libintl_h=no ac_cv_header_limits_h=yes ac_cv_header_malloc_h=yes ac_cv_header_minix_config_h=no ac_cv_header_netdb_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_search_h=yes ac_cv_header_stat_broken=no ac_cv_header_stdbool_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_bitypes_h=no ac_cv_header_sys_cdefs_h=yes ac_cv_header_sys_inttypes_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_select_h=no ac_cv_header_sys_socket_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_ucontext_h=no ac_cv_header_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_header_winsock2_h=no ac_cv_header_ws2tcpip_h=no ac_cv_header_xlocale_h=no ac_cv_host=i786-pc-msdosdjgpp ac_cv_lib_error_at_line=no ac_cv_libsigsegv='no, consider installing GNU libsigsegv' ac_cv_member_struct_sigaction_sa_sigaction=no ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec=no ac_cv_member_struct_stat_st_atim_tv_nsec=no ac_cv_member_struct_stat_st_atimensec=no ac_cv_member_struct_stat_st_atimespec_tv_nsec=no ac_cv_member_struct_stat_st_birthtim_tv_nsec=no ac_cv_member_struct_stat_st_birthtimensec=no ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no ac_cv_member_struct_stat_st_blksize=yes ac_cv_member_struct_stat_st_rdev=yes ac_cv_member_struct_tm_tm_gmtoff=yes ac_cv_member_struct_tm_tm_zone=yes ac_cv_objext=o ac_cv_path_DVIPS=dvips ac_cv_path_EGREP=/dev/env/DJDIR/bin/egrep ac_cv_path_EMACS=/dev/env/DJDIR/gnu/emacs/bin/emacs ac_cv_path_FGREP=/dev/env/DJDIR/bin/fgrep ac_cv_path_GMSGFMT=/dev/env/DJDIR/bin/msgfmt ac_cv_path_GREP=/dev/env/DJDIR/bin/grep ac_cv_path_GROFF=/dev/env/DJDIR/bin/groff ac_cv_path_INSTALL_INFO=/dev/env/DJDIR/bin/install-info ac_cv_path_M4=/dev/env/DJDIR/bin/m4 ac_cv_path_MAKEINFO=/dev/env/DJDIR/bin/makeinfo ac_cv_path_MKTEMP=/dev/env/DJDIR/bin/mktemp ac_cv_path_MSGFMT=/dev/env/DJDIR/bin/msgfmt ac_cv_path_MSGMERGE=/dev/env/DJDIR/bin/msgmerge ac_cv_path_MV=/dev/env/DJDIR/bin/mv ac_cv_path_NROFF=/dev/env/DJDIR/bin/nroff ac_cv_path_PERL=/dev/env/DJDIR/bin/perl ac_cv_path_PIC=/dev/env/DJDIR/bin/pic ac_cv_path_PR_PROGRAM=/dev/env/DJDIR/bin/pr ac_cv_path_PS2PDF=ps2pdf ac_cv_path_RM=/dev/env/DJDIR/bin/rm ac_cv_path_ROFF=/dev/env/DJDIR/bin/groff ac_cv_path_SED=/dev/env/DJDIR/bin/sed ac_cv_path_SOELIM=/dev/env/DJDIR/bin/soelim ac_cv_path_SORT=/dev/env/DJDIR/bin/sort ac_cv_path_TAR=/dev/env/DJDIR/bin/tar ac_cv_path_TEST_SHELL=/dev/env/DJDIR/bin/bash ac_cv_path_TEXI2DVI=texi2dvi ac_cv_path_TEXI2PDF=texi2pdf ac_cv_path_XGETTEXT=/dev/env/DJDIR/bin/xgettext ac_cv_path_ed_PROGRAM=/dev/env/DJDIR/bin/ed ac_cv_path_lt_DD=/dev/env/DJDIR/bin/dd ac_cv_path_mkdir='/dev/env/DJDIR/bin/mkdir -p' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -std=gnu99 -E' ac_cv_prog_LN_S='cp -pf' ac_cv_prog_ac_ct_AR=/dev/env/DJDIR/bin/ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=/dev/env/DJDIR/bin/ranlib ac_cv_prog_cc_c11=no ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=-std=gnu99 ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_clock_gettime=no ac_cv_search_inet_pton=no ac_cv_search_nanosleep=no ac_cv_search_opendir='none required' ac_cv_should_define__xopen_source=no ac_cv_struct_tm=time.h ac_cv_sys_file_offset_bits=unknown ac_cv_sys_large_files=unknown ac_cv_sys_largefile_CC=no ac_cv_sys_stack_overflow_works=no ac_cv_type__Bool=yes ac_cv_type_long_long_int=yes 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_sa_family_t=no 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_stack_t=no ac_cv_type_struct_sockaddr_storage=no ac_cv_type_timezone_t=no ac_cv_type_uid_t=yes ac_cv_type_unsigned_long_long_int=yes ac_cv_type_volatile_sig_atomic_t=yes ac_cv_working_alloca_h=no 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 acl_cv_libext=a acl_cv_libname_spec='lib$name' acl_cv_library_names_spec= acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=none am_cv_func_iconv='no, consider installing GNU libiconv' am_cv_langinfo_codeset=no am_cv_lib_iconv=no am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_proto_iconv_arg1= gl_cv___builtin_expect=yes gl_cv_absolute_inttypes_h=/dev/env/DJDIR/include/inttypes.h gl_cv_absolute_stdint_h=/dev/env/DJDIR/include/stdint.h gl_cv_absolute_stdlib_h=/dev/env/DJDIR/include/stdlib.h gl_cv_absolute_string_h=/dev/env/DJDIR/include/string.h gl_cv_absolute_sys_stat_h=/dev/env/DJDIR/include/sys/stat.h gl_cv_absolute_sys_time_h=/dev/env/DJDIR/include/sys/time.h gl_cv_absolute_unistd_h=/dev/env/DJDIR/include/unistd.h gl_cv_absolute_wchar_h=/dev/env/DJDIR/include/wchar.h gl_cv_absolute_wctype_h=/dev/env/DJDIR/include/wctype.h gl_cv_bitsizeof_ptrdiff_t=32 gl_cv_bitsizeof_sig_atomic_t=32 gl_cv_bitsizeof_size_t=32 gl_cv_bitsizeof_wchar_t=16 gl_cv_bitsizeof_wint_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_decl_ioctl_in_sys_ioctl_h=yes gl_cv_decl_null_works=yes gl_cv_decl_readlink_works=no gl_cv_double_slash_root=yes gl_cv_func_dup2_works=yes gl_cv_func_fcntl_f_dupfd_cloexec=no gl_cv_func_fcntl_f_dupfd_works=yes gl_cv_func_fdopen_works=yes gl_cv_func_fnmatch_gnu=no gl_cv_func_freopen_works_on_closed=yes gl_cv_func_getcwd_null=no gl_cv_func_getcwd_posix_signature=yes gl_cv_func_getdtablesize_works=yes gl_cv_func_getpagesize=yes gl_cv_func_gettimeofday_clobber=no gl_cv_func_gettimeofday_posix_signature=almost gl_cv_func_ioctl_posix_signature=yes gl_cv_func_itold_works=yes gl_cv_func_localtime_infloop_bug=no gl_cv_func_lstat_dereferences_slashed_symlink=no gl_cv_func_malloc_0_nonnull=1 gl_cv_func_malloc_posix=yes gl_cv_func_memchr_works=no gl_cv_func_mkdir_trailing_dot_works=no gl_cv_func_mkdir_trailing_slash_works=yes gl_cv_func_open_slash=no gl_cv_func_perror_works=yes gl_cv_func_printf_attribute_flavor=system gl_cv_func_printf_enomem=yes gl_cv_func_printf_positions=yes gl_cv_func_re_compile_pattern_working=no gl_cv_func_readlink_works=no gl_cv_func_select_detects_ebadf=yes gl_cv_func_select_supports0=yes gl_cv_func_setenv_works=no gl_cv_func_sigprocmask=1 gl_cv_func_sleep_works=yes gl_cv_func_snprintf_retval_c99=yes gl_cv_func_snprintf_size1=yes gl_cv_func_snprintf_usable=yes gl_cv_func_stat_file_slash=no gl_cv_func_strerror_0_works=yes gl_cv_func_strndup_works=yes gl_cv_func_svid_putenv=yes gl_cv_func_symlink_works=no gl_cv_func_tzset_clobber=no gl_cv_func_unsetenv_works=no gl_cv_func_va_copy=yes gl_cv_func_wcwidth_macro=no gl_cv_func_working_mkstemp=no gl_cv_func_working_mktime=no gl_cv_have_include_next=yes gl_cv_header_errno_h_EMULTIHOP=no gl_cv_header_errno_h_ENOLINK=no gl_cv_header_errno_h_EOVERFLOW=yes gl_cv_header_errno_h_complete=no gl_cv_header_inttypes_h=yes gl_cv_header_limits_width=no gl_cv_header_locale_h_needs_xlocale_h=no gl_cv_header_locale_h_posix2001=no gl_cv_header_netinet_in_h_selfcontained=yes gl_cv_header_stdint_h=yes gl_cv_header_sys_select_h_selfcontained=no gl_cv_header_sys_socket_h_selfcontained=no gl_cv_header_wchar_h_correct_inline=yes gl_cv_header_working_fcntl_h=no gl_cv_header_working_stdalign_h=no gl_cv_header_working_stdint_h=no gl_cv_host_cpu_c_abi_32bit=yes gl_cv_lib_sigsegv='no, consider installing GNU libsigsegv' gl_cv_lib_socket='none needed' gl_cv_macro_O_CLOEXEC=no gl_cv_minmax_in_limits_h=no gl_cv_minmax_in_sys_param_h=no gl_cv_next_arpa_inet_h='' gl_cv_next_ctype_h='' gl_cv_next_errno_h='' gl_cv_next_fcntl_h='' gl_cv_next_fnmatch_h='' gl_cv_next_getopt_h='' gl_cv_next_iconv_h='' gl_cv_next_inttypes_h='' gl_cv_next_langinfo_h='' gl_cv_next_limits_h='' gl_cv_next_locale_h='' gl_cv_next_signal_h='' gl_cv_next_stddef_h='' gl_cv_next_stdint_h='' gl_cv_next_stdio_h='' gl_cv_next_stdlib_h='' gl_cv_next_string_h='' gl_cv_next_strings_h='' gl_cv_next_sys_ioctl_h='' gl_cv_next_sys_select_h='' gl_cv_next_sys_socket_h='' gl_cv_next_sys_stat_h='' gl_cv_next_sys_time_h='' gl_cv_next_sys_types_h='' gl_cv_next_sys_uio_h='' gl_cv_next_sys_wait_h='' gl_cv_next_time_h='' gl_cv_next_unistd_h='' gl_cv_next_wchar_h='' gl_cv_next_wctype_h='' gl_cv_pragma_columns=no gl_cv_promoted_mode_t=mode_t gl_cv_size_max=yes gl_cv_socket_ipv4=no gl_cv_socket_ipv6=no gl_cv_sys_struct_lconv_ok=yes gl_cv_sys_struct_timespec_in_pthread_h=no gl_cv_sys_struct_timespec_in_sys_time_h=no gl_cv_sys_struct_timespec_in_time_h=no gl_cv_sys_struct_timespec_in_unistd_h=no 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=no gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=yes gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=no gl_cv_time_r_posix=yes gl_cv_time_t_is_signed=no gl_cv_type_max_align_t=no gl_cv_type_ptrdiff_t_signed=yes gl_cv_type_ptrdiff_t_suffix= gl_cv_type_sig_atomic_t_signed=yes gl_cv_type_sig_atomic_t_suffix= gl_cv_type_sigset_t=yes gl_cv_type_size_t_signed=no gl_cv_type_size_t_suffix=ul gl_cv_type_wchar_t_signed=no gl_cv_type_wchar_t_suffix=no gl_cv_type_wctrans_t=yes gl_cv_type_wctype_t=yes gl_cv_type_wint_t_signed=yes gl_cv_type_wint_t_suffix= gl_cv_type_wint_t_too_small=no gl_cv_var___progname= gt_cv_c_intmax_t=yes gt_cv_c_wchar_t=yes gt_cv_c_wint_t=yes gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_unsetenv_ret=int gt_cv_inttypes_pri_broken=no gt_cv_locale_fr=none gt_cv_locale_fr_utf8=none gt_cv_locale_ja=none gt_cv_locale_tr_utf8=none gt_cv_locale_zh_CN=none gt_cv_ssize_t=yes gt_cv_var_environ_declaration=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} ./../build-aux/missing aclocal-1.16' ALLOCA='' ALLOCA_H='alloca.h' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' APPLE_UNIVERSAL_BUILD='0' AR='/dev/env/DJDIR/bin/ar' ARFLAGS='cr' AUTOCONF='${SHELL} ./../build-aux/missing autoconf' AUTOHEADER='${SHELL} ./../build-aux/missing autoheader' AUTOMAKE='${SHELL} ./../build-aux/missing automake-1.16' AWK='gawk' BITSIZEOF_PTRDIFF_T='32' BITSIZEOF_SIG_ATOMIC_T='32' BITSIZEOF_SIZE_T='32' BITSIZEOF_WCHAR_T='16' BITSIZEOF_WINT_T='32' CC='gcc -std=gnu99' CCDEPMODE='depmode=none' CFLAGS='-g2 -O2 -march=i386 -mtune=i586' CONFIG_INCLUDE='lib/config.h' CPP='gcc -std=gnu99 -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='_deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/dev/env/DJDIR/bin/egrep' EMULTIHOP_HIDDEN='0' EMULTIHOP_VALUE='' ENOLINK_HIDDEN='0' ENOLINK_VALUE='' EOVERFLOW_HIDDEN='0' EOVERFLOW_VALUE='' ERRNO_H='errno.h' EXEEXT='.exe' FLOAT_H='' FNMATCH_H='fnmatch.h' GETOPT_CDEFS_H='getopt-cdefs.h' GETOPT_H='getopt.h' GETTEXT_MACRO_VERSION='0.19' GLIBC21='no' GL_COND_LIBTOOL_FALSE='' GL_COND_LIBTOOL_TRUE='#' GL_GENERATE_ALLOCA_H_FALSE='#' GL_GENERATE_ALLOCA_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_ICONV_H_FALSE='' GL_GENERATE_ICONV_H_TRUE='#' GL_GENERATE_LIMITS_H_FALSE='#' GL_GENERATE_LIMITS_H_TRUE='' GL_GENERATE_NETINET_IN_H_FALSE='' GL_GENERATE_NETINET_IN_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='' GMSGFMT='/dev/env/DJDIR/bin/msgfmt' GMSGFMT_015=':' GNULIB_ACCEPT4='0' GNULIB_ACCEPT='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_ATOLL='0' GNULIB_BIND='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_BTOWC='1' GNULIB_CALLOC_POSIX='0' GNULIB_CANONICALIZE_FILE_NAME='0' GNULIB_CHDIR='0' GNULIB_CHOWN='0' GNULIB_CLOSE='1' GNULIB_CONNECT='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_CTIME='0' GNULIB_DPRINTF='0' GNULIB_DUP2='1' GNULIB_DUP3='0' GNULIB_DUP='0' GNULIB_DUPLOCALE='0' GNULIB_ENVIRON='1' GNULIB_EUIDACCESS='0' GNULIB_EXPLICIT_BZERO='0' GNULIB_FACCESSAT='0' GNULIB_FCHDIR='0' GNULIB_FCHMODAT='0' GNULIB_FCHOWNAT='0' GNULIB_FCLOSE='0' GNULIB_FCNTL='1' GNULIB_FDATASYNC='0' GNULIB_FDOPEN='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_FFLUSH='0' GNULIB_FFS='0' GNULIB_FFSL='0' GNULIB_FFSLL='0' GNULIB_FGETC='1' GNULIB_FGETS='1' GNULIB_FNMATCH='1' GNULIB_FOPEN='0' GNULIB_FPRINTF='1' GNULIB_FPRINTF_POSIX='0' GNULIB_FPURGE='0' GNULIB_FPUTC='1' GNULIB_FPUTS='1' GNULIB_FREAD='1' GNULIB_FREOPEN='1' GNULIB_FSCANF='1' GNULIB_FSEEK='0' GNULIB_FSEEKO='0' GNULIB_FSTAT='1' GNULIB_FSTATAT='0' GNULIB_FSYNC='0' GNULIB_FTELL='0' GNULIB_FTELLO='0' GNULIB_FTRUNCATE='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_FUTIMENS='0' GNULIB_FWRITE='1' GNULIB_GETC='1' GNULIB_GETCHAR='1' GNULIB_GETCWD='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_GETDELIM='0' GNULIB_GETDOMAINNAME='0' GNULIB_GETDTABLESIZE='1' GNULIB_GETGROUPS='0' GNULIB_GETHOSTNAME='0' GNULIB_GETLINE='0' GNULIB_GETLOADAVG='0' GNULIB_GETLOGIN='0' GNULIB_GETLOGIN_R='0' GNULIB_GETPAGESIZE='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_GETPASS='0' GNULIB_GETPEERNAME='0' GNULIB_GETSOCKNAME='0' GNULIB_GETSOCKOPT='0' GNULIB_GETSUBOPT='0' GNULIB_GETTIMEOFDAY='1' GNULIB_GETUSERSHELL='0' GNULIB_GL_UNISTD_H_GETOPT='1' GNULIB_GRANTPT='0' GNULIB_GROUP_MEMBER='0' GNULIB_ICONV='1' GNULIB_IMAXABS='0' GNULIB_IMAXDIV='0' GNULIB_INET_NTOP='0' GNULIB_INET_PTON='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_IOCTL='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_ISATTY='0' GNULIB_ISBLANK='1' GNULIB_ISWBLANK='1' GNULIB_ISWCTYPE='0' GNULIB_LCHMOD='0' GNULIB_LCHOWN='0' GNULIB_LINK='0' GNULIB_LINKAT='0' GNULIB_LISTEN='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_LOCALECONV='1' GNULIB_LOCALENAME='0' GNULIB_LOCALTIME='0' GNULIB_LSEEK='0' GNULIB_LSTAT='1' GNULIB_MALLOC_POSIX='1' GNULIB_MBRLEN='0' GNULIB_MBRTOWC='1' GNULIB_MBSCASECMP='1' GNULIB_MBSCASESTR='0' GNULIB_MBSCHR='0' GNULIB_MBSCSPN='0' GNULIB_MBSINIT='1' GNULIB_MBSLEN='1' GNULIB_MBSNCASECMP='0' GNULIB_MBSNLEN='0' GNULIB_MBSNRTOWCS='0' GNULIB_MBSPBRK='0' GNULIB_MBSPCASECMP='0' GNULIB_MBSRCHR='0' GNULIB_MBSRTOWCS='1' GNULIB_MBSSEP='0' GNULIB_MBSSPN='0' GNULIB_MBSSTR='1' GNULIB_MBSTOK_R='0' GNULIB_MBTOWC='1' GNULIB_MEMCHR='1' GNULIB_MEMMEM='0' GNULIB_MEMPCPY='0' GNULIB_MEMRCHR='0' GNULIB_MKDIRAT='0' GNULIB_MKDTEMP='0' GNULIB_MKFIFO='0' GNULIB_MKFIFOAT='0' GNULIB_MKNOD='0' GNULIB_MKNODAT='0' GNULIB_MKOSTEMP='0' GNULIB_MKOSTEMPS='0' GNULIB_MKSTEMP='1' GNULIB_MKSTEMPS='0' GNULIB_MKTIME='1' GNULIB_NANOSLEEP='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_NL_LANGINFO='1' GNULIB_NONBLOCKING='0' GNULIB_OBSTACK_PRINTF='0' GNULIB_OBSTACK_PRINTF_POSIX='0' GNULIB_OPEN='1' GNULIB_OPENAT='0' GNULIB_OVERRIDES_STRUCT_STAT='0' GNULIB_OVERRIDES_WINT_T='0' GNULIB_PCLOSE='0' GNULIB_PERROR='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_PIPE2='0' GNULIB_PIPE='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_POPEN='0' GNULIB_POSIX_OPENPT='0' GNULIB_PREAD='0' GNULIB_PRINTF='1' GNULIB_PRINTF_POSIX='0' GNULIB_PSELECT='0' GNULIB_PTHREAD_SIGMASK='0' GNULIB_PTSNAME='0' GNULIB_PTSNAME_R='0' GNULIB_PUTC='1' GNULIB_PUTCHAR='1' GNULIB_PUTENV='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_PUTS='1' GNULIB_PWRITE='0' GNULIB_QSORT_R='0' GNULIB_RAISE='1' GNULIB_RANDOM='0' GNULIB_RANDOM_R='0' GNULIB_RAWMEMCHR='1' GNULIB_READ='0' GNULIB_READLINK='1' GNULIB_READLINKAT='0' GNULIB_REALLOCARRAY='0' GNULIB_REALLOC_POSIX='0' GNULIB_REALPATH='0' GNULIB_RECV='0' GNULIB_RECVFROM='0' GNULIB_REMOVE='0' GNULIB_RENAME='0' GNULIB_RENAMEAT='0' GNULIB_RMDIR='0' GNULIB_RPMATCH='0' GNULIB_SCANF='1' GNULIB_SECURE_GETENV='0' GNULIB_SELECT='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_SEND='0' GNULIB_SENDTO='0' GNULIB_SETENV='1' GNULIB_SETHOSTNAME='0' GNULIB_SETLOCALE='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_SETSOCKOPT='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_SHUTDOWN='0' GNULIB_SIGACTION='1' GNULIB_SIGNAL_H_SIGPIPE='0' GNULIB_SIGPROCMASK='1' GNULIB_SLEEP='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_SNPRINTF='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_SOCKET='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_SPRINTF_POSIX='0' GNULIB_STAT='1' GNULIB_STDIO_H_NONBLOCKING='0' GNULIB_STDIO_H_SIGPIPE='0' GNULIB_STPCPY='0' GNULIB_STPNCPY='0' GNULIB_STRCASESTR='0' GNULIB_STRCHRNUL='0' GNULIB_STRDUP='0' GNULIB_STRERROR='1' GNULIB_STRERROR_R='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_STRFTIME='0' GNULIB_STRNCAT='0' GNULIB_STRNDUP='1' GNULIB_STRNLEN='1' GNULIB_STRPBRK='0' GNULIB_STRPTIME='1' GNULIB_STRSEP='0' GNULIB_STRSIGNAL='0' GNULIB_STRSTR='0' GNULIB_STRTOD='0' GNULIB_STRTOIMAX='0' GNULIB_STRTOK_R='0' GNULIB_STRTOLL='0' GNULIB_STRTOULL='1' GNULIB_STRTOUMAX='1' GNULIB_STRVERSCMP='0' GNULIB_SYMLINK='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_SYMLINKAT='0' GNULIB_SYSTEM_POSIX='0' GNULIB_TIMEGM='1' GNULIB_TIME_R='1' GNULIB_TIME_RZ='1' GNULIB_TMPFILE='0' GNULIB_TOWCTRANS='0' GNULIB_TRUNCATE='0' GNULIB_TTYNAME_R='0' GNULIB_TZSET='1' GNULIB_UNISTD_H_NONBLOCKING='0' GNULIB_UNISTD_H_SIGPIPE='0' GNULIB_UNLINK='0' GNULIB_UNLINKAT='0' GNULIB_UNLOCKPT='0' GNULIB_UNSETENV='1' GNULIB_USLEEP='0' GNULIB_UTIMENSAT='0' GNULIB_VASPRINTF='1' GNULIB_VDPRINTF='0' GNULIB_VFPRINTF='1' GNULIB_VFPRINTF_POSIX='0' GNULIB_VFSCANF='0' GNULIB_VPRINTF='1' GNULIB_VPRINTF_POSIX='0' GNULIB_VSCANF='0' GNULIB_VSNPRINTF='0' GNULIB_VSPRINTF_POSIX='0' GNULIB_WAITPID='0' GNULIB_WARN_CFLAGS='' GNULIB_WCPCPY='0' GNULIB_WCPNCPY='0' GNULIB_WCRTOMB='1' GNULIB_WCSCASECMP='0' GNULIB_WCSCAT='0' GNULIB_WCSCHR='0' GNULIB_WCSCMP='0' GNULIB_WCSCOLL='0' GNULIB_WCSCPY='0' GNULIB_WCSCSPN='0' GNULIB_WCSDUP='0' GNULIB_WCSFTIME='0' GNULIB_WCSLEN='0' GNULIB_WCSNCASECMP='0' GNULIB_WCSNCAT='0' GNULIB_WCSNCMP='0' GNULIB_WCSNCPY='0' GNULIB_WCSNLEN='0' GNULIB_WCSNRTOMBS='0' GNULIB_WCSPBRK='0' GNULIB_WCSRCHR='0' GNULIB_WCSRTOMBS='0' GNULIB_WCSSPN='0' GNULIB_WCSSTR='0' GNULIB_WCSTOK='0' GNULIB_WCSWIDTH='0' GNULIB_WCSXFRM='0' GNULIB_WCTOB='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_WCTOMB='IN_DIFFUTILS_GNULIB_TESTS' GNULIB_WCTRANS='0' GNULIB_WCTYPE='0' GNULIB_WCWIDTH='1' GNULIB_WMEMCHR='0' GNULIB_WMEMCMP='0' GNULIB_WMEMCPY='0' GNULIB_WMEMMOVE='0' GNULIB_WMEMSET='0' GNULIB_WRITE='0' GNULIB__EXIT='0' GNU_MAKE_FALSE='#' GNU_MAKE_TRUE='' GREP='/dev/env/DJDIR/bin/grep' HAVE_ACCEPT4='1' HAVE_ARPA_INET_H='0' HAVE_ATOLL='1' HAVE_BTOWC='0' HAVE_C99_STDINT_H='0' HAVE_CANONICALIZE_FILE_NAME='1' HAVE_CHOWN='1' HAVE_CRTDEFS_H='0' HAVE_DECL_ENVIRON='0' HAVE_DECL_FCHDIR='1' HAVE_DECL_FDATASYNC='1' HAVE_DECL_FPURGE='1' HAVE_DECL_FSEEKO='1' HAVE_DECL_FTELLO='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_GETPAGESIZE='1' HAVE_DECL_GETUSERSHELL='1' HAVE_DECL_IMAXABS='1' HAVE_DECL_IMAXDIV='1' HAVE_DECL_INET_NTOP='1' HAVE_DECL_INET_PTON='0' HAVE_DECL_INITSTATE='1' HAVE_DECL_LOCALTIME_R='1' HAVE_DECL_MEMMEM='1' HAVE_DECL_MEMRCHR='1' HAVE_DECL_OBSTACK_PRINTF='1' HAVE_DECL_SETENV='1' HAVE_DECL_SETHOSTNAME='1' HAVE_DECL_SETSTATE='1' HAVE_DECL_SNPRINTF='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_TRUNCATE='1' HAVE_DECL_TTYNAME_R='1' HAVE_DECL_UNSETENV='1' HAVE_DECL_VSNPRINTF='1' HAVE_DECL_WCTOB='0' HAVE_DECL_WCWIDTH='0' HAVE_DPRINTF='1' HAVE_DUP2='1' HAVE_DUP3='1' HAVE_DUPLOCALE='1' HAVE_EUIDACCESS='1' HAVE_EXPLICIT_BZERO='1' HAVE_FACCESSAT='1' HAVE_FCHDIR='1' HAVE_FCHMODAT='1' HAVE_FCHOWNAT='1' HAVE_FCNTL='1' HAVE_FDATASYNC='1' HAVE_FEATURES_H='0' HAVE_FFS='1' HAVE_FFSL='1' HAVE_FFSLL='1' HAVE_FNMATCH='1' HAVE_FNMATCH_H='1' HAVE_FREELOCALE='1' HAVE_FSEEKO='1' HAVE_FSTATAT='1' HAVE_FSYNC='1' HAVE_FTELLO='1' HAVE_FTRUNCATE='1' HAVE_FUTIMENS='1' HAVE_GETDTABLESIZE='1' HAVE_GETGROUPS='1' HAVE_GETHOSTNAME='1' HAVE_GETLOGIN='1' HAVE_GETOPT_H='0' HAVE_GETPAGESIZE='1' HAVE_GETPASS='1' HAVE_GETSUBOPT='1' HAVE_GETTIMEOFDAY='1' HAVE_GRANTPT='1' HAVE_GROUP_MEMBER='1' HAVE_IMAXDIV_T='1' HAVE_INTTYPES_H='1' HAVE_ISBLANK='1' HAVE_ISWBLANK='0' HAVE_ISWCNTRL='0' HAVE_LANGINFO_ALTMON='0' HAVE_LANGINFO_CODESET='0' HAVE_LANGINFO_ERA='0' HAVE_LANGINFO_H='0' HAVE_LANGINFO_T_FMT_AMPM='0' HAVE_LANGINFO_YESEXPR='0' HAVE_LCHMOD='1' HAVE_LCHOWN='1' HAVE_LIBSIGSEGV='no' HAVE_LINK='1' HAVE_LINKAT='1' HAVE_LONG_LONG_INT='1' HAVE_LSTAT='1' HAVE_MAX_ALIGN_T='0' HAVE_MBRLEN='1' HAVE_MBRTOWC='0' HAVE_MBSINIT='0' HAVE_MBSLEN='0' HAVE_MBSNRTOWCS='1' HAVE_MBSRTOWCS='0' HAVE_MEMCHR='1' HAVE_MEMPCPY='1' HAVE_MKDIRAT='1' HAVE_MKDTEMP='1' HAVE_MKFIFO='1' HAVE_MKFIFOAT='1' HAVE_MKNOD='1' HAVE_MKNODAT='1' HAVE_MKOSTEMP='1' HAVE_MKOSTEMPS='1' HAVE_MKSTEMP='1' HAVE_MKSTEMPS='1' HAVE_MSVC_INVALID_PARAMETER_HANDLER='0' HAVE_NANOSLEEP='0' HAVE_NETINET_IN_H='' HAVE_NEWLOCALE='1' HAVE_NL_LANGINFO='0' HAVE_OPENAT='1' HAVE_OS_H='0' HAVE_PCLOSE='1' HAVE_PIPE2='1' HAVE_PIPE='1' HAVE_POPEN='1' HAVE_POSIX_OPENPT='1' HAVE_POSIX_SIGNALBLOCKING='1' HAVE_PREAD='1' HAVE_PSELECT='1' HAVE_PTHREAD_SIGMASK='1' HAVE_PTSNAME='1' HAVE_PTSNAME_R='1' HAVE_PWRITE='1' HAVE_QSORT_R='1' HAVE_RAISE='1' HAVE_RANDOM='1' HAVE_RANDOM_H='1' HAVE_RANDOM_R='1' HAVE_RAWMEMCHR='0' HAVE_READLINK='1' HAVE_READLINKAT='1' HAVE_REALLOCARRAY='1' HAVE_REALPATH='1' HAVE_RENAMEAT='1' HAVE_RPMATCH='1' HAVE_SA_FAMILY_T='0' HAVE_SECURE_GETENV='1' HAVE_SETENV='1' HAVE_SETHOSTNAME='1' HAVE_SIGACTION='1' HAVE_SIGHANDLER_T='0' HAVE_SIGINFO_T='1' HAVE_SIGNED_SIG_ATOMIC_T='1' HAVE_SIGNED_WCHAR_T='0' HAVE_SIGNED_WINT_T='1' HAVE_SIGSET_T='1' HAVE_SLEEP='1' HAVE_STDINT_H='1' HAVE_STPCPY='1' HAVE_STPNCPY='1' HAVE_STRCASECMP='1' HAVE_STRCASESTR='1' HAVE_STRCHRNUL='1' HAVE_STRINGS_H='1' HAVE_STRPBRK='1' HAVE_STRPTIME='0' HAVE_STRSEP='1' HAVE_STRTOD='1' HAVE_STRTOLL='1' HAVE_STRTOULL='1' HAVE_STRUCT_RANDOM_DATA='1' HAVE_STRUCT_SIGACTION_SA_SIGACTION='0' HAVE_STRUCT_SOCKADDR_STORAGE='0' HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY='1' HAVE_STRUCT_TIMEVAL='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_SELECT_H='0' HAVE_SYS_SOCKET_H='0' HAVE_SYS_TIME_H='1' HAVE_SYS_TYPES_H='1' HAVE_SYS_UIO_H='1' HAVE_TIMEGM='0' HAVE_TIMEZONE_T='0' HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1' HAVE_TZSET='1' HAVE_UNISTD_H='1' HAVE_UNLINKAT='1' HAVE_UNLOCKPT='1' HAVE_UNSIGNED_LONG_LONG_INT='1' HAVE_USLEEP='1' HAVE_UTIMENSAT='1' HAVE_VASPRINTF='1' HAVE_VDPRINTF='1' HAVE_WCHAR_H='1' HAVE_WCHAR_T='1' HAVE_WCPCPY='1' HAVE_WCPNCPY='1' HAVE_WCRTOMB='0' 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_WMEMSET='1' HAVE_WS2TCPIP_H='0' HAVE_XLOCALE_H='0' HAVE__BOOL='1' HAVE__EXIT='1' HELP2MAN='${SHELL} ./../build-aux/missing help2man' ICONV_CONST='' ICONV_H='' INCLUDE_NEXT='include_next' INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' 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='0' INTLLIBS='' INTL_MACOSX_LIBS='' LDFLAGS='' LIBCSTACK='' LIBDIFFUTILS_LIBDEPS=' ' LIBDIFFUTILS_LTLIBDEPS=' ' LIBICONV='' LIBINTL='' LIBOBJS='' LIBS='' LIBSIGSEGV='' LIBSIGSEGV_PREFIX='' LIBSOCKET='' LIBTESTS_LIBDEPS='' 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_NANOSLEEP='' LIB_SELECT='' LIMITS_H='limits.h' LOCALCHARSET_TESTS_ENVIRONMENT='' LOCALE_FR='none' LOCALE_FR_UTF8='none' LOCALE_JA='none' LOCALE_TR_UTF8='none' LOCALE_ZH_CN='none' LTLIBCSTACK='' LTLIBICONV='' LTLIBINTL='' LTLIBOBJS='' LTLIBSIGSEGV='' MAKEINFO='/dev/env/DJDIR/bin/makeinfo --no-split' MKDIR_P='/dev/env/DJDIR/bin/mkdir -p' MSGFMT='/dev/env/DJDIR/bin/msgfmt' MSGFMT_015=':' MSGMERGE='/dev/env/DJDIR/bin/msgmerge' NETINET_IN_H='' NEXT_ARPA_INET_H='' NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H='' NEXT_AS_FIRST_DIRECTIVE_CTYPE_H='' NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='' NEXT_AS_FIRST_DIRECTIVE_FLOAT_H='' NEXT_AS_FIRST_DIRECTIVE_FNMATCH_H='' NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' NEXT_AS_FIRST_DIRECTIVE_ICONV_H='' NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='' NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='' NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='' NEXT_AS_FIRST_DIRECTIVE_LOCALE_H='' NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H='' NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='' NEXT_AS_FIRST_DIRECTIVE_STDARG_H='' NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' NEXT_AS_FIRST_DIRECTIVE_STRINGS_H='' NEXT_AS_FIRST_DIRECTIVE_STRING_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_IOCTL_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H='' NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H='' NEXT_AS_FIRST_DIRECTIVE_TIME_H='' NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='' NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='' NEXT_CTYPE_H='' NEXT_ERRNO_H='' NEXT_FCNTL_H='' NEXT_FLOAT_H='' NEXT_FNMATCH_H='' NEXT_GETOPT_H='' NEXT_ICONV_H='' NEXT_INTTYPES_H='' NEXT_LANGINFO_H='' NEXT_LIMITS_H='' NEXT_LOCALE_H='' NEXT_NETINET_IN_H='' NEXT_SIGNAL_H='' NEXT_STDARG_H='' NEXT_STDDEF_H='' NEXT_STDINT_H='' NEXT_STDIO_H='' NEXT_STDLIB_H='' NEXT_STRINGS_H='' NEXT_STRING_H='' NEXT_SYS_IOCTL_H='' NEXT_SYS_SELECT_H='' NEXT_SYS_SOCKET_H='' NEXT_SYS_STAT_H='' NEXT_SYS_TIME_H='' NEXT_SYS_TYPES_H='' NEXT_SYS_UIO_H='' NEXT_SYS_WAIT_H='' NEXT_TIME_H='' NEXT_UNISTD_H='' NEXT_WCHAR_H='' NEXT_WCTYPE_H='' OBJEXT='o' PACKAGE='diffutils' PACKAGE_BUGREPORT='bug-diffutils@gnu.org' PACKAGE_NAME='GNU diffutils' PACKAGE_STRING='GNU diffutils 3.7' PACKAGE_TARNAME='diffutils' PACKAGE_URL='https://www.gnu.org/software/diffutils/' PACKAGE_VERSION='3.7' PATH_SEPARATOR=':' POSUB='' PRAGMA_COLUMNS='' PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' PRIPTR_PREFIX='"l"' PRI_MACROS_BROKEN='0' PR_PROGRAM='/dev/env/DJDIR/bin/pr' PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0' PTRDIFF_T_SUFFIX='' RANLIB='/dev/env/DJDIR/bin/ranlib' REPLACE_BTOWC='0' REPLACE_CALLOC='0' REPLACE_CANONICALIZE_FILE_NAME='0' REPLACE_CHOWN='0' REPLACE_CLOSE='0' REPLACE_CTIME='GNULIB_PORTCHECK' REPLACE_DPRINTF='0' REPLACE_DUP2='0' REPLACE_DUP='0' REPLACE_DUPLOCALE='0' REPLACE_FACCESSAT='0' REPLACE_FCHOWNAT='0' REPLACE_FCLOSE='0' REPLACE_FCNTL='1' REPLACE_FDOPEN='0' REPLACE_FFLUSH='0' REPLACE_FNMATCH='1' REPLACE_FOPEN='0' REPLACE_FPRINTF='0' REPLACE_FPURGE='0' REPLACE_FREELOCALE='0' REPLACE_FREOPEN='0' REPLACE_FSEEK='0' REPLACE_FSEEKO='0' REPLACE_FSTAT='0' REPLACE_FSTATAT='0' REPLACE_FTELL='0' REPLACE_FTELLO='0' REPLACE_FTRUNCATE='0' REPLACE_FUTIMENS='0' REPLACE_GETCWD='1' REPLACE_GETDELIM='0' REPLACE_GETDOMAINNAME='0' REPLACE_GETDTABLESIZE='0' REPLACE_GETGROUPS='0' REPLACE_GETLINE='0' REPLACE_GETLOGIN_R='0' REPLACE_GETPAGESIZE='0' REPLACE_GETPASS='0' REPLACE_GETTIMEOFDAY='0' REPLACE_GMTIME='0' REPLACE_ICONV='0' REPLACE_ICONV_OPEN='0' REPLACE_ICONV_UTF='0' REPLACE_INET_NTOP='0' REPLACE_INET_PTON='0' REPLACE_IOCTL='0' REPLACE_ISATTY='0' REPLACE_ISWBLANK='0' REPLACE_ISWCNTRL='1' REPLACE_ITOLD='0' REPLACE_LCHOWN='0' REPLACE_LINK='0' REPLACE_LINKAT='0' REPLACE_LOCALECONV='0' REPLACE_LOCALTIME='0' REPLACE_LOCALTIME_R='0' REPLACE_LSEEK='0' REPLACE_LSTAT='1' REPLACE_MALLOC='0' REPLACE_MBRLEN='0' REPLACE_MBRTOWC='0' REPLACE_MBSINIT='0' REPLACE_MBSNRTOWCS='0' REPLACE_MBSRTOWCS='0' REPLACE_MBSTATE_T='1' REPLACE_MBTOWC='0' REPLACE_MEMCHR='1' REPLACE_MEMMEM='0' REPLACE_MKDIR='1' REPLACE_MKFIFO='0' REPLACE_MKNOD='0' REPLACE_MKSTEMP='1' REPLACE_MKTIME='1' REPLACE_NANOSLEEP='GNULIB_PORTCHECK' REPLACE_NEWLOCALE='0' REPLACE_NL_LANGINFO='0' REPLACE_NULL='0' REPLACE_OBSTACK_PRINTF='0' REPLACE_OPEN='1' REPLACE_OPENAT='0' REPLACE_PERROR='1' REPLACE_POPEN='0' REPLACE_PREAD='0' REPLACE_PRINTF='0' REPLACE_PSELECT='0' REPLACE_PTHREAD_SIGMASK='0' REPLACE_PTSNAME='0' REPLACE_PTSNAME_R='0' REPLACE_PUTENV='0' REPLACE_PWRITE='0' REPLACE_QSORT_R='0' REPLACE_RAISE='0' REPLACE_RANDOM_R='0' REPLACE_READ='0' REPLACE_READLINK='1' REPLACE_READLINKAT='0' REPLACE_REALLOC='0' REPLACE_REALPATH='0' REPLACE_REMOVE='0' REPLACE_RENAME='0' REPLACE_RENAMEAT='0' REPLACE_RMDIR='0' REPLACE_SELECT='0' REPLACE_SETENV='1' REPLACE_SETLOCALE='0' REPLACE_SLEEP='0' REPLACE_SNPRINTF='0' REPLACE_SPRINTF='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_STRERROR_R='1' REPLACE_STRFTIME='GNULIB_PORTCHECK' REPLACE_STRNCAT='0' REPLACE_STRNDUP='0' REPLACE_STRNLEN='0' REPLACE_STRSIGNAL='0' REPLACE_STRSTR='0' REPLACE_STRTOD='0' REPLACE_STRTOIMAX='0' REPLACE_STRTOK_R='0' REPLACE_STRTOUMAX='0' REPLACE_STRUCT_LCONV='0' REPLACE_STRUCT_TIMEVAL='0' REPLACE_SYMLINK='1' REPLACE_SYMLINKAT='0' REPLACE_TIMEGM='0' REPLACE_TMPFILE='0' REPLACE_TOWLOWER='1' REPLACE_TRUNCATE='0' REPLACE_TTYNAME_R='0' REPLACE_TZSET='0' REPLACE_UNLINK='0' REPLACE_UNLINKAT='0' REPLACE_UNSETENV='1' REPLACE_USLEEP='0' REPLACE_UTIMENSAT='0' REPLACE_VASPRINTF='0' REPLACE_VDPRINTF='0' REPLACE_VFPRINTF='0' REPLACE_VPRINTF='0' REPLACE_VSNPRINTF='0' REPLACE_VSPRINTF='0' REPLACE_WCRTOMB='0' REPLACE_WCSFTIME='0' REPLACE_WCSNRTOMBS='0' REPLACE_WCSRTOMBS='0' REPLACE_WCSWIDTH='0' REPLACE_WCTOB='0' REPLACE_WCTOMB='0' REPLACE_WCWIDTH='0' REPLACE_WRITE='0' SED='/dev/env/DJDIR/bin/sed' SET_MAKE='' SHELL='/bin/sh' SIG_ATOMIC_T_SUFFIX='' SIZE_T_SUFFIX='ul' SRC_VERSION_C='' STDALIGN_H='stdalign.h' STDARG_H='' STDBOOL_H='' STDDEF_H='stddef.h' STDINT_H='stdint.h' STRIP='/dev/env/DJDIR/bin/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' TIME_H_DEFINES_STRUCT_TIMESPEC='0' UINT32_MAX_LT_UINTMAX_MAX='1' UINT64_MAX_EQ_ULONG_MAX='0' UNDEFINE_STRTOK_R='0' UNISTD_H_DEFINES_STRUCT_TIMESPEC='0' UNISTD_H_HAVE_WINSOCK2_H='0' UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' USE_NLS='no' VERSION='3.7' WARN_CFLAGS='' WCHAR_T_SUFFIX='' WERROR_CFLAGS='' WINDOWS_64_BIT_OFF_T='0' WINDOWS_64_BIT_ST_SIZE='0' WINDOWS_STAT_INODES='0' WINDOWS_STAT_TIMESPEC='0' WINT_T_SUFFIX='' XGETTEXT='AWK='\''gawk'\'' $(SHELL) $(top_srcdir)/exgettext /dev/env/DJDIR/bin/xgettext' XGETTEXT_015=':' XGETTEXT_EXTRA_OPTIONS=' --flag=error:3:c-format --flag=error_at_line:5:c-format --keyword='\''proper_name:1,"This is a proper name. See the gettext manual, section Names."'\'' --keyword='\''proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names."'\'' --flag=asprintf:2:c-format --flag=vasprintf:2:c-format --flag=xasprintf:1:c-format' abs_aux_dir='./../build-aux' ac_ct_CC='gcc' am__EXEEXT_FALSE='#' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='_' am__nodep='' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='i786-pc-msdosdjgpp' build_alias='' build_cpu='i786' build_os='msdosdjgpp' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' gl_LIBOBJS=' btowc.o error.o fcntl.o fnmatch.o getopt.o getopt1.o localtime-buffer.o lstat.o mbrtowc.o mbsinit.o mbsrtowcs.o mbsrtowcs-state.o memchr.o mkdir.o mkstemp.o mktime.o nl_langinfo.o open.o rawmemchr.o readlink.o regex.o setenv.o stat.o strerror.o strerror-override.o strptime.o time_rz.o timegm.o unsetenv.o wcrtomb.o wcwidth.o' gl_LTLIBOBJS=' btowc.lo error.lo fcntl.lo fnmatch.lo getopt.lo getopt1.lo localtime-buffer.lo lstat.lo mbrtowc.lo mbsinit.lo mbsrtowcs.lo mbsrtowcs-state.lo memchr.lo mkdir.lo mkstemp.lo mktime.lo nl_langinfo.lo open.lo rawmemchr.lo readlink.lo regex.lo setenv.lo stat.lo strerror.lo strerror-override.lo strptime.lo time_rz.lo timegm.lo unsetenv.lo wcrtomb.lo wcwidth.lo' gltests_LIBOBJS=' getcwd-lgpl.o inet_pton.o nanosleep.o perror.o strerror_r.o symlink.o wctob.o' gltests_LTLIBOBJS=' getcwd-lgpl.lo inet_pton.lo nanosleep.lo perror.lo strerror_r.lo symlink.lo wctob.lo' gltests_WITNESS='IN_DIFFUTILS_GNULIB_TESTS' host='i786-pc-msdosdjgpp' host_alias='' host_cpu='i786' host_os='msdosdjgpp' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} ./../build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/dev/env/DJDIR' 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 "GNU diffutils" #define PACKAGE_TARNAME "diffutils" #define PACKAGE_VERSION "3.7" #define PACKAGE_STRING "GNU diffutils 3.7" #define PACKAGE_BUGREPORT "bug-diffutils@gnu.org" #define PACKAGE_URL "https://www.gnu.org/software/diffutils/" #define PACKAGE "diffutils" #define VERSION "3.7" #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_FNMATCH_H 1 #define HAVE_WCTYPE_H 1 #define HAVE_SYS_CDEFS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_LIMITS_H 1 #define HAVE_WCHAR_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_MALLOC_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define STDC_HEADERS 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 _DARWIN_USE_64_BIT_INODE 1 #define HAVE_ALLOCA 1 #define HAVE_SETRLIMIT 1 #define HAVE_STRERROR_R 1 #define HAVE_FCNTL 1 #define HAVE_SYMLINK 1 #define HAVE_FNMATCH 1 #define HAVE_ISBLANK 1 #define HAVE_GETDTABLESIZE 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_LSTAT 1 #define HAVE_MPROTECT 1 #define HAVE_MKSTEMP 1 #define HAVE_TZSET 1 #define HAVE_READLINK 1 #define HAVE_SETENV 1 #define HAVE_SIGACTION 1 #define HAVE_STRNDUP 1 #define HAVE_STRTOUMAX 1 #define HAVE_LOCALTIME_R 1 #define HAVE_VASNPRINTF 1 #define HAVE_SNPRINTF 1 #define HAVE_FTRUNCATE 1 #define HAVE_PIPE 1 #define HAVE_SLEEP 1 #define HAVE_SIGPROCMASK 1 #define FAULT_YIELDS_SIGBUS 0 #define DOUBLE_SLASH_IS_DISTINCT_ROOT 1 #define HAVE_DECL_STRERROR_R 1 #define HAVE_WORKING_O_NOATIME 0 #define HAVE_WORKING_O_NOFOLLOW 0 #define HAVE_MBSTATE_T 1 #define HAVE_DECL_GETDTABLESIZE 1 #define restrict /**/ #define ICONV_CONST #define HAVE_WINT_T 1 #define HAVE_UNSIGNED_LONG_LONG_INT 1 #define HAVE_LONG_LONG_INT 1 #define BITSIZEOF_PTRDIFF_T 32 #define BITSIZEOF_SIZE_T 32 #define BITSIZEOF_SIG_ATOMIC_T 32 #define BITSIZEOF_WCHAR_T 16 #define BITSIZEOF_WINT_T 32 #define HAVE_SIGNED_SIG_ATOMIC_T 1 #define HAVE_SIGNED_WINT_T 1 #define PTRDIFF_T_SUFFIX #define SIZE_T_SUFFIX ul #define SIG_ATOMIC_T_SUFFIX #define WCHAR_T_SUFFIX #define WINT_T_SUFFIX #define HAVE_INTTYPES_H 1 #define HAVE_WCHAR_T 1 #define HAVE_STDLIB_H 1 #define MALLOC_0_IS_NONNULL 1 #define HAVE_DECL_ALARM 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define HAVE_TM_GMTOFF 1 #define PROMOTED_MODE_T mode_t #define HAVE_SIGSET_T 1 #define HAVE_DECL_SETENV 1 #define HAVE_SEARCH_H 1 #define HAVE__BOOL 1 #define HAVE_DECL_STRNDUP 1 #define HAVE_DECL_STRNLEN 1 #define HAVE_DECL_STRTOUMAX 1 #define _USE_STD_STAT 1 #define HAVE_DECL_CLEARERR_UNLOCKED 0 #define HAVE_DECL_FEOF_UNLOCKED 0 #define HAVE_DECL_FERROR_UNLOCKED 0 #define HAVE_DECL_FFLUSH_UNLOCKED 0 #define HAVE_DECL_FGETS_UNLOCKED 0 #define HAVE_DECL_FPUTC_UNLOCKED 0 #define HAVE_DECL_FPUTS_UNLOCKED 0 #define HAVE_DECL_FREAD_UNLOCKED 0 #define HAVE_DECL_FWRITE_UNLOCKED 0 #define HAVE_DECL_GETC_UNLOCKED 0 #define HAVE_DECL_GETCHAR_UNLOCKED 0 #define HAVE_DECL_PUTC_UNLOCKED 0 #define HAVE_DECL_PUTCHAR_UNLOCKED 0 #define HAVE_DECL_UNSETENV 1 #define HAVE_INTTYPES_H_WITH_UINTMAX 1 #define HAVE_STDINT_H_WITH_UINTMAX 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_DECL__SNPRINTF 0 #define HAVE_SNPRINTF_RETVAL_C99 1 #define HAVE_DECL_SNPRINTF 1 #define GNULIB_TEST_BTOWC 1 #define HAVE___BUILTIN_EXPECT 1 #define HAVE_DECL_SIGALTSTACK 0 #define GNULIB_TEST_CLOEXEC 1 #define GNULIB_TEST_CLOSE 1 #define GNULIB_DIRNAME 1 #define DOUBLE_SLASH_IS_DISTINCT_ROOT 1 #define HAVE_DUP2 1 #define GNULIB_TEST_DUP2 1 #define GNULIB_TEST_ENVIRON 1 #define GNULIB_TEST_FCNTL 1 #define GNULIB_FILENAMECAT 1 #define FLEXIBLE_ARRAY_MEMBER /**/ #define HAVE_DECL_ISBLANK 1 #define GNULIB_TEST_FNMATCH 1 #define HAVE_DECL_ISBLANK 1 #define GNULIB_FNMATCH_GNU 1 #define GNULIB_TEST_FREOPEN 1 #define GNULIB_FREOPEN_SAFER 1 #define GNULIB_TEST_FSTAT 1 #define GNULIB_TEST_GETDTABLESIZE 1 #define __GETOPT_PREFIX rpl_ #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 #define HAVE_DECL___ARGV 0 #define GETTIMEOFDAY_TIMEZONE struct timezone #define GNULIB_TEST_GETTIMEOFDAY 1 #define HAVE_INLINE 1 #define HAVE_DECL_ISWBLANK 0 #define GNULIB_TEST_ISWBLANK 1 #define HAVE___INLINE 1 #define GNULIB_TEST_LOCALECONV 1 #define GNULIB_TEST_LSTAT 1 #define HAVE_MALLOC_POSIX 1 #define GNULIB_TEST_MALLOC_POSIX 1 #define HAVE_DECL_MBRTOWC 0 #define GNULIB_TEST_MBRTOWC 1 #define GNULIB_TEST_MBSCASECMP 1 #define HAVE_DECL_MBSINIT 0 #define GNULIB_TEST_MBSINIT 1 #define GNULIB_TEST_MBSLEN 1 #define HAVE_DECL_MBSRTOWCS 0 #define GNULIB_TEST_MBSRTOWCS 1 #define GNULIB_TEST_MBSSTR 1 #define GNULIB_TEST_MBTOWC 1 #define GNULIB_TEST_MEMCHR 1 #define FUNC_MKDIR_DOT_BUG 1 #define GNULIB_TEST_MKSTEMP 1 #define NEED_MKTIME_WORKING 1 #define GNULIB_TEST_MKTIME 1 #define NEED_MKTIME_INTERNAL 1 #define GNULIB_MSVC_NOTHROW 1 #define GNULIB_TEST_NL_LANGINFO 1 #define my_strftime nstrftime #define OPEN_TRAILING_SLASH_BUG 1 #define GNULIB_TEST_OPEN 1 #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 #define HAVE_RAISE 1 #define GNULIB_TEST_RAISE 1 #define GNULIB_TEST_RAWMEMCHR 1 #define READLINK_TRAILING_SLASH_BUG 1 #define GNULIB_TEST_READLINK 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_SETENV 1 #define GNULIB_TEST_SIGACTION 1 #define GNULIB_TEST_SIGPROCMASK 1 #define HAVE_STDINT_H 1 #define REPLACE_FUNC_STAT_FILE 1 #define GNULIB_TEST_STAT 1 #define __USE_MINGW_ANSI_STDIO 1 #define GNULIB_FSCANF 1 #define GNULIB_SCANF 1 #define HAVE_STRCASECMP 1 #define HAVE_STRNCASECMP 1 #define HAVE_DECL_STRNCASECMP 1 #define GNULIB_STRERROR 1 #define GNULIB_TEST_STRERROR 1 #define GNULIB_TEST_STRNDUP 1 #define GNULIB_TEST_STRNLEN 1 #define GNULIB_TEST_STRPTIME 1 #define HAVE_STRTOULL 1 #define GNULIB_TEST_STRTOULL 1 #define HAVE_DECL_LOCALTIME_R 1 #define GNULIB_TEST_TIME_R 1 #define GNULIB_TEST_TIME_RZ 1 #define GNULIB_TEST_TIMEGM 1 #define HAVE_RUN_TZSET_TEST 1 #define GNULIB_TEST_TZSET 1 #define GNULIB_UNISTR_U8_MBTOUCR 1 #define GNULIB_UNISTR_U8_UCTOMB 1 #define USE_UNLOCKED_IO 1 #define HAVE_UNSETENV 1 #define GNULIB_TEST_UNSETENV 1 #define HAVE_C_VARARRAYS 1 #define HAVE_VASPRINTF 1 #define GNULIB_TEST_VASPRINTF 1 #define HAVE_DECL_WCRTOMB 0 #define GNULIB_TEST_WCRTOMB 1 #define HAVE_DECL_WCWIDTH 0 #define GNULIB_TEST_WCWIDTH 1 #define HAVE_STDINT_H 1 #define GNULIB_TEST_ACCEPT 1 #define GNULIB_TEST_BIND 1 #define GNULIB_TEST_CONNECT 1 #define GNULIB_TEST_FDOPEN 1 #define GNULIB_TEST_FTRUNCATE 1 #define GNULIB_TEST_GETCWD 1 #define GNULIB_TEST_GETPAGESIZE 1 #define HAVE_DECL_INET_PTON 0 #define HAVE_IOCTL 1 #define GNULIB_TEST_IOCTL 1 #define GNULIB_TEST_LISTEN 1 #define GNULIB_TEST_NANOSLEEP 1 #define GNULIB_TEST_PERROR 1 #define GNULIB_TEST_PIPE 1 #define GNULIB_TEST_PUTENV 1 #define GNULIB_TEST_SELECT 1 #define GNULIB_TEST_SETLOCALE 1 #define GNULIB_TEST_SETSOCKOPT 1 #define HAVE_DECL_SLEEP 1 #define GNULIB_TEST_SLEEP 1 #define HAVE_SNPRINTF 1 #define GNULIB_TEST_SNPRINTF 1 #define GNULIB_SNPRINTF IN_DIFFUTILS_GNULIB_TESTS #define GNULIB_TEST_SOCKET 1 #define GNULIB_TEST_STRERROR_R 1 #define GNULIB_STRERROR_R_POSIX IN_DIFFUTILS_GNULIB_TESTS #define GNULIB_TEST_SYMLINK 1 #define GNULIB_TEST_WCTOB 1 #define GNULIB_TEST_WCTOMB 1 #define HAVE_C_VARARRAYS 1 #define DEFAULT_EDITOR_PROGRAM "ed" #define PR_PROGRAM "/dev/env/DJDIR/bin/pr" #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 #define HAVE_STRUCT_STAT_ST_RDEV 1 #define HAVE_DIRENT_H 1 #define HAVE_SYS_WAIT_H 1 #define vfork fork configure: exit 0