Sh3ll
OdayForums


Server : Apache
System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
User : apache ( 48)
PHP Version : 8.0.28
Disable Function : NONE
Directory :  /Data/.backup/script/coreutils-8.21/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //Data/.backup/script/coreutils-8.21/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GNU coreutils configure 8.21, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ./configure 

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

hostname = localhost.localdomain
uname -m = x86_64
uname -r = 3.10.0-957.el7.x86_64
uname -s = Linux
uname -v = #1 SMP Thu Nov 8 23:39:32 UTC 2018

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

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /root/bin


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

configure:4023: checking for a BSD-compatible install
configure:4091: result: /usr/bin/install -c
configure:4102: checking whether build environment is sane
configure:4152: result: yes
configure:4293: checking for a thread-safe mkdir -p
configure:4332: result: /usr/bin/mkdir -p
configure:4345: checking for gawk
configure:4361: found /usr/bin/gawk
configure:4372: result: gawk
configure:4383: checking whether make sets $(MAKE)
configure:4405: result: yes
configure:4496: checking whether make supports nested variables
configure:4513: result: yes
configure:4542: checking for style of include used by make
configure:4570: result: GNU
configure:4641: checking for gcc
configure:4657: found /usr/bin/gcc
configure:4668: result: gcc
configure:4897: checking for C compiler version
configure:4906: gcc --version >&5
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
Copyright (C) 2015 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:4917: $? = 0
configure:4906: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) 
configure:4917: $? = 0
configure:4906: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4917: $? = 4
configure:4906: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4917: $? = 4
configure:4937: checking whether the C compiler works
configure:4959: gcc    conftest.c  >&5
configure:4963: $? = 0
configure:5011: result: yes
configure:5014: checking for C compiler default output file name
configure:5016: result: a.out
configure:5022: checking for suffix of executables
configure:5029: gcc -o conftest    conftest.c  >&5
configure:5033: $? = 0
configure:5055: result: 
configure:5077: checking whether we are cross compiling
configure:5085: gcc -o conftest    conftest.c  >&5
configure:5089: $? = 0
configure:5096: ./conftest
configure:5100: $? = 0
configure:5115: result: no
configure:5120: checking for suffix of object files
configure:5142: gcc -c   conftest.c >&5
configure:5146: $? = 0
configure:5167: result: o
configure:5171: checking whether we are using the GNU C compiler
configure:5190: gcc -c   conftest.c >&5
configure:5190: $? = 0
configure:5199: result: yes
configure:5208: checking whether gcc accepts -g
configure:5228: gcc -c -g  conftest.c >&5
configure:5228: $? = 0
configure:5269: result: yes
configure:5286: checking for gcc option to accept ISO C89
configure:5350: gcc  -c -g -O2  conftest.c >&5
configure:5350: $? = 0
configure:5363: result: none needed
configure:5385: checking dependency style of gcc
configure:5496: result: gcc3
configure:5515: checking for gcc option to accept ISO C99
configure:5664: gcc  -c -g -O2  conftest.c >&5
conftest.c:61:29: error: expected ';', ',' or ')' before 'text'
 test_restrict (ccp restrict text)
                             ^
conftest.c: In function 'main':
conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
   char *restrict newvar = "Another string";
                  ^
conftest.c:115:18: error: 'newvar' undeclared (first use in this function)
conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode
   for (int i = 0; i < ia->datasize; ++i)
   ^
conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code
configure:5664: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
| 
| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
|   int x = 1234;
|   int y = 5678;
|   debug ("Flag");
|   debug ("X = %d\n", x);
|   showlist (The first, second, and third items.);
|   report (x>y, "x is %d but y is %d", x, y);
| }
| 
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
|   your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
|   your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
| 
| struct incomplete_array
| {
|   int datasize;
|   double data[];
| };
| 
| struct named_init {
|   int number;
|   const wchar_t *name;
|   double average;
| };
| 
| typedef const char *ccp;
| 
| static inline int
| test_restrict (ccp restrict text)
| {
|   // See if C++-style comments work.
|   // Iterate through items via the restricted pointer.
|   // Also check for declarations in for loops.
|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
|     continue;
|   return 0;
| }
| 
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
|   va_list args;
|   va_start (args, format);
|   va_list args_copy;
|   va_copy (args_copy, args);
| 
|   const char *str;
|   int number;
|   float fnumber;
| 
|   while (*format)
|     {
|       switch (*format++)
| 	{
| 	case 's': // string
| 	  str = va_arg (args_copy, const char *);
| 	  break;
| 	case 'd': // int
| 	  number = va_arg (args_copy, int);
| 	  break;
| 	case 'f': // float
| 	  fnumber = va_arg (args_copy, double);
| 	  break;
| 	default:
| 	  break;
| 	}
|     }
|   va_end (args_copy);
|   va_end (args);
| }
| 
| int
| main ()
| {
| 
|   // Check bool.
|   _Bool success = false;
| 
|   // Check restrict.
|   if (test_restrict ("String literal") == 0)
|     success = true;
|   char *restrict newvar = "Another string";
| 
|   // Check varargs.
|   test_varargs ("s, d' f .", "string", 65, 34.234);
|   test_varargs_macros ();
| 
|   // Check flexible array members.
|   struct incomplete_array *ia =
|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
|   ia->datasize = 10;
|   for (int i = 0; i < ia->datasize; ++i)
|     ia->data[i] = i * 1.234;
| 
|   // Check named initializers.
|   struct named_init ni = {
|     .number = 34,
|     .name = L"Test wide string",
|     .average = 543.34343,
|   };
| 
|   ni.number = 58;
| 
|   int dynamic_array[ni.number];
|   dynamic_array[ni.number - 1] = 543;
| 
|   // work around unused variable warnings
|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| 	  || dynamic_array[ni.number - 1] != 543);
| 
|   ;
|   return 0;
| }
configure:5664: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:5664: $? = 0
configure:5684: result: -std=gnu99
configure:5786: checking for gcc -std=gnu99 option to accept ISO Standard C
configure:5800: result: -std=gnu99
configure:5805: checking whether gcc -std=gnu99 and cc understand -c and -o together
configure:5836: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
configure:5840: $? = 0
configure:5846: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
configure:5850: $? = 0
configure:5861: cc -c conftest.c >&5
configure:5865: $? = 0
configure:5873: cc -c conftest.c -o conftest2.o >&5
configure:5877: $? = 0
configure:5883: cc -c conftest.c -o conftest2.o >&5
configure:5887: $? = 0
configure:5905: result: yes
configure:5935: checking how to run the C preprocessor
configure:5966: gcc -std=gnu99 -E  conftest.c
configure:5966: $? = 0
configure:5980: gcc -std=gnu99 -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5980: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6005: result: gcc -std=gnu99 -E
configure:6025: gcc -std=gnu99 -E  conftest.c
configure:6025: $? = 0
configure:6039: gcc -std=gnu99 -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:6039: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6069: checking for grep that handles long lines and -e
configure:6127: result: /usr/bin/grep
configure:6132: checking for egrep
configure:6194: result: /usr/bin/grep -E
configure:6200: checking whether gcc -std=gnu99 needs -traditional
configure:6234: result: no
configure:6284: checking for ranlib
configure:6300: found /usr/bin/ranlib
configure:6311: result: ranlib
configure:6333: checking whether ln -s works
configure:6337: result: yes
configure:6346: checking for Minix Amsterdam compiler
configure:6370: result: no
configure:6422: checking for ar
configure:6438: found /usr/bin/ar
configure:6449: result: ar
configure:6586: checking build system type
configure:6600: result: x86_64-unknown-linux-gnu
configure:6620: checking host system type
configure:6633: result: x86_64-unknown-linux-gnu
configure:6653: checking for ANSI C header files
configure:6673: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6673: $? = 0
configure:6746: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:6746: $? = 0
configure:6746: ./conftest
configure:6746: $? = 0
configure:6757: result: yes
configure:6770: checking for sys/types.h
configure:6770: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6770: $? = 0
configure:6770: result: yes
configure:6770: checking for sys/stat.h
configure:6770: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6770: $? = 0
configure:6770: result: yes
configure:6770: checking for stdlib.h
configure:6770: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6770: $? = 0
configure:6770: result: yes
configure:6770: checking for string.h
configure:6770: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6770: $? = 0
configure:6770: result: yes
configure:6770: checking for memory.h
configure:6770: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6770: $? = 0
configure:6770: result: yes
configure:6770: checking for strings.h
configure:6770: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6770: $? = 0
configure:6770: result: yes
configure:6770: checking for inttypes.h
configure:6770: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6770: $? = 0
configure:6770: result: yes
configure:6770: checking for stdint.h
configure:6770: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6770: $? = 0
configure:6770: result: yes
configure:6770: checking for unistd.h
configure:6770: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6770: $? = 0
configure:6770: result: yes
configure:6785: checking minix/config.h usability
configure:6785: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:6785: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:6785: result: no
configure:6785: checking minix/config.h presence
configure:6785: gcc -std=gnu99 -E  conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:6785: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:6785: result: no
configure:6785: checking for minix/config.h
configure:6785: result: no
configure:6814: checking whether it is safe to define __EXTENSIONS__
configure:6832: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6832: $? = 0
configure:6839: result: yes
configure:6861: checking for _LARGEFILE_SOURCE value needed for large files
configure:6880: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:6880: $? = 0
configure:6908: result: no
configure:6965: checking for special C compiler options needed for large files
configure:7010: result: no
configure:7016: checking for _FILE_OFFSET_BITS value needed for large files
configure:7041: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:7041: $? = 0
configure:7073: result: no
configure:7244: autobuild project... GNU coreutils
configure:7250: autobuild revision... 8.21
configure:7255: autobuild hostname... localhost.localdomain
configure:7266: autobuild timestamp... 20200303T085328Z
configure:8029: checking for size_t
configure:8029: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8029: $? = 0
configure:8029: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:65:21: error: expected expression before ')' token
 if (sizeof ((size_t)))
                     ^
configure:8029: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:8029: result: yes
configure:8042: checking for working alloca.h
configure:8059: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8059: $? = 0
configure:8067: result: yes
configure:8075: checking for alloca
configure:8112: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8112: $? = 0
configure:8120: result: yes
configure:8244: checking for arpa/inet.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for features.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for unistd.h
configure:8244: result: yes
configure:8244: checking for sys/param.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for sys/socket.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for dirent.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for wctype.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for stdio_ext.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for sys/stat.h
configure:8244: result: yes
configure:8244: checking for sys/vfs.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for sys/fs_types.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:75:26: fatal error: sys/fs_types.h: No such file or directory
 #include <sys/fs_types.h>
                          ^
compilation terminated.
configure:8244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/fs_types.h>
configure:8244: result: no
configure:8244: checking for netdb.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for netinet/in.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for getopt.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for termios.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for sys/time.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for grp.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for iconv.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for wchar.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for stdint.h
configure:8244: result: yes
configure:8244: checking for inttypes.h
configure:8244: result: yes
configure:8244: checking for langinfo.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for xlocale.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for math.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for sys/mman.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for sys/statvfs.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for sys/select.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for priv.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:91:18: fatal error: priv.h: No such file or directory
 #include <priv.h>
                  ^
compilation terminated.
configure:8244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <priv.h>
configure:8244: result: no
configure:8244: checking for pthread.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for utmp.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for utmpx.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for sched.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for selinux/selinux.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:95:29: fatal error: selinux/selinux.h: No such file or directory
 #include <selinux/selinux.h>
                             ^
compilation terminated.
configure:8244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <selinux/selinux.h>
configure:8244: result: no
configure:8244: checking for spawn.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for sys/ioctl.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for sys/resource.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for sys/uio.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for sys/utsname.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for sys/wait.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for utime.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for hurd.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:102:18: fatal error: hurd.h: No such file or directory
 #include <hurd.h>
                  ^
compilation terminated.
configure:8244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <hurd.h>
configure:8244: result: no
configure:8244: checking for paths.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for stropts.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:103:21: fatal error: stropts.h: No such file or directory
 #include <stropts.h>
                     ^
compilation terminated.
configure:8244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stropts.h>
configure:8244: result: no
configure:8244: checking for sys/systeminfo.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:103:28: fatal error: sys/systeminfo.h: No such file or directory
 #include <sys/systeminfo.h>
                            ^
compilation terminated.
configure:8244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/systeminfo.h>
configure:8244: result: no
configure:8244: checking for syslog.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for pwd.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8244: $? = 0
configure:8244: result: yes
configure:8244: checking for OS.h
configure:8244: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:105:16: fatal error: OS.h: No such file or directory
 #include <OS.h>
                ^
compilation terminated.
configure:8244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <OS.h>
configure:8244: result: no
configure:8259: checking whether the preprocessor supports include_next
configure:8297: gcc -std=gnu99 -c -g -O2  -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:8297: $? = 0
configure:8318: result: yes
configure:8339: checking whether system header files limit the line length
configure:8362: result: no
configure:8382: checking for d_ino member in directory struct
configure:8423: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8423: $? = 0
configure:8423: ./conftest
configure:8423: $? = 0
configure:8433: result: yes
configure:8444: checking for long file names
configure:8476: result: yes
configure:8490: checking for pathconf
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for btowc
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for canonicalize_file_name
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for realpath
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for readlinkat
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for chown
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for fchown
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for _set_invalid_parameter_handler
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/ccz05Av6.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:114: undefined reference to `_set_invalid_parameter_handler'
collect2: error: ld returned 1 exit status
configure:8490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| /* end confdefs.h.  */
| /* Define _set_invalid_parameter_handler to an innocuous variant, in case <limits.h> declares _set_invalid_parameter_handler.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _set_invalid_parameter_handler (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _set_invalid_parameter_handler
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _set_invalid_parameter_handler ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler
| choke me
| #endif
| 
| int
| main ()
| {
| return _set_invalid_parameter_handler ();
|   ;
|   return 0;
| }
configure:8490: result: no
configure:8490: checking for fchdir
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for fdopendir
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for faccessat
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for posix_fadvise
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for fchmodat
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for lchmod
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c:113:1: error: unknown type name 'choke'
 choke me
 ^
conftest.c:116:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
 int
 ^
configure:8490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| /* end confdefs.h.  */
| /* Define lchmod to an innocuous variant, in case <limits.h> declares lchmod.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define lchmod innocuous_lchmod
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char lchmod (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef lchmod
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char lchmod ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_lchmod || defined __stub___lchmod
| choke me
| #endif
| 
| int
| main ()
| {
| return lchmod ();
|   ;
|   return 0;
| }
configure:8490: result: no
configure:8490: checking for fcntl
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for symlink
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for mempcpy
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c:110:6: warning: conflicting types for built-in function 'mempcpy' [enabled by default]
 char mempcpy ();
      ^
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for isblank
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c:111:6: warning: conflicting types for built-in function 'isblank' [enabled by default]
 char isblank ();
      ^
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for iswctype
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for mbsrtowcs
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for wmemchr
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for wmemcpy
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for wmempcpy
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for __fpending
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for fpurge
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/ccEkQGOr.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:129: undefined reference to `fpurge'
collect2: error: ld returned 1 exit status
configure:8490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| /* end confdefs.h.  */
| /* Define fpurge to an innocuous variant, in case <limits.h> declares fpurge.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fpurge innocuous_fpurge
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fpurge (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef fpurge
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fpurge ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_fpurge || defined __stub___fpurge
| choke me
| #endif
| 
| int
| main ()
| {
| return fpurge ();
|   ;
|   return 0;
| }
configure:8490: result: no
configure:8490: checking for __fpurge
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for __freadahead
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/ccgqszZC.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:130: undefined reference to `__freadahead'
collect2: error: ld returned 1 exit status
configure:8490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| /* end confdefs.h.  */
| /* Define __freadahead to an innocuous variant, in case <limits.h> declares __freadahead.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __freadahead innocuous___freadahead
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __freadahead (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef __freadahead
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __freadahead ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub___freadahead || defined __stub_____freadahead
| choke me
| #endif
| 
| int
| main ()
| {
| return __freadahead ();
|   ;
|   return 0;
| }
configure:8490: result: no
configure:8490: checking for __freading
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for __freadptr
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/cc2N9LFQ.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:131: undefined reference to `__freadptr'
collect2: error: ld returned 1 exit status
configure:8490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| /* end confdefs.h.  */
| /* Define __freadptr to an innocuous variant, in case <limits.h> declares __freadptr.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __freadptr innocuous___freadptr
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __freadptr (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef __freadptr
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __freadptr ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub___freadptr || defined __stub_____freadptr
| choke me
| #endif
| 
| int
| main ()
| {
| return __freadptr ();
|   ;
|   return 0;
| }
configure:8490: result: no
configure:8490: checking for __freadptrinc
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/ccDz4QXX.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:131: undefined reference to `__freadptrinc'
collect2: error: ld returned 1 exit status
configure:8490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| /* end confdefs.h.  */
| /* Define __freadptrinc to an innocuous variant, in case <limits.h> declares __freadptrinc.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __freadptrinc innocuous___freadptrinc
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __freadptrinc (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef __freadptrinc
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __freadptrinc ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub___freadptrinc || defined __stub_____freadptrinc
| choke me
| #endif
| 
| int
| main ()
| {
| return __freadptrinc ();
|   ;
|   return 0;
| }
configure:8490: result: no
configure:8490: checking for alarm
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for __fseterr
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/ccfVCCY9.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:132: undefined reference to `__fseterr'
collect2: error: ld returned 1 exit status
configure:8490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| /* end confdefs.h.  */
| /* Define __fseterr to an innocuous variant, in case <limits.h> declares __fseterr.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __fseterr innocuous___fseterr
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __fseterr (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef __fseterr
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __fseterr ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub___fseterr || defined __stub_____fseterr
| choke me
| #endif
| 
| int
| main ()
| {
| return __fseterr ();
|   ;
|   return 0;
| }
configure:8490: result: no
configure:8490: checking for fstatat
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for fsync
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for strtof
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for ftruncate
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for openat
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for fstatfs
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for futimens
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for getdelim
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for getdtablesize
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for microuptime
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/ccbf3yDY.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:141: undefined reference to `microuptime'
collect2: error: ld returned 1 exit status
configure:8490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| /* end confdefs.h.  */
| /* Define microuptime to an innocuous variant, in case <limits.h> declares microuptime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define microuptime innocuous_microuptime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char microuptime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef microuptime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char microuptime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_microuptime || defined __stub___microuptime
| choke me
| #endif
| 
| int
| main ()
| {
| return microuptime ();
|   ;
|   return 0;
| }
configure:8490: result: no
configure:8490: checking for nanouptime
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/cc9xmge7.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:141: undefined reference to `nanouptime'
collect2: error: ld returned 1 exit status
configure:8490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| /* end confdefs.h.  */
| /* Define nanouptime to an innocuous variant, in case <limits.h> declares nanouptime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define nanouptime innocuous_nanouptime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char nanouptime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef nanouptime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char nanouptime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_nanouptime || defined __stub___nanouptime
| choke me
| #endif
| 
| int
| main ()
| {
| return nanouptime ();
|   ;
|   return 0;
| }
configure:8490: result: no
configure:8490: checking for getlogin
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for flockfile
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for funlockfile
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for __fsetlocking
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for tcgetattr
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for tcsetattr
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for gettimeofday
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for nanotime
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/cc3E9H3I.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:148: undefined reference to `nanotime'
collect2: error: ld returned 1 exit status
configure:8490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| /* Define nanotime to an innocuous variant, in case <limits.h> declares nanotime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define nanotime innocuous_nanotime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char nanotime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef nanotime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char nanotime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_nanotime || defined __stub___nanotime
| choke me
| #endif
| 
| int
| main ()
| {
| return nanotime ();
|   ;
|   return 0;
| }
configure:8490: result: no
configure:8490: checking for getusershell
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for iswcntrl
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c:138:6: warning: conflicting types for built-in function 'iswcntrl' [enabled by default]
 char iswcntrl ();
      ^
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for iswblank
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c:139:6: warning: conflicting types for built-in function 'iswblank' [enabled by default]
 char iswblank ();
      ^
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for link
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for readlink
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for linkat
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for lstat
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for mbsinit
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for mbrtowc
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for mbrlen
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for mbslen
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/ccAbKJzG.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:158: undefined reference to `mbslen'
collect2: error: ld returned 1 exit status
configure:8490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| /* end confdefs.h.  */
| /* Define mbslen to an innocuous variant, in case <limits.h> declares mbslen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mbslen innocuous_mbslen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mbslen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef mbslen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mbslen ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_mbslen || defined __stub___mbslen
| choke me
| #endif
| 
| int
| main ()
| {
| return mbslen ();
|   ;
|   return 0;
| }
configure:8490: result: no
configure:8490: checking for isascii
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c:147:6: warning: conflicting types for built-in function 'isascii' [enabled by default]
 char isascii ();
      ^
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for mprotect
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for getgrouplist
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for fchmod
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for mkfifo
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for mknod
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for mkstemp
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for nl_langinfo
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for pipe2
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for posix_spawn
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for utmpname
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for utmpxname
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for wcscoll
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for setenv
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for settimeofday
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for stime
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for sigaction
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for sigaltstack
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for siginterrupt
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for snprintf
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c:166:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
 char snprintf ();
      ^
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for stpncpy
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c:167:6: warning: conflicting types for built-in function 'stpncpy' [enabled by default]
 char stpncpy ();
      ^
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for strdup
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c:168:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
 char strdup ();
      ^
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for strerror_r
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for __xpg_strerror_r
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for tzset
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for strndup
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c:172:6: warning: conflicting types for built-in function 'strndup' [enabled by default]
 char strndup ();
      ^
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for strtoimax
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for strtoumax
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for localtime_r
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for pipe
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for unlinkat
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for futimes
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for futimesat
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for utimensat
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for lutimes
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for vasnprintf
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/ccNUr9YQ.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:193: undefined reference to `vasnprintf'
collect2: error: ld returned 1 exit status
configure:8490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| /* end confdefs.h.  */
| /* Define vasnprintf to an innocuous variant, in case <limits.h> declares vasnprintf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define vasnprintf innocuous_vasnprintf
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char vasnprintf (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef vasnprintf
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char vasnprintf ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_vasnprintf || defined __stub___vasnprintf
| choke me
| #endif
| 
| int
| main ()
| {
| return vasnprintf ();
|   ;
|   return 0;
| }
configure:8490: result: no
configure:8490: checking for wcrtomb
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for wcwidth
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for wcswidth
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for getegid
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for newlocale
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for sleep
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for catgets
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for symlinkat
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for shutdown
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for usleep
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for wctob
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for directio
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/ccmJXhjW.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:204: undefined reference to `directio'
collect2: error: ld returned 1 exit status
configure:8490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| /* end confdefs.h.  */
| /* Define directio to an innocuous variant, in case <limits.h> declares directio.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define directio innocuous_directio
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char directio (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef directio
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char directio ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_directio || defined __stub___directio
| choke me
| #endif
| 
| int
| main ()
| {
| return directio ();
|   ;
|   return 0;
| }
configure:8490: result: no
configure:8490: checking for setrlimit
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for prctl
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for endgrent
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for endpwent
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for iswspace
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c:197:6: warning: conflicting types for built-in function 'iswspace' [enabled by default]
 char iswspace ();
      ^
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for setgroups
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for sethostname
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for sync
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for sysctl
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for sysinfo
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for tcgetpgrp
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8490: checking for getgrgid_nomembers
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/ccXMJw7Z.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:215: undefined reference to `getgrgid_nomembers'
collect2: error: ld returned 1 exit status
configure:8490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| /* end confdefs.h.  */
| /* Define getgrgid_nomembers to an innocuous variant, in case <limits.h> declares getgrgid_nomembers.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getgrgid_nomembers innocuous_getgrgid_nomembers
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getgrgid_nomembers (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getgrgid_nomembers
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getgrgid_nomembers ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getgrgid_nomembers || defined __stub___getgrgid_nomembers
| choke me
| #endif
| 
| int
| main ()
| {
| return getgrgid_nomembers ();
|   ;
|   return 0;
| }
configure:8490: result: no
configure:8490: checking for getgrnam_nomembers
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/ccutBUV3.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:215: undefined reference to `getgrnam_nomembers'
collect2: error: ld returned 1 exit status
configure:8490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| /* end confdefs.h.  */
| /* Define getgrnam_nomembers to an innocuous variant, in case <limits.h> declares getgrnam_nomembers.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getgrnam_nomembers innocuous_getgrnam_nomembers
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getgrnam_nomembers (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getgrnam_nomembers
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getgrnam_nomembers ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getgrnam_nomembers || defined __stub___getgrnam_nomembers
| choke me
| #endif
| 
| int
| main ()
| {
| return getgrnam_nomembers ();
|   ;
|   return 0;
| }
configure:8490: result: no
configure:8490: checking for getgrent_nomembers
configure:8490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/cc0MuZwd.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:215: undefined reference to `getgrent_nomembers'
collect2: error: ld returned 1 exit status
configure:8490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| /* end confdefs.h.  */
| /* Define getgrent_nomembers to an innocuous variant, in case <limits.h> declares getgrent_nomembers.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getgrent_nomembers innocuous_getgrent_nomembers
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getgrent_nomembers (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getgrent_nomembers
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getgrent_nomembers ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_getgrent_nomembers || defined __stub___getgrent_nomembers
| choke me
| #endif
| 
| int
| main ()
| {
| return getgrent_nomembers ();
|   ;
|   return 0;
| }
configure:8490: result: no
configure:8501: checking for C/C++ restrict keyword
configure:8526: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8526: $? = 0
configure:8534: result: __restrict
configure:8641: checking whether <wchar.h> uses 'inline' correctly
configure:8663: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8666: $? = 0
configure:8684: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8687: $? = 0
configure:8700: result: yes
configure:8717: checking for nl_langinfo and CODESET
configure:8733: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8733: $? = 0
configure:8742: result: yes
configure:8753: checking for a traditional french locale
configure:8821: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8824: $? = 0
configure:8880: result: fr_FR
configure:8886: checking whether strtold conforms to C99
configure:8913: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:8913: $? = 0
configure:8921: result: yes
configure:9006: checking whether malloc, realloc, calloc are POSIX compliant
configure:9026: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:9026: $? = 0
configure:9034: result: yes
configure:9041: checking whether // is distinct from /
configure:9070: result: no
configure:9082: checking whether realpath works
configure:9252: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:9252: $? = 0
configure:9252: ./conftest
configure:9252: $? = 0
configure:9264: result: yes
configure:9406: checking for uid_t in sys/types.h
configure:9425: result: yes
configure:9439: checking for unistd.h
configure:9439: result: yes
configure:9449: checking for working chown
configure:9490: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:9490: $? = 0
configure:9490: ./conftest
configure:9490: $? = 0
configure:9502: result: yes
configure:9511: checking whether chown dereferences symlinks
configure:9548: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:9548: $? = 0
configure:9548: ./conftest
configure:9548: $? = 0
configure:9560: result: yes
configure:9594: checking whether chown honors trailing slash
configure:9626: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:9626: $? = 0
configure:9626: ./conftest
configure:9626: $? = 0
configure:9637: result: yes
configure:9649: checking whether chown always updates ctime
configure:9687: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:9687: $? = 0
configure:9687: ./conftest
configure:9687: $? = 0
configure:9698: result: yes
configure:9760: checking whether byte ordering is bigendian
configure:9775: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:188:9: error: unknown type name 'not'
         not a universal capable compiler
         ^
conftest.c:188:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
         not a universal capable compiler
               ^
conftest.c:188:15: error: unknown type name 'universal'
configure:9775: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:9820: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:9820: $? = 0
configure:9838: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:194:4: error: unknown type name 'not'
    not big endian
    ^
conftest.c:194:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
    not big endian
            ^
configure:9838: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:9966: result: no
configure:10004: checking if environ is properly declared
configure:10027: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:193:39: error: conflicting types for 'environ'
            extern struct { int foo; } environ;
                                       ^
In file included from conftest.c:188:0:
/usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here
 extern char **environ;
               ^
configure:10027: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| /* end confdefs.h.  */
| #if HAVE_UNISTD_H
|      #include <unistd.h>
|      #endif
|      /* mingw, BeOS, Haiku declare environ in <stdlib.h>, not in <unistd.h>.  */
|      #include <stdlib.h>
| 
|            extern struct { int foo; } environ;
| int
| main ()
| {
| environ.foo = 1;
|   ;
|   return 0;
| }
configure:10035: result: yes
configure:10050: checking for complete errno.h
configure:10123: result: yes
configure:10420: checking whether strerror_r is declared
configure:10420: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:10420: $? = 0
configure:10420: result: yes
configure:10433: checking for strerror_r
configure:10433: result: yes
configure:10442: checking whether strerror_r returns char *
configure:10466: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:10466: $? = 0
configure:10504: result: yes
configure:10517: checking type of array argument to getgroups
configure:10551: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:10551: $? = 0
configure:10551: ./conftest
configure:10551: $? = 0
configure:10576: result: gid_t
configure:10590: checking for sig_atomic_t
configure:10590: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:10590: $? = 0
configure:10590: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:197:27: error: expected expression before ')' token
 if (sizeof ((sig_atomic_t)))
                           ^
configure:10590: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| /* end confdefs.h.  */
| #include <signal.h>
| 
| int
| main ()
| {
| if (sizeof ((sig_atomic_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:10590: result: yes
configure:10606: checking whether fchdir is declared
configure:10606: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:10606: $? = 0
configure:10606: result: yes
configure:10779: checking for working fcntl.h
configure:10882: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:10882: $? = 0
configure:10882: ./conftest
configure:10882: $? = 0
configure:10897: result: yes
configure:10920: checking for pid_t
configure:10920: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:10920: $? = 0
configure:10920: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:232:20: error: expected expression before ')' token
 if (sizeof ((pid_t)))
                    ^
configure:10920: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:10920: result: yes
configure:10931: checking for mode_t
configure:10931: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:10931: $? = 0
configure:10931: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:232:21: error: expected expression before ')' token
 if (sizeof ((mode_t)))
                     ^
configure:10931: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:10931: result: yes
configure:10944: checking for promoted mode_t type
configure:10961: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:200:13: error: size of array 'array' is negative
 typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];
             ^
configure:10961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| int
| main ()
| {
| typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1];
|   ;
|   return 0;
| }
configure:10969: result: mode_t
configure:10977: checking whether fdatasync is declared
configure:10977: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:10977: $? = 0
configure:10977: result: yes
configure:10988: checking for st_dm_mode in struct stat
configure:11006: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:204:17: error: 'struct stat' has no member named 'st_dm_mode'
 struct stat s; s.st_dm_mode;
                 ^
configure:11006: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/stat.h>
| int
| main ()
| {
| struct stat s; s.st_dm_mode;
|   ;
|   return 0;
| }
configure:11013: result: no
configure:11023: checking whether strmode is declared
configure:11023: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:238:10: error: 'strmode' undeclared (first use in this function)
   (void) strmode;
          ^
conftest.c:238:10: note: each undeclared identifier is reported only once for each function it appears in
configure:11023: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef strmode
| #ifdef __cplusplus
|   (void) strmode;
| #else
|   (void) strmode;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:11023: result: no
configure:11041: checking for mbstate_t
configure:11065: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:11065: $? = 0
configure:11072: result: yes
configure:11371: checking whether frexp() can be used without linking with libm
configure:11389: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:11389: $? = 0
configure:11398: result: yes
configure:11404: checking whether long double and double are the same
configure:11425: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:204:13: error: size of array 'check' is negative
 typedef int check[sizeof (long double) == sizeof (double)
             ^
configure:11425: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| /* end confdefs.h.  */
| #include <float.h>
| int
| main ()
| {
| typedef int check[sizeof (long double) == sizeof (double)
|                               && LDBL_MANT_DIG == DBL_MANT_DIG
|                               && LDBL_MAX_EXP == DBL_MAX_EXP
|                               && LDBL_MIN_EXP == DBL_MIN_EXP
|                               ? 1 : -1];
| 
|   ;
|   return 0;
| }
configure:11433: result: no
configure:11446: checking whether stdin defaults to large file offsets
configure:11470: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:11470: $? = 0
configure:11478: result: yes
configure:11610: checking whether fseeko is declared
configure:11610: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:11610: $? = 0
configure:11610: result: yes
configure:11629: checking for fseeko
configure:11647: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:11647: $? = 0
configure:11656: result: yes
configure:11676: checking whether fflush works on input streams
configure:11738: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:11738: $? = 0
configure:11738: ./conftest
configure:11738: $? = 7
configure: program exited with status 7
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #else /* on Windows with MSVC */
| # include <io.h>
| #endif
| 
| int
| main ()
| {
| FILE *f = fopen ("conftest.txt", "r");
|          char buffer[10];
|          int fd;
|          int c;
|          if (f == NULL)
|            return 1;
|          fd = fileno (f);
|          if (fd < 0 || fread (buffer, 1, 5, f) != 5)
|            return 2;
|          /* For deterministic results, ensure f read a bigger buffer.  */
|          if (lseek (fd, 0, SEEK_CUR) == 5)
|            return 3;
|          /* POSIX requires fflush-fseek to set file offset of fd.  This fails
|             on BSD systems and on mingw.  */
|          if (fflush (f) != 0 || fseek (f, 0, SEEK_CUR) != 0)
|            return 4;
|          if (lseek (fd, 0, SEEK_CUR) != 5)
|            return 5;
|          /* Verify behaviour of fflush after ungetc. See
|             <http://www.opengroup.org/austin/aardvark/latest/xshbug3.txt>  */
|          /* Verify behaviour of fflush after a backup ungetc.  This fails on
|             mingw.  */
|          c = fgetc (f);
|          ungetc (c, f);
|          fflush (f);
|          if (fgetc (f) != c)
|            return 6;
|          /* Verify behaviour of fflush after a non-backup ungetc.  This fails
|             on glibc 2.8 and on BSD systems.  */
|          c = fgetc (f);
|          ungetc ('@', f);
|          fflush (f);
|          if (fgetc (f) != c)
|            return 7;
|          return 0;
| 
|   ;
|   return 0;
| }
configure:11750: result: no
configure:11761: checking whether stat file-mode macros are broken
configure:11788: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:11788: $? = 0
configure:11795: result: no
configure:11897: checking for nlink_t
configure:11897: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:11897: $? = 0
configure:11897: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:207:22: error: expected expression before ')' token
 if (sizeof ((nlink_t)))
                      ^
configure:11897: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|      #include <sys/stat.h>
| 
| int
| main ()
| {
| if (sizeof ((nlink_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:11897: result: yes
configure:11912: checking whether lstat correctly handles trailing slash
configure:11945: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:11945: $? = 0
configure:11945: ./conftest
configure:11945: $? = 0
configure:11962: result: yes
configure:11982: checking whether ftello is declared
configure:11982: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:11982: $? = 0
configure:11982: result: yes
configure:12006: checking for ftello
configure:12023: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:12023: $? = 0
configure:12032: result: yes
configure:12045: checking whether ftello works
configure:12121: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:12121: $? = 0
configure:12121: ./conftest
configure:12121: $? = 0
configure:12132: result: yes
configure:12206: checking whether <sys/socket.h> is self-contained
configure:12223: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:12223: $? = 0
configure:12231: result: yes
configure:12236: checking for shutdown
configure:12236: result: yes
configure:12246: checking whether <sys/socket.h> defines the SHUT_* macros
configure:12263: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:12263: $? = 0
configure:12271: result: yes
configure:12369: checking for struct sockaddr_storage
configure:12369: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:12369: $? = 0
configure:12369: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:220:38: error: expected expression before ')' token
 if (sizeof ((struct sockaddr_storage)))
                                      ^
configure:12369: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| /* end confdefs.h.  */
| 
|   /* sys/types.h is not needed according to POSIX, but the
|      sys/socket.h in i386-unknown-freebsd4.10 and
|      powerpc-apple-darwin5.5 required it. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| 
| 
| int
| main ()
| {
| if (sizeof ((struct sockaddr_storage)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:12369: result: yes
configure:12390: checking for sa_family_t
configure:12390: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:12390: $? = 0
configure:12390: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:221:26: error: expected expression before ')' token
 if (sizeof ((sa_family_t)))
                          ^
configure:12390: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| /* end confdefs.h.  */
| 
|   /* sys/types.h is not needed according to POSIX, but the
|      sys/socket.h in i386-unknown-freebsd4.10 and
|      powerpc-apple-darwin5.5 required it. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| 
| 
| int
| main ()
| {
| if (sizeof ((sa_family_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:12390: result: yes
configure:12419: checking for struct sockaddr_storage.ss_family
configure:12419: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:12419: $? = 0
configure:12419: result: yes
configure:12573: checking for library containing gethostbyname
configure:12604: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:12604: $? = 0
configure:12621: result: none required
configure:12635: checking for gethostbyname
configure:12635: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:12635: $? = 0
configure:12635: result: yes
configure:12690: checking for library containing getservbyname
configure:12721: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:12721: $? = 0
configure:12738: result: none required
configure:12752: checking for getservbyname
configure:12752: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:12752: $? = 0
configure:12752: result: yes
configure:12862: checking for library containing inet_ntop
configure:12893: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:12893: $? = 0
configure:12910: result: none required
configure:12942: checking whether inet_ntop is declared
configure:12942: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:12942: $? = 0
configure:12942: result: yes
configure:12970: checking for IPv4 sockets
configure:12996: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:12996: $? = 0
configure:13004: result: yes
configure:13012: checking for IPv6 sockets
configure:13041: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:13041: $? = 0
configure:13049: result: yes
configure:13059: checking whether getcwd (NULL, 0) allocates memory for result
configure:13114: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:13114: $? = 0
configure:13114: ./conftest
configure:13114: $? = 0
configure:13124: result: yes
configure:13128: checking for getcwd with POSIX signature
configure:13150: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:13150: $? = 0
configure:13158: result: yes
configure:13161: checking whether getcwd is declared
configure:13161: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:13161: $? = 0
configure:13161: result: yes
configure:13172: checking whether getdelim is declared
configure:13172: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:13172: $? = 0
configure:13172: result: yes
configure:13189: checking for arithmetic hrtime_t
configure:13205: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:218:1: error: unknown type name 'hrtime_t'
 hrtime_t x = 0; return x/x;
 ^
configure:13205: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| /* end confdefs.h.  */
| #include <time.h>
| int
| main ()
| {
| hrtime_t x = 0; return x/x;
|   ;
|   return 0;
| }
configure:13212: result: no
configure:13221: checking for unsigned long long int
configure:13269: result: yes
configure:13279: checking for long long int
configure:13329: result: yes
configure:13345: checking whether getline is declared
configure:13345: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:13345: $? = 0
configure:13345: result: yes
configure:13359: checking for ssize_t
configure:13376: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:13376: $? = 0
configure:13383: result: yes
configure:13487: checking for getopt.h
configure:13487: result: yes
configure:13504: checking for getopt_long_only
configure:13504: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:13504: $? = 0
configure:13504: result: yes
configure:13518: checking whether getopt is POSIX compatible
configure:13560: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:13560: $? = 0
configure:13560: ./conftest
configure:13560: $? = 0
configure:13619: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:13619: $? = 0
configure:13619: ./conftest
configure:13619: $? = 0
configure:13661: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:13661: $? = 0
configure:13661: ./conftest
program: option requires an argument -- 'b'
configure:13661: $? = 0
configure:13679: result: yes
configure:13687: checking for working GNU getopt function
configure:13908: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:13908: $? = 0
configure:13908: ./conftest
configure:13908: $? = 0
configure:13924: result: yes
configure:13929: checking for working GNU getopt_long function
configure:13974: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:13974: $? = 0
configure:13974: ./conftest
configure:13974: $? = 0
configure:13985: result: yes
configure:14014: checking whether getenv is declared
configure:14014: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:14014: $? = 0
configure:14014: result: yes
configure:14025: checking whether getpass is declared
configure:14025: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:14025: $? = 0
configure:14025: result: yes
configure:14044: checking whether fflush_unlocked is declared
configure:14044: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:14044: $? = 0
configure:14044: result: yes
configure:14055: checking whether flockfile is declared
configure:14055: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:14055: $? = 0
configure:14055: result: yes
configure:14066: checking whether fputs_unlocked is declared
configure:14066: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:14066: $? = 0
configure:14066: result: yes
configure:14077: checking whether funlockfile is declared
configure:14077: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:14077: $? = 0
configure:14077: result: yes
configure:14088: checking whether putc_unlocked is declared
configure:14088: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:14088: $? = 0
configure:14088: result: yes
configure:14224: checking for struct timeval
configure:14247: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:14247: $? = 0
configure:14255: result: yes
configure:14260: checking for wide-enough struct timeval.tv_sec member
configure:14287: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:14287: $? = 0
configure:14295: result: yes
configure:14352: checking for ld used by gcc -std=gnu99
configure:14419: result: /usr/bin/ld
configure:14426: checking if the linker (/usr/bin/ld) is GNU ld
configure:14441: result: yes
configure:14448: checking for shared library run path origin
configure:14461: result: done
configure:15055: checking for iconv
configure:15079: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:15079: $? = 0
configure:15113: result: yes
configure:15116: checking for working iconv
configure:15236: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:15236: $? = 0
configure:15236: ./conftest
configure:15236: $? = 0
configure:15248: result: yes
configure:15276: checking for iconv declaration
configure:15305: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:15305: $? = 0
configure:15316: result:
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:15333: checking for inline
configure:15349: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:15349: $? = 0
configure:15357: result: inline
configure:15375: checking for off_t
configure:15375: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:15375: $? = 0
configure:15375: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:264:20: error: expected expression before ')' token
 if (sizeof ((off_t)))
                    ^
configure:15375: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:15375: result: yes
configure:15400: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:229:10: error: unknown type name 'not'
          not a universal capable compiler
          ^
conftest.c:229:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
          not a universal capable compiler
                ^
conftest.c:229:16: error: unknown type name 'universal'
configure:15400: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
|          not a universal capable compiler
|         #endif
|         typedef int dummy;
| 
configure:15553: checking whether stdint.h conforms to C99
configure:15722: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:15722: $? = 0
configure:15802: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:15802: $? = 0
configure:15802: ./conftest
configure:15802: $? = 0
configure:15814: result: yes
configure:16263: checking for inttypes.h
configure:16263: result: yes
configure:16274: checking whether the inttypes.h PRIxNN macros are broken
configure:16296: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:16296: $? = 0
configure:16304: result: no
configure:16320: checking where to find the exponent in a 'double'
configure:16634: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:16634: $? = 0
configure:16634: ./conftest
configure:16634: $? = 0
configure:16646: result: word 1 bit 20
configure:16666: checking where to find the exponent in a 'float'
configure:16743: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:16743: $? = 0
configure:16743: ./conftest
configure:16743: $? = 0
configure:16755: result: word 0 bit 23
configure:16788: checking for wint_t
configure:16813: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:16813: $? = 0
configure:16820: result: yes
configure:16924: checking whether iswcntrl works
configure:16968: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:16968: $? = 0
configure:16968: ./conftest
configure:16968: $? = 0
configure:16979: result: yes
configure:17003: checking for towlower
configure:17003: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c:257:6: warning: conflicting types for built-in function 'towlower' [enabled by default]
 char towlower ();
      ^
configure:17003: $? = 0
configure:17003: result: yes
configure:17051: checking for wctype_t
configure:17079: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:17079: $? = 0
configure:17087: result: yes
configure:17093: checking for wctrans_t
configure:17119: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:17119: $? = 0
configure:17127: result: yes
configure:17150: checking whether getc_unlocked is declared
configure:17150: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:17150: $? = 0
configure:17150: result: yes
configure:17162: checking whether we are using the GNU C Library >= 2.1 or uClibc
configure:17192: result: yes
configure:17213: checking for wchar_t
configure:17230: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:17230: $? = 0
configure:17237: result: yes
configure:17253: checking whether NULL can be used in arbitrary expressions
configure:17271: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:17271: $? = 0
configure:17278: result: yes
configure:17373: checking whether imported symbols can be declared weak
configure:17391: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:17391: $? = 0
configure:17425: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:17425: $? = 0
configure:17425: ./conftest
configure:17425: $? = 0
configure:17437: result: yes
configure:17442: checking for pthread.h
configure:17442: result: yes
configure:17470: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/ccvSZboe.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:242: undefined reference to `pthread_mutexattr_init'
collect2: error: ld returned 1 exit status
configure:17470: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_mutex_lock((pthread_mutex_t*)0);
|                pthread_mutexattr_init((pthread_mutexattr_t*)0);
|   ;
|   return 0;
| }
configure:17533: checking for pthread_kill in -lpthread
configure:17558: gcc -std=gnu99 -o conftest -g -O2   conftest.c -lpthread   >&5
configure:17558: $? = 0
configure:17567: result: yes
configure:18257: checking for multithread API to use
configure:18259: result: posix
configure:18276: checking for stdlib.h
configure:18276: result: yes
configure:18286: checking for GNU libc compatible malloc
configure:18319: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:18319: $? = 0
configure:18319: ./conftest
configure:18319: $? = 0
configure:18330: result: yes
configure:18353: checking for a traditional japanese locale
configure:18423: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:18426: $? = 0
configure:18484: result: ja_JP
configure:18492: checking for a transitional chinese locale
configure:18563: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:18566: $? = 0
configure:18617: result: zh_CN.GB18030
configure:18624: checking for a french Unicode locale
configure:18696: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:18699: $? = 0
configure:18745: result: fr_FR.UTF-8
configure:18764: checking whether mbrtowc handles incomplete characters
configure:18809: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:18809: $? = 0
configure:18809: ./conftest
configure:18809: $? = 0
configure:18821: result: yes
configure:18827: checking whether mbrtowc works as well as mbtowc
configure:18876: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:18876: $? = 0
configure:18876: ./conftest
configure:18876: $? = 0
configure:18888: result: yes
configure:18939: checking whether mbrtowc handles a NULL pwc argument
configure:18998: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:18998: $? = 0
configure:18998: ./conftest
configure:18998: $? = 0
configure:19010: result: yes
configure:19016: checking whether mbrtowc handles a NULL string argument
configure:19063: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:19063: $? = 0
configure:19063: ./conftest
configure:19063: $? = 0
configure:19075: result: yes
configure:19083: checking whether mbrtowc has a correct return value
configure:19198: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:19198: $? = 0
configure:19198: ./conftest
configure:19198: $? = 0
configure:19213: result: yes
configure:19219: checking whether mbrtowc returns 0 when parsing a NUL character
configure:19263: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:19263: $? = 0
configure:19263: ./conftest
configure:19263: $? = 0
configure:19275: result: yes
configure:19405: checking for mmap
configure:19405: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:19405: $? = 0
configure:19405: result: yes
configure:19416: checking for MAP_ANONYMOUS
configure:19453: result: yes
configure:19475: checking whether memchr works
configure:19538: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:19538: $? = 0
configure:19538: ./conftest
configure:19538: $? = 0
configure:19548: result: yes
configure:19555: checking whether memrchr is declared
configure:19555: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:19555: $? = 0
configure:19555: result: yes
configure:19605: checking whether <sys/select.h> is self-contained
configure:19622: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:19622: $? = 0
configure:19641: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:19641: $? = 0
configure:19671: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:19671: $? = 0
configure:19684: result: yes
configure:19870: checking for library containing setsockopt
configure:19892: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:19892: $? = 0
configure:19973: result: none needed
configure:19995: checking whether select supports a 0 argument
configure:20027: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:20027: $? = 0
configure:20027: ./conftest
configure:20027: $? = 0
configure:20038: result: yes
configure:20045: checking whether select detects invalid fds
configure:20090: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:20090: $? = 0
configure:20090: ./conftest
configure:20090: $? = 0
configure:20101: result: yes
configure:20139: checking for stdbool.h that conforms to C99
configure:20206: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:20206: $? = 0
configure:20213: result: yes
configure:20215: checking for _Bool
configure:20215: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:20215: $? = 0
configure:20215: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:279:20: error: expected expression before ')' token
 if (sizeof ((_Bool)))
                    ^
configure:20215: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:20215: result: yes
configure:20258: checking for compound literals
configure:20275: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:20275: $? = 0
configure:20282: result: yes
configure:20290: checking whether struct tm is in sys/time.h or time.h
configure:20310: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:20310: $? = 0
configure:20317: result: time.h
configure:20326: checking for struct tm.tm_gmtoff
configure:20326: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:20326: $? = 0
configure:20326: result: yes
configure:20335: checking for external symbol _system_configuration
configure:20353: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c:246:27: fatal error: sys/systemcfg.h: No such file or directory
 #include <sys/systemcfg.h>
                           ^
compilation terminated.
configure:20353: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| /* end confdefs.h.  */
| #include <sys/systemcfg.h>
| 
| int
| main ()
| {
| double x = _system_configuration.physmem;
|                         if (x > 0.0) return 0;
|   ;
|   return 0;
| }
configure:20361: result: no
configure:20423: checking whether posix_spawn works
configure:20563: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:20563: $? = 0
configure:20738: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:20738: $? = 0
configure:20738: ./conftest
configure:20738: $? = 0
configure:20756: result: yes
configure:20764: checking whether posix_spawnattr_setschedpolicy is supported
configure:20788: result: yes
configure:20790: checking whether posix_spawnattr_setschedparam is supported
configure:20814: result: yes
configure:20822: checking for desired default level of POSIX conformance
configure:20833: result: none-specified
configure:20867: checking for sigset_t
configure:20867: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:20867: $? = 0
configure:20867: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:256:23: error: expected expression before ')' token
 if (sizeof ((sigset_t)))
                       ^
configure:20867: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| /* end confdefs.h.  */
| 
|       #include <signal.h>
|       /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>.  */
|       #include <sys/types.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((sigset_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:20867: result: yes
configure:20901: checking whether rmdir works
configure:20943: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:20943: $? = 0
configure:20943: ./conftest
configure:20943: $? = 0
configure:20954: result: yes
configure:20968: checking whether unlink honors trailing slashes
configure:21016: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:21016: $? = 0
configure:21016: ./conftest
configure:21016: $? = 0
configure:21027: result: yes
configure:21035: checking whether unlink of a parent directory fails as it should
configure:21107: result: guessing yes
configure:21136: checking for library containing setfilecon
configure:21167: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/ccsxfsda.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:259: undefined reference to `setfilecon'
collect2: error: ld returned 1 exit status
configure:21167: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setfilecon ();
| int
| main ()
| {
| return setfilecon ();
|   ;
|   return 0;
| }
configure:21167: gcc -std=gnu99 -o conftest -g -O2   conftest.c -lselinux   >&5
/usr/bin/ld: cannot find -lselinux
collect2: error: ld returned 1 exit status
configure:21167: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setfilecon ();
| int
| main ()
| {
| return setfilecon ();
|   ;
|   return 0;
| }
configure:21184: result: no
configure:21208: checking whether setenv is declared
configure:21208: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:21208: $? = 0
configure:21208: result: yes
configure:21234: checking search.h usability
configure:21234: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:21234: $? = 0
configure:21234: result: yes
configure:21234: checking search.h presence
configure:21234: gcc -std=gnu99 -E  conftest.c
configure:21234: $? = 0
configure:21234: result: yes
configure:21234: checking for search.h
configure:21234: result: yes
configure:21246: checking for tsearch
configure:21246: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:21246: $? = 0
configure:21246: result: yes
configure:21275: checking whether snprintf returns a byte count as in C99
configure:21345: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:21345: $? = 0
configure:21345: ./conftest
configure:21345: $? = 0
configure:21356: result: yes
configure:21359: checking whether snprintf is declared
configure:21359: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:21359: $? = 0
configure:21359: result: yes
configure:21372: checking whether stpncpy is declared
configure:21372: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:21372: $? = 0
configure:21372: result: yes
configure:21387: checking whether strdup is declared
configure:21387: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:21387: $? = 0
configure:21387: result: yes
configure:21400: checking whether strerror(0) succeeds
configure:21435: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:21435: $? = 0
configure:21435: ./conftest
configure:21435: $? = 0
configure:21446: result: yes
configure:21469: checking for strerror_r with POSIX signature
configure:21487: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:255:21: error: conflicting types for 'strerror_r'
                 int strerror_r (int, char *, size_t);
                     ^
In file included from conftest.c:254:0:
/usr/include/string.h:434:14: note: previous declaration of 'strerror_r' was here
 extern char *strerror_r (int __errnum, char *__buf, size_t __buflen)
              ^
configure:21487: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| /* end confdefs.h.  */
| #include <string.h>
|                 int strerror_r (int, char *, size_t);
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:21495: result: no
configure:21569: checking whether __xpg_strerror_r works
configure:21609: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:21609: $? = 0
configure:21609: ./conftest
configure:21609: $? = 0
configure:21620: result: yes
configure:21712: checking for mmap
configure:21712: result: yes
configure:21723: checking for MAP_ANONYMOUS
configure:21760: result: yes
configure:21772: checking whether strncat works
configure:21858: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:21858: $? = 0
configure:21858: ./conftest
configure:21858: $? = 0
configure:21869: result: yes
configure:21876: checking whether strndup is declared
configure:21876: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:21876: $? = 0
configure:21876: result: yes
configure:21889: checking whether strnlen is declared
configure:21889: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:21889: $? = 0
configure:21889: result: yes
configure:21900: checking whether strsignal is declared
configure:21900: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:21900: $? = 0
configure:21900: result: yes
configure:21911: checking whether sys_siglist is declared
configure:21911: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:21911: $? = 0
configure:21911: result: yes
configure:21930: checking whether ldexp() can be used without linking with libm
configure:21952: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:21952: $? = 0
configure:21961: result: yes
configure:21966: checking whether strtoimax is declared
configure:21966: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:21966: $? = 0
configure:21966: result: yes
configure:21979: checking whether strtoumax is declared
configure:21979: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:21979: $? = 0
configure:21979: result: yes
configure:22021: checking for struct timespec in <time.h>
configure:22038: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:22038: $? = 0
configure:22045: result: yes
configure:22225: checking whether clearerr_unlocked is declared
configure:22225: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:22225: $? = 0
configure:22225: result: yes
configure:22236: checking whether feof_unlocked is declared
configure:22236: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:22236: $? = 0
configure:22236: result: yes
configure:22247: checking whether ferror_unlocked is declared
configure:22247: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:22247: $? = 0
configure:22247: result: yes
configure:22258: checking whether fgets_unlocked is declared
configure:22258: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:22258: $? = 0
configure:22258: result: yes
configure:22269: checking whether fputc_unlocked is declared
configure:22269: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:22269: $? = 0
configure:22269: result: yes
configure:22280: checking whether fread_unlocked is declared
configure:22280: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:22280: $? = 0
configure:22280: result: yes
configure:22291: checking whether fwrite_unlocked is declared
configure:22291: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:22291: $? = 0
configure:22291: result: yes
configure:22302: checking whether getchar_unlocked is declared
configure:22302: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:22302: $? = 0
configure:22302: result: yes
configure:22313: checking whether putchar_unlocked is declared
configure:22313: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:22313: $? = 0
configure:22313: result: yes
configure:22324: checking whether unsetenv is declared
configure:22324: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:22324: $? = 0
configure:22324: result: yes
configure:22336: checking whether the utimes function works
configure:22451: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:22451: $? = 0
configure:22451: ./conftest
configure:22451: $? = 0
configure:22461: result: yes
configure:22474: checking for struct utimbuf
configure:22497: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:22497: $? = 0
configure:22504: result: yes
configure:22524: checking for inttypes.h
configure:22543: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:22543: $? = 0
configure:22550: result: yes
configure:22561: checking for stdint.h
configure:22578: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:22578: $? = 0
configure:22585: result: yes
configure:22598: checking for intmax_t
configure:22623: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:22623: $? = 0
configure:22630: result: yes
configure:22656: checking for snprintf
configure:22656: result: yes
configure:22656: checking for strnlen
configure:22656: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:22656: $? = 0
configure:22656: result: yes
configure:22656: checking for wcslen
configure:22656: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:22656: $? = 0
configure:22656: result: yes
configure:22656: checking for wcsnlen
configure:22656: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:22656: $? = 0
configure:22656: result: yes
configure:22656: checking for mbrtowc
configure:22656: result: yes
configure:22656: checking for wcrtomb
configure:22656: result: yes
configure:22665: checking whether _snprintf is declared
configure:22665: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:291:10: error: '_snprintf' undeclared (first use in this function)
   (void) _snprintf;
          ^
conftest.c:291:10: note: each undeclared identifier is reported only once for each function it appears in
configure:22665: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| /* end confdefs.h.  */
| #include <stdio.h>
| 
| int
| main ()
| {
| #ifndef _snprintf
| #ifdef __cplusplus
|   (void) _snprintf;
| #else
|   (void) _snprintf;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:22665: result: no
configure:22691: checking whether printf supports size specifiers as in C99
configure:22762: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:22762: $? = 0
configure:22762: ./conftest
configure:22762: $? = 0
configure:22773: result: yes
configure:22778: checking whether printf supports 'long double' arguments
configure:22817: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:22817: $? = 0
configure:22817: ./conftest
configure:22817: $? = 0
configure:22828: result: yes
configure:22833: checking whether printf supports infinite 'double' arguments
configure:22934: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:22934: $? = 0
configure:22934: ./conftest
configure:22934: $? = 0
configure:22945: result: yes
configure:22960: checking whether printf supports infinite 'long double' arguments
configure:23267: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:23267: $? = 0
configure:23267: ./conftest
configure:23267: $? = 120
configure: program exited with status 120
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| /* end confdefs.h.  */
| 
| 
| #include <stdlib.h>
| #if defined __MACH__ && defined __APPLE__
| /* Avoid a crash on Mac OS X.  */
| #include <mach/mach.h>
| #include <mach/mach_error.h>
| #include <mach/thread_status.h>
| #include <mach/exception.h>
| #include <mach/task.h>
| #include <pthread.h>
| /* The exception port on which our thread listens.  */
| static mach_port_t our_exception_port;
| /* The main function of the thread listening for exceptions of type
|    EXC_BAD_ACCESS.  */
| static void *
| mach_exception_thread (void *arg)
| {
|   /* Buffer for a message to be received.  */
|   struct {
|     mach_msg_header_t head;
|     mach_msg_body_t msgh_body;
|     char data[1024];
|   } msg;
|   mach_msg_return_t retval;
|   /* Wait for a message on the exception port.  */
|   retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
|                      our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
|   if (retval != MACH_MSG_SUCCESS)
|     abort ();
|   exit (1);
| }
| static void
| nocrash_init (void)
| {
|   mach_port_t self = mach_task_self ();
|   /* Allocate a port on which the thread shall listen for exceptions.  */
|   if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
|       == KERN_SUCCESS) {
|     /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html.  */
|     if (mach_port_insert_right (self, our_exception_port, our_exception_port,
|                                 MACH_MSG_TYPE_MAKE_SEND)
|         == KERN_SUCCESS) {
|       /* The exceptions we want to catch.  Only EXC_BAD_ACCESS is interesting
|          for us.  */
|       exception_mask_t mask = EXC_MASK_BAD_ACCESS;
|       /* Create the thread listening on the exception port.  */
|       pthread_attr_t attr;
|       pthread_t thread;
|       if (pthread_attr_init (&attr) == 0
|           && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
|           && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
|         pthread_attr_destroy (&attr);
|         /* Replace the exception port info for these exceptions with our own.
|            Note that we replace the exception port for the entire task, not only
|            for a particular thread.  This has the effect that when our exception
|            port gets the message, the thread specific exception port has already
|            been asked, and we don't need to bother about it.
|            See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html.  */
|         task_set_exception_ports (self, mask, our_exception_port,
|                                   EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
|       }
|     }
|   }
| }
| #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| /* Avoid a crash on native Windows.  */
| #define WIN32_LEAN_AND_MEAN
| #include <windows.h>
| #include <winerror.h>
| static LONG WINAPI
| exception_filter (EXCEPTION_POINTERS *ExceptionInfo)
| {
|   switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
|     {
|     case EXCEPTION_ACCESS_VIOLATION:
|     case EXCEPTION_IN_PAGE_ERROR:
|     case EXCEPTION_STACK_OVERFLOW:
|     case EXCEPTION_GUARD_PAGE:
|     case EXCEPTION_PRIV_INSTRUCTION:
|     case EXCEPTION_ILLEGAL_INSTRUCTION:
|     case EXCEPTION_DATATYPE_MISALIGNMENT:
|     case EXCEPTION_ARRAY_BOUNDS_EXCEEDED:
|     case EXCEPTION_NONCONTINUABLE_EXCEPTION:
|       exit (1);
|     }
|   return EXCEPTION_CONTINUE_SEARCH;
| }
| static void
| nocrash_init (void)
| {
|   SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter);
| }
| #else
| /* Avoid a crash on POSIX systems.  */
| #include <signal.h>
| /* A POSIX signal handler.  */
| static void
| exception_handler (int sig)
| {
|   exit (1);
| }
| static void
| nocrash_init (void)
| {
| #ifdef SIGSEGV
|   signal (SIGSEGV, exception_handler);
| #endif
| #ifdef SIGBUS
|   signal (SIGBUS, exception_handler);
| #endif
| }
| #endif
| 
| #include <float.h>
| #include <stdio.h>
| #include <string.h>
| static int
| strisnan (const char *string, size_t start_index, size_t end_index)
| {
|   if (start_index < end_index)
|     {
|       if (string[start_index] == '-')
|         start_index++;
|       if (start_index + 3 <= end_index
|           && memcmp (string + start_index, "nan", 3) == 0)
|         {
|           start_index += 3;
|           if (start_index == end_index
|               || (string[start_index] == '(' && string[end_index - 1] == ')'))
|             return 1;
|         }
|     }
|   return 0;
| }
| static char buf[10000];
| static long double zeroL = 0.0L;
| int main ()
| {
|   int result = 0;
|   nocrash_init();
|   if (sprintf (buf, "%Lf", 1.0L / zeroL) < 0
|       || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0))
|     result |= 1;
|   if (sprintf (buf, "%Lf", -1.0L / zeroL) < 0
|       || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0))
|     result |= 1;
|   if (sprintf (buf, "%Lf", zeroL / zeroL) < 0
|       || !strisnan (buf, 0, strlen (buf)))
|     result |= 1;
|   if (sprintf (buf, "%Le", 1.0L / zeroL) < 0
|       || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0))
|     result |= 1;
|   if (sprintf (buf, "%Le", -1.0L / zeroL) < 0
|       || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0))
|     result |= 1;
|   if (sprintf (buf, "%Le", zeroL / zeroL) < 0
|       || !strisnan (buf, 0, strlen (buf)))
|     result |= 1;
|   if (sprintf (buf, "%Lg", 1.0L / zeroL) < 0
|       || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0))
|     result |= 1;
|   if (sprintf (buf, "%Lg", -1.0L / zeroL) < 0
|       || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0))
|     result |= 1;
|   if (sprintf (buf, "%Lg", zeroL / zeroL) < 0
|       || !strisnan (buf, 0, strlen (buf)))
|     result |= 1;
| #if CHECK_PRINTF_SAFE && ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_)) && !HAVE_SAME_LONG_DOUBLE_AS_DOUBLE
| /* Representation of an 80-bit 'long double' as an initializer for a sequence
|    of 'unsigned int' words.  */
| # ifdef WORDS_BIGENDIAN
| #  define LDBL80_WORDS(exponent,manthi,mantlo)      { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16),        ((unsigned int) (manthi) << 16) | (unsigned int) (mantlo) >> 16),           (unsigned int) (mantlo) << 16                                             }
| # else
| #  define LDBL80_WORDS(exponent,manthi,mantlo)      { mantlo, manthi, exponent }
| # endif
|   { /* Quiet NaN.  */
|     static union { unsigned int word[4]; long double value; } x =
|       { LDBL80_WORDS (0xFFFF, 0xC3333333, 0x00000000) };
|     if (sprintf (buf, "%Lf", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 2;
|     if (sprintf (buf, "%Le", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 2;
|     if (sprintf (buf, "%Lg", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 2;
|   }
|   {
|     /* Signalling NaN.  */
|     static union { unsigned int word[4]; long double value; } x =
|       { LDBL80_WORDS (0xFFFF, 0x83333333, 0x00000000) };
|     if (sprintf (buf, "%Lf", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 2;
|     if (sprintf (buf, "%Le", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 2;
|     if (sprintf (buf, "%Lg", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 2;
|   }
|   { /* Pseudo-NaN.  */
|     static union { unsigned int word[4]; long double value; } x =
|       { LDBL80_WORDS (0xFFFF, 0x40000001, 0x00000000) };
|     if (sprintf (buf, "%Lf", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 4;
|     if (sprintf (buf, "%Le", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 4;
|     if (sprintf (buf, "%Lg", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 4;
|   }
|   { /* Pseudo-Infinity.  */
|     static union { unsigned int word[4]; long double value; } x =
|       { LDBL80_WORDS (0xFFFF, 0x00000000, 0x00000000) };
|     if (sprintf (buf, "%Lf", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 8;
|     if (sprintf (buf, "%Le", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 8;
|     if (sprintf (buf, "%Lg", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 8;
|   }
|   { /* Pseudo-Zero.  */
|     static union { unsigned int word[4]; long double value; } x =
|       { LDBL80_WORDS (0x4004, 0x00000000, 0x00000000) };
|     if (sprintf (buf, "%Lf", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 16;
|     if (sprintf (buf, "%Le", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 16;
|     if (sprintf (buf, "%Lg", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 16;
|   }
|   { /* Unnormalized number.  */
|     static union { unsigned int word[4]; long double value; } x =
|       { LDBL80_WORDS (0x4000, 0x63333333, 0x00000000) };
|     if (sprintf (buf, "%Lf", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 32;
|     if (sprintf (buf, "%Le", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 32;
|     if (sprintf (buf, "%Lg", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 32;
|   }
|   { /* Pseudo-Denormal.  */
|     static union { unsigned int word[4]; long double value; } x =
|       { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) };
|     if (sprintf (buf, "%Lf", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 64;
|     if (sprintf (buf, "%Le", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 64;
|     if (sprintf (buf, "%Lg", x.value) < 0
|         || !strisnan (buf, 0, strlen (buf)))
|       result |= 64;
|   }
| #endif
|   return result;
| }
configure:23278: result: no
configure:23288: checking whether printf supports the 'a' and 'A' directives
configure:23376: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:23376: $? = 0
configure:23376: ./conftest
configure:23376: $? = 0
configure:23387: result: yes
configure:23392: checking whether printf supports the 'F' directive
configure:23440: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:23440: $? = 0
configure:23440: ./conftest
configure:23440: $? = 0
configure:23451: result: yes
configure:23456: checking whether printf supports the 'n' directive
configure:23506: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:23506: $? = 0
configure:23506: ./conftest
configure:23506: $? = 0
configure:23517: result: yes
configure:23522: checking whether printf supports the 'ls' directive
configure:23593: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:23593: $? = 0
configure:23593: ./conftest
configure:23593: $? = 0
configure:23604: result: yes
configure:23609: checking whether printf supports the grouping flag
configure:23639: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:23639: $? = 0
configure:23639: ./conftest
configure:23639: $? = 0
configure:23650: result: yes
configure:23655: checking whether printf supports the left-adjust flag correctly
configure:23688: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:23688: $? = 0
configure:23688: ./conftest
configure:23688: $? = 0
configure:23699: result: yes
configure:23704: checking whether printf supports the zero flag correctly
configure:23738: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:23738: $? = 0
configure:23738: ./conftest
configure:23738: $? = 0
configure:23749: result: yes
configure:23754: checking whether printf supports large precisions
configure:23797: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:23797: $? = 0
configure:23797: ./conftest
configure:23797: $? = 0
configure:23808: result: yes
configure:23814: checking whether printf survives out-of-memory conditions
configure:23985: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:23988: $? = 0
configure:23992: $? = 0
configure:24037: result: yes
configure:24067: checking whether wcwidth is declared
configure:24067: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:24067: $? = 0
configure:24067: result: yes
configure:24096: checking whether wcwidth works reasonably in UTF-8 locales
configure:24147: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:24147: $? = 0
configure:24147: ./conftest
configure:24147: $? = 0
configure:24158: result: yes
configure:24170: checking POSIX termios
configure:24190: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:24190: $? = 0
configure:24198: result: yes
configure:24202: checking whether use of TIOCGWINSZ requires termios.h
configure:24228: result: no
configure:24231: checking whether alarm is declared
configure:24231: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:24231: $? = 0
configure:24231: result: yes
configure:24247: checking whether ungetc works on arbitrary bytes
configure:24287: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:24287: $? = 0
configure:24287: ./conftest
configure:24287: $? = 0
configure:24298: result: yes
configure:24312: checking for LC_MESSAGES
configure:24328: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:24328: $? = 0
configure:24336: result: yes
configure:24345: checking for CFPreferencesCopyAppValue
configure:24363: gcc -std=gnu99 -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:288:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
 #include <CoreFoundation/CFPreferences.h>
                                          ^
compilation terminated.
configure:24363: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:24372: result: no
configure:24379: checking for CFLocaleCopyCurrent
configure:24397: gcc -std=gnu99 -o conftest -g -O2   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:288:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
 #include <CoreFoundation/CFLocale.h>
                                     ^
compilation terminated.
configure:24397: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:24406: result: no
configure:24419: checking whether strerror_r is declared
configure:24419: result: yes
configure:24504: checking sys/acl.h usability
configure:24504: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:322:21: fatal error: sys/acl.h: No such file or directory
 #include <sys/acl.h>
                     ^
compilation terminated.
configure:24504: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/acl.h>
configure:24504: result: no
configure:24504: checking sys/acl.h presence
configure:24504: gcc -std=gnu99 -E  conftest.c
conftest.c:289:21: fatal error: sys/acl.h: No such file or directory
 #include <sys/acl.h>
                     ^
compilation terminated.
configure:24504: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| /* end confdefs.h.  */
| #include <sys/acl.h>
configure:24504: result: no
configure:24504: checking for sys/acl.h
configure:24504: result: no
configure:24917: WARNING: libacl development library was not found or not usable.
configure:24919: WARNING: GNU coreutils will be built without ACL support.
configure:24940: checking for alloca as a compiler built-in
configure:24964: result: yes
configure:25085: checking whether to enable assertions
configure:25102: result: yes
configure:25138: checking whether btowc(0) is correct
configure:25173: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:25173: $? = 0
configure:25173: ./conftest
configure:25173: $? = 0
configure:25184: result: yes
configure:25187: checking whether btowc(EOF) is correct
configure:25226: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:25226: $? = 0
configure:25226: ./conftest
configure:25226: $? = 0
configure:25238: result: yes
configure:25285: checking for strtod_l
configure:25285: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:25285: $? = 0
configure:25285: result: yes
configure:25300: checking for strtold_l
configure:25300: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:25300: $? = 0
configure:25300: result: yes
configure:25313: checking for GNU libc compatible calloc
configure:25344: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:25344: $? = 0
configure:25344: ./conftest
configure:25344: $? = 0
configure:25354: result: yes
configure:25490: checking whether this system has an arbitrary file name length limit
configure:25531: result: yes
configure:25599: checking for library containing clock_gettime
configure:25630: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:25630: $? = 0
configure:25647: result: none required
configure:25659: checking for clock_gettime
configure:25659: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:25659: $? = 0
configure:25659: result: yes
configure:25659: checking for clock_settime
configure:25659: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:25659: $? = 0
configure:25659: result: yes
configure:25770: checking for closedir
configure:25770: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:25770: $? = 0
configure:25770: result: yes
configure:25956: checking for d_ino member in directory struct
configure:26007: result: yes
configure:26018: checking for d_type member in directory struct
configure:26037: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:26037: $? = 0
configure:26047: result: yes
configure:26159: checking for dirfd
configure:26159: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:26159: $? = 0
configure:26159: result: yes
configure:26168: checking whether dirfd is declared
configure:26168: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:26168: $? = 0
configure:26168: result: yes
configure:26185: checking whether dirfd is a macro
configure:26208: result: no
configure:26311: checking whether // is distinct from /
configure:26340: result: no
configure:26405: checking whether dup2 works
configure:26462: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:26462: $? = 0
configure:26462: ./conftest
configure:26462: $? = 0
configure:26473: result: yes
configure:26543: checking for error_at_line
configure:26559: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:26559: $? = 0
configure:26567: result: yes
configure:26601: checking for euidaccess
configure:26601: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:26601: $? = 0
configure:26601: result: yes
configure:27038: checking for fchownat
configure:27038: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:27038: $? = 0
configure:27038: result: yes
configure:27043: checking whether fchownat works with AT_SYMLINK_NOFOLLOW
configure:27075: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:27075: $? = 0
configure:27075: ./conftest
configure:27075: $? = 0
configure:27086: result: yes
configure:27099: checking whether fchownat works with an empty file name
configure:27131: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:337:13: warning: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration]
             if (mkdir ("conftestdir", 0700) < 0)
             ^
configure:27131: $? = 0
configure:27131: ./conftest
configure:27131: $? = 0
configure:27142: result: yes
configure:27198: checking whether fflush works on input streams
configure:27272: result: no
configure:27327: checking whether fcntl handles F_DUPFD correctly
configure:27357: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:27357: $? = 0
configure:27357: ./conftest
configure:27357: $? = 0
configure:27367: result: yes
configure:27385: checking whether fcntl understands F_DUPFD_CLOEXEC
configure:27406: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:27406: $? = 0
configure:27424: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:336:1: error: unknown type name 'choke'
 choke me
 ^
conftest.c:339:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
 int
 ^
configure:27424: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| /* end confdefs.h.  */
| 
| #ifdef __linux__
| /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace
|    it to support the semantics on older kernels that failed with EINVAL.  */
| choke me
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:27435: result: needs runtime check
configure:27616: checking for library containing fdatasync
configure:27647: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:27647: $? = 0
configure:27664: result: none required
configure:27709: checking whether fdopen sets errno
configure:27738: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:27738: $? = 0
configure:27738: ./conftest
configure:27738: $? = 0
configure:27749: result: yes
configure:27789: checking whether fdopendir is declared
configure:27789: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:27789: $? = 0
configure:27789: result: yes
configure:27812: checking whether fdopendir works
configure:27853: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:27853: $? = 0
configure:27853: ./conftest
configure:27853: $? = 0
configure:27863: result: yes
configure:27918: checking whether fflush works on input streams
configure:27992: result: no
configure:28036: checking for struct stat.st_blocks
configure:28036: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:28036: $? = 0
configure:28036: result: yes
configure:28087: checking for flexible array member
configure:28110: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:28110: $? = 0
configure:28117: result: yes
configure:28179: checking whether conversion from 'int' to 'long double' works
configure:28220: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:28220: $? = 0
configure:28220: ./conftest
configure:28220: $? = 0
configure:28231: result: yes
configure:28354: checking for working GNU fnmatch
configure:28455: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:28455: $? = 0
configure:28455: ./conftest
configure:28455: $? = 0
configure:28467: result: yes
configure:28567: checking whether fopen recognizes a trailing slash
configure:28593: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:28593: $? = 0
configure:28593: ./conftest
configure:28593: $? = 0
configure:28605: result: yes
configure:28662: checking whether __fpending is declared
configure:28662: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:28662: $? = 0
configure:28662: result: yes
configure:28771: checking whether fpurge is declared
configure:28771: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:359:10: error: 'fpurge' undeclared (first use in this function)
   (void) fpurge;
          ^
conftest.c:359:10: note: each undeclared identifier is reported only once for each function it appears in
configure:28771: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| /* end confdefs.h.  */
| #include <stdio.h>
| 
| int
| main ()
| {
| #ifndef fpurge
| #ifdef __cplusplus
|   (void) fpurge;
| #else
|   (void) fpurge;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:28771: result: no
configure:28957: checking whether frexp works
configure:29035: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:411:5: warning: passing argument 2 of 'memcmp' discards 'volatile' qualifier from pointer target type [enabled by default]
     if (memcmp (&y, &x, sizeof x))
     ^
In file included from conftest.c:357:0:
/usr/include/string.h:65:12: note: expected 'const void *' but argument is of type 'volatile double *'
 extern int memcmp (const void *__s1, const void *__s2, size_t __n)
            ^
configure:29035: $? = 0
configure:29035: ./conftest
configure:29035: $? = 0
configure:29046: result: yes
configure:29093: checking whether frexpl is declared
configure:29093: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:29093: $? = 0
configure:29093: result: yes
configure:29103: checking whether frexpl() can be used without linking with libm
configure:29121: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:29121: $? = 0
configure:29130: result: yes
configure:29136: checking whether frexpl works
configure:29247: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:29247: $? = 0
configure:29247: ./conftest
configure:29247: $? = 0
configure:29258: result: yes
configure:29345: checking for fseeko
configure:29372: result: yes
configure:29392: checking whether fflush works on input streams
configure:29466: result: no
configure:29489: checking for _fseeki64
configure:29489: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/ccDO0gK4.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:393: undefined reference to `_fseeki64'
collect2: error: ld returned 1 exit status
configure:29489: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| /* end confdefs.h.  */
| /* Define _fseeki64 to an innocuous variant, in case <limits.h> declares _fseeki64.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _fseeki64 innocuous__fseeki64
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _fseeki64 (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _fseeki64
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _fseeki64 ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub__fseeki64 || defined __stub____fseeki64
| choke me
| #endif
| 
| int
| main ()
| {
| return _fseeki64 ();
|   ;
|   return 0;
| }
configure:29489: result: no
configure:29598: checking whether fstatat (..., 0) works
configure:29623: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:29623: $? = 0
configure:29623: ./conftest
configure:29623: $? = 0
configure:29634: result: yes
configure:29683: checking for sys/mount.h
configure:29683: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:29683: $? = 0
configure:29683: result: yes
configure:29700: checking how to get file system space usage
configure:29713: checking for statvfs function (SVR4)
configure:29747: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:29747: $? = 0
configure:29755: result: yes
configure:29762: checking whether to use statvfs64
configure:29785: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c:366:19: error: size of array 'check_f_blocks_larger_in_statvfs64' is negative
               int check_f_blocks_larger_in_statvfs64
                   ^
configure:29785: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|               #include <sys/statvfs.h>
|               struct statvfs64 fsd;
|               int check_f_blocks_larger_in_statvfs64
|                 [sizeof (((struct statvfs64 *) 0)->f_blocks)
|                  > sizeof (((struct statvfs *) 0)->f_blocks)
|                  ? 1 : -1];
| 
| int
| main ()
| {
| statvfs64 (0, &fsd);
|   ;
|   return 0;
| }
configure:29794: result: no
configure:29810: checking for two-argument statfs with statfs.f_frsize member
configure:29838: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:29838: $? = 0
configure:29838: ./conftest
configure:29838: $? = 0
configure:29849: result: yes
configure:30149: checking dustat.h usability
configure:30149: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:398:20: fatal error: dustat.h: No such file or directory
 #include <dustat.h>
                    ^
compilation terminated.
configure:30149: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dustat.h>
configure:30149: result: no
configure:30149: checking dustat.h presence
configure:30149: gcc -std=gnu99 -E  conftest.c
conftest.c:365:20: fatal error: dustat.h: No such file or directory
 #include <dustat.h>
                    ^
compilation terminated.
configure:30149: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| /* end confdefs.h.  */
| #include <dustat.h>
configure:30149: result: no
configure:30149: checking for dustat.h
configure:30149: result: no
configure:30149: checking sys/fs/s5param.h usability
configure:30149: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:398:28: fatal error: sys/fs/s5param.h: No such file or directory
 #include <sys/fs/s5param.h>
                            ^
compilation terminated.
configure:30149: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/fs/s5param.h>
configure:30149: result: no
configure:30149: checking sys/fs/s5param.h presence
configure:30149: gcc -std=gnu99 -E  conftest.c
conftest.c:365:28: fatal error: sys/fs/s5param.h: No such file or directory
 #include <sys/fs/s5param.h>
                            ^
compilation terminated.
configure:30149: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| /* end confdefs.h.  */
| #include <sys/fs/s5param.h>
configure:30149: result: no
configure:30149: checking for sys/fs/s5param.h
configure:30149: result: no
configure:30149: checking sys/filsys.h usability
configure:30149: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:398:24: fatal error: sys/filsys.h: No such file or directory
 #include <sys/filsys.h>
                        ^
compilation terminated.
configure:30149: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/filsys.h>
configure:30149: result: no
configure:30149: checking sys/filsys.h presence
configure:30149: gcc -std=gnu99 -E  conftest.c
conftest.c:365:24: fatal error: sys/filsys.h: No such file or directory
 #include <sys/filsys.h>
                        ^
compilation terminated.
configure:30149: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| /* end confdefs.h.  */
| #include <sys/filsys.h>
configure:30149: result: no
configure:30149: checking for sys/filsys.h
configure:30149: result: no
configure:30149: checking sys/statfs.h usability
configure:30149: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:30149: $? = 0
configure:30149: result: yes
configure:30149: checking sys/statfs.h presence
configure:30149: gcc -std=gnu99 -E  conftest.c
configure:30149: $? = 0
configure:30149: result: yes
configure:30149: checking for sys/statfs.h
configure:30149: result: yes
configure:30160: checking for statfs that truncates block counts
configure:30182: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:368:7: error: expected '=', ',', ';', 'asm' or '__attribute__' before '--' token
 choke -- this is a workaround for a Sun-specific problem
       ^
In file included from conftest.c:370:0:
/usr/include/sys/types.h:33:1: error: unknown type name '__u_char'
 typedef __u_char u_char;
 ^
configure:30182: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| /* end confdefs.h.  */
| 
| #if !defined(sun) && !defined(__sun)
| choke -- this is a workaround for a Sun-specific problem
| #endif
| #include <sys/types.h>
| #include <sys/vfs.h>
| int
| main ()
| {
| struct statfs t; long c = *(t.f_spare);
|         if (c) return 0;
|   ;
|   return 0;
| }
configure:30195: result: no
configure:30282: checking for ftello
configure:30308: result: yes
configure:30321: checking whether ftello works
configure:30408: result: yes
configure:30542: checking for struct statfs.f_type
configure:30542: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:30542: $? = 0
configure:30542: result: yes
configure:30573: checking whether futimens works
configure:30611: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:30611: $? = 0
configure:30611: ./conftest
configure:30611: $? = 0
configure:30630: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:376:1: error: unknown type name 'choke'
 choke me
 ^
conftest.c:379:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
 int
 ^
configure:30630: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| /* end confdefs.h.  */
| 
| #ifdef __linux__
| /* The Linux kernel added futimens in 2.6.22, but has bugs with UTIME_OMIT
|    in several file systems as recently as 2.6.32.  Always replace futimens
|    to support older kernels.  */
| choke me
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:30645: result: needs runtime check
configure:30680: checking how to do getaddrinfo, freeaddrinfo and getnameinfo
configure:30685: checking for library containing getaddrinfo
configure:30716: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:30716: $? = 0
configure:30733: result: none required
configure:30746: checking for getaddrinfo
configure:30772: gcc -std=gnu99 -o conftest -g -O2   conftest.c   >&5
configure:30772: $? = 0
configure:30780: result: yes
configure:30829: checking whether gai_strerror is declared
configure:30829: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:30829: $? = 0
configure:30829: result: yes
configure:30854: checking whether gai_strerrorA is declared
configure:30854: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:394:10: error: 'gai_strerrorA' undeclared (first use in this function)
   (void) gai_strerrorA;
          ^
conftest.c:394:10: note: each undeclared identifier is reported only once for each function it appears in
configure:30854: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_DECL_GAI_STRERROR 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| #include <stddef.h>
| 
| 
| int
| main ()
| {
| #ifndef gai_strerrorA
| #ifdef __cplusplus
|   (void) gai_strerrorA;
| #else
|   (void) gai_strerrorA;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:30854: result: no
configure:30878: checking for gai_strerror with POSIX signature
configure:30904: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:30904: $? = 0
configure:30911: result: yes
configure:30927: checking for struct sockaddr.sa_len
configure:30927: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:383:12: error: 'struct sockaddr' has no member named 'sa_len'
 if (ac_aggr.sa_len)
            ^
configure:30927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
| 
| 
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (ac_aggr.sa_len)
| return 0;
|   ;
|   return 0;
| }
configure:30927: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:383:19: error: 'struct sockaddr' has no member named 'sa_len'
 if (sizeof ac_aggr.sa_len)
                   ^
configure:30927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
| 
| 
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (sizeof ac_aggr.sa_len)
| return 0;
|   ;
|   return 0;
| }
configure:30927: result: no
configure:30944: checking whether getaddrinfo is declared
configure:30944: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:30944: $? = 0
configure:30944: result: yes
configure:30969: checking whether freeaddrinfo is declared
configure:30969: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:30969: $? = 0
configure:30969: result: yes
configure:30994: checking whether getnameinfo is declared
configure:30994: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:30994: $? = 0
configure:30994: result: yes
configure:31033: checking for struct addrinfo
configure:31033: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:31033: $? = 0
configure:31033: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:393:30: error: expected expression before ')' token
 if (sizeof ((struct addrinfo)))
                              ^
configure:31033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| 
| 
| int
| main ()
| {
| if (sizeof ((struct addrinfo)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:31033: result: yes
configure:31132: checking whether getcwd handles long file names properly
configure:31328: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:31328: $? = 0
configure:31328: ./conftest
configure:31328: $? = 0
configure:31343: result: yes
configure:31354: checking for getpagesize
configure:31354: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:31354: $? = 0
configure:31354: result: yes
configure:31363: checking whether getcwd aborts when 4k < cwd_length < 16k
configure:31492: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:463:22: error: 'errno' undeclared (first use in this function)
               if (! (errno == ERANGE || errno == ENAMETOOLONG
                      ^
conftest.c:463:22: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:463:31: error: 'ERANGE' undeclared (first use in this function)
               if (! (errno == ERANGE || errno == ENAMETOOLONG
                               ^
conftest.c:463:50: error: 'ENAMETOOLONG' undeclared (first use in this function)
               if (! (errno == ERANGE || errno == ENAMETOOLONG
                                                  ^
conftest.c:464:34: error: 'ENOENT' undeclared (first use in this function)
                      || errno == ENOENT))
                                  ^
configure:31492: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| /* end confdefs.h.  */
| 
| #include <stdlib.h>
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #else /* on Windows with MSVC */
| # include <direct.h>
| #endif
| #include <string.h>
| #include <sys/stat.h>
| 
| 
| /* Arrange to define PATH_MAX, like "pathmax.h" does. */
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <limits.h>
| #if defined HAVE_SYS_PARAM_H && !defined PATH_MAX && !defined MAXPATHLEN
| # include <sys/param.h>
| #endif
| #if !defined PATH_MAX && defined MAXPATHLEN
| # define PATH_MAX MAXPATHLEN
| #endif
| #ifdef __hpux
| # undef PATH_MAX
| # define PATH_MAX 1024
| #endif
| #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| # undef PATH_MAX
| # define PATH_MAX 260
| #endif
| 
| 
| /* Don't get link errors because mkdir is redefined to rpl_mkdir.  */
| #undef mkdir
| 
| #ifndef S_IRWXU
| # define S_IRWXU 0700
| #endif
| 
| /* FIXME: skip the run-test altogether on systems without getpagesize.  */
| #if ! HAVE_GETPAGESIZE
| # define getpagesize() 0
| #endif
| 
| /* This size is chosen to be larger than PATH_MAX (4k), yet smaller than
|    the 16kB pagesize on ia64 linux.  Those conditions make the code below
|    trigger a bug in glibc's getcwd implementation before 2.4.90-10.  */
| #define TARGET_LEN (5 * 1024)
| 
| int
| main ()
| {
|   char *cwd;
|   size_t initial_cwd_len;
|   int fail = 0;
| 
|   /* The bug is triggered when PATH_MAX < getpagesize (), so skip
|      this relatively expensive and invasive test if that's not true.  */
| #ifdef PATH_MAX
|   int bug_possible = PATH_MAX < getpagesize ();
| #else
|   int bug_possible = 0;
| #endif
|   if (! bug_possible)
|     return 0;
| 
|   cwd = getcwd (NULL, 0);
|   if (cwd == NULL)
|     return 2;
| 
|   initial_cwd_len = strlen (cwd);
|   free (cwd);
| 
|   if (1)
|     {
|       static char const dir_name[] = "confdir-14B---";
|       size_t desired_depth = ((TARGET_LEN - 1 - initial_cwd_len)
|                               / sizeof dir_name);
|       size_t d;
|       for (d = 0; d < desired_depth; d++)
|         {
|           if (mkdir (dir_name, S_IRWXU) < 0 || chdir (dir_name) < 0)
|             {
|               if (! (errno == ERANGE || errno == ENAMETOOLONG
|                      || errno == ENOENT))
|                 fail = 3; /* Unable to construct deep hierarchy.  */
|               break;
|             }
|         }
| 
|       /* If libc has the bug in question, this invocation of getcwd
|          results in a failed assertion.  */
|       cwd = getcwd (NULL, 0);
|       if (cwd == NULL)
|         fail = 4; /* getcwd didn't assert, but it failed for a long name
|                      where the answer could have been learned.  */
|       free (cwd);
| 
|       /* Call rmdir first, in case the above chdir failed.  */
|       rmdir (dir_name);
|       while (0 < d--)
|         {
|           if (chdir ("..") < 0)
|             {
|               fail = 5;
|               break;
|             }
|           rmdir (dir_name);
|         }
|     }
| 
|   return fail;
| }
| 
configure:31508: result: no
configure:31629: checking for working getdelim function
configure:31689: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:31689: $? = 0
configure:31689: ./conftest
configure:31689: $? = 0
configure:31699: result: yes
configure:31806: checking for getgroups
configure:31806: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:31806: $? = 0
configure:31806: result: yes
configure:31861: checking for working getgroups
configure:31888: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:31888: $? = 0
configure:31888: ./conftest
configure:31888: $? = 0
configure:31899: result: yes
configure:31927: checking whether getgroups handles negative values
configure:31954: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:31954: $? = 0
configure:31954: ./conftest
configure:31954: $? = 0
configure:31964: result: yes
configure:32034: checking for gethostname
configure:32034: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:32034: $? = 0
configure:32034: result: yes
configure:32093: checking for HOST_NAME_MAX
configure:32142: result: yes
configure:32199: checking whether gethrtime is declared
configure:32199: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:399:10: error: 'gethrtime' undeclared (first use in this function)
   (void) gethrtime;
          ^
conftest.c:399:10: note: each undeclared identifier is reported only once for each function it appears in
configure:32199: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| /* end confdefs.h.  */
| #include <time.h>
| 
| int
| main ()
| {
| #ifndef gethrtime
| #ifdef __cplusplus
|   (void) gethrtime;
| #else
|   (void) gethrtime;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:32199: result: no
configure:32220: checking whether CLOCK_MONOTONIC or CLOCK_REALTIME is defined
configure:32243: result: yes
configure:32260: checking for getline
configure:32260: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:32260: $? = 0
configure:32260: result: yes
configure:32268: checking for working getline function
configure:32328: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:32328: $? = 0
configure:32328: ./conftest
configure:32328: $? = 0
configure:32338: result: yes
configure:32392: checking for getloadavg
configure:32392: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:32392: $? = 0
configure:32392: result: yes
configure:32750: checking sys/loadavg.h usability
configure:32750: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:425:25: fatal error: sys/loadavg.h: No such file or directory
 #include <sys/loadavg.h>
                         ^
compilation terminated.
configure:32750: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define HAVE_DECL_GETHRTIME 0
| #define GNULIB_TEST_GETLINE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/loadavg.h>
configure:32750: result: no
configure:32750: checking sys/loadavg.h presence
configure:32750: gcc -std=gnu99 -E  conftest.c
conftest.c:392:25: fatal error: sys/loadavg.h: No such file or directory
 #include <sys/loadavg.h>
                         ^
compilation terminated.
configure:32750: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define HAVE_DECL_GETHRTIME 0
| #define GNULIB_TEST_GETLINE 1
| /* end confdefs.h.  */
| #include <sys/loadavg.h>
configure:32750: result: no
configure:32750: checking for sys/loadavg.h
configure:32750: result: no
configure:32765: checking whether getloadavg is declared
configure:32765: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:32765: $? = 0
configure:32765: result: yes
configure:33051: checking for getpagesize
configure:33051: result: yes
configure:33098: checking whether getpagesize is declared
configure:33098: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:33098: $? = 0
configure:33098: result: yes
configure:33159: checking whether __fsetlocking is declared
configure:33159: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:33159: $? = 0
configure:33159: result: yes
configure:33202: checking whether gettimeofday clobbers localtime buffer
configure:33241: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:33241: $? = 0
configure:33241: ./conftest
configure:33241: $? = 0
configure:33251: result: no
configure:33271: checking for gettimeofday with POSIX signature
configure:33299: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:401:19: error: conflicting types for 'gettimeofday'
               int gettimeofday (struct timeval *restrict, void *restrict);
                   ^
In file included from conftest.c:399:0:
/usr/include/sys/time.h:72:12: note: previous declaration of 'gettimeofday' was here
 extern int gettimeofday (struct timeval *__restrict __tv,
            ^
configure:33299: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define HAVE_DECL_GETHRTIME 0
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define getpass gnu_getpass
| #define HAVE_DECL___FSETLOCKING 1
| /* end confdefs.h.  */
| #include <sys/time.h>
|               struct timeval c;
|               int gettimeofday (struct timeval *restrict, void *restrict);
| 
| int
| main ()
| {
| /* glibc uses struct timezone * rather than the POSIX void *
|                  if _GNU_SOURCE is defined.  However, since the only portable
|                  use of gettimeofday uses NULL as the second parameter, and
|                  since the glibc definition is actually more typesafe, it is
|                  not worth wrapping this to get a compliant signature.  */
|               int (*f) (struct timeval *restrict, void *restrict)
|                 = gettimeofday;
|               int x = f (&c, 0);
|               return !(x | c.tv_sec | c.tv_usec);
| 
|   ;
|   return 0;
| }
configure:33315: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:33315: $? = 0
configure:33324: result: almost
configure:33337: checking whether tzset clobbers localtime buffer
configure:33377: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:33377: $? = 0
configure:33377: ./conftest
configure:33377: $? = 0
configure:33387: result: no
configure:33484: checking whether getusershell is declared
configure:33484: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:33484: $? = 0
configure:33484: result: yes
configure:33553: checking for group_member
configure:33553: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:33553: $? = 0
configure:33553: result: yes
configure:33597: checking host operating system
configure:33664: result: GNU/Linux
configure:33675: checking for library containing gethostbyname
configure:33723: result: none required
configure:33737: checking for gethostbyname
configure:33737: result: yes
configure:34048: checking for library containing inet_ntop
configure:34096: result: none required
configure:34128: checking whether inet_ntop is declared
configure:34128: result: yes
configure:34177: checking whether the compiler generally respects inline
configure:34198: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:34198: $? = 0
configure:34207: result: yes
configure:34254: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:411:23: error: conflicting types for 'foo'
            extern int foo;
                       ^
conftest.c:410:28: note: previous declaration of 'foo' was here
            extern intptr_t foo;
                            ^
configure:34254: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define HAVE_DECL_GETHRTIME 0
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define getpass gnu_getpass
| #define HAVE_DECL___FSETLOCKING 1
| #define HAVE_RUN_TZSET_TEST 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_DECL_GETUSERSHELL 1
| #define GNULIB_TEST_GETUSERSHELL 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_INLINE 1
| /* end confdefs.h.  */
| #include <stdint.h>
|            extern intptr_t foo;
|            extern int foo;
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:34254: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:34254: $? = 0
configure:34264: checking whether INT32_MAX < INTMAX_MAX
configure:34298: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:34298: $? = 0
configure:34305: result: yes
configure:34316: checking whether INT64_MAX == LONG_MAX
configure:34350: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:34350: $? = 0
configure:34357: result: yes
configure:34370: checking whether UINT32_MAX < UINTMAX_MAX
configure:34404: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:34404: $? = 0
configure:34411: result: yes
configure:34422: checking whether UINT64_MAX == ULONG_MAX
configure:34456: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:34456: $? = 0
configure:34463: result: yes
configure:34482: checking for isapipe
configure:34482: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/ccAFVN0G.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:443: undefined reference to `isapipe'
collect2: error: ld returned 1 exit status
configure:34482: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define HAVE_DECL_GETHRTIME 0
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define getpass gnu_getpass
| #define HAVE_DECL___FSETLOCKING 1
| #define HAVE_RUN_TZSET_TEST 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_DECL_GETUSERSHELL 1
| #define GNULIB_TEST_GETUSERSHELL 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_INLINE 1
| /* end confdefs.h.  */
| /* Define isapipe to an innocuous variant, in case <limits.h> declares isapipe.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define isapipe innocuous_isapipe
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char isapipe (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef isapipe
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char isapipe ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_isapipe || defined __stub___isapipe
| choke me
| #endif
| 
| int
| main ()
| {
| return isapipe ();
|   ;
|   return 0;
| }
configure:34482: result: no
configure:34509: checking whether pipes are FIFOs (and for their link count)
configure:34564: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:34564: $? = 0
configure:34564: ./conftest
configure:34564: $? = 0
configure:34575: result: yes (1)
configure:34665: checking whether isnan(double) can be used without linking with libm
configure:34690: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:34690: $? = 0
configure:34699: result: yes
configure:34726: checking whether isnan(float) can be used without linking with libm
configure:34751: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:34751: $? = 0
configure:34760: result: yes
configure:34767: checking whether isnan(float) works
configure:34835: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:34835: $? = 0
configure:34835: ./conftest
configure:34835: $? = 0
configure:34846: result: yes
configure:34989: checking whether isnan(long double) can be used without linking with libm
configure:35014: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:35014: $? = 0
configure:35023: result: yes
configure:35032: checking whether isnanl works
configure:35170: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:35170: $? = 0
configure:35170: ./conftest
configure:35170: $? = 64
configure: program exited with status 64
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define HAVE_DECL_GETHRTIME 0
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define getpass gnu_getpass
| #define HAVE_DECL___FSETLOCKING 1
| #define HAVE_RUN_TZSET_TEST 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_DECL_GETUSERSHELL 1
| #define GNULIB_TEST_GETUSERSHELL 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_INLINE 1
| #define HAVE_FIFO_PIPES 1
| #define PIPE_LINK_COUNT_MAX (1)
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| /* end confdefs.h.  */
| 
| #include <float.h>
| #include <limits.h>
| #include <math.h>
| #if __GNUC__ >= 4
| # undef isnanl
| # define isnanl(x) __builtin_isnanl ((long double)(x))
| #elif defined isnan
| # undef isnanl
| # define isnanl(x) isnan ((long double)(x))
| #endif
| #define NWORDS   ((sizeof (long double) + sizeof (unsigned int) - 1) / sizeof (unsigned int))
| typedef union { unsigned int word[NWORDS]; long double value; }
|         memory_long_double;
| /* On Irix 6.5, gcc 3.4.3 can't compute compile-time NaN, and needs the
|    runtime type conversion.  */
| #ifdef __sgi
| static long double NaNl ()
| {
|   double zero = 0.0;
|   return zero / zero;
| }
| #else
| # define NaNl() (0.0L / 0.0L)
| #endif
| int main ()
| {
|   int result = 0;
| 
|   if (!isnanl (NaNl ()))
|     result |= 1;
| 
|   {
|     memory_long_double m;
|     unsigned int i;
| 
|     /* The isnanl function should be immune against changes in the sign bit and
|        in the mantissa bits.  The xor operation twiddles a bit that can only be
|        a sign bit or a mantissa bit (since the exponent never extends to
|        bit 31).  */
|     m.value = NaNl ();
|     m.word[NWORDS / 2] ^= (unsigned int) 1 << (sizeof (unsigned int) * CHAR_BIT - 1);
|     for (i = 0; i < NWORDS; i++)
|       m.word[i] |= 1;
|     if (!isnanl (m.value))
|       result |= 1;
|   }
| 
| #if ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_)) && !HAVE_SAME_LONG_DOUBLE_AS_DOUBLE
| /* Representation of an 80-bit 'long double' as an initializer for a sequence
|    of 'unsigned int' words.  */
| # ifdef WORDS_BIGENDIAN
| #  define LDBL80_WORDS(exponent,manthi,mantlo)      { ((unsigned int) (exponent) << 16) | ((unsigned int) (manthi) >> 16),        ((unsigned int) (manthi) << 16) | (unsigned int) (mantlo) >> 16),           (unsigned int) (mantlo) << 16                                             }
| # else
| #  define LDBL80_WORDS(exponent,manthi,mantlo)      { mantlo, manthi, exponent }
| # endif
|   { /* Quiet NaN.  */
|     static memory_long_double x =
|       { LDBL80_WORDS (0xFFFF, 0xC3333333, 0x00000000) };
|     if (!isnanl (x.value))
|       result |= 2;
|   }
|   {
|     /* Signalling NaN.  */
|     static memory_long_double x =
|       { LDBL80_WORDS (0xFFFF, 0x83333333, 0x00000000) };
|     if (!isnanl (x.value))
|       result |= 2;
|   }
|   /* The isnanl function should recognize Pseudo-NaNs, Pseudo-Infinities,
|      Pseudo-Zeroes, Unnormalized Numbers, and Pseudo-Denormals, as defined in
|        Intel IA-64 Architecture Software Developer's Manual, Volume 1:
|        Application Architecture.
|        Table 5-2 "Floating-Point Register Encodings"
|        Figure 5-6 "Memory to Floating-Point Register Data Translation"
|    */
|   { /* Pseudo-NaN.  */
|     static memory_long_double x =
|       { LDBL80_WORDS (0xFFFF, 0x40000001, 0x00000000) };
|     if (!isnanl (x.value))
|       result |= 4;
|   }
|   { /* Pseudo-Infinity.  */
|     static memory_long_double x =
|       { LDBL80_WORDS (0xFFFF, 0x00000000, 0x00000000) };
|     if (!isnanl (x.value))
|       result |= 8;
|   }
|   { /* Pseudo-Zero.  */
|     static memory_long_double x =
|       { LDBL80_WORDS (0x4004, 0x00000000, 0x00000000) };
|     if (!isnanl (x.value))
|       result |= 16;
|   }
|   { /* Unnormalized number.  */
|     static memory_long_double x =
|       { LDBL80_WORDS (0x4000, 0x63333333, 0x00000000) };
|     if (!isnanl (x.value))
|       result |= 32;
|   }
|   { /* Pseudo-Denormal.  */
|     static memory_long_double x =
|       { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) };
|     if (!isnanl (x.value))
|       result |= 64;
|   }
| #endif
| 
|   return result;
| }
configure:35181: result: no
configure:35209: checking where to find the exponent in a 'long double'
configure:35289: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:35289: $? = 0
configure:35289: ./conftest
configure:35289: $? = 0
configure:35301: result: word 2 bit 0
configure:35328: checking whether iswblank is declared
configure:35328: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:35328: $? = 0
configure:35328: result: yes
configure:35483: checking whether langinfo.h defines CODESET
configure:35501: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:35501: $? = 0
configure:35509: result: yes
configure:35514: checking whether langinfo.h defines T_FMT_AMPM
configure:35532: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:35532: $? = 0
configure:35540: result: yes
configure:35545: checking whether langinfo.h defines ERA
configure:35563: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:35563: $? = 0
configure:35571: result: yes
configure:35576: checking whether langinfo.h defines YESEXPR
configure:35594: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:35594: $? = 0
configure:35602: result: yes
configure:35650: checking for lchown
configure:35650: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:35650: $? = 0
configure:35650: result: yes
configure:35705: checking for C compiler flag to ignore unused libraries
configure:35741: gcc -std=gnu99 -o conftest -g -O2  -Wl,--as-needed  conftest.c  -lm >&5
configure:35741: $? = 0
configure:35753: result: -Wl,--as-needed
configure:35767: checking whether link obeys POSIX
configure:35810: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:432:14: warning: implicit declaration of function 'rename' [-Wimplicit-function-declaration]
              if (rename ("conftest.a", "conftest.b"))
              ^
configure:35810: $? = 0
configure:35810: ./conftest
configure:35810: $? = 0
configure:35821: result: yes
configure:35861: checking for __xpg4
configure:35877: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
/tmp/cctLh1v6.o: In function `main':
/Backup/script/coreutils-8.21/conftest.c:429: undefined reference to `__xpg4'
collect2: error: ld returned 1 exit status
configure:35877: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define HAVE_DECL_GETHRTIME 0
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define getpass gnu_getpass
| #define HAVE_DECL___FSETLOCKING 1
| #define HAVE_RUN_TZSET_TEST 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_DECL_GETUSERSHELL 1
| #define GNULIB_TEST_GETUSERSHELL 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_INLINE 1
| #define HAVE_FIFO_PIPES 1
| #define PIPE_LINK_COUNT_MAX (1)
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LINK 1
| /* end confdefs.h.  */
| extern int __xpg4;
| int
| main ()
| {
| return __xpg4;
|   ;
|   return 0;
| }
configure:35886: result: no
configure:35891: checking whether link(2) dereferences a symlink
configure:35947: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:35947: $? = 0
configure:35947: ./conftest
configure:35947: $? = 0
configure:35959: result: no
configure:35984: checking whether linkat(,AT_SYMLINK_FOLLOW) works
configure:36011: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:429:1: error: unknown type name 'choke'
 choke me
 ^
conftest.c:432:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
 int
 ^
configure:36011: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define HAVE_DECL_GETHRTIME 0
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define getpass gnu_getpass
| #define HAVE_DECL___FSETLOCKING 1
| #define HAVE_RUN_TZSET_TEST 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_DECL_GETUSERSHELL 1
| #define GNULIB_TEST_GETUSERSHELL 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_INLINE 1
| #define HAVE_FIFO_PIPES 1
| #define PIPE_LINK_COUNT_MAX (1)
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 0
| /* end confdefs.h.  */
| 
| #include <fcntl.h>
| #include <unistd.h>
| #ifdef __linux__
| /* Linux added linkat in 2.6.16, but did not add AT_SYMLINK_FOLLOW
|    until 2.6.18.  Always replace linkat to support older kernels.  */
| choke me
| #endif
| 
| int
| main ()
| {
| return linkat (AT_FDCWD, "conftest.f1", AT_FDCWD, "conftest.f2",
|                     AT_SYMLINK_FOLLOW);
|   ;
|   return 0;
| }
configure:36019: result: need runtime check
configure:36021: checking whether linkat handles trailing slash correctly
configure:36074: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:36074: $? = 0
configure:36074: ./conftest
configure:36074: $? = 0
configure:36085: result: yes
configure:36167: checking whether locale.h conforms to POSIX:2001
configure:36185: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:36185: $? = 0
configure:36192: result: yes
configure:36198: checking whether locale.h defines locale_t
configure:36215: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:36215: $? = 0
configure:36223: result: yes
configure:36236: checking whether struct lconv is properly defined
configure:36255: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:36255: $? = 0
configure:36263: result: yes
configure:36392: checking for pthread_rwlock_t
configure:36392: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:36392: $? = 0
configure:36392: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:431:31: error: expected expression before ')' token
 if (sizeof ((pthread_rwlock_t)))
                               ^
configure:36392: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define HAVE_DECL_GETHRTIME 0
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define getpass gnu_getpass
| #define HAVE_DECL___FSETLOCKING 1
| #define HAVE_RUN_TZSET_TEST 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_DECL_GETUSERSHELL 1
| #define GNULIB_TEST_GETUSERSHELL 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_INLINE 1
| #define HAVE_FIFO_PIPES 1
| #define PIPE_LINK_COUNT_MAX (1)
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define LINKAT_TRAILING_SLASH_BUG 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LOCALECONV 1
| /* end confdefs.h.  */
| #include <pthread.h>
| 
| int
| main ()
| {
| if (sizeof ((pthread_rwlock_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:36392: result: yes
configure:36420: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:36420: $? = 0
configure:36435: checking whether lseek detects pipes
configure:36468: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:36468: $? = 0
configure:36503: result: yes
configure:36592: checking for stdlib.h
configure:36592: result: yes
configure:36602: checking for GNU libc compatible malloc
configure:36646: result: yes
configure:36798: checking whether NAN macro works
configure:36821: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:36821: $? = 0
configure:36828: result: yes
configure:36833: checking whether HUGE_VAL works
configure:36851: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:36851: $? = 0
configure:36858: result: yes
configure:36955: checking whether mbrtowc handles incomplete characters
configure:37012: result: yes
configure:37018: checking whether mbrtowc works as well as mbtowc
configure:37079: result: yes
configure:37130: checking whether mbrtowc handles a NULL pwc argument
configure:37201: result: yes
configure:37207: checking whether mbrtowc handles a NULL string argument
configure:37266: result: yes
configure:37274: checking whether mbrtowc has a correct return value
configure:37404: result: yes
configure:37410: checking whether mbrtowc returns 0 when parsing a NUL character
configure:37466: result: yes
configure:37564: checking whether mbrtowc handles incomplete characters
configure:37621: result: yes
configure:37627: checking whether mbrtowc works as well as mbtowc
configure:37688: result: yes
configure:37810: checking whether mbrtowc handles incomplete characters
configure:37867: result: yes
configure:37873: checking whether mbrtowc works as well as mbtowc
configure:37934: result: yes
configure:37988: checking whether mbsrtowcs works
configure:38080: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:38080: $? = 0
configure:38080: ./conftest
configure:38080: $? = 0
configure:38092: result: yes
configure:38161: checking whether mbswidth is declared in <wchar.h>
configure:38189: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:456:22: error: 'mbswidth' undeclared (first use in this function)
   char *p = (char *) mbswidth;
                      ^
conftest.c:456:22: note: each undeclared identifier is reported only once for each function it appears in
configure:38189: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define HAVE_DECL_GETHRTIME 0
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define getpass gnu_getpass
| #define HAVE_DECL___FSETLOCKING 1
| #define HAVE_RUN_TZSET_TEST 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_DECL_GETUSERSHELL 1
| #define GNULIB_TEST_GETUSERSHELL 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_INLINE 1
| #define HAVE_FIFO_PIPES 1
| #define PIPE_LINK_COUNT_MAX (1)
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define LINKAT_TRAILING_SLASH_BUG 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LOCALECONV 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSCASECMP 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBSSTR 1
| /* end confdefs.h.  */
| 
| /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
|    <wchar.h>.
|    BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
|    before <wchar.h>.  */
| #include <stddef.h>
| #include <stdio.h>
| #include <time.h>
| #include <wchar.h>
| 
| int
| main ()
| {
| 
|   char *p = (char *) mbswidth;
|   return !p;
| 
|   ;
|   return 0;
| }
configure:38196: result: no
configure:38211: checking for mbstate_t
configure:38242: result: yes
configure:38350: checking for mempcpy
configure:38350: result: yes
configure:38404: checking for memrchr
configure:38404: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:38404: $? = 0
configure:38404: result: yes
configure:38450: checking whether mkdir handles trailing slash
configure:38479: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:38479: $? = 0
configure:38479: ./conftest
configure:38479: $? = 0
configure:38492: result: yes
configure:38501: checking whether mkdir handles trailing dot
configure:38530: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:38530: $? = 0
configure:38530: ./conftest
configure:38530: $? = 0
configure:38543: result: yes
configure:38577: checking whether mkfifo rejects trailing slashes
configure:38615: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:38615: $? = 0
configure:38615: ./conftest
configure:38615: $? = 0
configure:38626: result: yes
configure:38674: checking whether mknod can create fifo without root privileges
configure:38711: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:38711: $? = 0
configure:38711: ./conftest
configure:38711: $? = 99
configure: program exited with status 99
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU coreutils"
| #define PACKAGE_TARNAME "coreutils"
| #define PACKAGE_VERSION "8.21"
| #define PACKAGE_STRING "GNU coreutils 8.21"
| #define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
| #define PACKAGE "coreutils"
| #define VERSION "8.21"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GRP_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_XLOCALE_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_UTMPX_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SPAWN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_PWD_H 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_PATHCONF 1
| #define HAVE_BTOWC 1
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_CHOWN 1
| #define HAVE_FCHOWN 1
| #define HAVE_FCHDIR 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_FACCESSAT 1
| #define HAVE_POSIX_FADVISE 1
| #define HAVE_FCHMODAT 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_MEMPCPY 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE___FPENDING 1
| #define HAVE___FPURGE 1
| #define HAVE___FREADING 1
| #define HAVE_ALARM 1
| #define HAVE_FSTATAT 1
| #define HAVE_FSYNC 1
| #define HAVE_STRTOF 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_OPENAT 1
| #define HAVE_FSTATFS 1
| #define HAVE_FUTIMENS 1
| #define HAVE_GETDELIM 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_TCGETATTR 1
| #define HAVE_TCSETATTR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETUSERSHELL 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LINK 1
| #define HAVE_READLINK 1
| #define HAVE_LINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBRLEN 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_GETGROUPLIST 1
| #define HAVE_FCHMOD 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_MKSTEMP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_UTMPNAME 1
| #define HAVE_UTMPXNAME 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SETENV 1
| #define HAVE_SETTIMEOFDAY 1
| #define HAVE_STIME 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STPNCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR_R 1
| #define HAVE___XPG_STRERROR_R 1
| #define HAVE_TZSET 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_PIPE 1
| #define HAVE_UNLINKAT 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_UTIMENSAT 1
| #define HAVE_LUTIMES 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCWIDTH 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_GETEGID 1
| #define HAVE_NEWLOCALE 1
| #define HAVE_SLEEP 1
| #define HAVE_CATGETS 1
| #define HAVE_SYMLINKAT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_WCTOB 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_PRCTL 1
| #define HAVE_ENDGRENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_ISWSPACE 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCTL 1
| #define HAVE_SYSINFO 1
| #define HAVE_TCGETPGRP 1
| #define restrict __restrict
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_C99_STRTOLD 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define GETGROUPS_T gid_t
| #define HAVE_SIG_ATOMIC_T 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_FSEEKO 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_IPV4 1
| #define HAVE_IPV6 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_GETPASS 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FLOCKFILE 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FUNLOCKFILE 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_INTTYPES_H 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define FLT_EXPBIT0_WORD 0
| #define FLT_EXPBIT0_BIT 23
| #define HAVE_WINT_T 1
| #define HAVE_TOWLOWER 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_WCHAR_T 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE__BOOL 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_WORKING_POSIX_SPAWN 1
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_STPNCPY 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define CHECK_PRINTF_SAFE 1
| #define HAVE_DECL_WCWIDTH 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_DECL_STRERROR_R 1
| #define USE_ACL 0
| #define HAVE_ALLOCA 1
| #define GNULIB_AREADLINKAT 1
| #define GNULIB_TEST_BTOWC 1
| #define HAVE_STRTOD_L 1
| #define HAVE_STRTOLD_L 1
| #define HAVE_CALLOC_GNU 1
| #define GNULIB_CALLOC_GNU 1
| #define HAVE_CALLOC_POSIX 1
| #define GNULIB_TEST_CALLOC_POSIX 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CHOWN 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_CLOSE_STREAM 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define GNULIB_DIRENT_SAFER 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_EUIDACCESS 1
| #define GNULIB_TEST_EUIDACCESS 1
| #define GNULIB_FACCESSAT 1
| #define GNULIB_TEST_FACCESSAT 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_FCHMODAT 1
| #define GNULIB_TEST_FCHMODAT 1
| #define GNULIB_FCHOWNAT 1
| #define GNULIB_TEST_FCHOWNAT 1
| #define GNULIB_TEST_FCLOSE 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_FCNTL_SAFER 1
| #define GNULIB_FD_SAFER_FLAG 1
| #define GNULIB_TEST_FDATASYNC 1
| #define GNULIB_TEST_FDOPEN 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define GNULIB_FDUTIMENSAT 1
| #define GNULIB_FFLUSH 1
| #define GNULIB_TEST_FFLUSH 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define GNULIB_FILENAMECAT 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define GNULIB_TEST_FOPEN 1
| #define GNULIB_FOPEN_SAFER 1
| #define HAVE_DECL___FPENDING 1
| #define HAVE_DECL_FPURGE 0
| #define GNULIB_TEST_FPURGE 1
| #define GNULIB_TEST_FREOPEN 1
| #define GNULIB_FREOPEN_SAFER 1
| #define HAVE_FREXP_IN_LIBC 1
| #define GNULIB_TEST_FREXP 1
| #define HAVE_FREXPL_IN_LIBC 1
| #define GNULIB_TEST_FREXPL 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define HAVE_SYS_MOUNT_H 1
| #define STAT_STATVFS 1
| #define STAT_STATFS2_FRSIZE 1
| #define HAVE_SYS_STATFS_H 1
| #define GNULIB_TEST_FSYNC 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define GNULIB_TEST_FUTIMENS 1
| #define HAVE_DECL_GAI_STRERROR 1
| #define HAVE_DECL_GAI_STRERRORA 0
| #define HAVE_DECL_GETADDRINFO 1
| #define HAVE_DECL_FREEADDRINFO 1
| #define HAVE_DECL_GETNAMEINFO 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define GNULIB_TEST_GETADDRINFO 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETGROUPS 1
| #define GNULIB_TEST_GETGROUPS 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define HAVE_DECL_GETHRTIME 0
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETLOADAVG 1
| #define GNULIB_TEST_GETLOGIN 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define getpass gnu_getpass
| #define HAVE_DECL___FSETLOCKING 1
| #define HAVE_RUN_TZSET_TEST 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_DECL_GETUSERSHELL 1
| #define GNULIB_TEST_GETUSERSHELL 1
| #define GNULIB_TEST_GROUP_MEMBER 1
| #define HOST_OPERATING_SYSTEM "GNU/Linux"
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_DECL_INET_NTOP 1
| #define HAVE_INLINE 1
| #define HAVE_FIFO_PIPES 1
| #define PIPE_LINK_COUNT_MAX (1)
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define HAVE_ISNANF_IN_LIBC 1
| #define LDBL_EXPBIT0_WORD 2
| #define LDBL_EXPBIT0_BIT 0
| #define HAVE_DECL_ISWBLANK 1
| #define GNULIB_TEST_ISWBLANK 1
| #define GNULIB_TEST_LCHMOD 1
| #define HAVE_LCHOWN 1
| #define GNULIB_TEST_LCHOWN 1
| #define GNULIB_TEST_LINK 1
| #define LINK_FOLLOWS_SYMLINKS 0
| #define LINKAT_TRAILING_SLASH_BUG 0
| #define GNULIB_TEST_LINKAT 1
| #define GNULIB_TEST_LOCALECONV 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRLEN 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSCASECMP 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSLEN 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MBSSTR 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| /* end confdefs.h.  */
| #include <sys/stat.h>
|              #include <unistd.h>
| 
|              /* Copied from root-uid.h.  FIXME: Just use root-uid.h.  */
|              #ifdef __TANDEM
|              # define ROOT_UID 65535
|              #else
|              # define ROOT_UID 0
|              #endif
| 
| int
| main ()
| {
| /* Indeterminate for super-user, assume no.  Why are you running
|          configure as root, anyway?  */
|       if (geteuid () == ROOT_UID) return 99;
|       if (mknod ("conftest.fifo", S_IFIFO | 0600, 0)) return 2;
|   ;
|   return 0;
| }
configure:38715: error: in `/Backup/script/coreutils-8.21':
configure:38717: error: you should not run configure as root (set FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check)
See `config.log' for more details

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_flexmember=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_DEFAULT_POSIX2_VERSION_set=
ac_cv_env_DEFAULT_POSIX2_VERSION_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func___fpending=yes
ac_cv_func___fpurge=yes
ac_cv_func___freadahead=no
ac_cv_func___freading=yes
ac_cv_func___freadptr=no
ac_cv_func___freadptrinc=no
ac_cv_func___fseterr=no
ac_cv_func___fsetlocking=yes
ac_cv_func___xpg_strerror_r=yes
ac_cv_func__fseeki64=no
ac_cv_func__set_invalid_parameter_handler=no
ac_cv_func_alarm=yes
ac_cv_func_alloca_works=yes
ac_cv_func_btowc=yes
ac_cv_func_calloc_0_nonnull=yes
ac_cv_func_canonicalize_file_name=yes
ac_cv_func_catgets=yes
ac_cv_func_chown=yes
ac_cv_func_chown_works=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_clock_settime=yes
ac_cv_func_closedir=yes
ac_cv_func_directio=no
ac_cv_func_dirfd=yes
ac_cv_func_endgrent=yes
ac_cv_func_endpwent=yes
ac_cv_func_euidaccess=yes
ac_cv_func_faccessat=yes
ac_cv_func_fchdir=yes
ac_cv_func_fchmod=yes
ac_cv_func_fchmodat=yes
ac_cv_func_fchown=yes
ac_cv_func_fchownat=yes
ac_cv_func_fcntl=yes
ac_cv_func_fdopendir=yes
ac_cv_func_flockfile=yes
ac_cv_func_fpurge=no
ac_cv_func_fstatat=yes
ac_cv_func_fstatfs=yes
ac_cv_func_fsync=yes
ac_cv_func_ftruncate=yes
ac_cv_func_funlockfile=yes
ac_cv_func_futimens=yes
ac_cv_func_futimes=yes
ac_cv_func_futimesat=yes
ac_cv_func_getdelim=yes
ac_cv_func_getdtablesize=yes
ac_cv_func_getegid=yes
ac_cv_func_getgrent_nomembers=no
ac_cv_func_getgrgid_nomembers=no
ac_cv_func_getgrnam_nomembers=no
ac_cv_func_getgrouplist=yes
ac_cv_func_getgroups=yes
ac_cv_func_getgroups_works=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_getline=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getlogin=yes
ac_cv_func_getopt_long_only=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getservbyname=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getusershell=yes
ac_cv_func_group_member=yes
ac_cv_func_isapipe=no
ac_cv_func_isascii=yes
ac_cv_func_isblank=yes
ac_cv_func_iswblank=yes
ac_cv_func_iswcntrl=yes
ac_cv_func_iswctype=yes
ac_cv_func_iswspace=yes
ac_cv_func_lchmod=no
ac_cv_func_lchown=yes
ac_cv_func_link=yes
ac_cv_func_linkat=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lstat=yes
ac_cv_func_lutimes=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_mbrlen=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mbsinit=yes
ac_cv_func_mbslen=no
ac_cv_func_mbsrtowcs=yes
ac_cv_func_mempcpy=yes
ac_cv_func_memrchr=yes
ac_cv_func_microuptime=no
ac_cv_func_mkfifo=yes
ac_cv_func_mknod=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mmap=yes
ac_cv_func_mprotect=yes
ac_cv_func_nanotime=no
ac_cv_func_nanouptime=no
ac_cv_func_newlocale=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_openat=yes
ac_cv_func_pathconf=yes
ac_cv_func_pipe2=yes
ac_cv_func_pipe=yes
ac_cv_func_posix_fadvise=yes
ac_cv_func_posix_spawn=yes
ac_cv_func_prctl=yes
ac_cv_func_readlink=yes
ac_cv_func_readlinkat=yes
ac_cv_func_realpath=yes
ac_cv_func_setenv=yes
ac_cv_func_setgroups=yes
ac_cv_func_sethostname=yes
ac_cv_func_setrlimit=yes
ac_cv_func_settimeofday=yes
ac_cv_func_shutdown=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_siginterrupt=yes
ac_cv_func_sleep=yes
ac_cv_func_snprintf=yes
ac_cv_func_stime=yes
ac_cv_func_stpncpy=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=yes
ac_cv_func_strndup=yes
ac_cv_func_strnlen=yes
ac_cv_func_strtod_l=yes
ac_cv_func_strtof=yes
ac_cv_func_strtoimax=yes
ac_cv_func_strtold_l=yes
ac_cv_func_strtoumax=yes
ac_cv_func_symlink=yes
ac_cv_func_symlinkat=yes
ac_cv_func_sync=yes
ac_cv_func_sysctl=yes
ac_cv_func_sysinfo=yes
ac_cv_func_tcgetattr=yes
ac_cv_func_tcgetpgrp=yes
ac_cv_func_tcsetattr=yes
ac_cv_func_towlower=yes
ac_cv_func_tsearch=yes
ac_cv_func_tzset=yes
ac_cv_func_unlinkat=yes
ac_cv_func_usleep=yes
ac_cv_func_utimensat=yes
ac_cv_func_utmpname=yes
ac_cv_func_utmpxname=yes
ac_cv_func_vasnprintf=no
ac_cv_func_wcrtomb=yes
ac_cv_func_wcscoll=yes
ac_cv_func_wcslen=yes
ac_cv_func_wcsnlen=yes
ac_cv_func_wcswidth=yes
ac_cv_func_wctob=yes
ac_cv_func_wcwidth=yes
ac_cv_func_wmemchr=yes
ac_cv_func_wmemcpy=yes
ac_cv_func_wmempcpy=yes
ac_cv_gnu_library_2_1=yes
ac_cv_have_decl___fpending=yes
ac_cv_have_decl___fsetlocking=yes
ac_cv_have_decl__snprintf=no
ac_cv_have_decl_alarm=yes
ac_cv_have_decl_clearerr_unlocked=yes
ac_cv_have_decl_dirfd=yes
ac_cv_have_decl_fchdir=yes
ac_cv_have_decl_fdatasync=yes
ac_cv_have_decl_fdopendir=yes
ac_cv_have_decl_feof_unlocked=yes
ac_cv_have_decl_ferror_unlocked=yes
ac_cv_have_decl_fflush_unlocked=yes
ac_cv_have_decl_fgets_unlocked=yes
ac_cv_have_decl_flockfile=yes
ac_cv_have_decl_fpurge=no
ac_cv_have_decl_fputc_unlocked=yes
ac_cv_have_decl_fputs_unlocked=yes
ac_cv_have_decl_fread_unlocked=yes
ac_cv_have_decl_freeaddrinfo=yes
ac_cv_have_decl_frexpl=yes
ac_cv_have_decl_fseeko=yes
ac_cv_have_decl_ftello=yes
ac_cv_have_decl_funlockfile=yes
ac_cv_have_decl_fwrite_unlocked=yes
ac_cv_have_decl_gai_strerror=yes
ac_cv_have_decl_gai_strerrorA=no
ac_cv_have_decl_getaddrinfo=yes
ac_cv_have_decl_getc_unlocked=yes
ac_cv_have_decl_getchar_unlocked=yes
ac_cv_have_decl_getcwd=yes
ac_cv_have_decl_getdelim=yes
ac_cv_have_decl_getenv=yes
ac_cv_have_decl_gethrtime=no
ac_cv_have_decl_getline=yes
ac_cv_have_decl_getloadavg=yes
ac_cv_have_decl_getnameinfo=yes
ac_cv_have_decl_getpagesize=yes
ac_cv_have_decl_getpass=yes
ac_cv_have_decl_getusershell=yes
ac_cv_have_decl_inet_ntop=yes
ac_cv_have_decl_iswblank=yes
ac_cv_have_decl_mbswidth=no
ac_cv_have_decl_memrchr=yes
ac_cv_have_decl_putc_unlocked=yes
ac_cv_have_decl_putchar_unlocked=yes
ac_cv_have_decl_setenv=yes
ac_cv_have_decl_snprintf=yes
ac_cv_have_decl_stpncpy=yes
ac_cv_have_decl_strdup=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_have_decl_strmode=no
ac_cv_have_decl_strndup=yes
ac_cv_have_decl_strnlen=yes
ac_cv_have_decl_strsignal=yes
ac_cv_have_decl_strtoimax=yes
ac_cv_have_decl_strtoumax=yes
ac_cv_have_decl_sys_siglist=yes
ac_cv_have_decl_unsetenv=yes
ac_cv_have_decl_wcwidth=yes
ac_cv_header_OS_h=no
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dustat_h=no
ac_cv_header_features_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_hurd_h=no
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_paths_h=yes
ac_cv_header_priv_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_search_h=yes
ac_cv_header_selinux_selinux_h=no
ac_cv_header_spawn_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_ext_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_stropts_h=no
ac_cv_header_sys_acl_h=no
ac_cv_header_sys_filsys_h=no
ac_cv_header_sys_fs_s5param_h=no
ac_cv_header_sys_fs_types_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_loadavg_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_statfs_h=yes
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_systeminfo_h=no
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_utsname_h=yes
ac_cv_header_sys_vfs_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_utmpx_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_header_xlocale_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_error_at_line=yes
ac_cv_lib_pthread_pthread_kill=yes
ac_cv_member_struct_sockaddr_sa_len=no
ac_cv_member_struct_sockaddr_storage_ss_family=yes
ac_cv_member_struct_stat_st_blocks=yes
ac_cv_member_struct_statfs_f_type=yes
ac_cv_member_struct_tm_tm_gmtoff=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -std=gnu99 -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cc_stdc=-std=gnu99
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_clock_gettime='none required'
ac_cv_search_fdatasync='none required'
ac_cv_search_getaddrinfo='none required'
ac_cv_search_gethostbyname='none required'
ac_cv_search_getservbyname='none required'
ac_cv_search_inet_ntop='none required'
ac_cv_search_setfilecon=no
ac_cv_struct_st_dm_mode=no
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_sys_long_file_names=yes
ac_cv_sys_posix_termios=yes
ac_cv_type__Bool=yes
ac_cv_type_getgroups=gid_t
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_pthread_rwlock_t=yes
ac_cv_type_sa_family_t=yes
ac_cv_type_sig_atomic_t=yes
ac_cv_type_sigset_t=yes
ac_cv_type_size_t=yes
ac_cv_type_struct_addrinfo=yes
ac_cv_type_struct_sockaddr_storage=yes
ac_cv_type_uid_t=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_working_alloca_h=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_func_iconv_works=yes
am_cv_func_working_getline=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=no
am_cv_make_support_nested_variables=yes
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
fu_cv_sys_stat_statfs2_frsize=yes
fu_cv_sys_stat_statvfs64=no
fu_cv_sys_stat_statvfs=yes
fu_cv_sys_truncating_statfs=no
gl_cv_arithmetic_hrtime_t=no
gl_cv_c_amsterdam_compiler=no
gl_cv_c_inline_effective=yes
gl_cv_c_multiarch=no
gl_cv_cc_double_expbit0='word 1 bit 20'
gl_cv_cc_float_expbit0='word 0 bit 23'
gl_cv_cc_long_double_expbit0='word 2 bit 0'
gl_cv_compound_literals=yes
gl_cv_decl_HOST_NAME_MAX=yes
gl_cv_decl_null_works=yes
gl_cv_double_slash_root=no
gl_cv_fs_space=yes
gl_cv_func_btowc_eof=yes
gl_cv_func_btowc_nul=yes
gl_cv_func_c99_strtold=yes
gl_cv_func_chown_ctime_works=yes
gl_cv_func_chown_follows_symlink=yes
gl_cv_func_chown_slash_works=yes
gl_cv_func_dirfd_macro=no
gl_cv_func_dup2_works=yes
gl_cv_func_fchownat_empty_filename_works=yes
gl_cv_func_fchownat_nofollow_works=yes
gl_cv_func_fcntl_f_dupfd_cloexec='needs runtime check'
gl_cv_func_fcntl_f_dupfd_works=yes
gl_cv_func_fdopen_works=yes
gl_cv_func_fdopendir_works=yes
gl_cv_func_fflush_stdin=no
gl_cv_func_fnmatch_gnu=yes
gl_cv_func_fopen_slash=yes
gl_cv_func_frexp_no_libm=yes
gl_cv_func_frexp_works=yes
gl_cv_func_frexpl_no_libm=yes
gl_cv_func_frexpl_works=yes
gl_cv_func_fseeko=yes
gl_cv_func_fstatat_zero_flag=yes
gl_cv_func_ftello=yes
gl_cv_func_ftello_works=yes
gl_cv_func_futimens_works='needs runtime check'
gl_cv_func_gai_strerror_posix_signature=yes
gl_cv_func_getaddrinfo=yes
gl_cv_func_getcwd_abort_bug=no
gl_cv_func_getcwd_null=yes
gl_cv_func_getcwd_path_max=yes
gl_cv_func_getcwd_posix_signature=yes
gl_cv_func_getgroups_works=yes
gl_cv_func_getopt_gnu=yes
gl_cv_func_getopt_long_gnu=yes
gl_cv_func_getopt_posix=yes
gl_cv_func_gettimeofday_clobber=no
gl_cv_func_gettimeofday_posix_signature=almost
gl_cv_func_isnand_no_libm=yes
gl_cv_func_isnanf_no_libm=yes
gl_cv_func_isnanf_works=yes
gl_cv_func_isnanl_no_libm=yes
gl_cv_func_isnanl_works=no
gl_cv_func_iswcntrl_works=yes
gl_cv_func_itold_works=yes
gl_cv_func_ldexp_no_libm=yes
gl_cv_func_link_follows_symlink=no
gl_cv_func_link_works=yes
gl_cv_func_linkat_follow='need runtime check'
gl_cv_func_linkat_slash=yes
gl_cv_func_lseek_pipe=yes
gl_cv_func_lstat_dereferences_slashed_symlink=yes
gl_cv_func_malloc_0_nonnull=1
gl_cv_func_malloc_posix=yes
gl_cv_func_mbrtowc_incomplete_state=yes
gl_cv_func_mbrtowc_nul_retval=yes
gl_cv_func_mbrtowc_null_arg1=yes
gl_cv_func_mbrtowc_null_arg2=yes
gl_cv_func_mbrtowc_retval=yes
gl_cv_func_mbrtowc_sanitycheck=yes
gl_cv_func_mbsrtowcs_works=yes
gl_cv_func_memchr_works=yes
gl_cv_func_mkdir_trailing_dot_works=yes
gl_cv_func_mkdir_trailing_slash_works=yes
gl_cv_func_mkfifo_works=yes
gl_cv_func_posix_spawn_works=yes
gl_cv_func_printf_directive_a=yes
gl_cv_func_printf_directive_f=yes
gl_cv_func_printf_directive_ls=yes
gl_cv_func_printf_directive_n=yes
gl_cv_func_printf_enomem=yes
gl_cv_func_printf_flag_grouping=yes
gl_cv_func_printf_flag_leftadjust=yes
gl_cv_func_printf_flag_zero=yes
gl_cv_func_printf_infinite=yes
gl_cv_func_printf_infinite_long_double=no
gl_cv_func_printf_long_double=yes
gl_cv_func_printf_precision=yes
gl_cv_func_printf_sizes_c99=yes
gl_cv_func_realpath_works=yes
gl_cv_func_rmdir_works=yes
gl_cv_func_select_detects_ebadf=yes
gl_cv_func_select_supports0=yes
gl_cv_func_snprintf_retval_c99=yes
gl_cv_func_spawnattr_setschedparam=yes
gl_cv_func_spawnattr_setschedpolicy=yes
gl_cv_func_strerror_0_works=yes
gl_cv_func_strerror_r_posix_signature=no
gl_cv_func_strerror_r_works=yes
gl_cv_func_strncat_works=yes
gl_cv_func_tzset_clobber=no
gl_cv_func_ungetc_works=yes
gl_cv_func_unlink_honors_slashes=yes
gl_cv_func_unlink_parent_fails='guessing yes'
gl_cv_func_wcwidth_works=yes
gl_cv_func_working_getdelim=yes
gl_cv_func_working_utimes=yes
gl_cv_have___xpg4=no
gl_cv_have_arbitrary_file_name_length_limit=yes
gl_cv_have_clock_gettime_macro=yes
gl_cv_have_include_next=yes
gl_cv_have_weak=yes
gl_cv_header_errno_h_complete=yes
gl_cv_header_inttypes_h=yes
gl_cv_header_langinfo_codeset=yes
gl_cv_header_langinfo_era=yes
gl_cv_header_langinfo_t_fmt_ampm=yes
gl_cv_header_langinfo_yesexpr=yes
gl_cv_header_locale_h_needs_xlocale_h=no
gl_cv_header_locale_h_posix2001=yes
gl_cv_header_locale_has_locale_t=yes
gl_cv_header_math_huge_val_works=yes
gl_cv_header_math_nan_works=yes
gl_cv_header_stdint_h=yes
gl_cv_header_sys_select_h_selfcontained=yes
gl_cv_header_sys_socket_h_selfcontained=yes
gl_cv_header_sys_socket_h_shut=yes
gl_cv_header_wchar_h_correct_inline=yes
gl_cv_header_working_fcntl_h=yes
gl_cv_header_working_stdint_h=yes
gl_cv_host_operating_system=GNU/Linux
gl_cv_lib_socket='none needed'
gl_cv_long_double_equals_double=no
gl_cv_next_arpa_inet_h='<arpa/inet.h>'
gl_cv_next_ctype_h='<ctype.h>'
gl_cv_next_dirent_h='<dirent.h>'
gl_cv_next_fcntl_h='<fcntl.h>'
gl_cv_next_getopt_h='<getopt.h>'
gl_cv_next_iconv_h='<iconv.h>'
gl_cv_next_inttypes_h='<inttypes.h>'
gl_cv_next_langinfo_h='<langinfo.h>'
gl_cv_next_locale_h='<locale.h>'
gl_cv_next_math_h='<math.h>'
gl_cv_next_netdb_h='<netdb.h>'
gl_cv_next_stdint_h='<stdint.h>'
gl_cv_next_string_h='<string.h>'
gl_cv_next_sys_select_h='<sys/select.h>'
gl_cv_next_sys_socket_h='<sys/socket.h>'
gl_cv_next_sys_stat_h='<sys/stat.h>'
gl_cv_next_sys_time_h='<sys/time.h>'
gl_cv_next_sys_types_h='<sys/types.h>'
gl_cv_next_time_h='<time.h>'
gl_cv_next_wctype_h='<wctype.h>'
gl_cv_pipes_are_fifos='yes (1)'
gl_cv_pragma_columns=no
gl_cv_prog_c_ignore_unused_libraries=-Wl,--as-needed
gl_cv_promoted_mode_t=mode_t
gl_cv_rpl_alloca=yes
gl_cv_socket_ipv4=yes
gl_cv_socket_ipv6=yes
gl_cv_struct_dirent_d_ino=yes
gl_cv_struct_dirent_d_type=yes
gl_cv_sys_struct_lconv_ok=yes
gl_cv_sys_struct_timespec_in_time_h=yes
gl_cv_sys_struct_timeval=yes
gl_cv_sys_struct_timeval_tv_sec=yes
gl_cv_sys_struct_utimbuf=yes
gl_cv_sys_tiocgwinsz_needs_termios_h=no
gl_cv_test_INT32_MAX_LT_INTMAX_MAX=yes
gl_cv_test_INT64_MAX_EQ_LONG_MAX=yes
gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=yes
gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=yes
gl_cv_type_sigset_t=yes
gl_cv_type_wctrans_t=yes
gl_cv_type_wctype_t=yes
gl_cv_var__system_configuration=no
gl_cv_var_stdin_large_offset=yes
gt_cv_c_intmax_t=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_inttypes_pri_broken=no
gt_cv_locale_fr=fr_FR
gt_cv_locale_fr_utf8=fr_FR.UTF-8
gt_cv_locale_ja=ja_JP
gt_cv_locale_zh_CN=zh_CN.GB18030
gt_cv_ssize_t=yes
gt_cv_val_LC_MESSAGES=yes
gt_cv_var_environ_declaration=yes

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

ACLOCAL='${SHELL} /Backup/script/coreutils-8.21/build-aux/missing --run aclocal-1.11'
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='ar'
ARFLAGS='cru'
AUTOCONF='${SHELL} /Backup/script/coreutils-8.21/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} /Backup/script/coreutils-8.21/build-aux/missing --run autoheader'
AUTOMAKE='${SHELL} /Backup/script/coreutils-8.21/build-aux/missing --run automake-1.11'
AWK='gawk'
BITSIZEOF_PTRDIFF_T=''
BITSIZEOF_SIG_ATOMIC_T=''
BITSIZEOF_SIZE_T=''
BITSIZEOF_WCHAR_T=''
BITSIZEOF_WINT_T=''
CC='gcc -std=gnu99'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CONFIG_INCLUDE=''
CPP='gcc -std=gnu99 -E'
CPPFLAGS=''
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE=''
CYGPATH_W='echo'
DEFAULT_POSIX2_VERSION=''
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EMULTIHOP_HIDDEN=''
EMULTIHOP_VALUE=''
ENOLINK_HIDDEN=''
ENOLINK_VALUE=''
EOVERFLOW_HIDDEN=''
EOVERFLOW_VALUE=''
ERRNO_H=''
EXEEXT=''
EXTRA_MANS=''
FLOAT_H=''
FNMATCH_H=''
GETADDRINFO_LIB=''
GETHOSTNAME_LIB=''
GETLOADAVG_LIBS=''
GETOPT_H=''
GETTEXT_MACRO_VERSION=''
GLIBC21='yes'
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_NETINET_IN_H_FALSE=''
GL_GENERATE_NETINET_IN_H_TRUE=''
GL_GENERATE_PTHREAD_H_FALSE=''
GL_GENERATE_PTHREAD_H_TRUE=''
GL_GENERATE_SCHED_H_FALSE=''
GL_GENERATE_SCHED_H_TRUE=''
GL_GENERATE_SELINUX_CONTEXT_H_FALSE=''
GL_GENERATE_SELINUX_CONTEXT_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=''
GMSGFMT_015=''
GNULIB_ACCEPT4='0'
GNULIB_ACCEPT='0'
GNULIB_ACOSF='0'
GNULIB_ACOSL='0'
GNULIB_ALPHASORT='0'
GNULIB_ASINF='0'
GNULIB_ASINL='0'
GNULIB_ATAN2F='0'
GNULIB_ATANF='0'
GNULIB_ATANL='0'
GNULIB_ATOLL='0'
GNULIB_BIND='0'
GNULIB_BTOWC='1'
GNULIB_CALLOC_POSIX='1'
GNULIB_CANONICALIZE_FILE_NAME='1'
GNULIB_CBRT='0'
GNULIB_CBRTF='0'
GNULIB_CBRTL='0'
GNULIB_CEIL='0'
GNULIB_CEILF='0'
GNULIB_CEILL='0'
GNULIB_CHDIR='1'
GNULIB_CHOWN='1'
GNULIB_CLOSE='1'
GNULIB_CLOSEDIR='1'
GNULIB_CONNECT='0'
GNULIB_COPYSIGN='0'
GNULIB_COPYSIGNF='0'
GNULIB_COPYSIGNL='0'
GNULIB_COSF='0'
GNULIB_COSHF='0'
GNULIB_COSL='0'
GNULIB_DIRFD='1'
GNULIB_DPRINTF='0'
GNULIB_DUP2='1'
GNULIB_DUP3='0'
GNULIB_DUP='1'
GNULIB_DUPLOCALE='0'
GNULIB_ENVIRON='1'
GNULIB_EUIDACCESS='1'
GNULIB_EXP2='0'
GNULIB_EXP2F='0'
GNULIB_EXP2L='0'
GNULIB_EXPF='0'
GNULIB_EXPL='0'
GNULIB_EXPM1='0'
GNULIB_EXPM1F='0'
GNULIB_EXPM1L='0'
GNULIB_FABSF='0'
GNULIB_FABSL='0'
GNULIB_FACCESSAT='1'
GNULIB_FCHDIR='1'
GNULIB_FCHMODAT='1'
GNULIB_FCHOWNAT='1'
GNULIB_FCLOSE='1'
GNULIB_FCNTL='1'
GNULIB_FDATASYNC='1'
GNULIB_FDOPEN='1'
GNULIB_FDOPENDIR='1'
GNULIB_FFLUSH='1'
GNULIB_FFSL='0'
GNULIB_FFSLL='0'
GNULIB_FGETC='0'
GNULIB_FGETS='0'
GNULIB_FLOOR='0'
GNULIB_FLOORF='0'
GNULIB_FLOORL='0'
GNULIB_FMA='0'
GNULIB_FMAF='0'
GNULIB_FMAL='0'
GNULIB_FMOD='0'
GNULIB_FMODF='0'
GNULIB_FMODL='0'
GNULIB_FOPEN='1'
GNULIB_FPRINTF='0'
GNULIB_FPRINTF_POSIX='0'
GNULIB_FPURGE='1'
GNULIB_FPUTC='0'
GNULIB_FPUTS='0'
GNULIB_FREAD='0'
GNULIB_FREOPEN='1'
GNULIB_FREXP='1'
GNULIB_FREXPF='0'
GNULIB_FREXPL='1'
GNULIB_FSCANF='0'
GNULIB_FSEEK='1'
GNULIB_FSEEKO='1'
GNULIB_FSTAT='1'
GNULIB_FSTATAT='1'
GNULIB_FSYNC='1'
GNULIB_FTELL='1'
GNULIB_FTELLO='1'
GNULIB_FTRUNCATE='1'
GNULIB_FUTIMENS='1'
GNULIB_FWRITE='0'
GNULIB_GETADDRINFO='1'
GNULIB_GETC='0'
GNULIB_GETCHAR='0'
GNULIB_GETCWD='1'
GNULIB_GETDELIM='1'
GNULIB_GETDOMAINNAME='0'
GNULIB_GETDTABLESIZE='1'
GNULIB_GETGROUPS='1'
GNULIB_GETHOSTNAME='1'
GNULIB_GETLINE='1'
GNULIB_GETLOADAVG='1'
GNULIB_GETLOGIN='1'
GNULIB_GETLOGIN_R='0'
GNULIB_GETPAGESIZE='1'
GNULIB_GETPEERNAME='0'
GNULIB_GETRUSAGE='0'
GNULIB_GETSOCKNAME='0'
GNULIB_GETSOCKOPT='0'
GNULIB_GETSUBOPT='0'
GNULIB_GETTIMEOFDAY='1'
GNULIB_GETUSERSHELL='1'
GNULIB_GL_UNISTD_H_GETOPT=''
GNULIB_GRANTPT='0'
GNULIB_GROUP_MEMBER='1'
GNULIB_HYPOT='0'
GNULIB_HYPOTF='0'
GNULIB_HYPOTL='0'
GNULIB_ICONV='1'
GNULIB_ILOGB='0'
GNULIB_ILOGBF='0'
GNULIB_ILOGBL='0'
GNULIB_IMAXABS='0'
GNULIB_IMAXDIV='0'
GNULIB_INET_NTOP='1'
GNULIB_INET_PTON='0'
GNULIB_IOCTL='0'
GNULIB_ISATTY='1'
GNULIB_ISBLANK='1'
GNULIB_ISFINITE='0'
GNULIB_ISINF='0'
GNULIB_ISNAN='0'
GNULIB_ISNAND='0'
GNULIB_ISNANF='0'
GNULIB_ISNANL='0'
GNULIB_ISWBLANK='1'
GNULIB_ISWCTYPE='0'
GNULIB_LCHMOD='1'
GNULIB_LCHOWN='1'
GNULIB_LDEXPF='0'
GNULIB_LDEXPL='0'
GNULIB_LINK='1'
GNULIB_LINKAT='1'
GNULIB_LISTEN='0'
GNULIB_LOCALECONV='1'
GNULIB_LOG10='0'
GNULIB_LOG10F='0'
GNULIB_LOG10L='0'
GNULIB_LOG1P='0'
GNULIB_LOG1PF='0'
GNULIB_LOG1PL='0'
GNULIB_LOG2='0'
GNULIB_LOG2F='0'
GNULIB_LOG2L='0'
GNULIB_LOG='0'
GNULIB_LOGB='0'
GNULIB_LOGBF='0'
GNULIB_LOGBL='0'
GNULIB_LOGF='0'
GNULIB_LOGL='0'
GNULIB_LSEEK='1'
GNULIB_LSTAT='1'
GNULIB_MALLOC_POSIX='1'
GNULIB_MBRLEN='1'
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='1'
GNULIB_MEMRCHR='1'
GNULIB_MKDIRAT='0'
GNULIB_MKDTEMP='0'
GNULIB_MKFIFO='1'
GNULIB_MKFIFOAT='0'
GNULIB_MKNOD='0'
GNULIB_MKNODAT='0'
GNULIB_MKOSTEMP='0'
GNULIB_MKOSTEMPS='0'
GNULIB_MKSTEMP='0'
GNULIB_MKSTEMPS='0'
GNULIB_MKTIME='0'
GNULIB_MODF='0'
GNULIB_MODFF='0'
GNULIB_MODFL='0'
GNULIB_NANOSLEEP='0'
GNULIB_NL_LANGINFO='0'
GNULIB_NONBLOCKING='0'
GNULIB_OBSTACK_PRINTF='0'
GNULIB_OBSTACK_PRINTF_POSIX='0'
GNULIB_OPEN='0'
GNULIB_OPENAT='0'
GNULIB_OPENDIR='0'
GNULIB_PCLOSE='0'
GNULIB_PERROR='0'
GNULIB_PIPE2='0'
GNULIB_PIPE='0'
GNULIB_POPEN='0'
GNULIB_POSIX_OPENPT='0'
GNULIB_POSIX_SPAWN='0'
GNULIB_POSIX_SPAWNATTR_DESTROY='0'
GNULIB_POSIX_SPAWNATTR_GETFLAGS='0'
GNULIB_POSIX_SPAWNATTR_GETPGROUP='0'
GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM='0'
GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY='0'
GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT='0'
GNULIB_POSIX_SPAWNATTR_GETSIGMASK='0'
GNULIB_POSIX_SPAWNATTR_INIT='0'
GNULIB_POSIX_SPAWNATTR_SETFLAGS='0'
GNULIB_POSIX_SPAWNATTR_SETPGROUP='0'
GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM='0'
GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY='0'
GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT='0'
GNULIB_POSIX_SPAWNATTR_SETSIGMASK='0'
GNULIB_POSIX_SPAWNP='0'
GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE='0'
GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2='0'
GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN='0'
GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY='0'
GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT='0'
GNULIB_POWF='0'
GNULIB_PREAD='0'
GNULIB_PRINTF='0'
GNULIB_PRINTF_POSIX='0'
GNULIB_PSELECT='0'
GNULIB_PTHREAD_SIGMASK='0'
GNULIB_PTSNAME='0'
GNULIB_PTSNAME_R='0'
GNULIB_PUTC='0'
GNULIB_PUTCHAR='0'
GNULIB_PUTENV='0'
GNULIB_PUTS='0'
GNULIB_PWRITE='0'
GNULIB_RAISE='0'
GNULIB_RANDOM='0'
GNULIB_RANDOM_R='0'
GNULIB_RAWMEMCHR='0'
GNULIB_READ='0'
GNULIB_READDIR='0'
GNULIB_READLINK='0'
GNULIB_READLINKAT='0'
GNULIB_REALLOC_POSIX='0'
GNULIB_REALPATH='0'
GNULIB_RECV='0'
GNULIB_RECVFROM='0'
GNULIB_REMAINDER='0'
GNULIB_REMAINDERF='0'
GNULIB_REMAINDERL='0'
GNULIB_REMOVE='0'
GNULIB_RENAME='0'
GNULIB_RENAMEAT='0'
GNULIB_REWINDDIR='0'
GNULIB_RINT='0'
GNULIB_RINTF='0'
GNULIB_RINTL='0'
GNULIB_RMDIR='0'
GNULIB_ROUND='0'
GNULIB_ROUNDF='0'
GNULIB_ROUNDL='0'
GNULIB_RPMATCH='0'
GNULIB_SCANDIR='0'
GNULIB_SCANF='0'
GNULIB_SELECT='0'
GNULIB_SEND='0'
GNULIB_SENDTO='0'
GNULIB_SETENV='0'
GNULIB_SETHOSTNAME='0'
GNULIB_SETLOCALE='0'
GNULIB_SETSOCKOPT='0'
GNULIB_SHUTDOWN='0'
GNULIB_SIGACTION='0'
GNULIB_SIGNAL_H_SIGPIPE='0'
GNULIB_SIGNBIT='0'
GNULIB_SIGPROCMASK='0'
GNULIB_SINF='0'
GNULIB_SINHF='0'
GNULIB_SINL='0'
GNULIB_SLEEP='0'
GNULIB_SNPRINTF='0'
GNULIB_SOCKET='0'
GNULIB_SPRINTF_POSIX='0'
GNULIB_SQRTF='0'
GNULIB_SQRTL='0'
GNULIB_STAT='0'
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='0'
GNULIB_STRERROR_R='0'
GNULIB_STRNCAT='0'
GNULIB_STRNDUP='0'
GNULIB_STRNLEN='0'
GNULIB_STRPBRK='0'
GNULIB_STRPTIME='0'
GNULIB_STRSEP='0'
GNULIB_STRSIGNAL='0'
GNULIB_STRSTR='0'
GNULIB_STRTOD='0'
GNULIB_STRTOIMAX='0'
GNULIB_STRTOK_R='0'
GNULIB_STRTOLL='0'
GNULIB_STRTOULL='0'
GNULIB_STRTOUMAX='0'
GNULIB_STRVERSCMP='0'
GNULIB_SYMLINK='0'
GNULIB_SYMLINKAT='0'
GNULIB_SYSTEM_POSIX='0'
GNULIB_TANF='0'
GNULIB_TANHF='0'
GNULIB_TANL='0'
GNULIB_TCGETSID='0'
GNULIB_TEST_WARN_CFLAGS=''
GNULIB_TIMEGM='0'
GNULIB_TIME_R='0'
GNULIB_TMPFILE='0'
GNULIB_TOWCTRANS='0'
GNULIB_TRUNC='0'
GNULIB_TRUNCF='0'
GNULIB_TRUNCL='0'
GNULIB_TTYNAME_R='0'
GNULIB_UNAME='0'
GNULIB_UNISTD_H_NONBLOCKING='0'
GNULIB_UNISTD_H_SIGPIPE='0'
GNULIB_UNLINK='0'
GNULIB_UNLINKAT='0'
GNULIB_UNLOCKPT='0'
GNULIB_UNSETENV='0'
GNULIB_USLEEP='0'
GNULIB_UTIMENSAT='0'
GNULIB_VASPRINTF='0'
GNULIB_VDPRINTF='0'
GNULIB_VFPRINTF='0'
GNULIB_VFPRINTF_POSIX='0'
GNULIB_VFSCANF='0'
GNULIB_VPRINTF='0'
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='0'
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_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='0'
GNULIB_WCTOMB='0'
GNULIB_WCTRANS='0'
GNULIB_WCTYPE='0'
GNULIB_WCWIDTH='0'
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='/usr/bin/grep'
HAVE_ACCEPT4='1'
HAVE_ACOSF='1'
HAVE_ACOSL='1'
HAVE_ALPHASORT='1'
HAVE_ARPA_INET_H='1'
HAVE_ASINF='1'
HAVE_ASINL='1'
HAVE_ATAN2F='1'
HAVE_ATANF='1'
HAVE_ATANL='1'
HAVE_ATOLL='1'
HAVE_BTOWC='1'
HAVE_CANONICALIZE_FILE_NAME='1'
HAVE_CBRT='1'
HAVE_CBRTF='1'
HAVE_CBRTL='1'
HAVE_CHOWN='1'
HAVE_CLOSEDIR='1'
HAVE_COPYSIGN='1'
HAVE_COPYSIGNL='1'
HAVE_COSF='1'
HAVE_COSHF='1'
HAVE_COSL='1'
HAVE_DECL_ACOSL='1'
HAVE_DECL_ASINL='1'
HAVE_DECL_ATANL='1'
HAVE_DECL_CBRTF='1'
HAVE_DECL_CBRTL='1'
HAVE_DECL_CEILF='1'
HAVE_DECL_CEILL='1'
HAVE_DECL_COPYSIGNF='1'
HAVE_DECL_COSL='1'
HAVE_DECL_DIRFD='1'
HAVE_DECL_ENVIRON='1'
HAVE_DECL_EXP2='1'
HAVE_DECL_EXP2F='1'
HAVE_DECL_EXP2L='1'
HAVE_DECL_EXPL='1'
HAVE_DECL_EXPM1L='1'
HAVE_DECL_FCHDIR='1'
HAVE_DECL_FDATASYNC='1'
HAVE_DECL_FDOPENDIR='1'
HAVE_DECL_FLOORF='1'
HAVE_DECL_FLOORL='1'
HAVE_DECL_FPURGE='0'
HAVE_DECL_FREEADDRINFO='1'
HAVE_DECL_FREXPL='1'
HAVE_DECL_FSEEKO='1'
HAVE_DECL_FTELLO='1'
HAVE_DECL_GAI_STRERROR='1'
HAVE_DECL_GETADDRINFO='1'
HAVE_DECL_GETDELIM='1'
HAVE_DECL_GETDOMAINNAME='1'
HAVE_DECL_GETLINE='1'
HAVE_DECL_GETLOADAVG='1'
HAVE_DECL_GETLOGIN_R='1'
HAVE_DECL_GETNAMEINFO='1'
HAVE_DECL_GETPAGESIZE='1'
HAVE_DECL_GETUSERSHELL='1'
HAVE_DECL_IMAXABS='1'
HAVE_DECL_IMAXDIV='1'
HAVE_DECL_INET_NTOP='1'
HAVE_DECL_INET_PTON='1'
HAVE_DECL_LDEXPL='1'
HAVE_DECL_LOCALTIME_R='1'
HAVE_DECL_LOG10L='1'
HAVE_DECL_LOG2='1'
HAVE_DECL_LOG2F='1'
HAVE_DECL_LOG2L='1'
HAVE_DECL_LOGB='1'
HAVE_DECL_LOGL='1'
HAVE_DECL_MEMMEM='1'
HAVE_DECL_MEMRCHR='1'
HAVE_DECL_OBSTACK_PRINTF='1'
HAVE_DECL_REMAINDER='1'
HAVE_DECL_REMAINDERL='1'
HAVE_DECL_RINTF='1'
HAVE_DECL_ROUND='1'
HAVE_DECL_ROUNDF='1'
HAVE_DECL_ROUNDL='1'
HAVE_DECL_SETENV='1'
HAVE_DECL_SETHOSTNAME='1'
HAVE_DECL_SINL='1'
HAVE_DECL_SNPRINTF='1'
HAVE_DECL_SQRTL='1'
HAVE_DECL_STRDUP='1'
HAVE_DECL_STRERROR_R='1'
HAVE_DECL_STRNDUP='1'
HAVE_DECL_STRNLEN='1'
HAVE_DECL_STRSIGNAL='1'
HAVE_DECL_STRTOIMAX='1'
HAVE_DECL_STRTOK_R='1'
HAVE_DECL_STRTOUMAX='1'
HAVE_DECL_TANL='1'
HAVE_DECL_TCGETSID='1'
HAVE_DECL_TRUNC='1'
HAVE_DECL_TRUNCF='1'
HAVE_DECL_TRUNCL='1'
HAVE_DECL_TTYNAME_R='1'
HAVE_DECL_UNSETENV='1'
HAVE_DECL_VSNPRINTF='1'
HAVE_DECL_WCTOB='1'
HAVE_DECL_WCWIDTH='1'
HAVE_DIRENT_H='1'
HAVE_DPRINTF='1'
HAVE_DUP2='1'
HAVE_DUP3='1'
HAVE_DUPLOCALE='1'
HAVE_EUIDACCESS='1'
HAVE_EXPF='1'
HAVE_EXPL='1'
HAVE_EXPM1='1'
HAVE_EXPM1F='1'
HAVE_FABSF='1'
HAVE_FABSL='1'
HAVE_FACCESSAT='1'
HAVE_FCHDIR='1'
HAVE_FCHMODAT='1'
HAVE_FCHOWNAT='1'
HAVE_FCNTL='1'
HAVE_FDATASYNC='1'
HAVE_FDOPENDIR='1'
HAVE_FEATURES_H='1'
HAVE_FFSL='1'
HAVE_FFSLL='1'
HAVE_FMA='1'
HAVE_FMAF='1'
HAVE_FMAL='1'
HAVE_FMODF='1'
HAVE_FMODL='1'
HAVE_FREXPF='1'
HAVE_FSEEKO='1'
HAVE_FSTATAT='1'
HAVE_FSYNC='1'
HAVE_FTELLO='1'
HAVE_FTRUNCATE='1'
HAVE_FUTIMENS='1'
HAVE_GETDTABLESIZE='1'
HAVE_GETGROUPS='1'
HAVE_GETHOSTNAME='1'
HAVE_GETLOGIN='1'
HAVE_GETOPT_H='1'
HAVE_GETPAGESIZE='1'
HAVE_GETRUSAGE='1'
HAVE_GETSUBOPT='1'
HAVE_GETTIMEOFDAY='1'
HAVE_GRANTPT='1'
HAVE_GROUP_MEMBER='1'
HAVE_HYPOTF='1'
HAVE_HYPOTL='1'
HAVE_ILOGB='1'
HAVE_ILOGBF='1'
HAVE_ILOGBL='1'
HAVE_INTTYPES_H='1'
HAVE_ISBLANK='1'
HAVE_ISNAND='1'
HAVE_ISNANF='1'
HAVE_ISNANL='1'
HAVE_ISWBLANK='1'
HAVE_ISWCNTRL='1'
HAVE_LANGINFO_CODESET='1'
HAVE_LANGINFO_ERA='1'
HAVE_LANGINFO_H='1'
HAVE_LANGINFO_T_FMT_AMPM='1'
HAVE_LANGINFO_YESEXPR='1'
HAVE_LCHMOD='0'
HAVE_LCHOWN='1'
HAVE_LDEXPF='1'
HAVE_LINK='1'
HAVE_LINKAT='1'
HAVE_LOG10F='1'
HAVE_LOG10L='1'
HAVE_LOG1P='1'
HAVE_LOG1PF='1'
HAVE_LOG1PL='1'
HAVE_LOGBF='1'
HAVE_LOGBL='1'
HAVE_LOGF='1'
HAVE_LOGL='1'
HAVE_LONG_LONG_INT='1'
HAVE_LSTAT='1'
HAVE_MBRLEN='1'
HAVE_MBRTOWC='1'
HAVE_MBSINIT='1'
HAVE_MBSLEN='0'
HAVE_MBSNRTOWCS='1'
HAVE_MBSRTOWCS='1'
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_MODFF='1'
HAVE_MODFL='1'
HAVE_MSVC_INVALID_PARAMETER_HANDLER='0'
HAVE_NANOSLEEP='1'
HAVE_NETDB_H='1'
HAVE_NETINET_IN_H=''
HAVE_NL_LANGINFO='1'
HAVE_OPENAT='1'
HAVE_OPENDIR='1'
HAVE_OS_H='0'
HAVE_PCLOSE='1'
HAVE_PERL_FALSE=''
HAVE_PERL_TRUE=''
HAVE_PIPE2='1'
HAVE_PIPE='1'
HAVE_POPEN='1'
HAVE_POSIX_OPENPT='1'
HAVE_POSIX_SIGNALBLOCKING='1'
HAVE_POSIX_SPAWN='1'
HAVE_POSIX_SPAWNATTR_T='1'
HAVE_POSIX_SPAWN_FILE_ACTIONS_T='1'
HAVE_POWF='1'
HAVE_PREAD='1'
HAVE_PSELECT='1'
HAVE_PTHREAD_H='1'
HAVE_PTHREAD_SIGMASK='1'
HAVE_PTHREAD_SPINLOCK_T='1'
HAVE_PTHREAD_T='1'
HAVE_PTSNAME='1'
HAVE_PTSNAME_R='1'
HAVE_PWRITE='1'
HAVE_RAISE='1'
HAVE_RANDOM='1'
HAVE_RANDOM_H='1'
HAVE_RANDOM_R='1'
HAVE_RAWMEMCHR='1'
HAVE_READDIR='1'
HAVE_READLINK='1'
HAVE_READLINKAT='1'
HAVE_REALPATH='1'
HAVE_REMAINDER='1'
HAVE_REMAINDERF='1'
HAVE_RENAMEAT='1'
HAVE_REWINDDIR='1'
HAVE_RINT='1'
HAVE_RINTL='1'
HAVE_RPMATCH='1'
HAVE_SAME_LONG_DOUBLE_AS_DOUBLE='0'
HAVE_SA_FAMILY_T='1'
HAVE_SCANDIR='1'
HAVE_SCHED_H=''
HAVE_SETENV='1'
HAVE_SETHOSTNAME='1'
HAVE_SIGACTION='1'
HAVE_SIGHANDLER_T='1'
HAVE_SIGINFO_T='1'
HAVE_SIGNED_SIG_ATOMIC_T=''
HAVE_SIGNED_WCHAR_T=''
HAVE_SIGNED_WINT_T=''
HAVE_SIGSET_T='1'
HAVE_SINF='1'
HAVE_SINHF='1'
HAVE_SINL='1'
HAVE_SLEEP='1'
HAVE_SPAWN_H=''
HAVE_SQRTF='1'
HAVE_SQRTL='1'
HAVE_STDINT_H='1'
HAVE_STPCPY='1'
HAVE_STPNCPY='1'
HAVE_STRCASESTR='1'
HAVE_STRCHRNUL='1'
HAVE_STRPBRK='1'
HAVE_STRPTIME='1'
HAVE_STRSEP='1'
HAVE_STRTOD='1'
HAVE_STRTOLL='1'
HAVE_STRTOULL='1'
HAVE_STRUCT_ADDRINFO='1'
HAVE_STRUCT_RANDOM_DATA='1'
HAVE_STRUCT_SCHED_PARAM=''
HAVE_STRUCT_SIGACTION_SA_SIGACTION='1'
HAVE_STRUCT_SOCKADDR_STORAGE='1'
HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY='1'
HAVE_STRUCT_TIMEVAL='1'
HAVE_STRUCT_UTSNAME='1'
HAVE_STRVERSCMP='1'
HAVE_SYMLINK='1'
HAVE_SYMLINKAT='1'
HAVE_SYS_BITYPES_H=''
HAVE_SYS_INTTYPES_H=''
HAVE_SYS_IOCTL_H=''
HAVE_SYS_LOADAVG_H='0'
HAVE_SYS_PARAM_H='0'
HAVE_SYS_RESOURCE_H=''
HAVE_SYS_SELECT_H='1'
HAVE_SYS_SOCKET_H='1'
HAVE_SYS_TIME_H='1'
HAVE_SYS_TYPES_H='1'
HAVE_SYS_UIO_H=''
HAVE_SYS_UTSNAME_H=''
HAVE_TANF='1'
HAVE_TANHF='1'
HAVE_TANL='1'
HAVE_TERMIOS_H='1'
HAVE_TIMEGM='1'
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1'
HAVE_UNAME='1'
HAVE_UNISTD_H=''
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='1'
HAVE_WCSCASECMP='1'
HAVE_WCSCAT='1'
HAVE_WCSCHR='1'
HAVE_WCSCMP='1'
HAVE_WCSCOLL='1'
HAVE_WCSCPY='1'
HAVE_WCSCSPN='1'
HAVE_WCSDUP='1'
HAVE_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='1'
HAVE__BOOL='1'
HAVE__EXIT='1'
HELP2MAN=''
HOSTENT_LIB=''
ICONV_CONST=''
ICONV_H='iconv.h'
IGNORE_UNUSED_LIBRARIES_CFLAGS='-Wl,--as-needed'
INCLUDE_NEXT='include_next'
INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
INET_NTOP_LIB=''
INET_PTON_LIB=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INT32_MAX_LT_INTMAX_MAX='1'
INT64_MAX_EQ_LONG_MAX='1'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS=''
LIBCOREUTILS_LIBDEPS=''
LIBCOREUTILS_LTLIBDEPS=''
LIBICONV=''
LIBINTL=''
LIBMULTITHREAD='-lpthread'
LIBOBJS=''
LIBPTH=''
LIBPTH_PREFIX=''
LIBS=''
LIBSOCKET=''
LIBTESTS_LIBDEPS=''
LIBTHREAD=''
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=''
LIBUNISTRING_UNITYPES_H=''
LIBUNISTRING_UNIWIDTH_H=''
LIB_ACL=''
LIB_CAP=''
LIB_CLOCK_GETTIME=''
LIB_EACCESS=''
LIB_FDATASYNC=''
LIB_GETHRXTIME=''
LIB_GMP=''
LIB_NANOSLEEP=''
LIB_PTHREAD=''
LIB_SELECT=''
LIB_SELINUX=''
LIB_TIMER_TIME=''
LIB_XATTR=''
LN_S='ln -s'
LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(abs_top_builddir)/lib"'
LOCALE_FR='fr_FR'
LOCALE_FR_UTF8='fr_FR.UTF-8'
LOCALE_JA='ja_JP'
LOCALE_TR_UTF8=''
LOCALE_ZH_CN='zh_CN.GB18030'
LTLIBICONV=''
LTLIBINTL=''
LTLIBMULTITHREAD='-lpthread'
LTLIBOBJS=''
LTLIBPTH=''
LTLIBTHREAD=''
MAKEINFO='${SHELL} /Backup/script/coreutils-8.21/build-aux/missing --run makeinfo'
MAN=''
MKDIR_P='/usr/bin/mkdir -p'
MSGFMT=''
MSGFMT_015=''
MSGMERGE=''
NETINET_IN_H=''
NEXT_ARPA_INET_H='<arpa/inet.h>'
NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H='<arpa/inet.h>'
NEXT_AS_FIRST_DIRECTIVE_CTYPE_H='<ctype.h>'
NEXT_AS_FIRST_DIRECTIVE_DIRENT_H='<dirent.h>'
NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='<fcntl.h>'
NEXT_AS_FIRST_DIRECTIVE_FLOAT_H=''
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='<getopt.h>'
NEXT_AS_FIRST_DIRECTIVE_ICONV_H='<iconv.h>'
NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='<inttypes.h>'
NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='<langinfo.h>'
NEXT_AS_FIRST_DIRECTIVE_LOCALE_H='<locale.h>'
NEXT_AS_FIRST_DIRECTIVE_MATH_H='<math.h>'
NEXT_AS_FIRST_DIRECTIVE_NETDB_H='<netdb.h>'
NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H=''
NEXT_AS_FIRST_DIRECTIVE_PTHREAD_H=''
NEXT_AS_FIRST_DIRECTIVE_SCHED_H=''
NEXT_AS_FIRST_DIRECTIVE_SELINUX_SELINUX_H=''
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H=''
NEXT_AS_FIRST_DIRECTIVE_SPAWN_H=''
NEXT_AS_FIRST_DIRECTIVE_STDARG_H=''
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>'
NEXT_AS_FIRST_DIRECTIVE_STDIO_H=''
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=''
NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_IOCTL_H=''
NEXT_AS_FIRST_DIRECTIVE_SYS_RESOURCE_H=''
NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='<sys/select.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H='<sys/socket.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='<sys/stat.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='<sys/time.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='<sys/types.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H=''
NEXT_AS_FIRST_DIRECTIVE_SYS_UTSNAME_H=''
NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H=''
NEXT_AS_FIRST_DIRECTIVE_TERMIOS_H=''
NEXT_AS_FIRST_DIRECTIVE_TIME_H='<time.h>'
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=''
NEXT_AS_FIRST_DIRECTIVE_WCHAR_H=''
NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='<wctype.h>'
NEXT_CTYPE_H='<ctype.h>'
NEXT_DIRENT_H='<dirent.h>'
NEXT_ERRNO_H=''
NEXT_FCNTL_H='<fcntl.h>'
NEXT_FLOAT_H=''
NEXT_GETOPT_H='<getopt.h>'
NEXT_ICONV_H='<iconv.h>'
NEXT_INTTYPES_H='<inttypes.h>'
NEXT_LANGINFO_H='<langinfo.h>'
NEXT_LOCALE_H='<locale.h>'
NEXT_MATH_H='<math.h>'
NEXT_NETDB_H='<netdb.h>'
NEXT_NETINET_IN_H=''
NEXT_PTHREAD_H=''
NEXT_SCHED_H=''
NEXT_SELINUX_SELINUX_H=''
NEXT_SIGNAL_H=''
NEXT_SPAWN_H=''
NEXT_STDARG_H=''
NEXT_STDDEF_H=''
NEXT_STDINT_H='<stdint.h>'
NEXT_STDIO_H=''
NEXT_STDLIB_H=''
NEXT_STRING_H='<string.h>'
NEXT_SYS_IOCTL_H=''
NEXT_SYS_RESOURCE_H=''
NEXT_SYS_SELECT_H='<sys/select.h>'
NEXT_SYS_SOCKET_H='<sys/socket.h>'
NEXT_SYS_STAT_H='<sys/stat.h>'
NEXT_SYS_TIME_H='<sys/time.h>'
NEXT_SYS_TYPES_H='<sys/types.h>'
NEXT_SYS_UIO_H=''
NEXT_SYS_UTSNAME_H=''
NEXT_SYS_WAIT_H=''
NEXT_TERMIOS_H=''
NEXT_TIME_H='<time.h>'
NEXT_UNISTD_H=''
NEXT_WCHAR_H=''
NEXT_WCTYPE_H='<wctype.h>'
OBJEXT='o'
PACKAGE='coreutils'
PACKAGE_BUGREPORT='bug-coreutils@gnu.org'
PACKAGE_NAME='GNU coreutils'
PACKAGE_STRING='GNU coreutils 8.21'
PACKAGE_TARNAME='coreutils'
PACKAGE_URL='http://www.gnu.org/software/coreutils/'
PACKAGE_VERSION='8.21'
PATH_SEPARATOR=':'
PERL=''
POSIX_SHELL=''
POSIX_SPAWN_PORTED_FALSE=''
POSIX_SPAWN_PORTED_TRUE=''
POSUB=''
PRAGMA_COLUMNS=''
PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
PREFERABLY_POSIX_SHELL=''
PRIPTR_PREFIX='"l"'
PRI_MACROS_BROKEN='0'
PTHREAD_H=''
PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0'
PTRDIFF_T_SUFFIX=''
RANLIB='ranlib'
REPLACE_BTOWC='0'
REPLACE_CALLOC='0'
REPLACE_CANONICALIZE_FILE_NAME='0'
REPLACE_CBRTF='0'
REPLACE_CBRTL='0'
REPLACE_CEIL='0'
REPLACE_CEILF='0'
REPLACE_CEILL='0'
REPLACE_CHOWN='0'
REPLACE_CLOSE='0'
REPLACE_CLOSEDIR='0'
REPLACE_DIRFD='0'
REPLACE_DPRINTF='0'
REPLACE_DUP2='0'
REPLACE_DUP='0'
REPLACE_DUPLOCALE='0'
REPLACE_EXP2='0'
REPLACE_EXP2L='0'
REPLACE_EXPM1='0'
REPLACE_EXPM1F='0'
REPLACE_FABSL='0'
REPLACE_FCHOWNAT='0'
REPLACE_FCLOSE='1'
REPLACE_FCNTL='1'
REPLACE_FDOPEN='0'
REPLACE_FDOPENDIR='0'
REPLACE_FFLUSH='1'
REPLACE_FLOOR='0'
REPLACE_FLOORF='0'
REPLACE_FLOORL='0'
REPLACE_FMA='0'
REPLACE_FMAF='0'
REPLACE_FMAL='0'
REPLACE_FMOD='0'
REPLACE_FMODF='0'
REPLACE_FMODL='0'
REPLACE_FOPEN='0'
REPLACE_FPRINTF='0'
REPLACE_FPURGE='0'
REPLACE_FREOPEN='0'
REPLACE_FREXP='0'
REPLACE_FREXPF='0'
REPLACE_FREXPL='0'
REPLACE_FSEEK='1'
REPLACE_FSEEKO='1'
REPLACE_FSTAT='0'
REPLACE_FSTATAT='0'
REPLACE_FTELL='0'
REPLACE_FTELLO='0'
REPLACE_FTRUNCATE='0'
REPLACE_FUTIMENS='1'
REPLACE_GAI_STRERROR='0'
REPLACE_GETCWD='0'
REPLACE_GETDELIM='0'
REPLACE_GETDOMAINNAME='0'
REPLACE_GETGROUPS='0'
REPLACE_GETLINE='0'
REPLACE_GETLOGIN_R='0'
REPLACE_GETPAGESIZE='0'
REPLACE_GETTIMEOFDAY='0'
REPLACE_HUGE_VAL='0'
REPLACE_HYPOT='0'
REPLACE_HYPOTF='0'
REPLACE_HYPOTL='0'
REPLACE_ICONV='0'
REPLACE_ICONV_OPEN='0'
REPLACE_ICONV_UTF='0'
REPLACE_ILOGB='0'
REPLACE_ILOGBF='0'
REPLACE_INET_NTOP='0'
REPLACE_INET_PTON='0'
REPLACE_IOCTL='0'
REPLACE_ISATTY='0'
REPLACE_ISFINITE='0'
REPLACE_ISINF='0'
REPLACE_ISNAN='0'
REPLACE_ISWBLANK='0'
REPLACE_ISWCNTRL='0'
REPLACE_ITOLD='0'
REPLACE_LCHOWN='0'
REPLACE_LDEXPL='0'
REPLACE_LINK='0'
REPLACE_LINKAT='1'
REPLACE_LOCALECONV='0'
REPLACE_LOCALTIME_R='GNULIB_PORTCHECK'
REPLACE_LOG10='0'
REPLACE_LOG10F='0'
REPLACE_LOG10L='0'
REPLACE_LOG1P='0'
REPLACE_LOG1PF='0'
REPLACE_LOG1PL='0'
REPLACE_LOG2='0'
REPLACE_LOG2F='0'
REPLACE_LOG2L='0'
REPLACE_LOG='0'
REPLACE_LOGB='0'
REPLACE_LOGBF='0'
REPLACE_LOGBL='0'
REPLACE_LOGF='0'
REPLACE_LOGL='0'
REPLACE_LSEEK='0'
REPLACE_LSTAT='0'
REPLACE_MALLOC='0'
REPLACE_MBRLEN='0'
REPLACE_MBRTOWC='0'
REPLACE_MBSINIT='0'
REPLACE_MBSNRTOWCS='0'
REPLACE_MBSRTOWCS='0'
REPLACE_MBSTATE_T='0'
REPLACE_MBTOWC='0'
REPLACE_MEMCHR='0'
REPLACE_MEMMEM='0'
REPLACE_MKDIR='0'
REPLACE_MKFIFO='0'
REPLACE_MKNOD='0'
REPLACE_MKSTEMP='0'
REPLACE_MKTIME='GNULIB_PORTCHECK'
REPLACE_MODF='0'
REPLACE_MODFF='0'
REPLACE_MODFL='0'
REPLACE_NAN='0'
REPLACE_NANOSLEEP='GNULIB_PORTCHECK'
REPLACE_NL_LANGINFO='0'
REPLACE_NULL='0'
REPLACE_OBSTACK_PRINTF='0'
REPLACE_OPEN='0'
REPLACE_OPENAT='0'
REPLACE_OPENDIR='0'
REPLACE_PERROR='0'
REPLACE_POPEN='0'
REPLACE_POSIX_SPAWN='0'
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE='0'
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2='0'
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN='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_RAISE='0'
REPLACE_RANDOM_R='0'
REPLACE_READ='0'
REPLACE_READLINK='0'
REPLACE_REALLOC='0'
REPLACE_REALPATH='0'
REPLACE_REMAINDER='0'
REPLACE_REMAINDERF='0'
REPLACE_REMAINDERL='0'
REPLACE_REMOVE='0'
REPLACE_RENAME='0'
REPLACE_RENAMEAT='0'
REPLACE_RMDIR='0'
REPLACE_ROUND='0'
REPLACE_ROUNDF='0'
REPLACE_ROUNDL='0'
REPLACE_SELECT='0'
REPLACE_SETENV='0'
REPLACE_SETLOCALE='0'
REPLACE_SIGNBIT='0'
REPLACE_SIGNBIT_USING_GCC='0'
REPLACE_SLEEP='0'
REPLACE_SNPRINTF='0'
REPLACE_SPRINTF='0'
REPLACE_SQRTL='0'
REPLACE_STAT='0'
REPLACE_STDIO_READ_FUNCS='0'
REPLACE_STDIO_WRITE_FUNCS='0'
REPLACE_STPNCPY='0'
REPLACE_STRCASESTR='0'
REPLACE_STRCHRNUL='0'
REPLACE_STRDUP='0'
REPLACE_STRERROR='0'
REPLACE_STRERROR_R='1'
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_STRUCT_LCONV='0'
REPLACE_STRUCT_TIMEVAL='0'
REPLACE_SYMLINK='0'
REPLACE_TIMEGM='GNULIB_PORTCHECK'
REPLACE_TMPFILE='0'
REPLACE_TOWLOWER='0'
REPLACE_TRUNC='0'
REPLACE_TRUNCF='0'
REPLACE_TRUNCL='0'
REPLACE_TTYNAME_R='0'
REPLACE_UNLINK='0'
REPLACE_UNLINKAT='0'
REPLACE_UNSETENV='0'
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_WCSNRTOMBS='0'
REPLACE_WCSRTOMBS='0'
REPLACE_WCSWIDTH='0'
REPLACE_WCTOB='0'
REPLACE_WCTOMB='0'
REPLACE_WCWIDTH='0'
REPLACE_WRITE='0'
SCHED_H=''
SELINUX_CONTEXT_H=''
SEQ_LIBM=''
SERVENT_LIB=''
SET_MAKE=''
SHELL='/bin/sh'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX=''
STDALIGN_H=''
STDARG_H=''
STDBOOL_H=''
STDDEF_H=''
STDINT_H=''
STRIP=''
SYS_IOCTL_H_HAVE_WINSOCK2_H='0'
SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0'
TIME_H_DEFINES_STRUCT_TIMESPEC='1'
UINT32_MAX_LT_UINTMAX_MAX='1'
UINT64_MAX_EQ_ULONG_MAX='1'
UNDEFINE_STRTOK_R='0'
UNISTD_H_HAVE_WINSOCK2_H='0'
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
USE_ACL='0'
USE_NLS=''
VERSION='8.21'
WARN_CFLAGS=''
WCHAR_T_SUFFIX=''
WERROR_CFLAGS=''
WINDOWS_64_BIT_OFF_T='0'
WINDOWS_64_BIT_ST_SIZE='0'
WINT_T_SUFFIX=''
XGETTEXT=''
XGETTEXT_015=''
XGETTEXT_EXTRA_OPTIONS=' --flag=error:3:c-format --flag=error_at_line:5:c-format'
YACC='bison -y'
YFLAGS=''
YIELD_LIB=''
abs_aux_dir=''
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bin_PROGRAMS=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
built_programs=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
gl_LIBOBJS=' openat-proc.o chdir-long.o fclose.o fcntl.o fflush.o fpurge.o freadahead.o freadptr.o fseek.o fseeko.o fseterr.o fsusage.o fts.o futimens.o getpass.o isapipe.o isnanl.o linkat.o'
gl_LTLIBOBJS=''
gltests_LIBOBJS=''
gltests_LTLIBOBJS=''
gltests_WITNESS=''
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Backup/script/coreutils-8.21/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
lispdir='${datarootdir}/emacs/site-lisp'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
man1_MANS=''
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkglibexec_PROGRAMS=''
pkglibexecdir='${libexecdir}/${PACKAGE}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "GNU coreutils"
#define PACKAGE_TARNAME "coreutils"
#define PACKAGE_VERSION "8.21"
#define PACKAGE_STRING "GNU coreutils 8.21"
#define PACKAGE_BUGREPORT "bug-coreutils@gnu.org"
#define PACKAGE_URL "http://www.gnu.org/software/coreutils/"
#define PACKAGE "coreutils"
#define VERSION "8.21"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_FSEEKO 1
#define _DARWIN_USE_64_BIT_INODE 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_ARPA_INET_H 1
#define HAVE_FEATURES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_DIRENT_H 1
#define HAVE_WCTYPE_H 1
#define HAVE_STDIO_EXT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_VFS_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_GETOPT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_GRP_H 1
#define HAVE_ICONV_H 1
#define HAVE_WCHAR_H 1
#define HAVE_STDINT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_XLOCALE_H 1
#define HAVE_MATH_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_UTMP_H 1
#define HAVE_UTMPX_H 1
#define HAVE_SCHED_H 1
#define HAVE_SPAWN_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UTIME_H 1
#define HAVE_PATHS_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_PWD_H 1
#define D_INO_IN_DIRENT 1
#define HAVE_LONG_FILE_NAMES 1
#define HAVE_PATHCONF 1
#define HAVE_BTOWC 1
#define HAVE_CANONICALIZE_FILE_NAME 1
#define HAVE_REALPATH 1
#define HAVE_READLINKAT 1
#define HAVE_CHOWN 1
#define HAVE_FCHOWN 1
#define HAVE_FCHDIR 1
#define HAVE_FDOPENDIR 1
#define HAVE_FACCESSAT 1
#define HAVE_POSIX_FADVISE 1
#define HAVE_FCHMODAT 1
#define HAVE_FCNTL 1
#define HAVE_SYMLINK 1
#define HAVE_MEMPCPY 1
#define HAVE_ISBLANK 1
#define HAVE_ISWCTYPE 1
#define HAVE_MBSRTOWCS 1
#define HAVE_WMEMCHR 1
#define HAVE_WMEMCPY 1
#define HAVE_WMEMPCPY 1
#define HAVE___FPENDING 1
#define HAVE___FPURGE 1
#define HAVE___FREADING 1
#define HAVE_ALARM 1
#define HAVE_FSTATAT 1
#define HAVE_FSYNC 1
#define HAVE_STRTOF 1
#define HAVE_FTRUNCATE 1
#define HAVE_OPENAT 1
#define HAVE_FSTATFS 1
#define HAVE_FUTIMENS 1
#define HAVE_GETDELIM 1
#define HAVE_GETDTABLESIZE 1
#define HAVE_GETLOGIN 1
#define HAVE_FLOCKFILE 1
#define HAVE_FUNLOCKFILE 1
#define HAVE___FSETLOCKING 1
#define HAVE_TCGETATTR 1
#define HAVE_TCSETATTR 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GETUSERSHELL 1
#define HAVE_ISWCNTRL 1
#define HAVE_ISWBLANK 1
#define HAVE_LINK 1
#define HAVE_READLINK 1
#define HAVE_LINKAT 1
#define HAVE_LSTAT 1
#define HAVE_MBSINIT 1
#define HAVE_MBRTOWC 1
#define HAVE_MBRLEN 1
#define HAVE_ISASCII 1
#define HAVE_MPROTECT 1
#define HAVE_GETGROUPLIST 1
#define HAVE_FCHMOD 1
#define HAVE_MKFIFO 1
#define HAVE_MKNOD 1
#define HAVE_MKSTEMP 1
#define HAVE_NL_LANGINFO 1
#define HAVE_PIPE2 1
#define HAVE_POSIX_SPAWN 1
#define HAVE_UTMPNAME 1
#define HAVE_UTMPXNAME 1
#define HAVE_WCSCOLL 1
#define HAVE_SETENV 1
#define HAVE_SETTIMEOFDAY 1
#define HAVE_STIME 1
#define HAVE_SIGACTION 1
#define HAVE_SIGALTSTACK 1
#define HAVE_SIGINTERRUPT 1
#define HAVE_SNPRINTF 1
#define HAVE_STPNCPY 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR_R 1
#define HAVE___XPG_STRERROR_R 1
#define HAVE_TZSET 1
#define HAVE_STRNDUP 1
#define HAVE_STRTOIMAX 1
#define HAVE_STRTOUMAX 1
#define HAVE_LOCALTIME_R 1
#define HAVE_PIPE 1
#define HAVE_UNLINKAT 1
#define HAVE_FUTIMES 1
#define HAVE_FUTIMESAT 1
#define HAVE_UTIMENSAT 1
#define HAVE_LUTIMES 1
#define HAVE_WCRTOMB 1
#define HAVE_WCWIDTH 1
#define HAVE_WCSWIDTH 1
#define HAVE_GETEGID 1
#define HAVE_NEWLOCALE 1
#define HAVE_SLEEP 1
#define HAVE_CATGETS 1
#define HAVE_SYMLINKAT 1
#define HAVE_SHUTDOWN 1
#define HAVE_USLEEP 1
#define HAVE_WCTOB 1
#define HAVE_SETRLIMIT 1
#define HAVE_PRCTL 1
#define HAVE_ENDGRENT 1
#define HAVE_ENDPWENT 1
#define HAVE_ISWSPACE 1
#define HAVE_SETGROUPS 1
#define HAVE_SETHOSTNAME 1
#define HAVE_SYNC 1
#define HAVE_SYSCTL 1
#define HAVE_SYSINFO 1
#define HAVE_TCGETPGRP 1
#define restrict __restrict
#define HAVE_LANGINFO_CODESET 1
#define HAVE_C99_STRTOLD 1
#define FUNC_REALPATH_WORKS 1
#define HAVE_UNISTD_H 1
#define HAVE_CHOWN 1
#define HAVE_ENVIRON_DECL 1
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define STRERROR_R_CHAR_P 1
#define GETGROUPS_T gid_t
#define HAVE_SIG_ATOMIC_T 1
#define HAVE_DECL_FCHDIR 1
#define HAVE_WORKING_O_NOATIME 1
#define HAVE_WORKING_O_NOFOLLOW 1
#define PROMOTED_MODE_T mode_t
#define HAVE_DECL_FDATASYNC 1
#define HAVE_DECL_STRMODE 0
#define HAVE_MBSTATE_T 1
#define HAVE_DECL_FSEEKO 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_DECL_FTELLO 1
#define HAVE_SHUTDOWN 1
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_SA_FAMILY_T 1
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETSERVBYNAME 1
#define HAVE_DECL_INET_NTOP 1
#define HAVE_IPV4 1
#define HAVE_IPV6 1
#define HAVE_DECL_GETCWD 1
#define HAVE_DECL_GETDELIM 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_DECL_GETLINE 1
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_LONG_ONLY 1
#define HAVE_DECL_GETENV 1
#define HAVE_DECL_GETPASS 1
#define HAVE_DECL_FFLUSH_UNLOCKED 1
#define HAVE_DECL_FLOCKFILE 1
#define HAVE_DECL_FPUTS_UNLOCKED 1
#define HAVE_DECL_FUNLOCKFILE 1
#define HAVE_DECL_PUTC_UNLOCKED 1
#define HAVE_ICONV 1
#define ICONV_CONST 
#define HAVE_INTTYPES_H 1
#define DBL_EXPBIT0_WORD 1
#define DBL_EXPBIT0_BIT 20
#define FLT_EXPBIT0_WORD 0
#define FLT_EXPBIT0_BIT 23
#define HAVE_WINT_T 1
#define HAVE_TOWLOWER 1
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_WCHAR_T 1
#define USE_POSIX_THREADS 1
#define USE_POSIX_THREADS_WEAK 1
#define HAVE_STDLIB_H 1
#define MALLOC_0_IS_NONNULL 1
#define HAVE_MAP_ANONYMOUS 1
#define HAVE_DECL_MEMRCHR 1
#define HAVE__BOOL 1
#define HAVE_COMPOUND_LITERALS 1
#define HAVE_TM_GMTOFF 1
#define HAVE_WORKING_POSIX_SPAWN 1
#define HAVE_SIGSET_T 1
#define HAVE_DECL_SETENV 1
#define HAVE_SEARCH_H 1
#define HAVE_TSEARCH 1
#define HAVE_DECL_SNPRINTF 1
#define HAVE_DECL_STPNCPY 1
#define HAVE_DECL_STRDUP 1
#define HAVE_MAP_ANONYMOUS 1
#define HAVE_DECL_STRNDUP 1
#define HAVE_DECL_STRNLEN 1
#define HAVE_DECL_STRSIGNAL 1
#define HAVE_DECL_SYS_SIGLIST 1
#define HAVE_DECL_STRTOIMAX 1
#define HAVE_DECL_STRTOUMAX 1
#define HAVE_DECL_CLEARERR_UNLOCKED 1
#define HAVE_DECL_FEOF_UNLOCKED 1
#define HAVE_DECL_FERROR_UNLOCKED 1
#define HAVE_DECL_FGETS_UNLOCKED 1
#define HAVE_DECL_FPUTC_UNLOCKED 1
#define HAVE_DECL_FREAD_UNLOCKED 1
#define HAVE_DECL_FWRITE_UNLOCKED 1
#define HAVE_DECL_GETCHAR_UNLOCKED 1
#define HAVE_DECL_PUTCHAR_UNLOCKED 1
#define HAVE_DECL_UNSETENV 1
#define HAVE_WORKING_UTIMES 1
#define HAVE_STRUCT_UTIMBUF 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_INTMAX_T 1
#define HAVE_SNPRINTF 1
#define HAVE_STRNLEN 1
#define HAVE_WCSLEN 1
#define HAVE_WCSNLEN 1
#define HAVE_MBRTOWC 1
#define HAVE_WCRTOMB 1
#define HAVE_DECL__SNPRINTF 0
#define HAVE_SNPRINTF_RETVAL_C99 1
#define CHECK_PRINTF_SAFE 1
#define HAVE_DECL_WCWIDTH 1
#define HAVE_DECL_ALARM 1
#define HAVE_LC_MESSAGES 1
#define HAVE_DECL_STRERROR_R 1
#define USE_ACL 0
#define HAVE_ALLOCA 1
#define GNULIB_AREADLINKAT 1
#define GNULIB_TEST_BTOWC 1
#define HAVE_STRTOD_L 1
#define HAVE_STRTOLD_L 1
#define HAVE_CALLOC_GNU 1
#define GNULIB_CALLOC_GNU 1
#define HAVE_CALLOC_POSIX 1
#define GNULIB_TEST_CALLOC_POSIX 1
#define GNULIB_CANONICALIZE 1
#define GNULIB_TEST_CANONICALIZE 1
#define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
#define GNULIB_TEST_CHDIR 1
#define GNULIB_TEST_CHOWN 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_CLOCK_SETTIME 1
#define GNULIB_TEST_CLOEXEC 1
#define GNULIB_TEST_CLOSE 1
#define GNULIB_CLOSE_STREAM 1
#define HAVE_CLOSEDIR 1
#define GNULIB_TEST_CLOSEDIR 1
#define D_INO_IN_DIRENT 1
#define HAVE_STRUCT_DIRENT_D_TYPE 1
#define GNULIB_DIRENT_SAFER 1
#define HAVE_DIRFD 1
#define HAVE_DECL_DIRFD 1
#define GNULIB_TEST_DIRFD 1
#define GNULIB_DIRNAME 1
#define GNULIB_TEST_DUP 1
#define HAVE_DUP2 1
#define GNULIB_TEST_DUP2 1
#define GNULIB_TEST_ENVIRON 1
#define HAVE_EUIDACCESS 1
#define GNULIB_TEST_EUIDACCESS 1
#define GNULIB_FACCESSAT 1
#define GNULIB_TEST_FACCESSAT 1
#define GNULIB_TEST_FCHDIR 1
#define GNULIB_FCHMODAT 1
#define GNULIB_TEST_FCHMODAT 1
#define GNULIB_FCHOWNAT 1
#define GNULIB_TEST_FCHOWNAT 1
#define GNULIB_TEST_FCLOSE 1
#define GNULIB_TEST_FCNTL 1
#define GNULIB_FCNTL_SAFER 1
#define GNULIB_FD_SAFER_FLAG 1
#define GNULIB_TEST_FDATASYNC 1
#define GNULIB_TEST_FDOPEN 1
#define HAVE_DECL_FDOPENDIR 1
#define GNULIB_TEST_FDOPENDIR 1
#define GNULIB_FDOPENDIR 1
#define GNULIB_FDUTIMENSAT 1
#define GNULIB_FFLUSH 1
#define GNULIB_TEST_FFLUSH 1
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define HAVE_ST_BLOCKS 1
#define GNULIB_FILENAMECAT 1
#define FLEXIBLE_ARRAY_MEMBER /**/
#define GNULIB_TEST_FOPEN 1
#define GNULIB_FOPEN_SAFER 1
#define HAVE_DECL___FPENDING 1
#define HAVE_DECL_FPURGE 0
#define GNULIB_TEST_FPURGE 1
#define GNULIB_TEST_FREOPEN 1
#define GNULIB_FREOPEN_SAFER 1
#define HAVE_FREXP_IN_LIBC 1
#define GNULIB_TEST_FREXP 1
#define HAVE_FREXPL_IN_LIBC 1
#define GNULIB_TEST_FREXPL 1
#define GNULIB_TEST_FSEEK 1
#define GNULIB_TEST_FSEEKO 1
#define GNULIB_TEST_FSTAT 1
#define GNULIB_TEST_FSTATAT 1
#define HAVE_SYS_MOUNT_H 1
#define STAT_STATVFS 1
#define STAT_STATFS2_FRSIZE 1
#define HAVE_SYS_STATFS_H 1
#define GNULIB_TEST_FSYNC 1
#define GNULIB_TEST_FTELL 1
#define GNULIB_TEST_FTELLO 1
#define GNULIB_TEST_FTRUNCATE 1
#define HAVE_STRUCT_STATFS_F_TYPE 1
#define GNULIB_TEST_FUTIMENS 1
#define HAVE_DECL_GAI_STRERROR 1
#define HAVE_DECL_GAI_STRERRORA 0
#define HAVE_DECL_GETADDRINFO 1
#define HAVE_DECL_FREEADDRINFO 1
#define HAVE_DECL_GETNAMEINFO 1
#define HAVE_STRUCT_ADDRINFO 1
#define GNULIB_TEST_GETADDRINFO 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MINIMALLY_WORKING_GETCWD 1
#define GNULIB_GETCWD 1
#define GNULIB_TEST_GETCWD 1
#define GNULIB_TEST_GETCWD 1
#define GNULIB_TEST_GETDELIM 1
#define GNULIB_TEST_GETDTABLESIZE 1
#define HAVE_GETGROUPS 1
#define GNULIB_TEST_GETGROUPS 1
#define HAVE_GETHOSTNAME 1
#define GNULIB_TEST_GETHOSTNAME 1
#define HAVE_DECL_GETHRTIME 0
#define GNULIB_TEST_GETLINE 1
#define GNULIB_TEST_GETLOADAVG 1
#define GNULIB_TEST_GETLOGIN 1
#define GNULIB_TEST_GETOPT_GNU 1
#define HAVE_GETPAGESIZE 1
#define GNULIB_TEST_GETPAGESIZE 1
#define getpass gnu_getpass
#define HAVE_DECL___FSETLOCKING 1
#define HAVE_RUN_TZSET_TEST 1
#define GETTIMEOFDAY_TIMEZONE struct timezone
#define GNULIB_TEST_GETTIMEOFDAY 1
#define HAVE_DECL_GETUSERSHELL 1
#define GNULIB_TEST_GETUSERSHELL 1
#define GNULIB_TEST_GROUP_MEMBER 1
#define HOST_OPERATING_SYSTEM "GNU/Linux"
#define HAVE_GETHOSTBYNAME 1
#define HAVE_DECL_INET_NTOP 1
#define HAVE_INLINE 1
#define HAVE_FIFO_PIPES 1
#define PIPE_LINK_COUNT_MAX (1)
#define GNULIB_TEST_ISATTY 1
#define HAVE_ISNAND_IN_LIBC 1
#define HAVE_ISNANF_IN_LIBC 1
#define LDBL_EXPBIT0_WORD 2
#define LDBL_EXPBIT0_BIT 0
#define HAVE_DECL_ISWBLANK 1
#define GNULIB_TEST_ISWBLANK 1
#define GNULIB_TEST_LCHMOD 1
#define HAVE_LCHOWN 1
#define GNULIB_TEST_LCHOWN 1
#define GNULIB_TEST_LINK 1
#define LINK_FOLLOWS_SYMLINKS 0
#define LINKAT_TRAILING_SLASH_BUG 0
#define GNULIB_TEST_LINKAT 1
#define GNULIB_TEST_LOCALECONV 1
#define HAVE_PTHREAD_RWLOCK 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
#define GNULIB_TEST_LSEEK 1
#define GNULIB_TEST_LSTAT 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC_GNU 1
#define GNULIB_MALLOC_GNU 1
#define HAVE_MALLOC_POSIX 1
#define GNULIB_TEST_MALLOC_POSIX 1
#define GNULIB_TEST_MBRLEN 1
#define GNULIB_TEST_MBRTOWC 1
#define GNULIB_TEST_MBSCASECMP 1
#define GNULIB_TEST_MBSINIT 1
#define GNULIB_TEST_MBSLEN 1
#define GNULIB_TEST_MBSRTOWCS 1
#define GNULIB_TEST_MBSSTR 1
#define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
#define HAVE_MBSTATE_T 1
#define GNULIB_TEST_MBTOWC 1
#define GNULIB_TEST_MEMCHR 1
#define HAVE_MEMPCPY 1
#define GNULIB_TEST_MEMPCPY 1
#define HAVE_MEMRCHR 1
#define GNULIB_TEST_MEMRCHR 1
#define GNULIB_TEST_MKFIFO 1

configure: exit 1

ZeroDay Forums Mini