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 6.9.90, which was generated by GNU Autoconf 2.61a.312-b524b. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = macbook.local uname -m = i386 uname -r = 9.1.0 uname -s = Darwin uname -v = Darwin Kernel Version 9.1.0: Wed Oct 31 17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 9.1.0: Wed Oct 31 17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386 Kernel configured for up to 2 processors. 2 processors are physically available. 2 processors are logically available. Processor type: i486 (Intel 80486) Processors active: 0 1 Primary memory available: 2.00 gigabytes Default processor set: 61 tasks, 212 threads, 2 processors Load average: 1.57, Mach factor: 0.48 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /usr/local/bin PATH: /usr/X11/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2353: checking build system type configure:2371: result: i386-apple-darwin9.1.0 configure:2393: checking host system type configure:2408: result: i386-apple-darwin9.1.0 configure:2437: autobuild project... GNU coreutils configure:2443: autobuild revision... 6.9.90 configure:2448: autobuild hostname... macbook.local configure:2459: autobuild timestamp... 20071202-112031 configure:2478: checking for a BSD-compatible install configure:2534: result: /usr/bin/install -c configure:2545: checking whether build environment is sane configure:2588: result: yes configure:2613: checking for a thread-safe mkdir -p configure:2652: result: build-aux/install-sh -c -d configure:2665: checking for gawk configure:2695: result: no configure:2665: checking for mawk configure:2695: result: no configure:2665: checking for nawk configure:2695: result: no configure:2665: checking for awk configure:2681: found /usr/bin/awk configure:2692: result: awk configure:2703: checking whether make sets $(MAKE) configure:2725: result: yes configure:2926: checking for style of include used by make configure:2954: result: GNU configure:3024: checking for gcc configure:3040: found /usr/bin/gcc configure:3051: result: gcc configure:3289: checking for C compiler version configure:3297: gcc --version >&5 i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465) Copyright (C) 2005 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:3301: $? = 0 configure:3308: gcc -v >&5 Using built-in specs. Target: i686-apple-darwin9 Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9 Thread model: posix gcc version 4.0.1 (Apple Inc. build 5465) configure:3312: $? = 0 configure:3319: gcc -V >&5 gcc-4.0: argument to `-V' is missing configure:3323: $? = 1 configure:3346: checking for C compiler default output file name configure:3368: gcc conftest.c >&5 configure:3372: $? = 0 configure:3410: result: a.out configure:3427: checking whether the C compiler works configure:3437: ./a.out configure:3441: $? = 0 configure:3458: result: yes configure:3465: checking whether we are cross compiling configure:3467: result: no configure:3470: checking for suffix of executables configure:3477: gcc -o conftest conftest.c >&5 configure:3481: $? = 0 configure:3505: result: configure:3511: checking for suffix of object files configure:3537: gcc -c conftest.c >&5 configure:3541: $? = 0 configure:3564: result: o configure:3568: checking whether we are using the GNU C compiler configure:3597: gcc -c conftest.c >&5 configure:3604: $? = 0 configure:3621: result: yes configure:3630: checking whether gcc accepts -g configure:3660: gcc -c -g conftest.c >&5 configure:3667: $? = 0 configure:3768: result: yes configure:3785: checking for gcc option to accept ISO C89 configure:3859: gcc -c -g -O2 conftest.c >&5 configure:3866: $? = 0 configure:3889: result: none needed configure:3909: checking dependency style of gcc configure:4000: result: gcc3 configure:4017: checking for gcc option to accept ISO C99 configure:4176: gcc -c -g -O2 conftest.c >&5 conftest.c:60: error: syntax error before 'text' conftest.c: In function 'test_restrict': conftest.c:65: error: 'for' loop initial declaration used outside C99 mode conftest.c:65: error: 'text' undeclared (first use in this function) conftest.c:65: error: (Each undeclared identifier is reported only once conftest.c:65: error: for each function it appears in.) conftest.c: In function 'main': conftest.c:114: error: nested functions are disabled, use -fnested-functions to re-enable conftest.c:114: error: syntax error before 'newvar' conftest.c:124: error: 'for' loop initial declaration used outside C99 mode conftest.c:140: error: 'newvar' undeclared (first use in this function) configure:4183: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // 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:4176: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:4183: $? = 0 configure:4213: result: -std=gnu99 configure:4344: checking for gcc -std=gnu99 option to accept ISO Standard C configure:4355: result: -std=gnu99 configure:4361: checking whether gcc -std=gnu99 and cc understand -c and -o together configure:4396: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:4400: $? = 0 configure:4406: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:4410: $? = 0 configure:4421: cc -c conftest.c >&5 configure:4425: $? = 0 configure:4433: cc -c conftest.c -o conftest2.o >&5 configure:4437: $? = 0 configure:4443: cc -c conftest.c -o conftest2.o >&5 configure:4447: $? = 0 configure:4465: result: yes configure:4496: checking how to run the C preprocessor configure:4536: gcc -std=gnu99 -E conftest.c configure:4543: $? = 0 configure:4574: gcc -std=gnu99 -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:4581: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | /* end confdefs.h. */ | #include configure:4614: result: gcc -std=gnu99 -E configure:4643: gcc -std=gnu99 -E conftest.c configure:4650: $? = 0 configure:4681: gcc -std=gnu99 -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:4688: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | /* end confdefs.h. */ | #include configure:4727: checking for grep that handles long lines and -e configure:4787: result: /usr/bin/grep configure:4792: checking for egrep configure:4856: result: /usr/bin/grep -E configure:4862: checking whether gcc -std=gnu99 needs -traditional conftest.c:10:20: error: termio.h: No such file or directory configure:4904: result: no configure:4954: checking for ranlib configure:4970: found /usr/bin/ranlib configure:4981: result: ranlib configure:5007: checking whether ln -s works configure:5011: result: yes configure:5018: checking for ANSI C header files configure:5048: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5055: $? = 0 configure:5154: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:5158: $? = 0 configure:5164: ./conftest configure:5168: $? = 0 configure:5186: result: yes configure:5210: checking for sys/types.h configure:5231: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5238: $? = 0 configure:5255: result: yes configure:5210: checking for sys/stat.h configure:5231: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5238: $? = 0 configure:5255: result: yes configure:5210: checking for stdlib.h configure:5231: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5238: $? = 0 configure:5255: result: yes configure:5210: checking for string.h configure:5231: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5238: $? = 0 configure:5255: result: yes configure:5210: checking for memory.h configure:5231: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5238: $? = 0 configure:5255: result: yes configure:5210: checking for strings.h configure:5231: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5238: $? = 0 configure:5255: result: yes configure:5210: checking for inttypes.h configure:5231: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5238: $? = 0 configure:5255: result: yes configure:5210: checking for stdint.h configure:5231: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5238: $? = 0 configure:5255: result: yes configure:5210: checking for unistd.h configure:5231: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5238: $? = 0 configure:5255: result: yes configure:5279: checking minix/config.h usability configure:5296: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:53:26: error: minix/config.h: No such file or directory configure:5303: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5317: result: no configure:5321: checking minix/config.h presence configure:5336: gcc -std=gnu99 -E conftest.c conftest.c:20:26: error: minix/config.h: No such file or directory configure:5343: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 configure:5357: result: no configure:5390: checking for minix/config.h configure:5397: result: no configure:5428: checking whether it is safe to define __EXTENSIONS__ configure:5456: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:5463: $? = 0 configure:5478: result: yes configure:5503: checking for _LARGEFILE_SOURCE value needed for large files configure:5532: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:5539: $? = 0 configure:5612: result: no configure:5675: checking for working alloca.h configure:5702: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:5709: $? = 0 configure:5729: result: yes configure:5739: checking for alloca configure:5786: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:5793: $? = 0 configure:5813: result: yes configure:6072: checking arpa/inet.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking arpa/inet.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for arpa/inet.h configure:6192: result: yes configure:6072: checking sys/param.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking sys/param.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for sys/param.h configure:6192: result: yes configure:6072: checking libgen.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking libgen.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for libgen.h configure:6192: result: yes configure:6072: checking dirent.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking dirent.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for dirent.h configure:6192: result: yes configure:6072: checking fcntl.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking fcntl.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for fcntl.h configure:6192: result: yes configure:6072: checking float.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking float.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for float.h configure:6192: result: yes configure:6072: checking wctype.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking wctype.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for wctype.h configure:6192: result: yes configure:6072: checking stdio_ext.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:68:23: error: stdio_ext.h: No such file or directory configure:6096: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6110: result: no configure:6114: checking stdio_ext.h presence configure:6129: gcc -std=gnu99 -E conftest.c conftest.c:35:23: error: stdio_ext.h: No such file or directory configure:6136: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | #include configure:6150: result: no configure:6183: checking for stdio_ext.h configure:6192: result: no configure:6072: checking sys/vfs.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:68:21: error: sys/vfs.h: No such file or directory configure:6096: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6110: result: no configure:6114: checking sys/vfs.h presence configure:6129: gcc -std=gnu99 -E conftest.c conftest.c:35:21: error: sys/vfs.h: No such file or directory configure:6136: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | #include configure:6150: result: no configure:6183: checking for sys/vfs.h configure:6192: result: no configure:6072: checking sys/fs_types.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:68:26: error: sys/fs_types.h: No such file or directory configure:6096: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6110: result: no configure:6114: checking sys/fs_types.h presence configure:6129: gcc -std=gnu99 -E conftest.c conftest.c:35:26: error: sys/fs_types.h: No such file or directory configure:6136: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | #include configure:6150: result: no configure:6183: checking for sys/fs_types.h configure:6192: result: no configure:6072: checking sys/socket.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking sys/socket.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for sys/socket.h configure:6192: result: yes configure:6072: checking netdb.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking netdb.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for netdb.h configure:6192: result: yes configure:6072: checking netinet/in.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking netinet/in.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for netinet/in.h configure:6192: result: yes configure:6072: checking termios.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking termios.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for termios.h configure:6192: result: yes configure:6072: checking sys/time.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking sys/time.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for sys/time.h configure:6192: result: yes configure:6072: checking iconv.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking iconv.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for iconv.h configure:6192: result: yes configure:6061: checking for stdint.h configure:6068: result: yes configure:6072: checking wchar.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking wchar.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for wchar.h configure:6192: result: yes configure:6061: checking for inttypes.h configure:6068: result: yes configure:6072: checking math.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking math.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for math.h configure:6192: result: yes configure:6061: checking for unistd.h configure:6068: result: yes configure:6072: checking sys/statvfs.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking sys/statvfs.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for sys/statvfs.h configure:6192: result: yes configure:6072: checking sys/select.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking sys/select.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for sys/select.h configure:6192: result: yes configure:6072: checking utmp.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking utmp.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for utmp.h configure:6192: result: yes configure:6072: checking utmpx.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking utmpx.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for utmpx.h configure:6192: result: yes configure:6072: checking locale.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking locale.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for locale.h configure:6192: result: yes configure:6072: checking stdio.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking stdio.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for stdio.h configure:6192: result: yes configure:6061: checking for stdlib.h configure:6068: result: yes configure:6061: checking for string.h configure:6068: result: yes configure:6061: checking for sys/stat.h configure:6068: result: yes configure:6072: checking time.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking time.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for time.h configure:6192: result: yes configure:6072: checking priv.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:89:18: error: priv.h: No such file or directory configure:6096: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6110: result: no configure:6114: checking priv.h presence configure:6129: gcc -std=gnu99 -E conftest.c conftest.c:56:18: error: priv.h: No such file or directory configure:6136: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | /* end confdefs.h. */ | #include configure:6150: result: no configure:6183: checking for priv.h configure:6192: result: no configure:6072: checking utime.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking utime.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for utime.h configure:6192: result: yes configure:6072: checking hurd.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:90:18: error: hurd.h: No such file or directory configure:6096: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6110: result: no configure:6114: checking hurd.h presence configure:6129: gcc -std=gnu99 -E conftest.c conftest.c:57:18: error: hurd.h: No such file or directory configure:6136: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | /* end confdefs.h. */ | #include configure:6150: result: no configure:6183: checking for hurd.h configure:6192: result: no configure:6072: checking paths.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking paths.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for paths.h configure:6192: result: yes configure:6072: checking stropts.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:91:21: error: stropts.h: No such file or directory configure:6096: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6110: result: no configure:6114: checking stropts.h presence configure:6129: gcc -std=gnu99 -E conftest.c conftest.c:58:21: error: stropts.h: No such file or directory configure:6136: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | /* end confdefs.h. */ | #include configure:6150: result: no configure:6183: checking for stropts.h configure:6192: result: no configure:6072: checking sys/ioctl.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking sys/ioctl.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for sys/ioctl.h configure:6192: result: yes configure:6072: checking sys/resource.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking sys/resource.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for sys/resource.h configure:6192: result: yes configure:6072: checking sys/systeminfo.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:93:28: error: sys/systeminfo.h: No such file or directory configure:6096: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6110: result: no configure:6114: checking sys/systeminfo.h presence configure:6129: gcc -std=gnu99 -E conftest.c conftest.c:60:28: error: sys/systeminfo.h: No such file or directory configure:6136: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | /* end confdefs.h. */ | #include configure:6150: result: no configure:6183: checking for sys/systeminfo.h configure:6192: result: no configure:6072: checking sys/wait.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking sys/wait.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for sys/wait.h configure:6192: result: yes configure:6072: checking syslog.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking syslog.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for syslog.h configure:6192: result: yes configure:6072: checking grp.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking grp.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for grp.h configure:6192: result: yes configure:6072: checking pwd.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6096: $? = 0 configure:6110: result: yes configure:6114: checking pwd.h presence configure:6129: gcc -std=gnu99 -E conftest.c configure:6136: $? = 0 configure:6150: result: yes configure:6183: checking for pwd.h configure:6192: result: yes configure:6072: checking OS.h usability configure:6089: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:97:16: error: OS.h: No such file or directory configure:6096: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:6110: result: no configure:6114: checking OS.h presence configure:6129: gcc -std=gnu99 -E conftest.c conftest.c:64:16: error: OS.h: No such file or directory configure:6136: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | /* end confdefs.h. */ | #include configure:6150: result: no configure:6183: checking for OS.h configure:6192: result: no configure:6208: checking for d_ino member in directory struct configure:6248: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6252: $? = 0 configure:6258: ./conftest configure:6262: $? = 0 configure:6279: result: yes configure:6291: checking whether system is Windows or MSDOS configure:6320: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:70: error: 'neither' undeclared (first use in this function) conftest.c:70: error: (Each undeclared identifier is reported only once conftest.c:70: error: for each function it appears in.) conftest.c:70: error: syntax error before 'MSDOS' configure:6327: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | /* end confdefs.h. */ | | int | main () | { | #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __CYGWIN__ | neither MSDOS nor Windows | #endif | ; | return 0; | } configure:6343: result: no configure:6435: checking for long file names configure:6467: result: yes configure:6484: checking for pathconf configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for canonicalize_file_name configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_canonicalize_file_name", referenced from: _main in ccfLrJfG.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | /* end confdefs.h. */ | /* Define canonicalize_file_name to an innocuous variant, in case declares canonicalize_file_name. | For example, HP-UX 11i declares gettimeofday. */ | #define canonicalize_file_name innocuous_canonicalize_file_name | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char canonicalize_file_name (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef canonicalize_file_name | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char canonicalize_file_name (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_canonicalize_file_name || defined __stub___canonicalize_file_name | choke me | #endif | | int | main () | { | return canonicalize_file_name (); | ; | return 0; | } configure:6569: result: no configure:6484: checking for resolvepath configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_resolvepath", referenced from: _main in ccQCF9uJ.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | /* end confdefs.h. */ | /* Define resolvepath to an innocuous variant, in case declares resolvepath. | For example, HP-UX 11i declares gettimeofday. */ | #define resolvepath innocuous_resolvepath | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char resolvepath (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef resolvepath | | /* 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 resolvepath (); | /* 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_resolvepath || defined __stub___resolvepath | choke me | #endif | | int | main () | { | return resolvepath (); | ; | return 0; | } configure:6569: result: no configure:6484: checking for dup2 configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for fchdir configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for mempcpy configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:95: warning: conflicting types for built-in function 'mempcpy' Undefined symbols: "_mempcpy", referenced from: _main in cceW8Cpi.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | /* end confdefs.h. */ | /* Define mempcpy to an innocuous variant, in case declares mempcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define mempcpy innocuous_mempcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mempcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mempcpy | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char mempcpy (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_mempcpy || defined __stub___mempcpy | choke me | #endif | | int | main () | { | return mempcpy (); | ; | return 0; | } configure:6569: result: no configure:6484: checking for btowc configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for isblank configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:96: warning: conflicting types for built-in function 'isblank' configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for iswctype configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for mbsrtowcs configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for wmemchr configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for wmemcpy configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for wmempcpy configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_wmempcpy", referenced from: _main in cc1tHhSr.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | /* end confdefs.h. */ | /* Define wmempcpy to an innocuous variant, in case declares wmempcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define wmempcpy innocuous_wmempcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char wmempcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef wmempcpy | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char wmempcpy (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_wmempcpy || defined __stub___wmempcpy | choke me | #endif | | int | main () | { | return wmempcpy (); | ; | return 0; | } configure:6569: result: no configure:6484: checking for __fpending configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "___fpending", referenced from: _main in cc2n2iID.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | /* end confdefs.h. */ | /* Define __fpending to an innocuous variant, in case declares __fpending. | For example, HP-UX 11i declares gettimeofday. */ | #define __fpending innocuous___fpending | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __fpending (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __fpending | | /* 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 __fpending (); | /* 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___fpending || defined __stub_____fpending | choke me | #endif | | int | main () | { | return __fpending (); | ; | return 0; | } configure:6569: result: no configure:6484: checking for fpurge configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for __fpurge configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "___fpurge", referenced from: _main in ccVqNcTt.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | /* end confdefs.h. */ | /* Define __fpurge to an innocuous variant, in case declares __fpurge. | For example, HP-UX 11i declares gettimeofday. */ | #define __fpurge innocuous___fpurge | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __fpurge (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #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:6569: result: no configure:6484: checking for __freading configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "___freading", referenced from: _main in ccZT51Dy.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | /* end confdefs.h. */ | /* Define __freading to an innocuous variant, in case declares __freading. | For example, HP-UX 11i declares gettimeofday. */ | #define __freading innocuous___freading | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __freading (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __freading | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __freading (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub___freading || defined __stub_____freading | choke me | #endif | | int | main () | { | return __freading (); | ; | return 0; | } configure:6569: result: no configure:6484: checking for ftruncate configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for lchmod configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for fdopendir configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_fdopendir", referenced from: _main in ccDD8mgd.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | /* end confdefs.h. */ | /* Define fdopendir to an innocuous variant, in case declares fdopendir. | For example, HP-UX 11i declares gettimeofday. */ | #define fdopendir innocuous_fdopendir | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fdopendir (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fdopendir | | /* 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 fdopendir (); | /* 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_fdopendir || defined __stub___fdopendir | choke me | #endif | | int | main () | { | return fdopendir (); | ; | return 0; | } configure:6569: result: no configure:6484: checking for microuptime configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_microuptime", referenced from: _main in ccLmSL9p.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | /* end confdefs.h. */ | /* Define microuptime to an innocuous variant, in case declares microuptime. | For example, HP-UX 11i declares gettimeofday. */ | #define microuptime innocuous_microuptime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char microuptime (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #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:6569: result: no configure:6484: checking for nanouptime configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_nanouptime", referenced from: _main in ccInZaxD.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | /* end confdefs.h. */ | /* Define nanouptime to an innocuous variant, in case declares nanouptime. | For example, HP-UX 11i declares gettimeofday. */ | #define nanouptime innocuous_nanouptime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char nanouptime (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #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:6569: result: no configure:6484: checking for __fsetlocking configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "___fsetlocking", referenced from: _main in cc19IGan.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | /* end confdefs.h. */ | /* Define __fsetlocking to an innocuous variant, in case declares __fsetlocking. | For example, HP-UX 11i declares gettimeofday. */ | #define __fsetlocking innocuous___fsetlocking | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __fsetlocking (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __fsetlocking | | /* 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 __fsetlocking (); | /* 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___fsetlocking || defined __stub_____fsetlocking | choke me | #endif | | int | main () | { | return __fsetlocking (); | ; | return 0; | } configure:6569: result: no configure:6484: checking for tcgetattr configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for tcsetattr configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for gettimeofday configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for nanotime configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_nanotime", referenced from: _main in ccVcm0dj.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | /* end confdefs.h. */ | /* Define nanotime to an innocuous variant, in case declares nanotime. | For example, HP-UX 11i declares gettimeofday. */ | #define nanotime innocuous_nanotime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char nanotime (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #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:6569: result: no configure:6484: checking for isascii configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:107: warning: conflicting types for built-in function 'isascii' configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for mbsinit configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for fchmod configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for alarm configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for siginterrupt configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for readlink configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for utmpname configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_utmpname", referenced from: _main in cc3PL7tq.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | /* end confdefs.h. */ | /* Define utmpname to an innocuous variant, in case declares utmpname. | For example, HP-UX 11i declares gettimeofday. */ | #define utmpname innocuous_utmpname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char utmpname (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef utmpname | | /* 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 utmpname (); | /* 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_utmpname || defined __stub___utmpname | choke me | #endif | | int | main () | { | return utmpname (); | ; | return 0; | } configure:6569: result: no configure:6484: checking for utmpxname configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for mbrtowc configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for wcrtomb configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for wcscoll configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for setenv configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for settimeofday configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for stime configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_stime", referenced from: _main in ccxDshgd.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | /* end confdefs.h. */ | /* Define stime to an innocuous variant, in case declares stime. | For example, HP-UX 11i declares gettimeofday. */ | #define stime innocuous_stime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char stime (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef stime | | /* 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 stime (); | /* 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_stime || defined __stub___stime | choke me | #endif | | int | main () | { | return stime (); | ; | return 0; | } configure:6569: result: no configure:6484: checking for mblen configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for mbrlen configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for tzset configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for lstat configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for pipe configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for futimes configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for futimesat configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_futimesat", referenced from: _main in ccDrD8Rp.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | /* end confdefs.h. */ | /* Define futimesat to an innocuous variant, in case declares futimesat. | For example, HP-UX 11i declares gettimeofday. */ | #define futimesat innocuous_futimesat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char futimesat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef futimesat | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char futimesat (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_futimesat || defined __stub___futimesat | choke me | #endif | | int | main () | { | return futimesat (); | ; | return 0; | } configure:6569: result: no configure:6484: checking for vasnprintf configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_vasnprintf", referenced from: _main in ccL89Kl4.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | /* end confdefs.h. */ | /* Define vasnprintf to an innocuous variant, in case declares vasnprintf. | For example, HP-UX 11i declares gettimeofday. */ | #define vasnprintf innocuous_vasnprintf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char vasnprintf (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #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:6569: result: no configure:6484: checking for iswcntrl configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:125: warning: conflicting types for built-in function 'iswcntrl' configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for wcwidth configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for strxfrm configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for directio configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_directio", referenced from: _main in ccxabM1O.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | /* end confdefs.h. */ | /* Define directio to an innocuous variant, in case declares directio. | For example, HP-UX 11i declares gettimeofday. */ | #define directio innocuous_directio | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char directio (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #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:6569: result: no configure:6484: checking for endgrent configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for endpwent configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for fchown configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for iswspace configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:131: warning: conflicting types for built-in function 'iswspace' configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for mkfifo configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for setgroups configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for sethostname configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for sync configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for sysctl configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6484: checking for sysinfo configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_sysinfo", referenced from: _main in cceOdngO.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | /* end confdefs.h. */ | /* Define sysinfo to an innocuous variant, in case declares sysinfo. | For example, HP-UX 11i declares gettimeofday. */ | #define sysinfo innocuous_sysinfo | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sysinfo (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef sysinfo | | /* 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 sysinfo (); | /* 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_sysinfo || defined __stub___sysinfo | choke me | #endif | | int | main () | { | return sysinfo (); | ; | return 0; | } configure:6569: result: no configure:6484: checking for tcgetpgrp configure:6540: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6547: $? = 0 configure:6569: result: yes configure:6582: checking for inline configure:6608: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6615: $? = 0 configure:6633: result: inline configure:6652: checking for C/C++ restrict keyword configure:6687: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6694: $? = 0 configure:6712: result: __restrict configure:6729: checking for nl_langinfo and CODESET configure:6755: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6762: $? = 0 configure:6783: result: yes configure:6794: checking whether strtold conforms to C99 configure:6831: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:6838: $? = 0 configure:6858: result: yes configure:6868: checking for size_t configure:6896: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:6903: $? = 0 configure:6930: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:154: error: syntax error before ')' token configure:6937: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:6960: result: yes configure:6973: checking whether malloc, realloc, calloc are POSIX compliant configure:7003: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:7010: $? = 0 configure:7026: result: yes configure:7047: checking whether canonicalize_file_name is declared configure:7076: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:155: error: 'canonicalize_file_name' undeclared (first use in this function) conftest.c:155: error: (Each undeclared identifier is reported only once conftest.c:155: error: for each function it appears in.) configure:7083: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef canonicalize_file_name | (void) canonicalize_file_name; | #endif | | ; | return 0; | } configure:7098: result: no configure:7142: checking for uid_t in sys/types.h configure:7165: result: yes configure:7185: checking for unistd.h configure:7192: result: yes configure:7330: checking for working chown configure:7373: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:7377: $? = 0 configure:7383: ./conftest configure:7387: $? = 0 configure:7406: result: yes configure:7417: checking whether chown(2) dereferences symlinks configure:7460: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:7464: $? = 0 configure:7470: ./conftest configure:7474: $? = 0 configure:7493: result: yes configure:7505: checking whether byte ordering is bigendian configure:7530: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:7537: $? = 0 configure:7879: result: universal configure:7901: checking whether // is distinct from / configure:7930: result: no configure:7942: checking whether strerror_r is declared configure:7971: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:7978: $? = 0 configure:7993: result: yes configure:8015: checking for strerror_r configure:8071: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:8078: $? = 0 configure:8100: result: yes configure:8111: checking whether strerror_r returns char * configure:8145: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:161: error: invalid type argument of 'unary *' conftest.c:162: warning: initialization makes pointer from integer without a cast configure:8152: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | | char buf[100]; | char x = *strerror_r (0, buf, sizeof buf); | char *p = strerror_r (0, buf, sizeof buf); | return !p || x; | | ; | return 0; | } configure:8231: result: no configure:8244: checking whether euidaccess is declared configure:8273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:160: error: 'euidaccess' undeclared (first use in this function) conftest.c:160: error: (Each undeclared identifier is reported only once conftest.c:160: error: for each function it appears in.) configure:8280: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef euidaccess | (void) euidaccess; | #endif | | ; | return 0; | } configure:8295: result: no configure:8315: checking whether setregid is declared configure:8344: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:8351: $? = 0 configure:8366: result: yes configure:8384: checking type of array argument to getgroups configure:8428: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:8432: $? = 0 configure:8438: ./conftest configure:8442: $? = 0 configure:8478: result: gid_t configure:8486: checking for getgroups configure:8542: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:8549: $? = 0 configure:8569: result: yes configure:8651: checking for working getgroups configure:8681: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:8685: $? = 0 configure:8691: ./conftest configure:8695: $? = 0 configure:8713: result: yes configure:8729: checking whether the preprocessor supports include_next configure:8762: gcc -std=gnu99 -c -g -O2 -Iconftestd1 -Iconftestd2 conftest.c >&5 configure:8769: $? = 0 configure:8787: result: yes configure:8855: checking for st_dm_mode in struct stat configure:8882: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:133: error: 'struct stat' has no member named 'st_dm_mode' configure:8889: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | struct stat s; s.st_dm_mode; | ; | return 0; | } configure:8904: result: no configure:8916: checking whether strmode is declared configure:8945: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:8952: $? = 0 configure:8967: result: yes configure:8989: checking for mbstate_t configure:9016: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:9023: $? = 0 configure:9038: result: yes configure:9124: checking whether stdin defaults to large file offsets configure:9159: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:9166: $? = 0 configure:9186: result: yes configure:9202: checking whether is self-contained configure:9229: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:9236: $? = 0 configure:9252: result: yes configure:9494: checking for IPv4 sockets configure:9530: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:9537: $? = 0 configure:9553: result: yes configure:9563: checking for IPv6 sockets configure:9599: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:9606: $? = 0 configure:9622: result: yes configure:9633: checking whether getcwd (NULL, 0) allocates memory for result configure:9671: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:9675: $? = 0 configure:9681: ./conftest configure:9685: $? = 0 configure:9702: result: yes configure:9705: checking whether getcwd is declared configure:9734: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:9741: $? = 0 configure:9756: result: yes configure:9774: checking for stdbool.h that conforms to C99 configure:9867: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:9874: $? = 0 configure:9889: result: yes configure:9891: checking for _Bool configure:9919: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:9926: $? = 0 configure:9953: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:169: error: syntax error before ')' token configure:9960: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((_Bool))) | return 0; | ; | return 0; | } configure:9983: result: yes configure:10028: checking for compound literals configure:10055: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:135: error: initializer element is not constant configure:10062: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | struct s { int i, j; }; struct s s = (struct s) { 1, 2 }; | int | main () | { | struct s t = (struct s) { 3, 4 }; | if (t.i != 0) return 0; | ; | return 0; | } configure:10077: result: no configure:10087: checking whether struct tm is in sys/time.h or time.h configure:10117: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:10124: $? = 0 configure:10139: result: time.h configure:10150: checking for struct tm.tm_gmtoff configure:10179: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:10186: $? = 0 configure:10245: result: yes configure:10256: checking whether getdelim is declared configure:10285: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:173: error: 'getdelim' undeclared (first use in this function) conftest.c:173: error: (Each undeclared identifier is reported only once conftest.c:173: error: for each function it appears in.) configure:10292: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef getdelim | (void) getdelim; | #endif | | ; | return 0; | } configure:10307: result: no configure:10327: checking for arithmetic hrtime_t configure:10353: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:141: error: 'hrtime_t' undeclared (first use in this function) conftest.c:141: error: (Each undeclared identifier is reported only once conftest.c:141: error: for each function it appears in.) conftest.c:141: error: syntax error before 'x' conftest.c:141: error: 'x' undeclared (first use in this function) configure:10360: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | /* end confdefs.h. */ | #include | int | main () | { | hrtime_t x = 0; return x/x; | ; | return 0; | } configure:10375: result: no configure:10386: checking for long long int configure:10433: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:10440: $? = 0 configure:10487: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:10491: $? = 0 configure:10497: ./conftest configure:10501: $? = 0 configure:10528: result: yes configure:10547: checking whether getline is declared configure:10576: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:175: error: 'getline' undeclared (first use in this function) conftest.c:175: error: (Each undeclared identifier is reported only once conftest.c:175: error: for each function it appears in.) configure:10583: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef getline | (void) getline; | #endif | | ; | return 0; | } configure:10598: result: no configure:10617: checking for ssize_t configure:10644: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:10651: $? = 0 configure:10666: result: yes configure:10694: checking getopt.h usability configure:10711: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:10718: $? = 0 configure:10732: result: yes configure:10736: checking getopt.h presence configure:10751: gcc -std=gnu99 -E conftest.c configure:10758: $? = 0 configure:10772: result: yes configure:10805: checking for getopt.h configure:10814: result: yes configure:10837: checking for getopt_long_only configure:10893: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:10900: $? = 0 configure:10922: result: yes configure:10938: checking whether optreset is declared configure:10968: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:10975: $? = 0 configure:10990: result: yes configure:11131: checking whether getenv is declared configure:11160: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:11167: $? = 0 configure:11182: result: yes configure:11200: checking whether getpass is declared configure:11229: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:11236: $? = 0 configure:11251: result: yes configure:11277: checking whether fflush_unlocked is declared configure:11306: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:180: error: 'fflush_unlocked' undeclared (first use in this function) conftest.c:180: error: (Each undeclared identifier is reported only once conftest.c:180: error: for each function it appears in.) configure:11313: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_GETPASS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef fflush_unlocked | (void) fflush_unlocked; | #endif | | ; | return 0; | } configure:11328: result: no configure:11346: checking whether flockfile is declared configure:11375: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:11382: $? = 0 configure:11397: result: yes configure:11415: checking whether fputs_unlocked is declared configure:11444: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:182: error: 'fputs_unlocked' undeclared (first use in this function) conftest.c:182: error: (Each undeclared identifier is reported only once conftest.c:182: error: for each function it appears in.) configure:11451: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef fputs_unlocked | (void) fputs_unlocked; | #endif | | ; | return 0; | } configure:11466: result: no configure:11484: checking whether funlockfile is declared configure:11513: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:11520: $? = 0 configure:11535: result: yes configure:11553: checking whether putc_unlocked is declared configure:11582: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:11589: $? = 0 configure:11604: result: yes configure:11686: checking for struct timeval configure:11716: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:11723: $? = 0 configure:11738: result: yes configure:11799: checking for ld used by GCC configure:11863: result: /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld configure:11872: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld configure:11885: result: no configure:11892: checking for shared library run path origin configure:11905: result: done configure:12390: checking for off_t configure:12418: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:12425: $? = 0 configure:12452: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:184: error: syntax error before ')' token configure:12459: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((off_t))) | return 0; | ; | return 0; | } configure:12482: result: yes configure:12495: checking for unsigned long long int configure:12542: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:12549: $? = 0 configure:12569: result: yes configure:12670: checking whether stdint.h conforms to C99 configure:12849: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:270: error: negative width in bit-field 'check_UINT8_C' conftest.c:272: error: negative width in bit-field 'check_UINT16_C' configure:12856: $? = 1 configure: failed program was: | | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | /* end confdefs.h. */ | | #define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */ | #define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */ | #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ | #include | /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in . */ | #if !(defined WCHAR_MIN && defined WCHAR_MAX) | #error "WCHAR_MIN, WCHAR_MAX not defined in " | #endif | | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | | #ifdef INT8_MAX | int8_t a1 = INT8_MAX; | int8_t a1min = INT8_MIN; | #endif | #ifdef INT16_MAX | int16_t a2 = INT16_MAX; | int16_t a2min = INT16_MIN; | #endif | #ifdef INT32_MAX | int32_t a3 = INT32_MAX; | int32_t a3min = INT32_MIN; | #endif | #ifdef INT64_MAX | int64_t a4 = INT64_MAX; | int64_t a4min = INT64_MIN; | #endif | #ifdef UINT8_MAX | uint8_t b1 = UINT8_MAX; | #else | typedef int b1[(unsigned char) -1 != 255 ? 1 : -1]; | #endif | #ifdef UINT16_MAX | uint16_t b2 = UINT16_MAX; | #endif | #ifdef UINT32_MAX | uint32_t b3 = UINT32_MAX; | #endif | #ifdef UINT64_MAX | uint64_t b4 = UINT64_MAX; | #endif | int_least8_t c1 = INT8_C (0x7f); | int_least8_t c1max = INT_LEAST8_MAX; | int_least8_t c1min = INT_LEAST8_MIN; | int_least16_t c2 = INT16_C (0x7fff); | int_least16_t c2max = INT_LEAST16_MAX; | int_least16_t c2min = INT_LEAST16_MIN; | int_least32_t c3 = INT32_C (0x7fffffff); | int_least32_t c3max = INT_LEAST32_MAX; | int_least32_t c3min = INT_LEAST32_MIN; | int_least64_t c4 = INT64_C (0x7fffffffffffffff); | int_least64_t c4max = INT_LEAST64_MAX; | int_least64_t c4min = INT_LEAST64_MIN; | uint_least8_t d1 = UINT8_C (0xff); | uint_least8_t d1max = UINT_LEAST8_MAX; | uint_least16_t d2 = UINT16_C (0xffff); | uint_least16_t d2max = UINT_LEAST16_MAX; | uint_least32_t d3 = UINT32_C (0xffffffff); | uint_least32_t d3max = UINT_LEAST32_MAX; | uint_least64_t d4 = UINT64_C (0xffffffffffffffff); | uint_least64_t d4max = UINT_LEAST64_MAX; | int_fast8_t e1 = INT_FAST8_MAX; | int_fast8_t e1min = INT_FAST8_MIN; | int_fast16_t e2 = INT_FAST16_MAX; | int_fast16_t e2min = INT_FAST16_MIN; | int_fast32_t e3 = INT_FAST32_MAX; | int_fast32_t e3min = INT_FAST32_MIN; | int_fast64_t e4 = INT_FAST64_MAX; | int_fast64_t e4min = INT_FAST64_MIN; | uint_fast8_t f1 = UINT_FAST8_MAX; | uint_fast16_t f2 = UINT_FAST16_MAX; | uint_fast32_t f3 = UINT_FAST32_MAX; | uint_fast64_t f4 = UINT_FAST64_MAX; | #ifdef INTPTR_MAX | intptr_t g = INTPTR_MAX; | intptr_t gmin = INTPTR_MIN; | #endif | #ifdef UINTPTR_MAX | uintptr_t h = UINTPTR_MAX; | #endif | intmax_t i = INTMAX_MAX; | uintmax_t j = UINTMAX_MAX; | | #include /* for CHAR_BIT */ | #define TYPE_MINIMUM(t) ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ (t) 0 << (sizeof (t) * CHAR_BIT - 1))) | #define TYPE_MAXIMUM(t) ((t) ((t) 0 < (t) -1 ? (t) -1 : ~ (~ (t) 0 << (sizeof (t) * CHAR_BIT - 1)))) | struct s { | int check_PTRDIFF: | PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t) | && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t) | ? 1 : -1; | /* Detect bug in FreeBSD 6.0 / ia64. */ | int check_SIG_ATOMIC: | SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t) | && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t) | ? 1 : -1; | int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1; | int check_WCHAR: | WCHAR_MIN == TYPE_MINIMUM (wchar_t) | && WCHAR_MAX == TYPE_MAXIMUM (wchar_t) | ? 1 : -1; | /* Detect bug in mingw. */ | int check_WINT: | WINT_MIN == TYPE_MINIMUM (wint_t) | && WINT_MAX == TYPE_MAXIMUM (wint_t) | ? 1 : -1; | | /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */ | int check_UINT8_C: | (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1; | int check_UINT16_C: | (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1; | | /* Detect bugs in OpenBSD 3.9 stdint.h. */ | #ifdef UINT8_MAX | int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1; | #endif | #ifdef UINT16_MAX | int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1; | #endif | #ifdef UINT32_MAX | int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1; | #endif | #ifdef UINT64_MAX | int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1; | #endif | int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1; | int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1; | int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1; | int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1; | int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1; | int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1; | int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1; | int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1; | int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1; | int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1; | int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1; | }; | | int | main () | { | | ; | return 0; | } configure:12871: result: no configure:12894: checking sys/inttypes.h usability configure:12911: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:182:26: error: sys/inttypes.h: No such file or directory configure:12918: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:12932: result: no configure:12936: checking sys/inttypes.h presence configure:12951: gcc -std=gnu99 -E conftest.c conftest.c:149:26: error: sys/inttypes.h: No such file or directory configure:12958: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | /* end confdefs.h. */ | #include configure:12972: result: no configure:13005: checking for sys/inttypes.h configure:13014: result: no configure:12894: checking sys/bitypes.h usability configure:12911: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:182:25: error: sys/bitypes.h: No such file or directory configure:12918: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:12932: result: no configure:12936: checking sys/bitypes.h presence configure:12951: gcc -std=gnu99 -E conftest.c conftest.c:149:25: error: sys/bitypes.h: No such file or directory configure:12958: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | /* end confdefs.h. */ | #include configure:12972: result: no configure:13005: checking for sys/bitypes.h configure:13014: result: no configure:13057: checking for bit size of ptrdiff_t configure:13418: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:13422: $? = 0 configure:13428: ./conftest configure:13432: $? = 0 configure:13452: result: 32 configure:13057: checking for bit size of sig_atomic_t configure:13418: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:13422: $? = 0 configure:13428: ./conftest configure:13432: $? = 0 configure:13452: result: 32 configure:13057: checking for bit size of size_t configure:13418: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:13422: $? = 0 configure:13428: ./conftest configure:13432: $? = 0 configure:13452: result: 32 configure:13057: checking for bit size of wchar_t configure:13418: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:13422: $? = 0 configure:13428: ./conftest configure:13432: $? = 0 configure:13452: result: 32 configure:13057: checking for bit size of wint_t configure:13418: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:13422: $? = 0 configure:13428: ./conftest configure:13432: $? = 0 configure:13452: result: 32 configure:13473: checking whether sig_atomic_t is signed configure:13510: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:13517: $? = 0 configure:13536: result: yes configure:13473: checking whether wchar_t is signed configure:13510: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:13517: $? = 0 configure:13536: result: yes configure:13473: checking whether wint_t is signed configure:13510: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:13517: $? = 0 configure:13536: result: yes configure:13562: checking for ptrdiff_t integer literal suffix configure:13618: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:13625: $? = 0 configure:13645: result: configure:13562: checking for sig_atomic_t integer literal suffix configure:13618: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:13625: $? = 0 configure:13645: result: configure:13562: checking for size_t integer literal suffix configure:13618: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:171: error: conflicting types for 'foo' conftest.c:170: error: previous declaration of 'foo' was here configure:13625: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern size_t foo; | extern unsigned int foo; | int | main () | { | | ; | return 0; | } configure:13618: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:13625: $? = 0 configure:13645: result: ul configure:13562: checking for wchar_t integer literal suffix configure:13618: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:13625: $? = 0 configure:13645: result: configure:13562: checking for wint_t integer literal suffix configure:13618: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:13625: $? = 0 configure:13645: result: configure:13669: checking for inttypes.h configure:13676: result: yes configure:13815: checking whether the inttypes.h PRIxNN macros are broken configure:13846: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:13853: $? = 0 configure:13869: result: no configure:13884: checking whether imaxabs is declared configure:13913: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:13920: $? = 0 configure:13935: result: yes configure:13953: checking whether imaxdiv is declared configure:13982: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:13989: $? = 0 configure:14004: result: yes configure:14022: checking whether strtoimax is declared configure:14051: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:14058: $? = 0 configure:14073: result: yes configure:14091: checking whether strtoumax is declared configure:14120: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:14127: $? = 0 configure:14142: result: yes configure:14172: checking whether getc_unlocked is declared configure:14201: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:14208: $? = 0 configure:14223: result: yes configure:14242: checking whether we are using the GNU C Library 2.1 or newer conftest.c:169:22: error: features.h: No such file or directory configure:14273: result: no configure:14285: checking for stdlib.h configure:14292: result: yes configure:14430: checking for GNU libc compatible malloc configure:14464: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:14468: $? = 0 configure:14474: ./conftest configure:14478: $? = 0 configure:14495: result: yes configure:14513: checking whether mbrtowc and mbstate_t are properly declared configure:14543: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:14550: $? = 0 configure:14570: result: yes configure:14632: checking whether memrchr is declared configure:14661: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:208: error: 'memrchr' undeclared (first use in this function) conftest.c:208: error: (Each undeclared identifier is reported only once conftest.c:208: error: for each function it appears in.) configure:14668: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef memrchr | (void) memrchr; | #endif | | ; | return 0; | } configure:14683: result: no configure:14712: checking for special C compiler options needed for large files configure:14807: result: no configure:14813: checking for _FILE_OFFSET_BITS value needed for large files configure:14848: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:14855: $? = 0 configure:14924: result: no configure:15075: checking for external symbol _system_configuration configure:15103: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:172:27: error: sys/systemcfg.h: No such file or directory conftest.c: In function 'main': conftest.c:177: error: '_system_configuration' undeclared (first use in this function) conftest.c:177: error: (Each undeclared identifier is reported only once conftest.c:177: error: for each function it appears in.) configure:15110: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | /* end confdefs.h. */ | #include | | int | main () | { | double x = _system_configuration.physmem; | if (x > 0.0) return 0; | ; | return 0; | } configure:15130: result: no configure:15143: checking for desired default level of POSIX conformance configure:15154: result: none-specified configure:15176: checking whether lstat accepts an empty string configure:15206: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:15210: $? = 0 configure:15216: ./conftest configure:15220: $? = 0 configure:15237: result: no configure:15262: checking whether snprintf is declared configure:15291: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:15298: $? = 0 configure:15313: result: yes configure:15335: checking whether strdup is declared configure:15364: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:15371: $? = 0 configure:15386: result: yes configure:15405: checking for working strerror function configure:15477: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:15481: $? = 0 configure:15487: ./conftest configure:15491: $? = 0 configure:15508: result: yes configure:15645: checking whether strndup is declared configure:15674: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:211: error: 'strndup' undeclared (first use in this function) conftest.c:211: error: (Each undeclared identifier is reported only once conftest.c:211: error: for each function it appears in.) configure:15681: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef strndup | (void) strndup; | #endif | | ; | return 0; | } configure:15696: result: no configure:15714: checking whether strnlen is declared configure:15743: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:212: error: 'strnlen' undeclared (first use in this function) conftest.c:212: error: (Each undeclared identifier is reported only once conftest.c:212: error: for each function it appears in.) configure:15750: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef strnlen | (void) strnlen; | #endif | | ; | return 0; | } configure:15765: result: no configure:15785: checking whether stat file-mode macros are broken configure:15822: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:15829: $? = 0 configure:15844: result: no configure:15865: checking for struct timespec in configure:15892: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:15899: $? = 0 configure:15914: result: yes configure:16037: checking whether clearerr_unlocked is declared configure:16066: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:16073: $? = 0 configure:16088: result: yes configure:16106: checking whether feof_unlocked is declared configure:16135: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:16142: $? = 0 configure:16157: result: yes configure:16175: checking whether ferror_unlocked is declared configure:16204: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:16211: $? = 0 configure:16226: result: yes configure:16244: checking whether fgets_unlocked is declared configure:16273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:216: error: 'fgets_unlocked' undeclared (first use in this function) conftest.c:216: error: (Each undeclared identifier is reported only once conftest.c:216: error: for each function it appears in.) configure:16280: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef fgets_unlocked | (void) fgets_unlocked; | #endif | | ; | return 0; | } configure:16295: result: no configure:16313: checking whether fputc_unlocked is declared configure:16342: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:217: error: 'fputc_unlocked' undeclared (first use in this function) conftest.c:217: error: (Each undeclared identifier is reported only once conftest.c:217: error: for each function it appears in.) configure:16349: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef fputc_unlocked | (void) fputc_unlocked; | #endif | | ; | return 0; | } configure:16364: result: no configure:16382: checking whether fread_unlocked is declared configure:16411: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:218: error: 'fread_unlocked' undeclared (first use in this function) conftest.c:218: error: (Each undeclared identifier is reported only once conftest.c:218: error: for each function it appears in.) configure:16418: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef fread_unlocked | (void) fread_unlocked; | #endif | | ; | return 0; | } configure:16433: result: no configure:16451: checking whether fwrite_unlocked is declared configure:16480: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:219: error: 'fwrite_unlocked' undeclared (first use in this function) conftest.c:219: error: (Each undeclared identifier is reported only once conftest.c:219: error: for each function it appears in.) configure:16487: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef fwrite_unlocked | (void) fwrite_unlocked; | #endif | | ; | return 0; | } configure:16502: result: no configure:16520: checking whether getchar_unlocked is declared configure:16549: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:16556: $? = 0 configure:16571: result: yes configure:16589: checking whether putchar_unlocked is declared configure:16618: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:16625: $? = 0 configure:16640: result: yes configure:16666: checking whether utime accepts a null argument configure:16705: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:16709: $? = 0 configure:16715: ./conftest configure:16719: $? = 0 configure:16736: result: yes configure:16756: checking for struct utimbuf configure:16789: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:16796: $? = 0 configure:16811: result: yes configure:16823: checking determine whether the utimes function works configure:16896: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:16900: $? = 0 configure:16906: ./conftest configure:16910: $? = 0 configure:16927: result: yes configure:16944: checking for EOVERFLOW configure:17352: result: yes configure:17367: checking for inttypes.h configure:17394: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17401: $? = 0 configure:17416: result: yes configure:17427: checking for stdint.h configure:17454: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17461: $? = 0 configure:17476: result: yes configure:17489: checking for intmax_t configure:17524: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:17531: $? = 0 configure:17546: result: yes configure:17570: checking whether printf supports size specifiers as in C99 configure:17650: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:17654: $? = 0 configure:17660: ./conftest configure:17664: $? = 0 configure:17682: result: yes configure:17687: checking whether printf supports 'long double' arguments configure:17735: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:17739: $? = 0 configure:17745: ./conftest configure:17749: $? = 0 configure:17767: result: yes configure:17772: checking whether printf supports infinite 'double' arguments configure:17870: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:17874: $? = 0 configure:17880: ./conftest configure:17884: $? = 0 configure:17902: result: yes configure:17918: checking whether printf supports infinite 'long double' arguments configure:18127: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:18131: $? = 0 configure:18137: ./conftest configure:18141: $? = 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 "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | /* end confdefs.h. */ | | #include | #include | #include | 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 () | { | if (sprintf (buf, "%Lf", 1.0L / 0.0L) < 0 | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) | return 1; | if (sprintf (buf, "%Lf", -1.0L / 0.0L) < 0 | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) | return 1; | if (sprintf (buf, "%Lf", zeroL / zeroL) < 0 | || !strisnan (buf, 0, strlen (buf))) | return 1; | if (sprintf (buf, "%Le", 1.0L / 0.0L) < 0 | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) | return 1; | if (sprintf (buf, "%Le", -1.0L / 0.0L) < 0 | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) | return 1; | if (sprintf (buf, "%Le", zeroL / zeroL) < 0 | || !strisnan (buf, 0, strlen (buf))) | return 1; | if (sprintf (buf, "%Lg", 1.0L / 0.0L) < 0 | || (strcmp (buf, "inf") != 0 && strcmp (buf, "infinity") != 0)) | return 1; | if (sprintf (buf, "%Lg", -1.0L / 0.0L) < 0 | || (strcmp (buf, "-inf") != 0 && strcmp (buf, "-infinity") != 0)) | return 1; | if (sprintf (buf, "%Lg", zeroL / zeroL) < 0 | || !strisnan (buf, 0, strlen (buf))) | return 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_)) | /* 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))) | return 1; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | return 1; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | return 1; | } | { | /* 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))) | return 1; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | return 1; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | return 1; | } | { /* 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))) | return 1; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | return 1; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | return 1; | } | { /* 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))) | return 1; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | return 1; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | return 1; | } | { /* 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))) | return 1; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | return 1; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | return 1; | } | { /* 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))) | return 1; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | return 1; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | return 1; | } | { /* 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))) | return 1; | if (sprintf (buf, "%Le", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | return 1; | if (sprintf (buf, "%Lg", x.value) < 0 | || !strisnan (buf, 0, strlen (buf))) | return 1; | } | #endif | return 0; | } configure:18159: result: no configure:18169: checking whether printf supports the 'a' and 'A' directives configure:18269: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:18273: $? = 0 configure:18279: ./conftest configure:18283: $? = 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 "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | /* end confdefs.h. */ | | #include | #include | static char buf[100]; | int main () | { | if (sprintf (buf, "%a %d", 3.1416015625, 33, 44, 55) < 0 | || (strcmp (buf, "0x1.922p+1 33") != 0 | && strcmp (buf, "0x3.244p+0 33") != 0 | && strcmp (buf, "0x6.488p-1 33") != 0 | && strcmp (buf, "0xc.91p-2 33") != 0)) | return 1; | if (sprintf (buf, "%A %d", -3.1416015625, 33, 44, 55) < 0 | || (strcmp (buf, "-0X1.922P+1 33") != 0 | && strcmp (buf, "-0X3.244P+0 33") != 0 | && strcmp (buf, "-0X6.488P-1 33") != 0 | && strcmp (buf, "-0XC.91P-2 33") != 0)) | return 1; | /* This catches a FreeBSD 6.1 bug: it doesn't round. */ | if (sprintf (buf, "%.2a %d", 1.51, 33, 44, 55) < 0 | || (strcmp (buf, "0x1.83p+0 33") != 0 | && strcmp (buf, "0x3.05p-1 33") != 0 | && strcmp (buf, "0x6.0ap-2 33") != 0 | && strcmp (buf, "0xc.14p-3 33") != 0)) | return 1; | /* This catches a FreeBSD 6.1 bug. See | */ | if (sprintf (buf, "%010a %d", 1.0 / 0.0, 33, 44, 55) < 0 | || buf[0] == '0') | return 1; | /* This catches a MacOS X 10.3.9 (Darwin 7.9) bug. */ | if (sprintf (buf, "%.1a", 1.999) < 0 | || (strcmp (buf, "0x1.0p+1") != 0 | && strcmp (buf, "0x2.0p+0") != 0 | && strcmp (buf, "0x4.0p-1") != 0 | && strcmp (buf, "0x8.0p-2") != 0)) | return 1; | /* This catches the same MacOS X 10.3.9 (Darwin 7.9) bug and also a | glibc 2.4 bug . */ | if (sprintf (buf, "%.1La", 1.999L) < 0 | || (strcmp (buf, "0x1.0p+1") != 0 | && strcmp (buf, "0x2.0p+0") != 0 | && strcmp (buf, "0x4.0p-1") != 0 | && strcmp (buf, "0x8.0p-2") != 0)) | return 1; | return 0; | } configure:18301: result: no configure:18306: checking whether printf supports the 'F' directive configure:18362: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:18366: $? = 0 configure:18372: ./conftest configure:18376: $? = 0 configure:18394: result: yes configure:18399: checking whether printf supports the 'n' directive configure:18443: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:18447: $? = 0 configure:18453: ./conftest configure:18457: $? = 0 configure:18475: result: yes configure:18480: checking whether printf supports POSIX/XSI format strings with positions configure:18522: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:18526: $? = 0 configure:18532: ./conftest configure:18536: $? = 0 configure:18554: result: yes configure:18559: checking whether printf supports the grouping flag configure:18599: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:18603: $? = 0 configure:18609: ./conftest configure:18613: $? = 0 configure:18631: result: yes configure:18636: checking whether printf supports the zero flag correctly configure:18679: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:18683: $? = 0 configure:18689: ./conftest configure:18693: $? = 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 "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | /* end confdefs.h. */ | | #include | #include | static char buf[100]; | int main () | { | if (sprintf (buf, "%010f", 1.0 / 0.0, 33, 44, 55) < 0 | || (strcmp (buf, " inf") != 0 | && strcmp (buf, " infinity") != 0)) | return 1; | return 0; | } configure:18711: result: no configure:18716: checking whether printf supports large precisions configure:18759: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:18763: $? = 0 configure:18769: ./conftest configure:18773: $? = 0 configure:18791: result: yes configure:18796: checking whether printf survives out-of-memory conditions configure:18941: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:18944: $? = 0 configure:18986: result: no configure:19000: checking POSIX termios configure:19030: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:19037: $? = 0 configure:19057: result: yes configure:19061: checking whether use of TIOCGWINSZ requires termios.h configure:19091: result: yes configure:19146: checking sys/acl.h usability configure:19163: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:19170: $? = 0 configure:19184: result: yes configure:19188: checking sys/acl.h presence configure:19203: gcc -std=gnu99 -E conftest.c configure:19210: $? = 0 configure:19224: result: yes configure:19257: checking for sys/acl.h configure:19266: result: yes configure:19284: checking for acl configure:19340: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_acl", referenced from: _main in ccq7FtiV.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:19347: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | /* end confdefs.h. */ | /* Define acl to an innocuous variant, in case declares acl. | For example, HP-UX 11i declares gettimeofday. */ | #define acl innocuous_acl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char acl (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef acl | | /* 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 acl (); | /* 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_acl || defined __stub___acl | choke me | #endif | | int | main () | { | return acl (); | ; | return 0; | } configure:19369: result: no configure:19381: checking for library containing acl_get_file configure:19422: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:19429: $? = 0 configure:19460: result: none required configure:19486: checking acl/libacl.h usability configure:19503: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:226:24: error: acl/libacl.h: No such file or directory configure:19510: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:19524: result: no configure:19528: checking acl/libacl.h presence configure:19543: gcc -std=gnu99 -E conftest.c conftest.c:193:24: error: acl/libacl.h: No such file or directory configure:19550: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | /* end confdefs.h. */ | #include configure:19564: result: no configure:19597: checking for acl/libacl.h configure:19606: result: no configure:19634: checking for acl_get_file configure:19690: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:19697: $? = 0 configure:19719: result: yes configure:19634: checking for acl_get_fd configure:19690: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:19697: $? = 0 configure:19719: result: yes configure:19634: checking for acl_set_file configure:19690: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:19697: $? = 0 configure:19719: result: yes configure:19634: checking for acl_set_fd configure:19690: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:19697: $? = 0 configure:19719: result: yes configure:19634: checking for acl_free configure:19690: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:19697: $? = 0 configure:19719: result: yes configure:19634: checking for acl_from_mode configure:19690: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_acl_from_mode", referenced from: _main in cccIyAY5.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:19697: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | /* end confdefs.h. */ | /* Define acl_from_mode to an innocuous variant, in case declares acl_from_mode. | For example, HP-UX 11i declares gettimeofday. */ | #define acl_from_mode innocuous_acl_from_mode | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char acl_from_mode (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef acl_from_mode | | /* 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 acl_from_mode (); | /* 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_acl_from_mode || defined __stub___acl_from_mode | choke me | #endif | | int | main () | { | return acl_from_mode (); | ; | return 0; | } configure:19719: result: no configure:19634: checking for acl_from_text configure:19690: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:19697: $? = 0 configure:19719: result: yes configure:19634: checking for acl_delete_def_file configure:19690: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:19697: $? = 0 configure:19719: result: yes configure:19634: checking for acl_extended_file configure:19690: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_acl_extended_file", referenced from: _main in ccATxXDv.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:19697: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | /* end confdefs.h. */ | /* Define acl_extended_file to an innocuous variant, in case declares acl_extended_file. | For example, HP-UX 11i declares gettimeofday. */ | #define acl_extended_file innocuous_acl_extended_file | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char acl_extended_file (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef acl_extended_file | | /* 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 acl_extended_file (); | /* 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_acl_extended_file || defined __stub___acl_extended_file | choke me | #endif | | int | main () | { | return acl_extended_file (); | ; | return 0; | } configure:19719: result: no configure:19735: checking for working acl_get_file configure:19768: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:19772: $? = 0 configure:19778: ./conftest configure:19782: $? = 0 configure:19799: result: yes configure:19827: checking for acl_entries configure:19883: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_acl_entries", referenced from: _main in cce93PB0.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:19890: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | /* end confdefs.h. */ | /* Define acl_entries to an innocuous variant, in case declares acl_entries. | For example, HP-UX 11i declares gettimeofday. */ | #define acl_entries innocuous_acl_entries | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char acl_entries (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef acl_entries | | /* 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 acl_entries (); | /* 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_acl_entries || defined __stub___acl_entries | choke me | #endif | | int | main () | { | return acl_entries (); | ; | return 0; | } configure:19912: result: no configure:19932: checking for library containing acl_trivial configure:19973: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_acl_trivial", referenced from: _main in cchyaTDh.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:19980: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 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 acl_trivial (); | int | main () | { | return acl_trivial (); | ; | return 0; | } configure:19973: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lsec >&5 ld: library not found for -lsec collect2: ld returned 1 exit status configure:19980: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 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 acl_trivial (); | int | main () | { | return acl_trivial (); | ; | return 0; | } configure:20011: result: no configure:20045: checking for alloca as a compiler built-in configure:20073: result: yes configure:20121: checking for a thread-safe mkdir -p configure:20160: result: build-aux/install-sh -c -d configure:20164: checking whether to enable assertions configure:20176: result: yes configure:20194: checking for atexit configure:20250: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:20257: $? = 0 configure:20279: result: yes configure:20331: checking for a traditional french locale configure:20438: result: none configure:20445: checking for a turkish Unicode locale configure:20503: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:243: warning: implicit declaration of function 'towupper' conftest.c:243: warning: implicit declaration of function 'towlower' configure:20506: $? = 0 configure:20535: result: none configure:20569: checking for GNU libc compatible calloc configure:20598: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:20602: $? = 0 configure:20608: ./conftest configure:20612: $? = 0 configure:20629: result: yes configure:20739: checking whether this system has an arbitrary file name length limit configure:20765: result: yes configure:20928: checking for library containing clock_gettime configure:20969: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_clock_gettime", referenced from: _main in ccg7SxuS.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:20976: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 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 clock_gettime (); | int | main () | { | return clock_gettime (); | ; | return 0; | } configure:20969: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lrt >&5 ld: library not found for -lrt collect2: ld returned 1 exit status configure:20976: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 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 clock_gettime (); | int | main () | { | return clock_gettime (); | ; | return 0; | } configure:20969: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lposix4 >&5 ld: library not found for -lposix4 collect2: ld returned 1 exit status configure:20976: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 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 clock_gettime (); | int | main () | { | return clock_gettime (); | ; | return 0; | } configure:21007: result: no configure:21022: checking for clock_gettime configure:21078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_clock_gettime", referenced from: _main in ccSfN9PO.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:21085: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | /* end confdefs.h. */ | /* Define clock_gettime to an innocuous variant, in case declares clock_gettime. | For example, HP-UX 11i declares gettimeofday. */ | #define clock_gettime innocuous_clock_gettime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char clock_gettime (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef clock_gettime | | /* 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 clock_gettime (); | /* 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_clock_gettime || defined __stub___clock_gettime | choke me | #endif | | int | main () | { | return clock_gettime (); | ; | return 0; | } configure:21107: result: no configure:21022: checking for clock_settime configure:21078: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_clock_settime", referenced from: _main in ccPxMjU6.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:21085: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | /* end confdefs.h. */ | /* Define clock_settime to an innocuous variant, in case declares clock_settime. | For example, HP-UX 11i declares gettimeofday. */ | #define clock_settime innocuous_clock_settime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char clock_settime (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef clock_settime | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char clock_settime (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_clock_settime || defined __stub___clock_settime | choke me | #endif | | int | main () | { | return clock_settime (); | ; | return 0; | } configure:21107: result: no configure:21218: checking for d_ino member in directory struct configure:21289: result: yes configure:21300: checking for d_type member in directory struct configure:21329: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:21336: $? = 0 configure:21358: result: yes configure:21376: checking for dirfd configure:21432: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_dirfd", referenced from: _main in cctNzkTx.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:21439: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | /* end confdefs.h. */ | /* Define dirfd to an innocuous variant, in case declares dirfd. | For example, HP-UX 11i declares gettimeofday. */ | #define dirfd innocuous_dirfd | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dirfd (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef dirfd | | /* 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 dirfd (); | /* 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_dirfd || defined __stub___dirfd | choke me | #endif | | int | main () | { | return dirfd (); | ; | return 0; | } configure:21461: result: no configure:21472: checking whether dirfd is declared configure:21503: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:21510: $? = 0 configure:21525: result: yes configure:21544: checking whether dirfd is a macro configure:21571: result: yes configure:21801: checking whether // is distinct from / configure:21830: result: no configure:21876: checking for error_at_line configure:21902: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:211:19: error: error.h: No such file or directory conftest.c: In function 'main': conftest.c:215: warning: implicit declaration of function 'error_at_line' configure:21909: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | /* end confdefs.h. */ | #include | int | main () | { | error_at_line (0, 0, "", 0, "an error occurred"); | ; | return 0; | } configure:21929: result: no configure:21974: checking for euidaccess configure:22030: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_euidaccess", referenced from: _main in ccLLF3mm.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:22037: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | /* end confdefs.h. */ | /* Define euidaccess to an innocuous variant, in case declares euidaccess. | For example, HP-UX 11i declares gettimeofday. */ | #define euidaccess innocuous_euidaccess | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char euidaccess (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef euidaccess | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char euidaccess (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_euidaccess || defined __stub___euidaccess | choke me | #endif | | int | main () | { | return euidaccess (); | ; | return 0; | } configure:22059: result: no configure:22094: checking for library containing eaccess configure:22135: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_eaccess", referenced from: _main in ccGdFXQK.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:22142: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char eaccess (); | int | main () | { | return eaccess (); | ; | return 0; | } configure:22135: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lgen >&5 ld: library not found for -lgen collect2: ld returned 1 exit status configure:22142: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char eaccess (); | int | main () | { | return eaccess (); | ; | return 0; | } configure:22173: result: no configure:22187: checking for eaccess configure:22243: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_eaccess", referenced from: _main in ccY6xxfF.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:22250: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | /* end confdefs.h. */ | /* Define eaccess to an innocuous variant, in case declares eaccess. | For example, HP-UX 11i declares gettimeofday. */ | #define eaccess innocuous_eaccess | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char eaccess (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef eaccess | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char eaccess (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_eaccess || defined __stub___eaccess | choke me | #endif | | int | main () | { | return eaccess (); | ; | return 0; | } configure:22272: result: no configure:22396: checking for working fcntl.h configure:22462: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:22466: $? = 0 configure:22472: ./conftest configure:22476: $? = 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 "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | /* end confdefs.h. */ | #include | #include | #include | #include | #ifndef O_NOATIME | #define O_NOATIME 0 | #endif | #ifndef O_NOFOLLOW | #define O_NOFOLLOW 0 | #endif | static int const constants[] = | { | O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND, | O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY | }; | | int | main () | { | | int status = !constants; | { | static char const sym[] = "conftest.sym"; | if (symlink (".", sym) != 0 | || close (open (sym, O_RDONLY | O_NOFOLLOW)) == 0) | status |= 32; | } | { | static char const file[] = "confdefs.h"; | int fd = open (file, O_RDONLY | O_NOATIME); | char c; | struct stat st0, st1; | if (fd < 0 | || fstat (fd, &st0) != 0 | || sleep (1) != 0 | || read (fd, &c, 1) != 1 | || close (fd) != 0 | || stat (file, &st1) != 0 | || st0.st_atime != st1.st_atime) | status |= 64; | } | return status; | ; | return 0; | } configure:22498: result: no (bad O_NOATIME) configure:22600: checking whether fflush works on input streams configure:22645: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:22649: $? = 0 configure:22655: ./conftest configure:22659: $? = 4 configure: program exited with status 4 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | FILE *f = fopen ("conftest.txt", "r"); | char buffer[10]; | int fd = fileno (f); | if (!f || 0 > fd || 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. */ | if (fflush (f) != 0 || fseek (f, 0, SEEK_CUR) != 0) | return 4; | return !(lseek (fd, 0, SEEK_CUR) == 5); | | ; | return 0; | } configure:22678: result: no configure:22722: checking for struct stat.st_blocks configure:22750: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:22757: $? = 0 configure:22815: result: yes configure:22888: checking for flexible array member configure:22921: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:22928: $? = 0 configure:22943: result: yes configure:23022: checking for working GNU fnmatch configure:23093: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:259: error: 'FNM_EXTMATCH' undeclared (first use in this function) conftest.c:259: error: (Each undeclared identifier is reported only once conftest.c:259: error: for each function it appears in.) configure:23097: $? = 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 "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | /* end confdefs.h. */ | #include | static int | y (char const *pattern, char const *string, int flags) | { | return fnmatch (pattern, string, flags) == 0; | } | static int | n (char const *pattern, char const *string, int flags) | { | return fnmatch (pattern, string, flags) == FNM_NOMATCH; | } | | int | main () | { | char const *Apat = 'A' < '\\' ? "[A-\\\\]" : "[\\\\-A]"; | char const *apat = 'a' < '\\' ? "[a-\\\\]" : "[\\\\-a]"; | static char const A_1[] = { 'A' - 1, 0 }; | static char const A01[] = { 'A' + 1, 0 }; | static char const a_1[] = { 'a' - 1, 0 }; | static char const a01[] = { 'a' + 1, 0 }; | static char const bs_1[] = { '\\' - 1, 0 }; | static char const bs01[] = { '\\' + 1, 0 }; | return | !(n ("a*", "", 0) | && y ("a*", "abc", 0) | && n ("d*/*1", "d/s/1", FNM_PATHNAME) | && y ("a\\bc", "abc", 0) | && n ("a\\bc", "abc", FNM_NOESCAPE) | && y ("*x", ".x", 0) | && n ("*x", ".x", FNM_PERIOD) | && y (Apat, "\\", 0) && y (Apat, "A", 0) | && y (apat, "\\", 0) && y (apat, "a", 0) | && n (Apat, A_1, 0) == ('A' < '\\') | && n (apat, a_1, 0) == ('a' < '\\') | && y (Apat, A01, 0) == ('A' < '\\') | && y (apat, a01, 0) == ('a' < '\\') | && y (Apat, bs_1, 0) == ('A' < '\\') | && y (apat, bs_1, 0) == ('a' < '\\') | && n (Apat, bs01, 0) == ('A' < '\\') | && n (apat, bs01, 0) == ('a' < '\\') | && y ("xxXX", "xXxX", FNM_CASEFOLD) | && y ("a++(x|yy)b", "a+xyyyyxb", FNM_EXTMATCH) | && n ("d*/*1", "d/s/1", FNM_FILE_NAME) | && y ("*", "x", FNM_FILE_NAME | FNM_LEADING_DIR) | && y ("x*", "x/y/z", FNM_FILE_NAME | FNM_LEADING_DIR) | && y ("*c*", "c/x", FNM_FILE_NAME | FNM_LEADING_DIR)); | ; | return 0; | } configure:23124: result: no configure:23129: checking whether isblank is declared configure:23159: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:23166: $? = 0 configure:23181: result: yes configure:23285: checking whether __fpending is declared configure:23315: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:231: error: '__fpending' undeclared (first use in this function) conftest.c:231: error: (Each undeclared identifier is reported only once conftest.c:231: error: for each function it appears in.) configure:23322: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | /* end confdefs.h. */ | | # include | # if HAVE_STDIO_EXT_H | # include | # endif | | | int | main () | { | #ifndef __fpending | (void) __fpending; | #endif | | ; | return 0; | } configure:23337: result: no configure:23356: checking how to determine the number of pending output bytes on a stream configure:23417: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:226: error: 'struct __sFILE' has no member named '_IO_write_ptr' conftest.c:226: error: 'struct __sFILE' has no member named '_IO_write_base' configure:23424: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | /* end confdefs.h. */ | #include | | int | main () | { | FILE *fp = stdin; (void) (fp->_IO_write_ptr - fp->_IO_write_base); | ; | return 0; | } configure:23417: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:226: error: 'struct __sFILE' has no member named '_ptr' conftest.c:226: error: 'struct __sFILE' has no member named '_base' configure:23424: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | /* end confdefs.h. */ | #include | | int | main () | { | FILE *fp = stdin; (void) (fp->_ptr - fp->_base); | ; | return 0; | } configure:23417: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:23424: $? = 0 configure:23446: result: fp->_p - fp->_bf._base configure:23488: checking whether fpurge is declared configure:23518: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:23525: $? = 0 configure:23540: result: yes configure:23568: checking whether free (NULL) is known to work configure:23598: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:23605: $? = 0 configure:23620: result: yes configure:23642: checking whether frexp() can be used without linking with libm configure:23670: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:23677: $? = 0 configure:23698: result: yes configure:23703: checking whether frexp works configure:23758: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:23762: $? = 0 configure:23768: ./conftest configure:23772: $? = 0 configure:23790: result: yes configure:23825: checking whether frexpl() can be used without linking with libm configure:23853: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:23860: $? = 0 configure:23881: result: yes configure:23886: checking whether frexpl works configure:23963: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:23967: $? = 0 configure:23973: ./conftest configure:23977: $? = 0 configure:23995: result: yes configure:24012: checking whether frexpl is declared configure:24042: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:24049: $? = 0 configure:24064: result: yes configure:24093: checking for fseeko configure:24120: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:24127: $? = 0 configure:24148: result: yes configure:24204: checking for sys/mount.h configure:24228: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:24235: $? = 0 configure:24252: result: yes configure:24266: checking how to get file system space usage configure:24278: checking for statvfs function (SVR4) configure:24317: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:24324: $? = 0 configure:24344: result: yes configure:24841: checking dustat.h usability configure:24858: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:260:20: error: dustat.h: No such file or directory configure:24865: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:24879: result: no configure:24883: checking dustat.h presence configure:24898: gcc -std=gnu99 -E conftest.c conftest.c:227:20: error: dustat.h: No such file or directory configure:24905: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | /* end confdefs.h. */ | #include configure:24919: result: no configure:24952: checking for dustat.h configure:24961: result: no configure:24841: checking sys/fs/s5param.h usability configure:24858: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:260:28: error: sys/fs/s5param.h: No such file or directory configure:24865: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:24879: result: no configure:24883: checking sys/fs/s5param.h presence configure:24898: gcc -std=gnu99 -E conftest.c conftest.c:227:28: error: sys/fs/s5param.h: No such file or directory configure:24905: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | /* end confdefs.h. */ | #include configure:24919: result: no configure:24952: checking for sys/fs/s5param.h configure:24961: result: no configure:24841: checking sys/filsys.h usability configure:24858: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:260:24: error: sys/filsys.h: No such file or directory configure:24865: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:24879: result: no configure:24883: checking sys/filsys.h presence configure:24898: gcc -std=gnu99 -E conftest.c conftest.c:227:24: error: sys/filsys.h: No such file or directory configure:24905: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | /* end confdefs.h. */ | #include configure:24919: result: no configure:24952: checking for sys/filsys.h configure:24961: result: no configure:24841: checking sys/statfs.h usability configure:24858: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:260:24: error: sys/statfs.h: No such file or directory configure:24865: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:24879: result: no configure:24883: checking sys/statfs.h presence configure:24898: gcc -std=gnu99 -E conftest.c conftest.c:227:24: error: sys/statfs.h: No such file or directory configure:24905: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | /* end confdefs.h. */ | #include configure:24919: result: no configure:24952: checking for sys/statfs.h configure:24961: result: no configure:24976: checking for statfs that truncates block counts configure:25008: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:229: error: syntax error before '--' token conftest.c:232:21: error: sys/vfs.h: No such file or directory conftest.c: In function 'main': conftest.c:236: error: storage size of 't' isn't known configure:25015: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | /* end confdefs.h. */ | | #if !defined(sun) && !defined(__sun) | choke -- this is a workaround for a Sun-specific problem | #endif | #include | #include | int | main () | { | struct statfs t; long c = *(t.f_spare); | if (c) return 0; | ; | return 0; | } configure:25038: result: no configure:25048: checking for ftello configure:25075: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:25082: $? = 0 configure:25103: result: yes configure:25351: checking for fchmodat configure:25407: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_fchmodat", referenced from: _main in ccpOwStS.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:25414: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | /* end confdefs.h. */ | /* Define fchmodat to an innocuous variant, in case declares fchmodat. | For example, HP-UX 11i declares gettimeofday. */ | #define fchmodat innocuous_fchmodat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fchmodat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fchmodat | | /* 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 fchmodat (); | /* 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_fchmodat || defined __stub___fchmodat | choke me | #endif | | int | main () | { | return fchmodat (); | ; | return 0; | } configure:25436: result: no configure:25351: checking for mkdirat configure:25407: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_mkdirat", referenced from: _main in ccAPMNK0.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:25414: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | /* end confdefs.h. */ | /* Define mkdirat to an innocuous variant, in case declares mkdirat. | For example, HP-UX 11i declares gettimeofday. */ | #define mkdirat innocuous_mkdirat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mkdirat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mkdirat | | /* 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 mkdirat (); | /* 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_mkdirat || defined __stub___mkdirat | choke me | #endif | | int | main () | { | return mkdirat (); | ; | return 0; | } configure:25436: result: no configure:25351: checking for openat configure:25407: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_openat", referenced from: _main in cccLt6Pm.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:25414: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | /* end confdefs.h. */ | /* Define openat to an innocuous variant, in case declares openat. | For example, HP-UX 11i declares gettimeofday. */ | #define openat innocuous_openat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char openat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef openat | | /* 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 openat (); | /* 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_openat || defined __stub___openat | choke me | #endif | | int | main () | { | return openat (); | ; | return 0; | } configure:25436: result: no configure:25478: checking for fchownat configure:25534: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_fchownat", referenced from: _main in ccpaX2Sy.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:25541: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | /* end confdefs.h. */ | /* Define fchownat to an innocuous variant, in case declares fchownat. | For example, HP-UX 11i declares gettimeofday. */ | #define fchownat innocuous_fchownat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fchownat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fchownat | | /* 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 fchownat (); | /* 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_fchownat || defined __stub___fchownat | choke me | #endif | | int | main () | { | return fchownat (); | ; | return 0; | } configure:25561: result: no configure:25691: checking how to do getaddrinfo, freeaddrinfo and getnameinfo configure:25701: checking for library containing getaddrinfo configure:25742: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:25749: $? = 0 configure:25780: result: none required configure:25788: checking for getaddrinfo configure:25824: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:25831: $? = 0 configure:25851: result: yes configure:25937: checking for gai_strerror (possibly via ws2tcpip.h) configure:25976: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:246: warning: passing argument 1 of 'gai_strerror' makes integer from pointer without a cast configure:25983: $? = 0 configure:26003: result: yes configure:26018: checking for library containing gethostbyname configure:26059: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:26066: $? = 0 configure:26097: result: none required configure:26105: checking for library containing getservbyname configure:26146: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:26153: $? = 0 configure:26184: result: none required configure:26196: checking for gethostbyname configure:26252: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:26259: $? = 0 configure:26281: result: yes configure:26376: checking whether getaddrinfo is declared configure:26420: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:26427: $? = 0 configure:26442: result: yes configure:26458: checking whether freeaddrinfo is declared configure:26502: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:26509: $? = 0 configure:26524: result: yes configure:26540: checking whether gai_strerror is declared configure:26584: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:26591: $? = 0 configure:26606: result: yes configure:26622: checking whether getnameinfo is declared configure:26666: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:26673: $? = 0 configure:26688: result: yes configure:26706: checking for struct addrinfo configure:26746: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:26753: $? = 0 configure:26792: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:251: error: syntax error before ')' token configure:26799: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_NETDB_H | #include | #endif | #ifdef HAVE_WS2TCPIP_H | #include | #endif | | | int | main () | { | if (sizeof ((struct addrinfo))) | return 0; | ; | return 0; | } configure:26822: result: yes configure:26848: checking whether getcwd handles long file names properly configure:27020: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:27024: $? = 0 configure:27030: ./conftest configure:27034: $? = 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 "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | #include | #include | #include | #include | | #ifndef AT_FDCWD | # define AT_FDCWD 0 | #endif | #ifdef ENAMETOOLONG | # define is_ENAMETOOLONG(x) ((x) == ENAMETOOLONG) | #else | # define is_ENAMETOOLONG(x) 0 | #endif | | /* Don't get link errors because mkdir is redefined to rpl_mkdir. */ | #undef mkdir | | #ifndef S_IRWXU | # define S_IRWXU 0700 | #endif | | /* The length of this name must be 8. */ | #define DIR_NAME "confdir3" | #define DIR_NAME_LEN 8 | #define DIR_NAME_SIZE (DIR_NAME_LEN + 1) | | /* The length of "../". */ | #define DOTDOTSLASH_LEN 3 | | /* Leftover bytes in the buffer, to work around library or OS bugs. */ | #define BUF_SLOP 20 | | int | main () | { | #ifndef PATH_MAX | /* The Hurd doesn't define this, so getcwd can't exhibit the bug -- | at least not on a local file system. And if we were to start worrying | about remote file systems, we'd have to enable the wrapper function | all of the time, just to be safe. That's not worth the cost. */ | exit (0); | #elif ((INT_MAX / (DIR_NAME_SIZE / DOTDOTSLASH_LEN + 1) - DIR_NAME_SIZE - BUF_SLOP) <= PATH_MAX) | /* FIXME: Assuming there's a system for which this is true, | this should be done in a compile test. */ | exit (0); | #else | char buf[PATH_MAX * (DIR_NAME_SIZE / DOTDOTSLASH_LEN + 1) | + DIR_NAME_SIZE + BUF_SLOP]; | char *cwd = getcwd (buf, PATH_MAX); | size_t initial_cwd_len; | size_t cwd_len; | int fail = 0; | size_t n_chdirs = 0; | | if (cwd == NULL) | exit (1); | | cwd_len = initial_cwd_len = strlen (cwd); | | while (1) | { | size_t dotdot_max = PATH_MAX * (DIR_NAME_SIZE / DOTDOTSLASH_LEN); | char *c = NULL; | | cwd_len += DIR_NAME_SIZE; | /* If mkdir or chdir fails, it could be that this system cannot create | any file with an absolute name longer than PATH_MAX, such as cygwin. | If so, leave fail as 0, because the current working directory can't | be too long for getcwd if it can't even be created. For other | errors, be pessimistic and consider that as a failure, too. */ | if (mkdir (DIR_NAME, S_IRWXU) < 0 || chdir (DIR_NAME) < 0) | { | if (! (errno == ERANGE || is_ENAMETOOLONG (errno))) | fail = 2; | break; | } | | if (PATH_MAX <= cwd_len && cwd_len < PATH_MAX + DIR_NAME_SIZE) | { | c = getcwd (buf, PATH_MAX); | if (!c && errno == ENOENT) | { | fail = 1; | break; | } | if (c || ! (errno == ERANGE || is_ENAMETOOLONG (errno))) | { | fail = 2; | break; | } | } | | if (dotdot_max <= cwd_len - initial_cwd_len) | { | if (dotdot_max + DIR_NAME_SIZE < cwd_len - initial_cwd_len) | break; | c = getcwd (buf, cwd_len + 1); | if (!c) | { | if (! (errno == ERANGE || errno == ENOENT | || is_ENAMETOOLONG (errno))) | { | fail = 2; | break; | } | if (AT_FDCWD || errno == ERANGE || errno == ENOENT) | { | fail = 1; | break; | } | } | } | | if (c && strlen (c) != cwd_len) | { | fail = 2; | break; | } | ++n_chdirs; | } | | /* Leaving behind such a deep directory is not polite. | So clean up here, right away, even though the driving | shell script would also clean up. */ | { | size_t i; | | /* Try rmdir first, in case the chdir failed. */ | rmdir (DIR_NAME); | for (i = 0; i <= n_chdirs; i++) | { | if (chdir ("..") < 0) | break; | if (rmdir (DIR_NAME) != 0) | break; | } | } | | exit (fail); | #endif | } | configure:27055: result: no, but it is partly working configure:27075: checking for getpagesize configure:27131: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:27138: $? = 0 configure:27160: result: yes configure:27171: checking whether getcwd aborts when 4k < cwd_length < 16k configure:27271: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:27275: $? = 0 configure:27281: ./conftest configure:27285: $? = 0 configure:27303: result: no configure:27342: checking for struct tm.tm_zone configure:27373: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:27380: $? = 0 configure:27441: result: yes configure:27616: checking for getdelim configure:27672: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_getdelim", referenced from: _main in ccRexABD.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:27679: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | /* end confdefs.h. */ | /* Define getdelim to an innocuous variant, in case declares getdelim. | For example, HP-UX 11i declares gettimeofday. */ | #define getdelim innocuous_getdelim | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getdelim (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getdelim | | /* 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 getdelim (); | /* 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_getdelim || defined __stub___getdelim | choke me | #endif | | int | main () | { | return getdelim (); | ; | return 0; | } configure:27701: result: no configure:27729: checking for flockfile configure:27785: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:27792: $? = 0 configure:27814: result: yes configure:27729: checking for funlockfile configure:27785: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:27792: $? = 0 configure:27814: result: yes configure:27871: checking for gethostname configure:27927: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:27934: $? = 0 configure:27956: result: yes configure:28081: checking whether gethrtime is declared configure:28111: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:249: error: 'gethrtime' undeclared (first use in this function) conftest.c:249: error: (Each undeclared identifier is reported only once conftest.c:249: error: for each function it appears in.) configure:28118: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef gethrtime | (void) gethrtime; | #endif | | ; | return 0; | } configure:28133: result: no configure:28177: checking whether CLOCK_MONOTONIC or CLOCK_REALTIME is defined configure:28204: result: no configure:28225: checking for getline configure:28281: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_getline", referenced from: _main in ccY8ALpO.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:28288: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | /* end confdefs.h. */ | /* Define getline to an innocuous variant, in case declares getline. | For example, HP-UX 11i declares gettimeofday. */ | #define getline innocuous_getline | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getline (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getline | | /* 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 getline (); | /* 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_getline || defined __stub___getline | choke me | #endif | | int | main () | { | return getline (); | ; | return 0; | } configure:28308: result: no configure:28446: checking for getdelim configure:28531: result: no configure:28559: checking for flockfile configure:28644: result: yes configure:28559: checking for funlockfile configure:28644: result: yes configure:28680: checking for getloadavg configure:28736: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:28743: $? = 0 configure:28763: result: yes configure:28777: checking for pstat_getdynamic configure:28833: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_pstat_getdynamic", referenced from: _main in ccfDOs4J.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:28840: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | /* end confdefs.h. */ | /* Define pstat_getdynamic to an innocuous variant, in case declares pstat_getdynamic. | For example, HP-UX 11i declares gettimeofday. */ | #define pstat_getdynamic innocuous_pstat_getdynamic | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pstat_getdynamic (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pstat_getdynamic | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pstat_getdynamic (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_pstat_getdynamic || defined __stub___pstat_getdynamic | choke me | #endif | | int | main () | { | return pstat_getdynamic (); | ; | return 0; | } configure:28862: result: no configure:28876: checking for kstat_open in -lkstat configure:28911: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lkstat >&5 ld: library not found for -lkstat collect2: ld returned 1 exit status configure:28918: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 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 kstat_open (); | int | main () | { | return kstat_open (); | ; | return 0; | } configure:28939: result: no configure:29253: checking for getloadavg configure:29309: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:29316: $? = 0 configure:29338: result: yes configure:30304: checking whether getloadavg requires setgid configure:30331: result: no configure:30439: checking for OS.h configure:30446: result: no configure:30588: checking for getpagesize configure:30673: result: yes configure:30718: checking whether __fsetlocking is declared configure:30751: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:258: error: '__fsetlocking' undeclared (first use in this function) conftest.c:258: error: (Each undeclared identifier is reported only once conftest.c:258: error: for each function it appears in.) configure:30758: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | /* end confdefs.h. */ | #include | #if HAVE_STDIO_EXT_H | #include | #endif | | int | main () | { | #ifndef __fsetlocking | (void) __fsetlocking; | #endif | | ; | return 0; | } configure:30773: result: no configure:30854: checking for gettimeofday with POSIX signature configure:30886: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:30893: $? = 0 configure:30908: result: yes configure:30914: checking whether gettimeofday clobbers localtime buffer configure:30956: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:30960: $? = 0 configure:30966: ./conftest configure:30970: $? = 0 configure:30987: result: no configure:31553: checking type of array argument to getgroups configure:31647: result: gid_t configure:31668: checking for getusershell configure:31724: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:31731: $? = 0 configure:31753: result: yes configure:31783: checking for group_member configure:31839: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_group_member", referenced from: _main in ccVgYItL.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:31846: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | /* end confdefs.h. */ | /* Define group_member to an innocuous variant, in case declares group_member. | For example, HP-UX 11i declares gettimeofday. */ | #define group_member innocuous_group_member | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char group_member (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef group_member | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char group_member (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_group_member || defined __stub___group_member | choke me | #endif | | int | main () | { | return group_member (); | ; | return 0; | } configure:31866: result: no configure:31913: checking host operating system configure:31979: result: Darwin configure:32041: checking for iconv configure:32073: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_iconv", referenced from: _main in cc5UJD5S.o "_iconv_close", referenced from: _main in cc5UJD5S.o "_iconv_open", referenced from: _main in cc5UJD5S.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:32080: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | /* end confdefs.h. */ | #include | #include | int | main () | { | iconv_t cd = iconv_open("",""); | iconv(cd,NULL,NULL,NULL,NULL); | iconv_close(cd); | ; | return 0; | } configure:32126: gcc -std=gnu99 -o conftest -g -O2 conftest.c -liconv >&5 configure:32133: $? = 0 configure:32157: result: yes configure:32160: checking for working iconv configure:32246: gcc -std=gnu99 -o conftest -g -O2 conftest.c -liconv >&5 configure:32250: $? = 0 configure:32256: ./conftest configure:32260: $? = 0 configure:32279: result: yes configure:32296: checking how to link with libiconv configure:32298: result: -liconv configure:32309: checking for iconv declaration configure:32348: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:32355: $? = 0 configure:32374: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:32517: checking for inet_ntop configure:32573: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:32580: $? = 0 configure:32602: result: yes configure:32627: checking whether inet_ntop is declared configure:32657: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:32664: $? = 0 configure:32679: result: yes configure:32703: checking whether the compiler generally respects inline configure:32734: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:32741: $? = 0 configure:32758: result: yes configure:32835: checking whether inttypes.h conforms to C99 configure:32991: result: no configure:33141: checking whether INT32_MAX < INTMAX_MAX configure:33185: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:33192: $? = 0 configure:33207: result: yes configure:33217: checking whether INT64_MAX == LONG_MAX configure:33261: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:278: error: size of array 'test' is negative configure:33268: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | /* end confdefs.h. */ | /* Work also in C++ mode. */ | #define __STDC_LIMIT_MACROS 1 | | /* Work if build is not clean. */ | #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H | | #include | #if HAVE_STDINT_H | #include | #endif | | #if defined INT64_MAX | #define CONDITION (INT64_MAX == LONG_MAX) | #elif HAVE_LONG_LONG_INT | #define CONDITION (sizeof (long long int) == sizeof (long int)) | #else | #define CONDITION 0 | #endif | int test[CONDITION ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:33283: result: no configure:33293: checking whether UINT32_MAX < UINTMAX_MAX configure:33337: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:33344: $? = 0 configure:33359: result: yes configure:33369: checking whether UINT64_MAX == ULONG_MAX configure:33413: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:278: error: size of array 'test' is negative configure:33420: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | /* end confdefs.h. */ | /* Work also in C++ mode. */ | #define __STDC_LIMIT_MACROS 1 | | /* Work if build is not clean. */ | #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H | | #include | #if HAVE_STDINT_H | #include | #endif | | #if defined UINT64_MAX | #define CONDITION (UINT64_MAX == ULONG_MAX) | #elif HAVE_LONG_LONG_INT | #define CONDITION (sizeof (unsigned long long int) == sizeof (unsigned long int)) | #else | #define CONDITION 0 | #endif | int test[CONDITION ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:33435: result: no configure:33462: checking for isapipe configure:33518: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_isapipe", referenced from: _main in ccr95HBt.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:33525: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | /* end confdefs.h. */ | /* Define isapipe to an innocuous variant, in case declares isapipe. | For example, HP-UX 11i declares gettimeofday. */ | #define isapipe innocuous_isapipe | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char isapipe (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #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:33547: result: no configure:33565: checking whether pipes are FIFOs (and for their link count) configure:33628: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:33632: $? = 0 configure:33638: ./conftest configure:33642: $? = 0 configure:33660: result: yes (0) configure:33689: checking whether isnan(double) can be used without linking with libm configure:33717: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:33724: $? = 0 configure:33745: result: yes configure:34313: checking where to find the exponent in a 'double' configure:34807: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:34811: $? = 0 configure:34817: ./conftest configure:34821: $? = 0 configure:34840: result: word 1 bit 20 configure:34861: checking whether isnan(float) can be used without linking with libm configure:34893: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:34900: $? = 0 configure:34921: result: yes configure:34927: checking whether isnan(float) works configure:34978: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:34982: $? = 0 configure:34988: ./conftest configure:34992: $? = 0 configure:35010: result: yes configure:35178: checking where to find the exponent in a 'float' configure:35265: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:35269: $? = 0 configure:35275: ./conftest configure:35279: $? = 0 configure:35298: result: word 0 bit 23 configure:35319: checking whether isnan(long double) can be used without linking with libm configure:35351: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:35358: $? = 0 configure:35379: result: yes configure:35387: checking whether isnanl works configure:35514: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:35518: $? = 0 configure:35524: ./conftest configure:35528: $? = 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 "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | /* end confdefs.h. */ | | #include | #include | #include | #ifdef 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; | int main () | { | 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 = 0.0L / 0.0L; | 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)) | return 1; | | #if ((defined __ia64 && LDBL_MANT_DIG == 64) || (defined __x86_64__ || defined __amd64__) || (defined __i386 || defined __i386__ || defined _I386 || defined _M_IX86 || defined _X86_)) | /* 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)) | return 1; | } | { | /* Signalling NaN. */ | static memory_long_double x = | { LDBL80_WORDS (0xFFFF, 0x83333333, 0x00000000) }; | if (!isnanl (x.value)) | return 1; | } | /* 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)) | return 1; | } | { /* Pseudo-Infinity. */ | static memory_long_double x = | { LDBL80_WORDS (0xFFFF, 0x00000000, 0x00000000) }; | if (!isnanl (x.value)) | return 1; | } | { /* Pseudo-Zero. */ | static memory_long_double x = | { LDBL80_WORDS (0x4004, 0x00000000, 0x00000000) }; | if (!isnanl (x.value)) | return 1; | } | { /* Unnormalized number. */ | static memory_long_double x = | { LDBL80_WORDS (0x4000, 0x63333333, 0x00000000) }; | if (!isnanl (x.value)) | return 1; | } | { /* Pseudo-Denormal. */ | static memory_long_double x = | { LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) }; | if (!isnanl (x.value)) | return 1; | } | #endif | | return 0; | } configure:35546: result: no configure:35572: checking where to find the exponent in a 'long double' configure:35662: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:35666: $? = 0 configure:35672: ./conftest configure:35676: $? = 0 configure:35695: result: word 2 bit 0 configure:35718: checking where to find the exponent in a 'long double' configure:35841: result: word 2 bit 0 configure:35882: checking for lchown configure:35938: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:35945: $? = 0 configure:35967: result: yes configure:35992: checking for flag to ignore unused libraries configure:36038: gcc -std=gnu99 -o conftest -g -O2 -Wl,--as-needed conftest.c -lm >&5 ld: unknown option: --as-needed collect2: ld returned 1 exit status configure:36045: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:36038: gcc -std=gnu99 -o conftest -g -O2 -Wl,-z,ignore conftest.c -lm >&5 ld: unknown option: -z collect2: ld returned 1 exit status configure:36045: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:36038: gcc -std=gnu99 -o conftest -g -O2 -z ignore conftest.c -lm >&5 i686-apple-darwin9-gcc-4.0.1: ignore: No such file or directory configure:36045: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:36069: result: none configure:36075: checking whether link(2) dereferences a symlink specified with a trailing slash configure:36135: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:36139: $? = 0 configure:36145: ./conftest configure:36149: $? = 0 configure:36167: result: yes configure:36202: checking whether lseek detects pipes configure:36225: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:36232: $? = 0 configure:36294: result: yes configure:36322: checking whether lstat dereferences a symlink specified with a trailing slash configure:36358: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:36362: $? = 0 configure:36368: ./conftest configure:36372: $? = 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 "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | struct stat sbuf; | /* Linux will dereference the symlink and fail. | That is better in the sense that it means we will not | have to compile and use the lstat wrapper. */ | return lstat ("conftest.sym/", &sbuf) == 0; | ; | return 0; | } configure:36396: result: no configure:36425: checking for stdlib.h configure:36432: result: yes configure:36570: checking for GNU libc compatible malloc configure:36635: result: yes configure:36768: checking for a turkish Unicode locale configure:36858: result: none configure:36879: checking whether mbrtowc and mbstate_t are properly declared configure:36936: result: yes configure:36947: checking whether mbswidth is declared in configure:36985: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:293: error: 'mbswidth' undeclared (first use in this function) conftest.c:293: error: (Each undeclared identifier is reported only once conftest.c:293: error: for each function it appears in.) configure:36992: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | /* end confdefs.h. */ | | /* Tru64 with Desktop Toolkit C has a bug: must be included before | . | BSD/OS 4.0.1 has a bug: , and must be included | before . */ | #include | #include | #include | #include | | int | main () | { | | char *p = (char *) mbswidth; | return !p; | | ; | return 0; | } configure:37007: result: no configure:37020: checking for mbstate_t configure:37069: result: yes configure:37113: checking for memchr configure:37169: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:37176: $? = 0 configure:37198: result: yes configure:37370: checking for working memcmp configure:37423: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:37427: $? = 0 configure:37433: ./conftest configure:37437: $? = 0 configure:37454: result: yes configure:37486: checking for working strcoll configure:37517: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:37521: $? = 0 configure:37527: ./conftest configure:37531: $? = 0 configure:37548: result: yes configure:37571: checking for memcpy configure:37627: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:306: warning: conflicting types for built-in function 'memcpy' configure:37634: $? = 0 configure:37656: result: yes configure:37690: checking for memmove configure:37746: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:307: warning: conflicting types for built-in function 'memmove' configure:37753: $? = 0 configure:37775: result: yes configure:37814: checking for mempcpy configure:37899: result: no configure:37949: checking for memrchr configure:38005: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_memrchr", referenced from: _main in ccgr7eiV.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:38012: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | /* end confdefs.h. */ | /* Define memrchr to an innocuous variant, in case declares memrchr. | For example, HP-UX 11i declares gettimeofday. */ | #define memrchr innocuous_memrchr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char memrchr (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef memrchr | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char memrchr (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_memrchr || defined __stub___memrchr | choke me | #endif | | int | main () | { | return memrchr (); | ; | return 0; | } configure:38034: result: no configure:38070: checking for memset configure:38126: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:308: warning: conflicting types for built-in function 'memset' configure:38133: $? = 0 configure:38155: result: yes configure:38205: checking whether mkdir fails due to a trailing slash configure:38243: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:38247: $? = 0 configure:38253: ./conftest configure:38257: $? = 0 configure:38276: result: no configure:38330: checking for working mkstemp configure:38374: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:38378: $? = 0 configure:38384: ./conftest configure:38388: $? = 0 configure:38407: result: yes configure:38442: checking for working mktime configure:38647: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:38651: $? = 0 configure:38657: ./conftest configure:38661: $? = 0 configure:38678: result: yes configure:38721: checking for listmntent configure:38777: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_listmntent", referenced from: _main in cclU4Oyd.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:38784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | /* end confdefs.h. */ | /* Define listmntent to an innocuous variant, in case declares listmntent. | For example, HP-UX 11i declares gettimeofday. */ | #define listmntent innocuous_listmntent | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char listmntent (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef listmntent | | /* 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 listmntent (); | /* 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_listmntent || defined __stub___listmntent | choke me | #endif | | int | main () | { | return listmntent (); | ; | return 0; | } configure:38806: result: no configure:38721: checking for getmntinfo configure:38777: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:38784: $? = 0 configure:38806: result: yes configure:38832: checking for sys/ucred.h configure:38853: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:38860: $? = 0 configure:38877: result: yes configure:38894: checking for sys/mount.h configure:38942: result: yes configure:38972: checking mntent.h usability configure:38989: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:322:20: error: mntent.h: No such file or directory configure:38996: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:39010: result: no configure:39014: checking mntent.h presence configure:39029: gcc -std=gnu99 -E conftest.c conftest.c:289:20: error: mntent.h: No such file or directory configure:39036: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | /* end confdefs.h. */ | #include configure:39050: result: no configure:39083: checking for mntent.h configure:39092: result: no configure:38961: checking for sys/fs_types.h configure:38968: result: no configure:39122: checking for struct fsstat.f_fstypename configure:39151: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:340: error: storage size of 'ac_aggr' isn't known configure:39158: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_PARAM_H | # include /* needed by powerpc-apple-darwin1.3.7 */ | #endif | #if HAVE_SYS_UCRED_H | # include /* needed for definition of NGROUPS */ | # include /* needed by powerpc-apple-darwin1.3.7 */ | #endif | #if HAVE_SYS_MOUNT_H | # include | #endif | #if HAVE_SYS_FS_TYPES_H | # include /* needed by powerpc-apple-darwin1.3.7 */ | #endif | | | int | main () | { | static struct fsstat ac_aggr; | if (ac_aggr.f_fstypename) | return 0; | ; | return 0; | } configure:39192: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:340: error: storage size of 'ac_aggr' isn't known configure:39199: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_PARAM_H | # include /* needed by powerpc-apple-darwin1.3.7 */ | #endif | #if HAVE_SYS_UCRED_H | # include /* needed for definition of NGROUPS */ | # include /* needed by powerpc-apple-darwin1.3.7 */ | #endif | #if HAVE_SYS_MOUNT_H | # include | #endif | #if HAVE_SYS_FS_TYPES_H | # include /* needed by powerpc-apple-darwin1.3.7 */ | #endif | | | int | main () | { | static struct fsstat ac_aggr; | if (sizeof ac_aggr.f_fstypename) | return 0; | ; | return 0; | } configure:39217: result: no configure:39236: checking for library containing getmntent configure:39277: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_getmntent", referenced from: _main in cc6VzZ2d.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:39284: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 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 getmntent (); | int | main () | { | return getmntent (); | ; | return 0; | } configure:39277: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lsun >&5 ld: library not found for -lsun collect2: ld returned 1 exit status configure:39284: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 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 getmntent (); | int | main () | { | return getmntent (); | ; | return 0; | } configure:39277: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lseq >&5 ld: library not found for -lseq collect2: ld returned 1 exit status configure:39284: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 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 getmntent (); | int | main () | { | return getmntent (); | ; | return 0; | } configure:39277: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lgen >&5 ld: library not found for -lgen collect2: ld returned 1 exit status configure:39284: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 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 getmntent (); | int | main () | { | return getmntent (); | ; | return 0; | } configure:39315: result: no configure:39327: checking for getmntent configure:39383: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_getmntent", referenced from: _main in cc1Lo63W.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:39390: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | /* end confdefs.h. */ | /* Define getmntent to an innocuous variant, in case declares getmntent. | For example, HP-UX 11i declares gettimeofday. */ | #define getmntent innocuous_getmntent | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getmntent (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getmntent | | /* 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 getmntent (); | /* 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_getmntent || defined __stub___getmntent | choke me | #endif | | int | main () | { | return getmntent (); | ; | return 0; | } configure:39412: result: no configure:39436: checking for listmntent of Cray/Unicos-9 configure:39465: result: no configure:39479: checking for mntctl function and struct vmount configure:39497: gcc -std=gnu99 -E conftest.c conftest.c:289:20: error: fshelp.h: No such file or directory configure:39504: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | /* end confdefs.h. */ | #include configure:39520: result: no configure:39761: checking for getfsstat function configure:39797: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:349: error: 'mnt_names' undeclared (first use in this function) conftest.c:349: error: (Each undeclared identifier is reported only once conftest.c:349: error: for each function it appears in.) configure:39804: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | /* end confdefs.h. */ | | #include | #if HAVE_STRUCT_FSSTAT_F_FSTYPENAME | # define FS_TYPE(Ent) ((Ent).f_fstypename) | #else | # define FS_TYPE(Ent) mnt_names[(Ent).f_type] | #endif | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_PARAM_H | # include /* needed by powerpc-apple-darwin1.3.7 */ | #endif | #if HAVE_SYS_UCRED_H | # include /* needed for definition of NGROUPS */ | # include /* needed by powerpc-apple-darwin1.3.7 */ | #endif | #if HAVE_SYS_MOUNT_H | # include | #endif | #if HAVE_SYS_FS_TYPES_H | # include /* needed by powerpc-apple-darwin1.3.7 */ | #endif | | | int | main () | { | struct statfs *stats; | int numsys = getfsstat ((struct statfs *)0, 0L, MNT_WAIT); | char *t = FS_TYPE (*stats); | ; | return 0; | } configure:39825: result: no configure:39839: checking for FIXME existence of three headers configure:39860: gcc -std=gnu99 -E conftest.c conftest.c:290:24: error: sys/statfs.h: No such file or directory conftest.c:291:23: error: sys/fstyp.h: No such file or directory conftest.c:292:20: error: mnttab.h: No such file or directory configure:39867: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | /* end confdefs.h. */ | | #include | #include | #include configure:39883: result: no configure:39897: checking for getmntinfo function configure:39909: result: yes configure:39912: checking whether getmntinfo returns statvfs structures configure:39951: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:39958: $? = 0 configure:39975: result: no configure:40424: checking sys/mntent.h usability configure:40441: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:323:24: error: sys/mntent.h: No such file or directory configure:40448: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:40462: result: no configure:40466: checking sys/mntent.h presence configure:40481: gcc -std=gnu99 -E conftest.c conftest.c:290:24: error: sys/mntent.h: No such file or directory configure:40488: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | /* end confdefs.h. */ | #include configure:40502: result: no configure:40535: checking for sys/mntent.h configure:40544: result: no configure:40559: checking for struct statfs.f_fstypename configure:40592: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:40599: $? = 0 configure:40662: result: yes configure:40705: checking for library containing nanosleep configure:40746: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:40753: $? = 0 configure:40784: result: none required configure:40794: checking for working nanosleep configure:40862: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:316: warning: the address of 'nanosleep', will always evaluate as 'true' configure:40866: $? = 0 configure:40872: ./conftest configure:40876: $? = 0 configure:40895: result: yes configure:40943: checking whether is self-contained configure:40970: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:40977: $? = 0 configure:40993: result: yes configure:41206: checking for a thread-safe mkdir -p configure:41245: result: build-aux/install-sh -c -d configure:41258: checking for obstacks configure:41289: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:324:29: error: obstack.h: No such file or directory conftest.c: In function 'main': conftest.c:328: error: storage size of 'mem' isn't known conftest.c:331: warning: implicit declaration of function 'obstack_init' conftest.c:332: warning: implicit declaration of function 'obstack_free' configure:41296: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include "obstack.h" | int | main () | { | struct obstack mem; | #define obstack_chunk_alloc malloc | #define obstack_chunk_free free | obstack_init (&mem); | obstack_free (&mem, 0); | ; | return 0; | } configure:41316: result: no configure:41384: checking for fchmodat configure:41469: result: no configure:41384: checking for mkdirat configure:41469: result: no configure:41384: checking for openat configure:41469: result: no configure:41511: checking for fchownat configure:41594: result: no configure:41716: checking for perl5.005 or newer configure:41740: result: yes configure:41780: checking for sys/pstat.h configure:41801: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:327:23: error: sys/pstat.h: No such file or directory configure:41808: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:41825: result: no configure:41780: checking for sys/sysmp.h configure:41801: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:327:23: error: sys/sysmp.h: No such file or directory configure:41808: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:41825: result: no configure:41780: checking for sys/sysinfo.h configure:41801: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:327:25: error: sys/sysinfo.h: No such file or directory configure:41808: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:41825: result: no configure:41780: checking for machine/hal_sysinfo.h configure:41801: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:327:33: error: machine/hal_sysinfo.h: No such file or directory configure:41808: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:41825: result: no configure:41780: checking for sys/table.h configure:41801: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:327:23: error: sys/table.h: No such file or directory configure:41808: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:41825: result: no configure:41780: checking for sys/param.h configure:41825: result: yes configure:41780: checking for sys/sysctl.h configure:41801: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:41808: $? = 0 configure:41825: result: yes configure:41780: checking for sys/systemcfg.h configure:41801: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:329:27: error: sys/systemcfg.h: No such file or directory configure:41808: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:41825: result: no configure:41847: checking for pstat_getstatic configure:41903: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_pstat_getstatic", referenced from: _main in ccmLkL2d.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:41910: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | /* end confdefs.h. */ | /* Define pstat_getstatic to an innocuous variant, in case declares pstat_getstatic. | For example, HP-UX 11i declares gettimeofday. */ | #define pstat_getstatic innocuous_pstat_getstatic | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pstat_getstatic (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pstat_getstatic | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pstat_getstatic (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_pstat_getstatic || defined __stub___pstat_getstatic | choke me | #endif | | int | main () | { | return pstat_getstatic (); | ; | return 0; | } configure:41932: result: no configure:41847: checking for pstat_getdynamic configure:41932: result: no configure:41847: checking for sysmp configure:41903: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_sysmp", referenced from: _main in ccxIbSit.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:41910: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | /* end confdefs.h. */ | /* Define sysmp to an innocuous variant, in case declares sysmp. | For example, HP-UX 11i declares gettimeofday. */ | #define sysmp innocuous_sysmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sysmp (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef sysmp | | /* 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 sysmp (); | /* 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_sysmp || defined __stub___sysmp | choke me | #endif | | int | main () | { | return sysmp (); | ; | return 0; | } configure:41932: result: no configure:41847: checking for getsysinfo configure:41903: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_getsysinfo", referenced from: _main in ccZEp8eg.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:41910: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | /* end confdefs.h. */ | /* Define getsysinfo to an innocuous variant, in case declares getsysinfo. | For example, HP-UX 11i declares gettimeofday. */ | #define getsysinfo innocuous_getsysinfo | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getsysinfo (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getsysinfo | | /* 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 getsysinfo (); | /* 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_getsysinfo || defined __stub___getsysinfo | choke me | #endif | | int | main () | { | return getsysinfo (); | ; | return 0; | } configure:41932: result: no configure:41847: checking for sysctl configure:41932: result: yes configure:41847: checking for table configure:41903: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:41910: $? = 0 configure:41932: result: yes configure:41946: checking for a shell that conforms to POSIX configure:41982: result: /bin/sh configure:42021: checking whether frexp can be used without linking with libm configure:42078: result: yes configure:42083: checking whether frexp works configure:42170: result: yes configure:42184: checking whether ldexp can be used without linking with libm configure:42213: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:42220: $? = 0 configure:42241: result: yes configure:42253: checking whether frexpl can be used without linking with libm configure:42310: result: yes configure:42315: checking whether frexpl works configure:42424: result: yes configure:42441: checking whether frexpl is declared configure:42493: result: yes configure:42503: checking whether ldexpl can be used without linking with libm configure:42532: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:42539: $? = 0 configure:42560: result: yes configure:42565: checking whether ldexpl works configure:42600: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:42604: $? = 0 configure:42610: ./conftest configure:42614: $? = 0 configure:42632: result: yes configure:42642: checking whether ldexpl is declared configure:42672: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:42679: $? = 0 configure:42694: result: yes configure:42709: checking for putenv compatible with GNU and SVID configure:42752: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:42756: $? = 0 configure:42762: ./conftest configure:42766: $? = 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 "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | | /* Put it in env. */ | if (putenv ("CONFTEST_putenv=val")) | return 1; | | /* Try to remove it. */ | if (putenv ("CONFTEST_putenv")) | return 1; | | /* Make sure it was deleted. */ | if (getenv ("CONFTEST_putenv") != 0) | return 1; | | return 0; | | ; | return 0; | } configure:42784: result: no configure:42832: checking for mbstate_t configure:42881: result: yes configure:42897: checking whether mbrtowc and mbstate_t are properly declared configure:42954: result: yes configure:42976: checking for raise configure:43032: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:43039: $? = 0 configure:43061: result: yes configure:43150: checking whether getutent is declared configure:43184: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:314: error: 'getutent' undeclared (first use in this function) conftest.c:314: error: (Each undeclared identifier is reported only once conftest.c:314: error: for each function it appears in.) configure:43191: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | /* end confdefs.h. */ | | #ifdef HAVE_UTMP_H | # include | #endif | | | int | main () | { | #ifndef getutent | (void) getutent; | #endif | | ; | return 0; | } configure:43206: result: no configure:43238: checking for struct utmpx.ut_user configure:43267: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:43274: $? = 0 configure:43333: result: yes configure:43344: checking for struct utmp.ut_user configure:43373: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:355: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:356: error: 'struct utmp' has no member named 'ut_user' configure:43380: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (ac_aggr.ut_user) | return 0; | ; | return 0; | } configure:43414: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:355: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:356: error: 'struct utmp' has no member named 'ut_user' configure:43421: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (sizeof ac_aggr.ut_user) | return 0; | ; | return 0; | } configure:43439: result: no configure:43450: checking for struct utmpx.ut_name configure:43479: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:356: error: 'struct utmpx' has no member named 'ut_name' configure:43486: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmpx ac_aggr; | if (ac_aggr.ut_name) | return 0; | ; | return 0; | } configure:43520: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:356: error: 'struct utmpx' has no member named 'ut_name' configure:43527: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmpx ac_aggr; | if (sizeof ac_aggr.ut_name) | return 0; | ; | return 0; | } configure:43545: result: no configure:43556: checking for struct utmp.ut_name configure:43585: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:355: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) configure:43592: $? = 0 configure:43651: result: yes configure:43662: checking for struct utmpx.ut_type configure:43691: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:43698: $? = 0 configure:43757: result: yes configure:43768: checking for struct utmp.ut_type configure:43797: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:357: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:358: error: 'struct utmp' has no member named 'ut_type' configure:43804: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (ac_aggr.ut_type) | return 0; | ; | return 0; | } configure:43838: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:357: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:358: error: 'struct utmp' has no member named 'ut_type' configure:43845: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (sizeof ac_aggr.ut_type) | return 0; | ; | return 0; | } configure:43863: result: no configure:43874: checking for struct utmpx.ut_pid configure:43903: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:43910: $? = 0 configure:43969: result: yes configure:43980: checking for struct utmp.ut_pid configure:44009: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:358: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:359: error: 'struct utmp' has no member named 'ut_pid' configure:44016: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (ac_aggr.ut_pid) | return 0; | ; | return 0; | } configure:44050: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:358: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:359: error: 'struct utmp' has no member named 'ut_pid' configure:44057: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (sizeof ac_aggr.ut_pid) | return 0; | ; | return 0; | } configure:44075: result: no configure:44086: checking for struct utmpx.ut_id configure:44115: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:44122: $? = 0 configure:44181: result: yes configure:44192: checking for struct utmp.ut_id configure:44221: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:359: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:360: error: 'struct utmp' has no member named 'ut_id' configure:44228: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (ac_aggr.ut_id) | return 0; | ; | return 0; | } configure:44262: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:359: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:360: error: 'struct utmp' has no member named 'ut_id' configure:44269: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (sizeof ac_aggr.ut_id) | return 0; | ; | return 0; | } configure:44287: result: no configure:44298: checking for struct utmpx.ut_exit configure:44327: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:360: error: 'struct utmpx' has no member named 'ut_exit' configure:44334: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmpx ac_aggr; | if (ac_aggr.ut_exit) | return 0; | ; | return 0; | } configure:44368: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:360: error: 'struct utmpx' has no member named 'ut_exit' configure:44375: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmpx ac_aggr; | if (sizeof ac_aggr.ut_exit) | return 0; | ; | return 0; | } configure:44393: result: no configure:44404: checking for struct utmp.ut_exit configure:44433: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:359: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:360: error: 'struct utmp' has no member named 'ut_exit' configure:44440: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (ac_aggr.ut_exit) | return 0; | ; | return 0; | } configure:44474: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:359: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:360: error: 'struct utmp' has no member named 'ut_exit' configure:44481: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (sizeof ac_aggr.ut_exit) | return 0; | ; | return 0; | } configure:44499: result: no configure:44511: checking for struct utmpx.ut_exit.ut_exit configure:44540: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:360: error: 'struct utmpx' has no member named 'ut_exit' configure:44547: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmpx ac_aggr; | if (ac_aggr.ut_exit.ut_exit) | return 0; | ; | return 0; | } configure:44581: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:360: error: 'struct utmpx' has no member named 'ut_exit' configure:44588: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmpx ac_aggr; | if (sizeof ac_aggr.ut_exit.ut_exit) | return 0; | ; | return 0; | } configure:44606: result: no configure:44617: checking for struct utmp.ut_exit.ut_exit configure:44646: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:359: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:360: error: 'struct utmp' has no member named 'ut_exit' configure:44653: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (ac_aggr.ut_exit.ut_exit) | return 0; | ; | return 0; | } configure:44687: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:359: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:360: error: 'struct utmp' has no member named 'ut_exit' configure:44694: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (sizeof ac_aggr.ut_exit.ut_exit) | return 0; | ; | return 0; | } configure:44712: result: no configure:44723: checking for struct utmpx.ut_exit.e_exit configure:44752: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:360: error: 'struct utmpx' has no member named 'ut_exit' configure:44759: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmpx ac_aggr; | if (ac_aggr.ut_exit.e_exit) | return 0; | ; | return 0; | } configure:44793: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:360: error: 'struct utmpx' has no member named 'ut_exit' configure:44800: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmpx ac_aggr; | if (sizeof ac_aggr.ut_exit.e_exit) | return 0; | ; | return 0; | } configure:44818: result: no configure:44829: checking for struct utmp.ut_exit.e_exit configure:44858: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:359: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:360: error: 'struct utmp' has no member named 'ut_exit' configure:44865: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (ac_aggr.ut_exit.e_exit) | return 0; | ; | return 0; | } configure:44899: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:359: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:360: error: 'struct utmp' has no member named 'ut_exit' configure:44906: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (sizeof ac_aggr.ut_exit.e_exit) | return 0; | ; | return 0; | } configure:44924: result: no configure:44936: checking for struct utmpx.ut_exit.ut_termination configure:44965: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:360: error: 'struct utmpx' has no member named 'ut_exit' configure:44972: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmpx ac_aggr; | if (ac_aggr.ut_exit.ut_termination) | return 0; | ; | return 0; | } configure:45006: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:360: error: 'struct utmpx' has no member named 'ut_exit' configure:45013: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmpx ac_aggr; | if (sizeof ac_aggr.ut_exit.ut_termination) | return 0; | ; | return 0; | } configure:45031: result: no configure:45042: checking for struct utmp.ut_exit.ut_termination configure:45071: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:359: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:360: error: 'struct utmp' has no member named 'ut_exit' configure:45078: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (ac_aggr.ut_exit.ut_termination) | return 0; | ; | return 0; | } configure:45112: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:359: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:360: error: 'struct utmp' has no member named 'ut_exit' configure:45119: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (sizeof ac_aggr.ut_exit.ut_termination) | return 0; | ; | return 0; | } configure:45137: result: no configure:45148: checking for struct utmpx.ut_exit.e_termination configure:45177: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:360: error: 'struct utmpx' has no member named 'ut_exit' configure:45184: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmpx ac_aggr; | if (ac_aggr.ut_exit.e_termination) | return 0; | ; | return 0; | } configure:45218: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:360: error: 'struct utmpx' has no member named 'ut_exit' configure:45225: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmpx ac_aggr; | if (sizeof ac_aggr.ut_exit.e_termination) | return 0; | ; | return 0; | } configure:45243: result: no configure:45254: checking for struct utmp.ut_exit.e_termination configure:45283: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:359: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:360: error: 'struct utmp' has no member named 'ut_exit' configure:45290: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (ac_aggr.ut_exit.e_termination) | return 0; | ; | return 0; | } configure:45324: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:359: warning: 'utmp' is deprecated (declared at /usr/include/utmpx.h:152) conftest.c:360: error: 'struct utmp' has no member named 'ut_exit' configure:45331: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_UTMPX_H | # include | #endif | #ifdef HAVE_UTMP_H | # if defined _THREAD_SAFE && defined UTMP_DATA_INIT | /* When including both utmp.h and utmpx.h on AIX 4.3, with _THREAD_SAFE | defined, work around the duplicate struct utmp_data declaration. */ | # define utmp_data gl_aix_4_3_workaround_utmp_data | # endif | # include | #endif | | | int | main () | { | static struct utmp ac_aggr; | if (sizeof ac_aggr.ut_exit.e_termination) | return 0; | ; | return 0; | } configure:45349: result: no configure:45367: checking for stdlib.h configure:45374: result: yes configure:45512: checking for GNU libc compatible realloc configure:45546: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:45550: $? = 0 configure:45556: ./conftest configure:45560: $? = 0 configure:45577: result: yes configure:45663: checking for working re_compile_pattern configure:45814: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:356: error: storage size of 'regex' isn't known conftest.c:360: error: storage size of 'regs' isn't known conftest.c:373: warning: implicit declaration of function 're_set_syntax' conftest.c:373: error: 'RE_SYNTAX_GREP' undeclared (first use in this function) conftest.c:373: error: (Each undeclared identifier is reported only once conftest.c:373: error: for each function it appears in.) conftest.c:374: error: 'RE_HAT_LISTS_NOT_NEWLINE' undeclared (first use in this function) conftest.c:374: error: 'RE_ICASE' undeclared (first use in this function) conftest.c:376: warning: implicit declaration of function 're_compile_pattern' conftest.c:376: warning: assignment makes pointer from integer without a cast conftest.c:379: warning: implicit declaration of function 're_search' conftest.c:389: error: 'RE_SYNTAX_EGREP' undeclared (first use in this function) conftest.c:391: warning: assignment makes pointer from integer without a cast conftest.c:401: error: 'RE_SYNTAX_POSIX_EGREP' undeclared (first use in this function) conftest.c:406: warning: assignment makes pointer from integer without a cast conftest.c:413: warning: assignment makes pointer from integer without a cast conftest.c:421: warning: assignment makes pointer from integer without a cast conftest.c:426: warning: implicit declaration of function 're_match' conftest.c:430: warning: assignment makes pointer from integer without a cast conftest.c:440: error: 'RE_SYNTAX_EMACS' undeclared (first use in this function) conftest.c:442: warning: assignment makes pointer from integer without a cast conftest.c:453: error: 'RE_SYNTAX_POSIX_BASIC' undeclared (first use in this function) conftest.c:454: error: 'RE_CONTEXT_INVALID_DUP' undeclared (first use in this function) conftest.c:454: error: 'RE_NO_EMPTY_RANGES' undeclared (first use in this function) conftest.c:456: warning: assignment makes pointer from integer without a cast configure:45818: $? = 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 "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_LOCALE_H | #include | #endif | #include | #include | | int | main () | { | static struct re_pattern_buffer regex; | unsigned char folded_chars[UCHAR_MAX + 1]; | int i; | const char *s; | struct re_registers regs; | | #if HAVE_LOCALE_H | /* http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html | This test needs valgrind to catch the bug on Debian | GNU/Linux 3.1 x86, but it might catch the bug better | on other platforms and it shouldn't hurt to try the | test here. */ | if (setlocale (LC_ALL, "en_US.UTF-8")) | { | static char const pat[] = "insert into"; | static char const data[] = | "\xFF\0\x12\xA2\xAA\xC4\xB1,K\x12\xC4\xB1*\xACK"; | re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE | | RE_ICASE); | memset (®ex, 0, sizeof regex); | s = re_compile_pattern (pat, sizeof pat - 1, ®ex); | if (s) | return 1; | if (re_search (®ex, data, sizeof data - 1, | 0, sizeof data - 1, ®s) | != -1) | return 1; | if (! setlocale (LC_ALL, "C")) | return 1; | } | #endif | | /* This test is from glibc bug 3957, reported by Andrew Mackey. */ | re_set_syntax (RE_SYNTAX_EGREP | RE_HAT_LISTS_NOT_NEWLINE); | memset (®ex, 0, sizeof regex); | s = re_compile_pattern ("a[^x]b", 6, ®ex); | if (s) | return 1; | | /* This should fail, but succeeds for glibc-2.5. */ | if (re_search (®ex, "a\nb", 3, 0, 3, ®s) != -1) | return 1; | | /* This regular expression is from Spencer ere test number 75 | in grep-2.3. */ | re_set_syntax (RE_SYNTAX_POSIX_EGREP); | memset (®ex, 0, sizeof regex); | for (i = 0; i <= UCHAR_MAX; i++) | folded_chars[i] = i; | regex.translate = folded_chars; | s = re_compile_pattern ("a[[:]:]]b\n", 11, ®ex); | /* This should fail with _Invalid character class name_ error. */ | if (!s) | return 1; | | /* This should succeed, but does not for glibc-2.1.3. */ | memset (®ex, 0, sizeof regex); | s = re_compile_pattern ("{1", 2, ®ex); | | if (s) | return 1; | | /* The following example is derived from a problem report | against gawk from Jorge Stolfi . */ | memset (®ex, 0, sizeof regex); | s = re_compile_pattern ("[an\371]*n", 7, ®ex); | if (s) | return 1; | | /* This should match, but does not for glibc-2.2.1. */ | if (re_match (®ex, "an", 2, 0, ®s) != 2) | return 1; | | memset (®ex, 0, sizeof regex); | s = re_compile_pattern ("x", 1, ®ex); | if (s) | return 1; | | /* glibc-2.2.93 does not work with a negative RANGE argument. */ | if (re_search (®ex, "wxy", 3, 2, -2, ®s) != 1) | return 1; | | /* The version of regex.c in older versions of gnulib | ignored RE_ICASE. Detect that problem too. */ | re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE); | memset (®ex, 0, sizeof regex); | s = re_compile_pattern ("x", 1, ®ex); | if (s) | return 1; | | if (re_search (®ex, "WXY", 3, 0, 3, ®s) < 0) | return 1; | | /* Catch a bug reported by Vin Shelton in | http://lists.gnu.org/archive/html/bug-coreutils/2007-06/msg00089.html | */ | re_set_syntax (RE_SYNTAX_POSIX_BASIC | & ~RE_CONTEXT_INVALID_DUP | & ~RE_NO_EMPTY_RANGES); | memset (®ex, 0, sizeof regex); | s = re_compile_pattern ("[[:alnum:]_-]\\+$", 16, ®ex); | if (s) | return 1; | | /* REG_STARTEND was added to glibc on 2004-01-15. | Reject older versions. */ | if (! REG_STARTEND) | return 1; | | /* Reject hosts whose regoff_t values are too narrow. | These include glibc 2.3.5 on hosts with 64-bit ptrdiff_t | and 32-bit int. */ | if (sizeof (regoff_t) < sizeof (ptrdiff_t) | || sizeof (regoff_t) < sizeof (ssize_t)) | return 1; | | return 0; | ; | return 0; | } configure:45845: result: no configure:45965: checking whether isblank is declared configure:46017: result: yes configure:46039: checking whether rename is broken configure:46075: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:46079: $? = 0 configure:46085: ./conftest configure:46089: $? = 0 configure:46109: result: no configure:46135: checking whether rename is broken with respect to destination slashes configure:46170: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:46174: $? = 0 configure:46180: ./conftest configure:46184: $? = 0 configure:46204: result: no configure:46235: checking for rmdir configure:46291: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:46298: $? = 0 configure:46320: result: yes configure:46343: checking for rmdir-not-empty errno value configure:46386: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:46390: $? = 0 configure:46396: ./conftest configure:46400: $? = 0 configure:46419: result: 66 configure:46454: checking for rpmatch configure:46510: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_rpmatch", referenced from: _main in ccifqgom.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:46517: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | /* end confdefs.h. */ | /* Define rpmatch to an innocuous variant, in case declares rpmatch. | For example, HP-UX 11i declares gettimeofday. */ | #define rpmatch innocuous_rpmatch | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char rpmatch (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef rpmatch | | /* 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 rpmatch (); | /* 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_rpmatch || defined __stub___rpmatch | choke me | #endif | | int | main () | { | return rpmatch (); | ; | return 0; | } configure:46539: result: no configure:46657: checking selinux/flask.h usability configure:46674: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:366:27: error: selinux/flask.h: No such file or directory configure:46681: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:46695: result: no configure:46699: checking selinux/flask.h presence configure:46714: gcc -std=gnu99 -E conftest.c conftest.c:333:27: error: selinux/flask.h: No such file or directory configure:46721: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | /* end confdefs.h. */ | #include configure:46735: result: no configure:46768: checking for selinux/flask.h configure:46777: result: no configure:46801: checking for library containing setfilecon configure:46842: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_setfilecon", referenced from: _main in ccwRTOdC.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:46849: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | /* 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:46842: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lselinux >&5 ld: library not found for -lselinux collect2: ld returned 1 exit status configure:46849: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | /* 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:46880: result: no configure:46909: checking selinux/selinux.h usability configure:46926: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:366:29: error: selinux/selinux.h: No such file or directory configure:46933: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:46947: result: no configure:46951: checking selinux/selinux.h presence configure:46966: gcc -std=gnu99 -E conftest.c conftest.c:333:29: error: selinux/selinux.h: No such file or directory configure:46973: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | /* end confdefs.h. */ | #include configure:46987: result: no configure:47020: checking for selinux/selinux.h configure:47029: result: no configure:47065: checking selinux/context.h usability configure:47082: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:366:29: error: selinux/context.h: No such file or directory configure:47089: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:47103: result: no configure:47107: checking selinux/context.h presence configure:47122: gcc -std=gnu99 -E conftest.c conftest.c:333:29: error: selinux/context.h: No such file or directory configure:47129: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | /* end confdefs.h. */ | #include configure:47143: result: no configure:47176: checking for selinux/context.h configure:47185: result: no configure:47549: checking for unsetenv configure:47605: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:47612: $? = 0 configure:47634: result: yes configure:47727: checking for unsetenv() return type configure:47763: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:47770: $? = 0 configure:47785: result: int configure:47831: checking for sig2str configure:47887: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_sig2str", referenced from: _main in ccd5inOd.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:47894: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | /* end confdefs.h. */ | /* Define sig2str to an innocuous variant, in case declares sig2str. | For example, HP-UX 11i declares gettimeofday. */ | #define sig2str innocuous_sig2str | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sig2str (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef sig2str | | /* 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 sig2str (); | /* 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_sig2str || defined __stub___sig2str | choke me | #endif | | int | main () | { | return sig2str (); | ; | return 0; | } configure:47916: result: no configure:47940: checking for signbit macro configure:48008: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:48012: $? = 0 configure:48018: ./conftest configure:48022: $? = 0 configure:48040: result: yes configure:48902: checking for stdint.h configure:48909: result: yes configure:49047: checking for SIZE_MAX configure:49781: result: yes configure:49797: checking for snprintf configure:49853: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:358: warning: conflicting types for built-in function 'snprintf' configure:49860: $? = 0 configure:49882: result: yes configure:49923: checking for socklen_t configure:49957: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:49964: $? = 0 configure:49997: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:346: error: syntax error before ')' token configure:50004: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_SOCKET_H | # include | #elif HAVE_WS2TCPIP_H | # include | #endif | | int | main () | { | if (sizeof ((socklen_t))) | return 0; | ; | return 0; | } configure:50027: result: yes configure:50110: checking for ssize_t configure:50159: result: yes configure:50179: checking for struct stat.st_atim.tv_nsec configure:50209: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:343: error: 'struct stat' has no member named 'st_atim' configure:50216: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_atim.tv_nsec) | return 0; | ; | return 0; | } configure:50251: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:343: error: 'struct stat' has no member named 'st_atim' configure:50258: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_atim.tv_nsec) | return 0; | ; | return 0; | } configure:50276: result: no configure:50353: checking for struct stat.st_atimespec.tv_nsec configure:50383: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:50390: $? = 0 configure:50450: result: yes configure:50691: checking for struct stat.st_birthtimespec.tv_nsec configure:50721: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:344: error: 'struct stat' has no member named 'st_birthtimespec' configure:50728: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_birthtimespec.tv_nsec) | return 0; | ; | return 0; | } configure:50763: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:344: error: 'struct stat' has no member named 'st_birthtimespec' configure:50770: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_birthtimespec.tv_nsec) | return 0; | ; | return 0; | } configure:50788: result: no configure:50798: checking for struct stat.st_birthtimensec configure:50828: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:344: error: 'struct stat' has no member named 'st_birthtimensec' configure:50835: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_birthtimensec) | return 0; | ; | return 0; | } configure:50870: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:344: error: 'struct stat' has no member named 'st_birthtimensec' configure:50877: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_birthtimensec) | return 0; | ; | return 0; | } configure:50895: result: no configure:50905: checking for struct stat.st_birthtim.tv_nsec configure:50935: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:344: error: 'struct stat' has no member named 'st_birthtim' configure:50942: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_birthtim.tv_nsec) | return 0; | ; | return 0; | } configure:50977: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:344: error: 'struct stat' has no member named 'st_birthtim' configure:50984: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_birthtim.tv_nsec) | return 0; | ; | return 0; | } configure:51002: result: no configure:51019: checking for va_copy configure:51050: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:51057: $? = 0 configure:51073: result: yes configure:51252: checking whether stdint.h conforms to C99 configure:51453: result: no configure:51465: checking for sys/inttypes.h configure:51472: result: no configure:51465: checking for sys/bitypes.h configure:51472: result: no configure:51639: checking for bit size of ptrdiff_t configure:52034: result: 32 configure:51639: checking for bit size of sig_atomic_t configure:52034: result: 32 configure:51639: checking for bit size of size_t configure:52034: result: 32 configure:51639: checking for bit size of wchar_t configure:52034: result: 32 configure:51639: checking for bit size of wint_t configure:52034: result: 32 configure:52055: checking whether sig_atomic_t is signed configure:52118: result: yes configure:52055: checking whether wchar_t is signed configure:52118: result: yes configure:52055: checking whether wint_t is signed configure:52118: result: yes configure:52144: checking for ptrdiff_t integer literal suffix configure:52227: result: configure:52144: checking for sig_atomic_t integer literal suffix configure:52227: result: configure:52144: checking for size_t integer literal suffix configure:52227: result: ul configure:52144: checking for wchar_t integer literal suffix configure:52227: result: configure:52144: checking for wint_t integer literal suffix configure:52227: result: configure:52246: checking for wchar_t configure:52273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:52280: $? = 0 configure:52295: result: yes configure:52306: checking for wint_t configure:52341: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:52348: $? = 0 configure:52363: result: yes configure:52503: checking for stpcpy configure:52559: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:375: warning: conflicting types for built-in function 'stpcpy' configure:52566: $? = 0 configure:52588: result: yes configure:52623: checking for working stpncpy configure:52685: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_stpncpy", referenced from: _main in ccaK9v0a.o _main in ccaK9v0a.o _main in ccaK9v0a.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:52689: $? = 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 "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | /* end confdefs.h. */ | | #include | #include /* for strcpy */ | /* The stpncpy prototype is missing in on AIX 4. */ | extern char *stpncpy (char *dest, const char *src, size_t n); | int main () { | const char *src = "Hello"; | char dest[10]; | /* AIX 4.3.3 and AIX 5.1 stpncpy() returns dest+1 here. */ | strcpy (dest, "\377\377\377\377\377\377"); | if (stpncpy (dest, src, 2) != dest + 2) exit(1); | /* AIX 4.3.3 and AIX 5.1 stpncpy() returns dest+4 here. */ | strcpy (dest, "\377\377\377\377\377\377"); | if (stpncpy (dest, src, 5) != dest + 5) exit(1); | /* AIX 4.3.3 and AIX 5.1 stpncpy() returns dest+6 here. */ | strcpy (dest, "\377\377\377\377\377\377"); | if (stpncpy (dest, src, 7) != dest + 5) exit(1); | exit(0); | } | configure:52716: result: no configure:52757: checking for strcspn configure:52813: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:376: warning: conflicting types for built-in function 'strcspn' configure:52820: $? = 0 configure:52842: result: yes configure:52875: checking for strdup configure:52931: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:377: warning: conflicting types for built-in function 'strdup' configure:52938: $? = 0 configure:52960: result: yes configure:53072: checking for working strndup configure:53220: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:367: warning: implicit declaration of function 'strndup' conftest.c:367: warning: assignment makes pointer from integer without a cast conftest.c:369: warning: assignment makes pointer from integer without a cast Undefined symbols: "_strndup", referenced from: _main in cckJuheE.o _main in cckJuheE.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:53224: $? = 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 "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | /* end confdefs.h. */ | #include | #include | int | main () | { | | #ifndef HAVE_DECL_STRNDUP | extern char *strndup (const char *, size_t); | #endif | char *s; | s = strndup ("some longer string", 15); | free (s); | s = strndup ("shorter string", 13); | return s[13] != '\0'; | ; | return 0; | } configure:53251: result: no configure:53289: checking for working strnlen configure:53333: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:403: warning: implicit declaration of function 'strnlen' Undefined symbols: "_strnlen", referenced from: _main in cckfVT16.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:53337: $? = 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 "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | | #define S "foobar" | #define S_LEN (sizeof S - 1) | | /* At least one implementation is buggy: that of AIX 4.3 would | give strnlen (S, 1) == 3. */ | | int i; | for (i = 0; i < S_LEN + 1; ++i) | { | int expected = i <= S_LEN ? i : S_LEN; | if (strnlen (S, i) != expected) | return 1; | } | return 0; | | ; | return 0; | } configure:53364: result: no configure:53406: checking for strpbrk configure:53462: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:380: warning: conflicting types for built-in function 'strpbrk' configure:53469: $? = 0 configure:53491: result: yes configure:53517: checking for working strtod configure:53568: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:53572: $? = 0 configure:53578: ./conftest configure:53582: $? = 0 configure:53599: result: yes configure:53787: checking whether defines strtoimax as a macro configure:53812: result: no configure:53827: checking for strtoimax configure:53883: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:53890: $? = 0 configure:53912: result: yes configure:54020: checking for strtol configure:54076: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:54083: $? = 0 configure:54105: result: yes configure:54136: checking for strtoll configure:54192: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:54199: $? = 0 configure:54221: result: yes configure:54256: checking for strtoul configure:54312: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:54319: $? = 0 configure:54341: result: yes configure:54372: checking for strtoull configure:54428: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:54435: $? = 0 configure:54457: result: yes configure:54484: checking whether defines strtoumax as a macro configure:54509: result: no configure:54524: checking for strtoumax configure:54580: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:54587: $? = 0 configure:54609: result: yes configure:54719: checking for strverscmp configure:54775: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_strverscmp", referenced from: _main in cce0RK6E.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:54782: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | /* end confdefs.h. */ | /* Define strverscmp to an innocuous variant, in case declares strverscmp. | For example, HP-UX 11i declares gettimeofday. */ | #define strverscmp innocuous_strverscmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strverscmp (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strverscmp | | /* 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 strverscmp (); | /* 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_strverscmp || defined __stub___strverscmp | choke me | #endif | | int | main () | { | return strverscmp (); | ; | return 0; | } configure:54804: result: no configure:54827: checking whether is self-contained configure:54877: result: yes configure:55106: checking for a thread-safe mkdir -p configure:55145: result: build-aux/install-sh -c -d configure:55152: checking for shutdown configure:55208: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:55215: $? = 0 configure:55237: result: yes configure:55262: checking whether mkdir is declared configure:55292: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:55299: $? = 0 configure:55314: result: yes configure:55548: checking for a thread-safe mkdir -p configure:55587: result: build-aux/install-sh -c -d configure:55593: checking for a thread-safe mkdir -p configure:55632: result: build-aux/install-sh -c -d configure:55660: checking whether localtime_r is compatible with its POSIX signature configure:55690: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:55697: $? = 0 configure:55712: result: yes configure:55737: checking whether tzset clobbers localtime buffer configure:55781: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:55785: $? = 0 configure:55791: ./conftest configure:55795: $? = 0 configure:55812: result: no configure:56211: checking whether a running program can be unlinked configure:56240: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:56244: $? = 0 configure:56250: ./conftest configure:56254: $? = 0 configure:56273: result: yes configure:56381: checking for /proc/uptime configure:56392: result: no configure:56635: checking for ptrdiff_t configure:56663: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:56670: $? = 0 configure:56697: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:404: error: syntax error before ')' token configure:56704: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((ptrdiff_t))) | return 0; | ; | return 0; | } configure:56727: result: yes configure:56752: checking for snprintf configure:56837: result: yes configure:56752: checking for wcslen configure:56808: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:56815: $? = 0 configure:56837: result: yes configure:56848: checking whether _snprintf is declared configure:56878: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:376: error: '_snprintf' undeclared (first use in this function) conftest.c:376: error: (Each undeclared identifier is reported only once conftest.c:376: error: for each function it appears in.) configure:56885: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef _snprintf | (void) _snprintf; | #endif | | ; | return 0; | } configure:56900: result: no configure:56929: checking for vasprintf configure:56985: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:56992: $? = 0 configure:57014: result: yes configure:57092: checking for vasprintf configure:57177: result: yes configure:57304: checking for nl_langinfo configure:57360: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:57367: $? = 0 configure:57389: result: yes configure:57553: checking for ptrdiff_t configure:57645: result: yes configure:57670: checking for snprintf configure:57755: result: yes configure:57670: checking for wcslen configure:57755: result: yes configure:57766: checking whether _snprintf is declared configure:57818: result: no configure:58004: checking for nl_langinfo configure:58089: result: yes configure:58253: checking for ptrdiff_t configure:58345: result: yes configure:58370: checking for snprintf configure:58455: result: yes configure:58370: checking for wcslen configure:58455: result: yes configure:58466: checking whether _snprintf is declared configure:58518: result: no configure:58585: checking whether is standalone configure:58600: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:58607: $? = 0 configure:58622: result: yes configure:58799: checking whether wcwidth is declared configure:58840: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:58847: $? = 0 configure:58862: result: yes configure:58887: checking whether wcwidth works reasonably in UTF-8 locales configure:58935: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:58939: $? = 0 configure:58945: ./conftest configure:58949: $? = 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 "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | /* end confdefs.h. */ | | #include | /* AIX 3.2.5 declares wcwidth in . */ | #include | /* Tru64 with Desktop Toolkit C has a bug: must be included before | . | BSD/OS 4.0.1 has a bug: , and must be included | before . */ | #include | #include | #include | #include | #if !HAVE_DECL_WCWIDTH | extern | # ifdef __cplusplus | "C" | # endif | int wcwidth (int); | #endif | int main () | { | if (setlocale (LC_ALL, "fr_FR.UTF-8") != NULL) | if (wcwidth (0x0301) > 0 || wcwidth (0x200B) > 0) | return 1; | return 0; | } configure:58967: result: no configure:58995: checking whether use of TIOCGWINSZ requires sys/ioctl.h configure:59025: result: no configure:59036: checking whether use of TIOCGWINSZ requires termios.h configure:59066: result: yes configure:59070: checking whether use of struct winsize requires sys/ptem.h configure:59099: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:59106: $? = 0 configure:59167: result: no configure:59260: checking for stdint.h configure:59267: result: yes configure:59484: checking for library containing strerror configure:59525: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:59532: $? = 0 configure:59563: result: none required configure:59571: checking for function prototypes configure:59574: result: yes configure:59604: checking for string.h configure:59611: result: yes configure:59750: checking for working volatile configure:59779: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:59786: $? = 0 configure:59801: result: yes configure:59813: checking for long double with more range or precision than double configure:59858: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:59865: $? = 0 configure:59880: result: yes configure:59948: checking for sys/sysctl.h configure:59996: result: yes configure:60009: checking for mode_t configure:60037: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:60044: $? = 0 configure:60071: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:437: error: syntax error before ')' token configure:60078: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((mode_t))) | return 0; | ; | return 0; | } configure:60101: result: yes configure:60113: checking for pid_t configure:60141: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:60148: $? = 0 configure:60175: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:437: error: syntax error before ')' token configure:60182: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:60205: result: yes configure:60217: checking whether sys/types.h defines makedev configure:60243: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:60250: $? = 0 configure:60271: result: yes configure:60562: checking whether time.h and sys/time.h may both be included configure:60592: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:60599: $? = 0 configure:60614: result: yes configure:60628: checking whether free is declared configure:60657: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:60664: $? = 0 configure:60679: result: yes configure:60697: checking whether geteuid is declared configure:60726: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:60733: $? = 0 configure:60748: result: yes configure:60766: checking whether getlogin is declared configure:60795: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:60802: $? = 0 configure:60817: result: yes configure:60835: checking whether getuid is declared configure:60864: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:60871: $? = 0 configure:60886: result: yes configure:60904: checking whether lseek is declared configure:60933: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:60940: $? = 0 configure:60955: result: yes configure:60973: checking whether malloc is declared configure:61002: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:61009: $? = 0 configure:61024: result: yes configure:61042: checking whether memchr is declared configure:61071: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:61078: $? = 0 configure:61093: result: yes configure:61111: checking whether realloc is declared configure:61140: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:61147: $? = 0 configure:61162: result: yes configure:61204: checking whether getgrgid is declared configure:61234: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:61241: $? = 0 configure:61256: result: yes configure:61272: checking whether getpwuid is declared configure:61302: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:61309: $? = 0 configure:61324: result: yes configure:61340: checking whether ttyname is declared configure:61370: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:61377: $? = 0 configure:61392: result: yes configure:61411: checking whether isblank is declared configure:61463: result: yes configure:61600: checking for inline configure:61651: result: inline configure:61756: checking for struct stat.st_author configure:61787: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:455: error: 'struct stat' has no member named 'st_author' configure:61794: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include | | | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_author) | return 0; | ; | return 0; | } configure:61830: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:455: error: 'struct stat' has no member named 'st_author' configure:61837: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include | | | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_author) | return 0; | ; | return 0; | } configure:61855: result: no configure:61875: checking for ino_t configure:61903: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:61910: $? = 0 configure:61937: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:451: error: syntax error before ')' token configure:61944: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((ino_t))) | return 0; | ; | return 0; | } configure:61967: result: yes configure:61980: checking for major_t configure:62008: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:451: error: 'major_t' undeclared (first use in this function) conftest.c:451: error: (Each undeclared identifier is reported only once conftest.c:451: error: for each function it appears in.) configure:62015: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (major_t)) | return 0; | ; | return 0; | } configure:62072: result: no configure:62084: checking for minor_t configure:62112: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:452: error: 'minor_t' undeclared (first use in this function) conftest.c:452: error: (Each undeclared identifier is reported only once conftest.c:452: error: for each function it appears in.) configure:62119: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof (minor_t)) | return 0; | ; | return 0; | } configure:62176: result: no configure:62289: checking nfs/vfs.h usability configure:62306: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:452:21: error: nfs/vfs.h: No such file or directory configure:62313: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:62327: result: no configure:62331: checking nfs/vfs.h presence configure:62346: gcc -std=gnu99 -E conftest.c conftest.c:419:21: error: nfs/vfs.h: No such file or directory configure:62353: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | /* end confdefs.h. */ | #include configure:62367: result: no configure:62400: checking for nfs/vfs.h configure:62409: result: no configure:62594: checking for struct statvfs.f_basetype configure:62623: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:459: error: 'struct statvfs' has no member named 'f_basetype' configure:62630: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include | | | int | main () | { | static struct statvfs ac_aggr; | if (ac_aggr.f_basetype) | return 0; | ; | return 0; | } configure:62664: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:459: error: 'struct statvfs' has no member named 'f_basetype' configure:62671: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include | | | int | main () | { | static struct statvfs ac_aggr; | if (sizeof ac_aggr.f_basetype) | return 0; | ; | return 0; | } configure:62689: result: no configure:62701: checking for struct statvfs.f_fstypename configure:62730: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:459: error: 'struct statvfs' has no member named 'f_fstypename' configure:62737: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include | | | int | main () | { | static struct statvfs ac_aggr; | if (ac_aggr.f_fstypename) | return 0; | ; | return 0; | } configure:62771: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:459: error: 'struct statvfs' has no member named 'f_fstypename' configure:62778: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include | | | int | main () | { | static struct statvfs ac_aggr; | if (sizeof ac_aggr.f_fstypename) | return 0; | ; | return 0; | } configure:62796: result: no configure:63071: checking for struct statfs.f_namelen configure:63100: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:471: error: 'struct statfs' has no member named 'f_namelen' configure:63107: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_VFS_H | # include | #elif HAVE_SYS_MOUNT_H && HAVE_SYS_PARAM_H | # include | # include | # if HAVE_NETINET_IN_H && HAVE_NFS_NFS_CLNT_H && HAVE_NFS_VFS_H | # include | # include | # include | # endif | #elif HAVE_OS_H | # include | #endif | | | int | main () | { | static struct statfs ac_aggr; | if (ac_aggr.f_namelen) | return 0; | ; | return 0; | } configure:63141: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:471: error: 'struct statfs' has no member named 'f_namelen' configure:63148: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_VFS_H | # include | #elif HAVE_SYS_MOUNT_H && HAVE_SYS_PARAM_H | # include | # include | # if HAVE_NETINET_IN_H && HAVE_NFS_NFS_CLNT_H && HAVE_NFS_VFS_H | # include | # include | # include | # endif | #elif HAVE_OS_H | # include | #endif | | | int | main () | { | static struct statfs ac_aggr; | if (sizeof ac_aggr.f_namelen) | return 0; | ; | return 0; | } configure:63166: result: no configure:63176: checking for struct statfs.f_type configure:63205: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:63212: $? = 0 configure:63271: result: yes configure:63305: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:470: error: nested functions are disabled, use -fnested-functions to re-enable conftest.c:470: error: syntax error before 's' conftest.c:471: error: 's' undeclared (first use in this function) conftest.c:471: error: (Each undeclared identifier is reported only once conftest.c:471: error: for each function it appears in.) configure:63312: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SYS_VFS_H | # include | #elif HAVE_SYS_MOUNT_H && HAVE_SYS_PARAM_H | # include | # include | # if HAVE_NETINET_IN_H && HAVE_NFS_NFS_CLNT_H && HAVE_NFS_VFS_H | # include | # include | # include | # endif | #elif HAVE_OS_H | # include | #endif | | int | main () | { | static statfs s; | return (s.s_fsid ^ 0) == 0; | ; | return 0; | } configure:63336: checking for library containing fdatasync configure:63377: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_fdatasync", referenced from: _main in ccIMrfP5.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:63384: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 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 fdatasync (); | int | main () | { | return fdatasync (); | ; | return 0; | } configure:63377: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lrt >&5 ld: library not found for -lrt collect2: ld returned 1 exit status configure:63384: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 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 fdatasync (); | int | main () | { | return fdatasync (); | ; | return 0; | } configure:63377: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lposix4 >&5 ld: library not found for -lposix4 collect2: ld returned 1 exit status configure:63384: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 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 fdatasync (); | int | main () | { | return fdatasync (); | ; | return 0; | } configure:63415: result: no configure:63429: checking for fdatasync configure:63485: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_fdatasync", referenced from: _main in cc2febZc.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:63492: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | /* end confdefs.h. */ | /* Define fdatasync to an innocuous variant, in case declares fdatasync. | For example, HP-UX 11i declares gettimeofday. */ | #define fdatasync innocuous_fdatasync | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fdatasync (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fdatasync | | /* 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 fdatasync (); | /* 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_fdatasync || defined __stub___fdatasync | choke me | #endif | | int | main () | { | return fdatasync (); | ; | return 0; | } configure:63514: result: no configure:63559: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:63566: $? = 0 configure:63655: checking vfork.h usability configure:63672: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:453:19: error: vfork.h: No such file or directory configure:63679: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:63693: result: no configure:63697: checking vfork.h presence configure:63712: gcc -std=gnu99 -E conftest.c conftest.c:420:19: error: vfork.h: No such file or directory configure:63719: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | /* end confdefs.h. */ | #include configure:63733: result: no configure:63766: checking for vfork.h configure:63775: result: no configure:63794: checking for fork configure:63850: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:443: warning: conflicting types for built-in function 'fork' configure:63857: $? = 0 configure:63879: result: yes configure:63794: checking for vfork configure:63850: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:63857: $? = 0 configure:63879: result: yes configure:63891: checking for working fork configure:63923: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:63927: $? = 0 configure:63933: ./conftest configure:63937: $? = 0 configure:63954: result: yes configure:63975: checking for working vfork configure:64116: result: yes configure:64153: checking for uname configure:64209: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:64216: $? = 0 configure:64238: result: yes configure:64259: checking for chroot configure:64315: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:64322: $? = 0 configure:64344: result: yes configure:64365: checking for gethostid configure:64421: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:64428: $? = 0 configure:64450: result: yes configure:64469: checking whether use of struct winsize requires sys/ptem.h configure:64566: result: no configure:64576: checking whether localtime caches TZ configure:64629: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:64633: $? = 0 configure:64639: ./conftest configure:64643: $? = 0 configure:64665: result: no configure:64680: checking for initgroups configure:64736: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:64743: $? = 0 configure:64765: result: yes configure:64858: checking for syslog configure:64914: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:64921: $? = 0 configure:64943: result: yes configure:65038: checking for 3-argument setpriority function configure:65066: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:65073: $? = 0 configure:65093: result: yes configure:65236: checking ut_host in struct utmp configure:65263: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:434: warning: 'utmp' is deprecated (declared at /usr/include/utmp.h:97) configure:65270: $? = 0 configure:65291: result: yes configure:65379: checking for sysctl configure:65464: result: yes configure:65485: checking for sys/sysctl.h configure:65533: result: yes configure:65555: checking whether we can get the system boot time configure:65603: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:65610: $? = 0 configure:65626: result: yes configure:65640: checking POSIX termios configure:65697: result: yes configure:65701: checking whether use of TIOCGWINSZ requires sys/ioctl.h configure:65731: result: no configure:65751: checking whether termios.h needs _XOPEN_SOURCE configure:65796: result: no configure:65805: checking c_line in struct termios configure:65835: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:440: error: 'struct termios' has no member named 'c_line' configure:65842: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define HAVE_SYSCTL 1 | #define HAVE_SYS_SYSCTL_H 1 | /* end confdefs.h. */ | #if TERMIOS_NEEDS_XOPEN_SOURCE | #define _XOPEN_SOURCE | #endif | #include | #include | int | main () | { | struct termios t; return !sizeof t.c_line; | ; | return 0; | } configure:65863: result: no configure:65876: checking whether use of struct winsize requires sys/ptem.h configure:65973: result: no configure:65984: checking whether use of TIOCGWINSZ requires termios.h configure:66014: result: yes configure:66093: checking whether strsignal is declared configure:66124: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:66131: $? = 0 configure:66146: result: yes configure:66162: checking whether sys_siglist is declared configure:66193: gcc -std=gnu99 -c -g -O2 conftest.c >&5 configure:66200: $? = 0 configure:66215: result: yes configure:66231: checking whether _sys_siglist is declared configure:66262: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:473: error: '_sys_siglist' undeclared (first use in this function) conftest.c:473: error: (Each undeclared identifier is reported only once conftest.c:473: error: for each function it appears in.) configure:66269: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define HAVE_SYSCTL 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include | | int | main () | { | #ifndef _sys_siglist | (void) _sys_siglist; | #endif | | ; | return 0; | } configure:66284: result: no configure:66300: checking whether __sys_siglist is declared configure:66331: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:474: error: '__sys_siglist' undeclared (first use in this function) conftest.c:474: error: (Each undeclared identifier is reported only once conftest.c:474: error: for each function it appears in.) configure:66338: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define HAVE_SYSCTL 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL__SYS_SIGLIST 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include | | int | main () | { | #ifndef __sys_siglist | (void) __sys_siglist; | #endif | | ; | return 0; | } configure:66353: result: no configure:66376: checking for main in -lypsec configure:66405: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lypsec >&5 ld: library not found for -lypsec collect2: ld returned 1 exit status configure:66412: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define HAVE_SYSCTL 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL__SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:66433: result: no configure:66447: checking for main in -lldgc configure:66476: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lldgc >&5 ld: library not found for -lldgc collect2: ld returned 1 exit status configure:66483: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define HAVE_SYSCTL 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL__SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:66504: result: no configure:66518: checking for library containing yp_match configure:66559: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:66566: $? = 0 configure:66597: result: none required configure:66608: checking for library containing getspnam configure:66649: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_getspnam", referenced from: _main in cc6Njv31.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:66656: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define HAVE_SYSCTL 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL__SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | /* 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 getspnam (); | int | main () | { | return getspnam (); | ; | return 0; | } configure:66649: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lshadow >&5 ld: library not found for -lshadow collect2: ld returned 1 exit status configure:66656: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define HAVE_SYSCTL 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL__SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | /* 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 getspnam (); | int | main () | { | return getspnam (); | ; | return 0; | } configure:66649: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lsec >&5 ld: library not found for -lsec collect2: ld returned 1 exit status configure:66656: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define HAVE_SYSCTL 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL__SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | /* 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 getspnam (); | int | main () | { | return getspnam (); | ; | return 0; | } configure:66649: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lgen >&5 ld: library not found for -lgen collect2: ld returned 1 exit status configure:66656: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define HAVE_SYSCTL 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL__SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | /* 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 getspnam (); | int | main () | { | return getspnam (); | ; | return 0; | } configure:66687: result: no configure:66712: checking shadow.h usability configure:66729: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c:469:20: error: shadow.h: No such file or directory configure:66736: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define HAVE_SYSCTL 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL__SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:66750: result: no configure:66754: checking shadow.h presence configure:66769: gcc -std=gnu99 -E conftest.c conftest.c:436:20: error: shadow.h: No such file or directory configure:66776: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define HAVE_SYSCTL 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL__SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | /* end confdefs.h. */ | #include configure:66790: result: no configure:66823: checking for shadow.h configure:66832: result: no configure:66854: checking for struct spwd.sp_pwdp configure:66883: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:477: error: storage size of 'ac_aggr' isn't known configure:66890: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define HAVE_SYSCTL 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL__SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SHADOW_H | # include | #endif | | | int | main () | { | static struct spwd ac_aggr; | if (ac_aggr.sp_pwdp) | return 0; | ; | return 0; | } configure:66924: gcc -std=gnu99 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:477: error: storage size of 'ac_aggr' isn't known configure:66931: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define HAVE_SYSCTL 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL__SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #if HAVE_SHADOW_H | # include | #endif | | | int | main () | { | static struct spwd ac_aggr; | if (sizeof ac_aggr.sp_pwdp) | return 0; | ; | return 0; | } configure:66949: result: no configure:66964: checking for getspnam configure:67020: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 Undefined symbols: "_getspnam", referenced from: _main in ccsQNtni.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:67027: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define HAVE_SYSCTL 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL__SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | /* end confdefs.h. */ | /* Define getspnam to an innocuous variant, in case declares getspnam. | For example, HP-UX 11i declares gettimeofday. */ | #define getspnam innocuous_getspnam | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getspnam (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getspnam | | /* 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 getspnam (); | /* 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_getspnam || defined __stub___getspnam | choke me | #endif | | int | main () | { | return getspnam (); | ; | return 0; | } configure:67049: result: no configure:67064: checking for library containing crypt configure:67105: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 configure:67112: $? = 0 configure:67143: result: none required configure:67327: checking whether NLS is requested configure:67336: result: yes configure:67377: checking for msgfmt configure:67412: result: no configure:67418: checking for gmsgfmt configure:67449: result: : configure:67500: checking for xgettext configure:67535: result: no configure:67578: checking for msgmerge configure:67612: result: no configure:67649: checking for CFPreferencesCopyAppValue configure:67677: gcc -std=gnu99 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 configure:67684: $? = 0 configure:67705: result: yes configure:67714: checking for CFLocaleCopyCurrent configure:67742: gcc -std=gnu99 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 configure:67749: $? = 0 configure:67770: result: yes configure:67821: checking for GNU gettext in libc configure:67851: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 conftest.c:438:21: error: libintl.h: No such file or directory conftest.c:443: error: size of array 'array' is negative conftest.c: In function 'main': conftest.c:450: warning: implicit declaration of function 'bindtextdomain' conftest.c:451: warning: implicit declaration of function 'gettext' conftest.c:451: warning: incompatible implicit declaration of built-in function 'gettext' conftest.c:451: warning: implicit declaration of function 'ngettext' conftest.c:451: error: invalid type argument of 'unary *' configure:67858: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define HAVE_SYSCTL 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL__SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | /* end confdefs.h. */ | #include | | #ifndef __GNU_GETTEXT_SUPPORTED_REVISION | #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) | #endif | typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; | | extern int _nl_msg_cat_cntr; | extern int *_nl_domain_bindings; | int | main () | { | bindtextdomain ("", ""); | return * gettext ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_domain_bindings | ; | return 0; | } configure:67880: result: no configure:67914: checking for iconv configure:68030: result: yes configure:68033: checking for working iconv configure:68152: result: yes configure:68169: checking how to link with libiconv configure:68171: result: -liconv configure:68617: checking for GNU gettext in libintl configure:68655: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lintl >&5 conftest.c:439:21: error: libintl.h: No such file or directory conftest.c:444: error: size of array 'array' is negative conftest.c: In function 'main': conftest.c:455: warning: implicit declaration of function 'bindtextdomain' conftest.c:456: warning: implicit declaration of function 'gettext' conftest.c:456: warning: incompatible implicit declaration of built-in function 'gettext' conftest.c:456: warning: implicit declaration of function 'ngettext' conftest.c:456: error: invalid type argument of 'unary *' configure:68662: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define HAVE_SYSCTL 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL__SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_ICONV 1 | /* end confdefs.h. */ | #include | | #ifndef __GNU_GETTEXT_SUPPORTED_REVISION | #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) | #endif | typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; | | extern int _nl_msg_cat_cntr; | extern | #ifdef __cplusplus | "C" | #endif | const char *_nl_expand_alias (const char *); | int | main () | { | bindtextdomain ("", ""); | return * gettext ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_expand_alias ("") | ; | return 0; | } configure:68712: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lintl -liconv >&5 conftest.c:439:21: error: libintl.h: No such file or directory conftest.c:444: error: size of array 'array' is negative conftest.c: In function 'main': conftest.c:455: warning: implicit declaration of function 'bindtextdomain' conftest.c:456: warning: implicit declaration of function 'gettext' conftest.c:456: warning: incompatible implicit declaration of built-in function 'gettext' conftest.c:456: warning: implicit declaration of function 'ngettext' conftest.c:456: error: invalid type argument of 'unary *' configure:68719: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU coreutils" | #define PACKAGE_TARNAME "coreutils" | #define PACKAGE_VERSION "6.9.90" | #define PACKAGE_STRING "GNU coreutils 6.9.90" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "coreutils" | #define VERSION "6.9.90" | #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 _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_UTMPX_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_H 1 | #define D_INO_IN_DIRENT 1 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_PATHCONF 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_BTOWC 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_FPURGE 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_LCHMOD 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISASCII 1 | #define HAVE_MBSINIT 1 | #define HAVE_FCHMOD 1 | #define HAVE_ALARM 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_READLINK 1 | #define HAVE_UTMPXNAME 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SETTIMEOFDAY 1 | #define HAVE_MBLEN 1 | #define HAVE_MBRLEN 1 | #define HAVE_TZSET 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRXFRM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_FCHOWN 1 | #define HAVE_ISWSPACE 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETGROUPS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCTL 1 | #define HAVE_TCGETPGRP 1 | #define restrict __restrict | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_C99_STRTOLD 1 | #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_EUIDACCESS 0 | #define HAVE_DECL_SETREGID 1 | #define GETGROUPS_T gid_t | #define HAVE_GETGROUPS 1 | #define HAVE_INCLUDE_NEXT 1 | #define HAVE_DECL_STRMODE 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_DECL_GETLINE 0 | #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 0 | #define HAVE_DECL_FLOCKFILE 1 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FUNLOCKFILE 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define CHECK_PRINTF_SAFE 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_GET_FILE 1 | #define HAVE_ACL_GET_FD 1 | #define HAVE_ACL_SET_FILE 1 | #define HAVE_ACL_SET_FD 1 | #define HAVE_ACL_FREE 1 | #define HAVE_ACL_FROM_TEXT 1 | #define HAVE_ACL_DELETE_DEF_FILE 1 | #define USE_ACL 1 | #define HAVE_ALLOCA 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ATEXIT 1 | #define HAVE_CALLOC 1 | #define HAVE_CALLOC_POSIX 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | #define HAVE_DECL_DIRFD 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define FLEXIBLE_ARRAY_MEMBER | #define HAVE_DECL_ISBLANK 1 | #define fnmatch gnu_fnmatch | #define GNULIB_FOPEN_SAFER 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_DECL_FPURGE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_SYS_MOUNT_H 1 | #define STAT_STATVFS 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define GNULIB_FTS 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_GETHRTIME 0 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_GETLOADAVG 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_DECL___FSETLOCKING 0 | #define getpass gnu_getpass | #define GETGROUPS_T gid_t | #define HAVE_GETUSERSHELL 1 | #define HOST_OPERATING_SYSTEM "Darwin" | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_NTOP 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_FIFO_PIPES 1 | #define PIPE_LINK_COUNT_MAX (0) | #define HAVE_ISNAN_IN_LIBC 1 | #define DBL_EXPBIT0_WORD 1 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_ISNANF_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define LDBL_EXPBIT0_WORD 2 | #define LDBL_EXPBIT0_BIT 0 | #define HAVE_LCHOWN 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define HAVE_MBRTOWC 1 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_MEMCHR 1 | #define HAVE_STRCOLL 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_GETMNTINFO 1 | #define HAVE_SYS_UCRED_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define MOUNTED_GETMNTINFO 1 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 | #define __OPENAT_PREFIX rpl_ | #define fchownat rpl_fchownat | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_SYSCTL 1 | #define HAVE_TABLE 1 | #define HAVE_FREXP_IN_LIBC 1 | #define HAVE_LDEXP_IN_LIBC 1 | #define HAVE_FREXPL_IN_LIBC 1 | #define HAVE_LDEXPL_IN_LIBC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define HAVE_RAISE 1 | #define HAVE_DECL_GETUTENT 0 | #define HAVE_STRUCT_UTMPX_UT_USER 1 | #define HAVE_STRUCT_UTMP_UT_NAME 1 | #define HAVE_STRUCT_UTMPX_UT_TYPE 1 | #define HAVE_STRUCT_UTMPX_UT_PID 1 | #define HAVE_STRUCT_UTMPX_UT_ID 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define GNULIB_REALLOC_GNU 1 | #define HAVE_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define RMDIR_ERRNO_NOT_EMPTY 66 | #define HAVE_UNSETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_STPCPY 1 | #define HAVE_STRCSPN 1 | #define HAVE_STRDUP 1 | #define my_strftime nstrftime | #define strnlen rpl_strnlen | #define HAVE_STRPBRK 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_DECL_MKDIR 1 | #define HAVE_RUN_TZSET_TEST 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_VASPRINTF 1 | #define HAVE_VASPRINTF 1 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 | #define NEED_PRINTF_DIRECTIVE_A 1 | #define HAVE_NL_LANGINFO 1 | #define NEED_PRINTF_FLAG_ZERO 1 | #define NEED_PRINTF_ENOMEM 1 | #define NEED_PRINTF_DOUBLE 1 | #define NEED_PRINTF_LONG_DOUBLE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_WCWIDTH 1 | #define HAVE_STDINT_H 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_LONG_DOUBLE_WIDER 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_SYS_SYSCTL_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_FREE 1 | #define HAVE_DECL_GETEUID 1 | #define HAVE_DECL_GETLOGIN 1 | #define HAVE_DECL_GETUID 1 | #define HAVE_DECL_LSEEK 1 | #define HAVE_DECL_MALLOC 1 | #define HAVE_DECL_MEMCHR 1 | #define HAVE_DECL_REALLOC 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TTYNAME 1 | #define HAVE_DECL_ISBLANK 1 | #define PREFER_NONREENTRANT_EUIDACCESS 1 | #define major_t unsigned int | #define minor_t unsigned int | #define ARGMATCH_DIE usage (1) | #define ARGMATCH_DIE_DECL void usage () | #define HAVE_STRUCT_STATFS_F_TYPE 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNAME 1 | #define HAVE_CHROOT 1 | #define HAVE_GETHOSTID 1 | #define HAVE_INITGROUPS 1 | #define HAVE_SYSLOG 1 | #define HAVE_UT_HOST 1 | #define HAVE_SYSCTL 1 | #define HAVE_SYS_SYSCTL_H 1 | #define HAVE_DECL_STRSIGNAL 1 | #define HAVE_DECL_SYS_SIGLIST 1 | #define HAVE_DECL__SYS_SIGLIST 0 | #define HAVE_DECL___SYS_SIGLIST 0 | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_ICONV 1 | /* end confdefs.h. */ | #include | | #ifndef __GNU_GETTEXT_SUPPORTED_REVISION | #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) | #endif | typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; | | extern int _nl_msg_cat_cntr; | extern | #ifdef __cplusplus | "C" | #endif | const char *_nl_expand_alias (const char *); | int | main () | { | bindtextdomain ("", ""); | return * gettext ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_expand_alias ("") | ; | return 0; | } configure:68747: result: no configure:68784: checking whether to use NLS configure:68786: result: no configure:69012: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by GNU coreutils config.status 6.9.90, which was generated by GNU Autoconf 2.61a.312-b524b. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on macbook.local config.status:1586: creating Makefile config.status:1586: creating doc/Makefile config.status:1586: creating lib/Makefile config.status:1586: creating man/Makefile config.status:1586: creating po/Makefile.in config.status:1586: creating src/Makefile config.status:1586: creating tests/Makefile config.status:1586: creating gnulib-tests/Makefile config.status:1586: creating tests/chgrp/Makefile config.status:1586: creating tests/chmod/Makefile config.status:1586: creating tests/chown/Makefile config.status:1586: creating tests/cp/Makefile config.status:1586: creating tests/cut/Makefile config.status:1586: creating tests/dd/Makefile config.status:1586: creating tests/du/Makefile config.status:1586: creating tests/head/Makefile config.status:1586: creating tests/install/Makefile config.status:1586: creating tests/join/Makefile config.status:1586: creating tests/ln/Makefile config.status:1586: creating tests/ls/Makefile config.status:1586: creating tests/misc/Makefile config.status:1586: creating tests/mkdir/Makefile config.status:1586: creating tests/mv/Makefile config.status:1586: creating tests/pr/Makefile config.status:1586: creating tests/readlink/Makefile config.status:1586: creating tests/rm/Makefile config.status:1586: creating tests/rmdir/Makefile config.status:1586: creating tests/sort/Makefile config.status:1586: creating tests/tac/Makefile config.status:1586: creating tests/tail-2/Makefile config.status:1586: creating tests/tail/Makefile config.status:1586: creating tests/test/Makefile config.status:1586: creating tests/touch/Makefile config.status:1586: creating tests/tr/Makefile config.status:1586: creating tests/uniq/Makefile config.status:1586: creating tests/wc/Makefile config.status:1586: creating lib/config.h config.status:1849: executing depfiles commands config.status:1849: executing po-directories commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-apple-darwin9.1.0 ac_cv_c_bigendian=universal ac_cv_c_compiler_gnu=yes ac_cv_c_flexmember=yes ac_cv_c_inline=inline ac_cv_c_long_double=yes ac_cv_c_restrict=__restrict ac_cv_c_volatile=yes ac_cv_decl_EOVERFLOW=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_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=no ac_cv_func___fpurge=no ac_cv_func___freading=no ac_cv_func___fsetlocking=no ac_cv_func_acl=no ac_cv_func_acl_delete_def_file=yes ac_cv_func_acl_entries=no ac_cv_func_acl_extended_file=no ac_cv_func_acl_free=yes ac_cv_func_acl_from_mode=no ac_cv_func_acl_from_text=yes ac_cv_func_acl_get_fd=yes ac_cv_func_acl_get_file=yes ac_cv_func_acl_set_fd=yes ac_cv_func_acl_set_file=yes ac_cv_func_alarm=yes ac_cv_func_alloca_works=yes ac_cv_func_atexit=yes ac_cv_func_btowc=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_canonicalize_file_name=no ac_cv_func_chown_works=yes ac_cv_func_chroot=yes ac_cv_func_clock_gettime=no ac_cv_func_clock_settime=no ac_cv_func_directio=no ac_cv_func_dirfd=no ac_cv_func_dup2=yes ac_cv_func_eaccess=no ac_cv_func_endgrent=yes ac_cv_func_endpwent=yes ac_cv_func_euidaccess=no ac_cv_func_fchdir=yes ac_cv_func_fchmod=yes ac_cv_func_fchmodat=no ac_cv_func_fchown=yes ac_cv_func_fchownat=no ac_cv_func_fdatasync=no ac_cv_func_fdopendir=no ac_cv_func_flockfile=yes ac_cv_func_fnmatch_gnu=no ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_fpurge=yes ac_cv_func_ftruncate=yes ac_cv_func_funlockfile=yes ac_cv_func_futimes=yes ac_cv_func_futimesat=no ac_cv_func_getdelim=no ac_cv_func_getgroups=yes ac_cv_func_getgroups_works=yes ac_cv_func_gethostbyname=yes ac_cv_func_gethostid=yes ac_cv_func_gethostname=yes ac_cv_func_getline=no ac_cv_func_getloadavg=yes ac_cv_func_getmntent=no ac_cv_func_getmntinfo=yes ac_cv_func_getopt_long_only=yes ac_cv_func_getpagesize=yes ac_cv_func_getspnam=no ac_cv_func_getsysinfo=no ac_cv_func_gettimeofday=yes ac_cv_func_getusershell=yes ac_cv_func_group_member=no ac_cv_func_inet_ntop=yes ac_cv_func_initgroups=yes ac_cv_func_isapipe=no ac_cv_func_isascii=yes ac_cv_func_isblank=yes ac_cv_func_iswcntrl=yes ac_cv_func_iswctype=yes ac_cv_func_iswspace=yes ac_cv_func_lchmod=yes ac_cv_func_lchown=yes ac_cv_func_listmntent=no ac_cv_func_lstat=yes ac_cv_func_lstat_dereferences_slashed_symlink=no ac_cv_func_lstat_empty_string_bug=no ac_cv_func_malloc_0_nonnull=yes ac_cv_func_mblen=yes ac_cv_func_mbrlen=yes ac_cv_func_mbrtowc=yes ac_cv_func_mbsinit=yes ac_cv_func_mbsrtowcs=yes ac_cv_func_memchr=yes ac_cv_func_memcmp_working=yes ac_cv_func_memcpy=yes ac_cv_func_memmove=yes ac_cv_func_mempcpy=no ac_cv_func_memrchr=no ac_cv_func_memset=yes ac_cv_func_microuptime=no ac_cv_func_mkdirat=no ac_cv_func_mkfifo=yes ac_cv_func_nanotime=no ac_cv_func_nanouptime=no ac_cv_func_nl_langinfo=yes ac_cv_func_obstack=no ac_cv_func_openat=no ac_cv_func_pathconf=yes ac_cv_func_pipe=yes ac_cv_func_pstat_getdynamic=no ac_cv_func_pstat_getstatic=no ac_cv_func_raise=yes ac_cv_func_readlink=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_resolvepath=no ac_cv_func_rmdir=yes ac_cv_func_rpmatch=no ac_cv_func_setenv=yes ac_cv_func_setgroups=yes ac_cv_func_sethostname=yes ac_cv_func_settimeofday=yes ac_cv_func_shutdown=yes ac_cv_func_sig2str=no ac_cv_func_siginterrupt=yes ac_cv_func_snprintf=yes ac_cv_func_stime=no ac_cv_func_stpcpy=yes ac_cv_func_strcoll_works=yes ac_cv_func_strcspn=yes ac_cv_func_strdup=yes ac_cv_func_strerror_r=yes ac_cv_func_strerror_r_char_p=no ac_cv_func_strnlen_working=no ac_cv_func_strpbrk=yes ac_cv_func_strtod=yes ac_cv_func_strtoimax=yes ac_cv_func_strtol=yes ac_cv_func_strtoll=yes ac_cv_func_strtoul=yes ac_cv_func_strtoull=yes ac_cv_func_strtoumax=yes ac_cv_func_strverscmp=no ac_cv_func_strxfrm=yes ac_cv_func_sync=yes ac_cv_func_sysctl=yes ac_cv_func_sysinfo=no ac_cv_func_syslog=yes ac_cv_func_sysmp=no ac_cv_func_table=yes ac_cv_func_tcgetattr=yes ac_cv_func_tcgetpgrp=yes ac_cv_func_tcsetattr=yes ac_cv_func_tzset=yes ac_cv_func_uname=yes ac_cv_func_unsetenv=yes ac_cv_func_utime_null=yes ac_cv_func_utmpname=no ac_cv_func_utmpxname=yes ac_cv_func_vasnprintf=no ac_cv_func_vasprintf=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_func_wcrtomb=yes ac_cv_func_wcscoll=yes ac_cv_func_wcslen=yes ac_cv_func_wcwidth=yes ac_cv_func_wmemchr=yes ac_cv_func_wmemcpy=yes ac_cv_func_wmempcpy=no ac_cv_func_working_mktime=yes ac_cv_gnu_library_2_1=no ac_cv_have_decl___fpending=no ac_cv_have_decl___fsetlocking=no ac_cv_have_decl___sys_siglist=no ac_cv_have_decl__snprintf=no ac_cv_have_decl__sys_siglist=no ac_cv_have_decl_canonicalize_file_name=no ac_cv_have_decl_clearerr_unlocked=yes ac_cv_have_decl_dirfd=yes ac_cv_have_decl_euidaccess=no ac_cv_have_decl_feof_unlocked=yes ac_cv_have_decl_ferror_unlocked=yes ac_cv_have_decl_fflush_unlocked=no ac_cv_have_decl_fgets_unlocked=no ac_cv_have_decl_flockfile=yes ac_cv_have_decl_fpurge=yes ac_cv_have_decl_fputc_unlocked=no ac_cv_have_decl_fputs_unlocked=no ac_cv_have_decl_fread_unlocked=no ac_cv_have_decl_free=yes ac_cv_have_decl_freeaddrinfo=yes ac_cv_have_decl_frexpl=yes ac_cv_have_decl_funlockfile=yes ac_cv_have_decl_fwrite_unlocked=no ac_cv_have_decl_gai_strerror=yes 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=no ac_cv_have_decl_getenv=yes ac_cv_have_decl_geteuid=yes ac_cv_have_decl_getgrgid=yes ac_cv_have_decl_gethrtime=no ac_cv_have_decl_getline=no ac_cv_have_decl_getlogin=yes ac_cv_have_decl_getnameinfo=yes ac_cv_have_decl_getpass=yes ac_cv_have_decl_getpwuid=yes ac_cv_have_decl_getuid=yes ac_cv_have_decl_getutent=no ac_cv_have_decl_imaxabs=yes ac_cv_have_decl_imaxdiv=yes ac_cv_have_decl_inet_ntop=yes ac_cv_have_decl_isblank=yes ac_cv_have_decl_ldexpl=yes ac_cv_have_decl_lseek=yes ac_cv_have_decl_malloc=yes ac_cv_have_decl_mbswidth=no ac_cv_have_decl_memchr=yes ac_cv_have_decl_memrchr=no ac_cv_have_decl_mkdir=yes ac_cv_have_decl_optreset=yes ac_cv_have_decl_putc_unlocked=yes ac_cv_have_decl_putchar_unlocked=yes ac_cv_have_decl_realloc=yes ac_cv_have_decl_setregid=yes ac_cv_have_decl_snprintf=yes ac_cv_have_decl_strdup=yes ac_cv_have_decl_strerror_r=yes ac_cv_have_decl_strmode=yes ac_cv_have_decl_strndup=no ac_cv_have_decl_strnlen=no 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_ttyname=yes ac_cv_have_decl_wcwidth=yes ac_cv_header_OS_h=no ac_cv_header_acl_libacl_h=no ac_cv_header_arpa_inet_h=yes ac_cv_header_dirent_h=yes ac_cv_header_dustat_h=no ac_cv_header_fcntl_h=yes ac_cv_header_float_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_libgen_h=yes ac_cv_header_locale_h=yes ac_cv_header_machine_hal_sysinfo_h=no ac_cv_header_math_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_mntent_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_nfs_vfs_h=no ac_cv_header_paths_h=yes ac_cv_header_priv_h=no ac_cv_header_pwd_h=yes ac_cv_header_selinux_context_h=no ac_cv_header_selinux_flask_h=no ac_cv_header_selinux_selinux_h=no ac_cv_header_shadow_h=no ac_cv_header_stat_broken=no ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_ext_h=no ac_cv_header_stdio_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=yes ac_cv_header_sys_bitypes_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_inttypes_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_mntent_h=no ac_cv_header_sys_mount_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_pstat_h=no 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=no ac_cv_header_sys_statvfs_h=yes ac_cv_header_sys_sysctl_h=yes ac_cv_header_sys_sysinfo_h=no ac_cv_header_sys_sysmp_h=no ac_cv_header_sys_systemcfg_h=no ac_cv_header_sys_systeminfo_h=no ac_cv_header_sys_table_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_types_h_makedev=yes ac_cv_header_sys_ucred_h=yes ac_cv_header_sys_vfs_h=no ac_cv_header_sys_wait_h=yes ac_cv_header_syslog_h=yes ac_cv_header_termios_h=yes ac_cv_header_time=yes ac_cv_header_time_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_vfork_h=no ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_host=i386-apple-darwin9.1.0 ac_cv_lib_error_at_line=no ac_cv_lib_kstat_kstat_open=no ac_cv_lib_ldgc_main=no ac_cv_lib_ypsec_main=no ac_cv_member_struct_fsstat_f_fstypename=no ac_cv_member_struct_spwd_sp_pwdp=no ac_cv_member_struct_stat_st_atim_tv_nsec=no ac_cv_member_struct_stat_st_atimespec_tv_nsec=yes ac_cv_member_struct_stat_st_author=no ac_cv_member_struct_stat_st_birthtim_tv_nsec=no ac_cv_member_struct_stat_st_birthtimensec=no ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no ac_cv_member_struct_stat_st_blocks=yes ac_cv_member_struct_statfs_f_fstypename=yes ac_cv_member_struct_statfs_f_namelen=no ac_cv_member_struct_statfs_f_type=yes ac_cv_member_struct_statvfs_f_basetype=no ac_cv_member_struct_statvfs_f_fstypename=no ac_cv_member_struct_tm_tm_gmtoff=yes ac_cv_member_struct_tm_tm_zone=yes ac_cv_member_struct_utmp_ut_exit=no ac_cv_member_struct_utmp_ut_exit_e_exit=no ac_cv_member_struct_utmp_ut_exit_e_termination=no ac_cv_member_struct_utmp_ut_exit_ut_exit=no ac_cv_member_struct_utmp_ut_exit_ut_termination=no ac_cv_member_struct_utmp_ut_id=no ac_cv_member_struct_utmp_ut_name=yes ac_cv_member_struct_utmp_ut_pid=no ac_cv_member_struct_utmp_ut_type=no ac_cv_member_struct_utmp_ut_user=no ac_cv_member_struct_utmpx_ut_exit=no ac_cv_member_struct_utmpx_ut_exit_e_exit=no ac_cv_member_struct_utmpx_ut_exit_e_termination=no ac_cv_member_struct_utmpx_ut_exit_ut_exit=no ac_cv_member_struct_utmpx_ut_exit_ut_termination=no ac_cv_member_struct_utmpx_ut_id=yes ac_cv_member_struct_utmpx_ut_name=no ac_cv_member_struct_utmpx_ut_pid=yes ac_cv_member_struct_utmpx_ut_type=yes ac_cv_member_struct_utmpx_ut_user=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GMSGFMT=: ac_cv_path_GREP=/usr/bin/grep ac_cv_path_MSGFMT=: ac_cv_path_MSGMERGE=: ac_cv_path_XGETTEXT=: ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=awk ac_cv_prog_CPP='gcc -std=gnu99 -E' 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_acl_get_file='none required' ac_cv_search_acl_trivial=no ac_cv_search_clock_gettime=no ac_cv_search_crypt='none required' ac_cv_search_eaccess=no ac_cv_search_fdatasync=no ac_cv_search_getaddrinfo='none required' ac_cv_search_gethostbyname='none required' ac_cv_search_getmntent=no ac_cv_search_getservbyname='none required' ac_cv_search_getspnam=no ac_cv_search_nanosleep='none required' ac_cv_search_setfilecon=no ac_cv_search_strerror='none required' ac_cv_search_yp_match='none required' 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_pending_output_n_bytes='fp->_p - fp->_bf._base' ac_cv_sys_posix_termios=yes ac_cv_type__Bool=yes ac_cv_type_getgroups=gid_t ac_cv_type_ino_t=yes ac_cv_type_long_double_wider=yes ac_cv_type_long_long_int=yes ac_cv_type_major_t=no ac_cv_type_mbstate_t=yes ac_cv_type_minor_t=no ac_cv_type_mode_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_ptrdiff_t=yes ac_cv_type_size_t=yes ac_cv_type_socklen_t=yes ac_cv_type_struct_addrinfo=yes ac_cv_type_uid_t=yes ac_cv_type_unsigned_long_long_int=yes ac_cv_win_or_dos=no ac_cv_working_alloca_h=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec= acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_path_LD=/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld acl_cv_prog_gnu_ld=no acl_cv_rpath=done acl_cv_shlibext=dylib acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 am_cv_func_iconv=yes am_cv_func_iconv_works=yes am_cv_func_working_getline=no am_cv_langinfo_codeset=yes am_cv_lib_iconv=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_mounted_cray_listmntent=no fu_cv_sys_mounted_fread_fstyp=no fu_cv_sys_mounted_getfsstat=no fu_cv_sys_mounted_getmntinfo2=no fu_cv_sys_mounted_getmntinfo=yes fu_cv_sys_mounted_vmount=no fu_cv_sys_stat_statvfs=yes fu_cv_sys_truncating_statfs=no gl_ac_cv_func_link_follows_symlink=yes gl_cv_arithmetic_hrtime_t=no gl_cv_bitsizeof_ptrdiff_t=32 gl_cv_bitsizeof_sig_atomic_t=32 gl_cv_bitsizeof_size_t=32 gl_cv_bitsizeof_wchar_t=32 gl_cv_bitsizeof_wint_t=32 gl_cv_c_inline_effective=yes 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=no gl_cv_double_slash_root=no gl_cv_fs_space=yes gl_cv_func_c99_strtold=yes gl_cv_func_chown_follows_symlink=yes gl_cv_func_dirfd_macro=yes gl_cv_func_fflush_stdin=no gl_cv_func_free=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_ftello=yes gl_cv_func_gai_strerror=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='no, but it is partly working' gl_cv_func_getloadavg_setgid=no gl_cv_func_gettimeofday_clobber=no gl_cv_func_gettimeofday_posix_signature=yes gl_cv_func_isnan_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_ldexp_no_libm=yes gl_cv_func_ldexpl_no_libm=yes gl_cv_func_ldexpl_works=yes gl_cv_func_lseek_pipe=yes gl_cv_func_malloc_0_nonnull=1 gl_cv_func_malloc_posix=yes gl_cv_func_mbrtowc=yes gl_cv_func_mkdir_trailing_slash_bug=no gl_cv_func_nanosleep=yes gl_cv_func_printf_directive_a=no gl_cv_func_printf_directive_f=yes gl_cv_func_printf_directive_n=yes gl_cv_func_printf_enomem=no gl_cv_func_printf_flag_grouping=yes gl_cv_func_printf_flag_zero=no 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_positions=yes gl_cv_func_printf_precision=yes gl_cv_func_printf_sizes_c99=yes gl_cv_func_re_compile_pattern_working=no gl_cv_func_rename_trailing_dest_slash_bug=no gl_cv_func_rename_trailing_slash_bug=no gl_cv_func_rmdir_errno_not_empty=66 gl_cv_func_signbit=yes gl_cv_func_stpncpy=no gl_cv_func_strndup=no gl_cv_func_strtoimax_macro=no gl_cv_func_strtoumax_macro=no gl_cv_func_svid_putenv=no gl_cv_func_tzset_clobber=no gl_cv_func_unlink_busy_text=yes gl_cv_func_va_copy=yes gl_cv_func_vasprintf_posix=no gl_cv_func_vfprintf_posix=no gl_cv_func_wcwidth_works=no gl_cv_func_working_acl_get_file=yes gl_cv_func_working_mkstemp=yes gl_cv_func_working_strerror=yes gl_cv_func_working_utimes=yes gl_cv_have_arbitrary_file_name_length_limit=yes gl_cv_have_clock_gettime_macro=no gl_cv_have_include_next=yes gl_cv_have_proc_uptime=no gl_cv_header_inttypes_h=yes gl_cv_header_netinet_in_h_selfcontained=yes gl_cv_header_stdint_h=yes gl_cv_header_sys_socket_h_selfcontained=yes gl_cv_header_wchar_h_standalone=yes gl_cv_header_working_fcntl_h='no (bad O_NOATIME)' gl_cv_header_working_inttypes_h=no gl_cv_header_working_stdint_h=no gl_cv_host_operating_system=Darwin gl_cv_ignore_unused_libraries=none gl_cv_list_mounted_fs=yes gl_cv_next_fcntl_h='' gl_cv_next_iconv_h='' gl_cv_next_inttypes_h='' gl_cv_next_math_h='' gl_cv_next_stdint_h='' gl_cv_next_stdio_h='' gl_cv_next_stdlib_h='' gl_cv_next_string_h='' gl_cv_next_sys_stat_h='' gl_cv_next_sys_time_h='' gl_cv_next_time_h='' gl_cv_next_unistd_h='' gl_cv_next_wchar_h='' gl_cv_next_wctype_h='' gl_cv_pipes_are_fifos='yes (0)' gl_cv_posix_shell=/bin/sh gl_cv_rpl_alloca=yes gl_cv_size_max=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_timespec_in_time_h=yes gl_cv_sys_struct_timeval=yes gl_cv_sys_struct_utimbuf=yes gl_cv_sys_struct_winsize_needs_sys_ptem_h=no gl_cv_sys_tiocgwinsz_needs_sys_ioctl_h=no gl_cv_sys_tiocgwinsz_needs_termios_h=yes gl_cv_test_INT32_MAX_LT_INTMAX_MAX=yes gl_cv_test_INT64_MAX_EQ_LONG_MAX=no gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=yes gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=no gl_cv_time_r_posix=yes gl_cv_type_ptrdiff_t_signed=yes gl_cv_type_ptrdiff_t_suffix= gl_cv_type_sig_atomic_t_signed=yes gl_cv_type_sig_atomic_t_suffix= gl_cv_type_size_t_signed=no gl_cv_type_size_t_suffix=ul gl_cv_type_wchar_t_signed=yes gl_cv_type_wchar_t_suffix= gl_cv_type_wint_t_signed=yes gl_cv_type_wint_t_suffix= gl_cv_var__system_configuration=no gl_cv_var_stdin_large_offset=yes gnulib_cv_have_boot_time=yes gt_cv_c_intmax_t=yes gt_cv_c_wchar_t=yes gt_cv_c_wint_t=yes gt_cv_func_CFLocaleCopyCurrent=yes gt_cv_func_CFPreferencesCopyAppValue=yes gt_cv_func_gnugettext3_libc=no gt_cv_func_gnugettext3_libintl=no gt_cv_func_unsetenv_ret=int gt_cv_inttypes_pri_broken=no gt_cv_locale_fr=none gt_cv_locale_tr_utf8=none gt_cv_ssize_t=yes su_cv_func_ut_host_in_utmp=yes su_cv_sys_c_line_in_termios=no su_cv_sys_termios_needs_xopen_source=no utils_cv_func_setpriority=yes utils_cv_localtime_cache=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /Users/pipping/coreutils-6.9.90/build-aux/missing --run aclocal-1.10a' ALLOCA='' ALLOCA_H='alloca.h' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /Users/pipping/coreutils-6.9.90/build-aux/missing --run tar' ANSI2KNR='' ARPA_INET_H='' AUTOCONF='${SHELL} /Users/pipping/coreutils-6.9.90/build-aux/missing --run autoconf' AUTOHEADER='${SHELL} /Users/pipping/coreutils-6.9.90/build-aux/missing --run autoheader' AUTOMAKE='${SHELL} /Users/pipping/coreutils-6.9.90/build-aux/missing --run automake-1.10a' AWK='awk' BITSIZEOF_PTRDIFF_T='32' BITSIZEOF_SIG_ATOMIC_T='32' BITSIZEOF_SIZE_T='32' BITSIZEOF_WCHAR_T='32' BITSIZEOF_WINT_T='32' CC='gcc -std=gnu99' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/src/Makefile.am' CPP='gcc -std=gnu99 -E' CPPFLAGS='' CYGPATH_W='echo' DEFAULT_POSIX2_VERSION='' DEFS='' DEPDIR='.deps' DIRENT_H='' ECHO_C='\c' ECHO_N='' ECHO_T='' EGREP='/usr/bin/grep -E' EOVERFLOW='' EXEEXT='' FCNTL_H='fcntl.h' FLOAT_H='' FNMATCH_H='fnmatch.h' GETLOADAVG_LIBS='' GETOPT_H='getopt.h' GETTEXT_MACRO_VERSION='0.17' GLIBC21='no' GL_COND_LIBTOOL_FALSE='' GL_COND_LIBTOOL_TRUE='#' GMSGFMT=':' GMSGFMT_015=':' GNULIB_CALLOC_POSIX='1' GNULIB_CEILF='0' GNULIB_CEILL='0' GNULIB_CHOWN='1' GNULIB_DUP2='1' GNULIB_FCHDIR='1' GNULIB_FFLUSH='1' GNULIB_FLOORF='0' GNULIB_FLOORL='0' GNULIB_FOPEN='0' GNULIB_FPRINTF_POSIX='0' GNULIB_FREOPEN='0' GNULIB_FREXP='1' GNULIB_FREXPL='1' GNULIB_FSEEK='0' GNULIB_FSEEKO='1' GNULIB_FTELL='0' GNULIB_FTELLO='1' GNULIB_FTRUNCATE='1' GNULIB_GETCWD='1' GNULIB_GETDELIM='1' GNULIB_GETLINE='1' GNULIB_GETLOGIN_R='0' GNULIB_GETSUBOPT='0' GNULIB_IMAXABS='0' GNULIB_IMAXDIV='0' GNULIB_ISFINITE='0' GNULIB_LCHOWN='1' GNULIB_LDEXPL='0' GNULIB_LSEEK='1' GNULIB_MALLOC_POSIX='1' GNULIB_MATHL='0' GNULIB_MBSCASECMP='1' GNULIB_MBSCASESTR='0' GNULIB_MBSCHR='0' GNULIB_MBSCSPN='0' GNULIB_MBSLEN='0' GNULIB_MBSNCASECMP='0' GNULIB_MBSNLEN='0' GNULIB_MBSPBRK='0' GNULIB_MBSPCASECMP='0' GNULIB_MBSRCHR='0' GNULIB_MBSSEP='0' GNULIB_MBSSPN='0' GNULIB_MBSSTR='0' GNULIB_MBSTOK_R='0' GNULIB_MEMMEM='0' GNULIB_MEMPCPY='1' GNULIB_MEMRCHR='1' GNULIB_MKDTEMP='0' GNULIB_MKSTEMP='1' GNULIB_OPEN='0' GNULIB_PRINTF_POSIX='0' GNULIB_PUTENV='1' GNULIB_READLINK='1' GNULIB_REALLOC_POSIX='1' GNULIB_ROUND='0' GNULIB_ROUNDF='0' GNULIB_ROUNDL='0' GNULIB_SIGNBIT='1' GNULIB_SLEEP='0' GNULIB_SNPRINTF='1' GNULIB_SPRINTF_POSIX='0' GNULIB_STPCPY='1' GNULIB_STPNCPY='1' GNULIB_STRCASESTR='0' GNULIB_STRCHRNUL='0' GNULIB_STRDUP='1' GNULIB_STRERROR='1' GNULIB_STRNDUP='1' GNULIB_STRNLEN='1' GNULIB_STRPBRK='1' GNULIB_STRSEP='0' GNULIB_STRTOIMAX='1' GNULIB_STRTOK_R='0' GNULIB_STRTOUMAX='1' GNULIB_TRUNC='0' GNULIB_TRUNCF='0' GNULIB_TRUNCL='0' GNULIB_VASPRINTF='1' GNULIB_VFPRINTF_POSIX='1' GNULIB_VPRINTF_POSIX='1' GNULIB_VSNPRINTF='0' GNULIB_VSPRINTF_POSIX='0' GNULIB_WCWIDTH='1' GNU_MAKE_FALSE='#' GNU_MAKE_TRUE='' GREP='/usr/bin/grep' HAVE_CALLOC_POSIX='1' HAVE_DECL_ACOSL='1' HAVE_DECL_ASINL='1' HAVE_DECL_ATANL='1' HAVE_DECL_COSL='1' HAVE_DECL_EXPL='1' HAVE_DECL_FREXPL='1' HAVE_DECL_GETDELIM='0' HAVE_DECL_GETLINE='0' HAVE_DECL_GETLOGIN_R='1' HAVE_DECL_IMAXABS='1' HAVE_DECL_IMAXDIV='1' HAVE_DECL_LDEXPL='1' HAVE_DECL_LOGL='1' HAVE_DECL_MEMMEM='1' HAVE_DECL_MEMRCHR='0' HAVE_DECL_MKDIR='1' HAVE_DECL_SINL='1' HAVE_DECL_SNPRINTF='1' HAVE_DECL_SQRTL='1' HAVE_DECL_STRDUP='1' HAVE_DECL_STRERROR='1' HAVE_DECL_STRNCASECMP='1' HAVE_DECL_STRNDUP='0' HAVE_DECL_STRNLEN='0' HAVE_DECL_STRTOIMAX='1' HAVE_DECL_STRTOK_R='1' HAVE_DECL_STRTOUMAX='1' HAVE_DECL_TANL='1' HAVE_DECL_TRUNC='1' HAVE_DECL_TRUNCF='1' HAVE_DECL_TRUNCL='1' HAVE_DECL_VSNPRINTF='1' HAVE_DECL_WCWIDTH='1' HAVE_DUP2='1' HAVE_FSEEKO='1' HAVE_FTELLO='1' HAVE_FTRUNCATE='1' HAVE_GETSUBOPT='1' HAVE_INTTYPES_H='1' HAVE_IO_H='0' HAVE_ISWCNTRL='1' HAVE_LONG_LONG_INT='1' HAVE_LSTAT='1' HAVE_MALLOC_POSIX='1' HAVE_MEMPCPY='0' HAVE_MKDTEMP='1' HAVE_NETINET_IN_H='' HAVE_READLINK='1' HAVE_REALLOC_POSIX='1' HAVE_SIGNED_SIG_ATOMIC_T='1' HAVE_SIGNED_WCHAR_T='1' HAVE_SIGNED_WINT_T='1' HAVE_SLEEP='1' HAVE_STDINT_H='1' HAVE_STPCPY='1' HAVE_STPNCPY='0' HAVE_STRCASECMP='1' HAVE_STRCASESTR='1' HAVE_STRCHRNUL='1' HAVE_STRNDUP='0' HAVE_STRPBRK='1' HAVE_STRSEP='1' HAVE_STRUCT_TIMEVAL='1' HAVE_SYS_BITYPES_H='0' HAVE_SYS_INTTYPES_H='0' HAVE_SYS_SOCKET_H='' HAVE_SYS_TIME_H='1' HAVE_SYS_TYPES_H='1' HAVE_UNISTD_H='1' HAVE_UNSIGNED_LONG_LONG_INT='1' HAVE_VASPRINTF='1' HAVE_WCHAR_H='1' HAVE_WCTYPE_H='1' HAVE_WINSOCK2_H='' HAVE_WINT_T='1' HAVE_WS2TCPIP_H='' HAVE__BOOL='1' HELP2MAN='${SHELL} /Users/pipping/coreutils-6.9.90/build-aux/missing --run help2man' ICONV_H='' INCLUDE_NEXT='include_next' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INSTALL_SU='no' INT32_MAX_LT_INTMAX_MAX='1' INT64_MAX_EQ_LONG_MAX='0' INTLLIBS='' INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation' INTTYPES_H='inttypes.h' KMEM_GROUP='' LDFLAGS='' LIBCOREUTILS_LIBDEPS='' LIBCOREUTILS_LTLIBDEPS='' LIBICONV='-liconv' LIBINTL='' LIBOBJS=' ${LIBOBJDIR}euidaccess-stat$U.o ${LIBOBJDIR}fd-reopen$U.o ${LIBOBJDIR}xfts$U.o ${LIBOBJDIR}memxfrm$U.o ${LIBOBJDIR}sha256$U.o ${LIBOBJDIR}sha512$U.o ${LIBOBJDIR}strintcmp$U.o ${LIBOBJDIR}strnumcmp$U.o' LIBS='' LIB_ACL='' LIB_ACL_TRIVIAL='' LIB_CLOCK_GETTIME='' LIB_CRYPT='' LIB_EACCESS='' LIB_FDATASYNC='' LIB_GETHRXTIME='' LIB_NANOSLEEP='' LIB_SELINUX='' LN_S='ln -s' LOCALE_FR='none' LOCALE_TR_UTF8='none' LTLIBICONV='-liconv' LTLIBINTL='' LTLIBOBJS=' ${LIBOBJDIR}euidaccess-stat$U.lo ${LIBOBJDIR}fd-reopen$U.lo ${LIBOBJDIR}xfts$U.lo ${LIBOBJDIR}memxfrm$U.lo ${LIBOBJDIR}sha256$U.lo ${LIBOBJDIR}sha512$U.lo ${LIBOBJDIR}strintcmp$U.lo ${LIBOBJDIR}strnumcmp$U.lo' MAKEINFO='${SHELL} /Users/pipping/coreutils-6.9.90/build-aux/missing --run makeinfo' MAN='uname.1 chroot.1 hostid.1 nice.1 who.1 users.1 pinky.1 uptime.1 stty.1 df.1 chcon.1 chgrp.1 chown.1 chmod.1 cp.1 dd.1 dircolors.1 du.1 install.1 link.1 ln.1 dir.1 vdir.1 ls.1 mkdir.1 mkfifo.1 mknod.1 mktemp.1 mv.1 nohup.1 readlink.1 rm.1 rmdir.1 shred.1 stat.1 sync.1 touch.1 unlink.1 cat.1 cksum.1 comm.1 csplit.1 cut.1 expand.1 fmt.1 fold.1 head.1 join.1 md5sum.1 nl.1 od.1 paste.1 pr.1 ptx.1 sha1sum.1 sha224sum.1 sha256sum.1 sha384sum.1 sha512sum.1 shuf.1 sort.1 split.1 sum.1 tac.1 tail.1 tr.1 tsort.1 unexpand.1 uniq.1 wc.1 basename.1 date.1 dirname.1 echo.1 env.1 expr.1 factor.1 false.1 id.1 kill.1 logname.1 pathchk.1 printenv.1 printf.1 pwd.1 runcon.1 seq.1 sleep.1 tee.1 test.1 true.1 tty.1 whoami.1 yes.1 base64.1 ' MKDIR_P='build-aux/install-sh -c -d' MSGFMT=':' MSGFMT_015=':' MSGMERGE=':' NEED_SETGID='false' NETINET_IN_H='' NEXT_DIRENT_H='' NEXT_FCNTL_H='' NEXT_FLOAT_H='' NEXT_ICONV_H='' NEXT_INTTYPES_H='' NEXT_MATH_H='' NEXT_NETINET_IN_H='' NEXT_STDINT_H='' NEXT_STDIO_H='' NEXT_STDLIB_H='' NEXT_STRING_H='' NEXT_SYS_SOCKET_H='' NEXT_SYS_STAT_H='' NEXT_SYS_TIME_H='' NEXT_TIME_H='' NEXT_UNISTD_H='' NEXT_WCHAR_H='' NEXT_WCTYPE_H='' NO_INSTALL_PROGS_DEFAULT='arch hostname su' OBJEXT='o' OPTIONAL_BIN_PROGS='uname$(EXEEXT) chroot$(EXEEXT) hostid$(EXEEXT) nice$(EXEEXT) who$(EXEEXT) users$(EXEEXT) pinky$(EXEEXT) uptime$(EXEEXT) stty$(EXEEXT) df$(EXEEXT) [$(EXEEXT) chcon$(EXEEXT) chgrp$(EXEEXT) chown$(EXEEXT) chmod$(EXEEXT) cp$(EXEEXT) dd$(EXEEXT) dircolors$(EXEEXT) du$(EXEEXT) ginstall$(EXEEXT) link$(EXEEXT) ln$(EXEEXT) dir$(EXEEXT) vdir$(EXEEXT) ls$(EXEEXT) mkdir$(EXEEXT) mkfifo$(EXEEXT) mknod$(EXEEXT) mktemp$(EXEEXT) mv$(EXEEXT) nohup$(EXEEXT) readlink$(EXEEXT) rm$(EXEEXT) rmdir$(EXEEXT) shred$(EXEEXT) stat$(EXEEXT) sync$(EXEEXT) touch$(EXEEXT) unlink$(EXEEXT) cat$(EXEEXT) cksum$(EXEEXT) comm$(EXEEXT) csplit$(EXEEXT) cut$(EXEEXT) expand$(EXEEXT) fmt$(EXEEXT) fold$(EXEEXT) head$(EXEEXT) join$(EXEEXT) md5sum$(EXEEXT) nl$(EXEEXT) od$(EXEEXT) paste$(EXEEXT) pr$(EXEEXT) ptx$(EXEEXT) sha1sum$(EXEEXT) sha224sum$(EXEEXT) sha256sum$(EXEEXT) sha384sum$(EXEEXT) sha512sum$(EXEEXT) shuf$(EXEEXT) sort$(EXEEXT) split$(EXEEXT) sum$(EXEEXT) tac$(EXEEXT) tail$(EXEEXT) tr$(EXEEXT) tsort$(EXEEXT) unexpand$(EXEEXT) uniq$(EXEEXT) wc$(EXEEXT) basename$(EXEEXT) date$(EXEEXT) dirname$(EXEEXT) echo$(EXEEXT) env$(EXEEXT) expr$(EXEEXT) factor$(EXEEXT) false$(EXEEXT) id$(EXEEXT) kill$(EXEEXT) logname$(EXEEXT) pathchk$(EXEEXT) printenv$(EXEEXT) printf$(EXEEXT) pwd$(EXEEXT) runcon$(EXEEXT) seq$(EXEEXT) sleep$(EXEEXT) tee$(EXEEXT) test$(EXEEXT) true$(EXEEXT) tty$(EXEEXT) whoami$(EXEEXT) yes$(EXEEXT) base64$(EXEEXT)' PACKAGE='coreutils' PACKAGE_BUGREPORT='address@hidden' PACKAGE_NAME='GNU coreutils' PACKAGE_STRING='GNU coreutils 6.9.90' PACKAGE_TARNAME='coreutils' PACKAGE_VERSION='6.9.90' PATH_SEPARATOR=':' PERL='perl' POSIX_SHELL='/bin/sh' POSUB='' POW_LIB='' PREFERABLY_POSIX_SHELL='/bin/sh' PRIPTR_PREFIX='"l"' PRI_MACROS_BROKEN='0' PTRDIFF_T_SUFFIX='' RANLIB='ranlib' REPLACE_CEILF='0' REPLACE_CEILL='0' REPLACE_CHOWN='0' REPLACE_FCHDIR='0' REPLACE_FFLUSH='1' REPLACE_FLOORF='0' REPLACE_FLOORL='0' REPLACE_FOPEN='0' REPLACE_FPRINTF='0' REPLACE_FREOPEN='0' REPLACE_FREXP='0' REPLACE_FREXPL='0' REPLACE_FSEEK='0' REPLACE_FSEEKO='1' REPLACE_FTELL='0' REPLACE_FTELLO='0' REPLACE_GETCWD='1' REPLACE_GETLINE='1' REPLACE_GETTIMEOFDAY='0' REPLACE_ICONV='0' REPLACE_ICONV_OPEN='0' REPLACE_ICONV_UTF='0' REPLACE_ISFINITE='0' REPLACE_LCHOWN='0' REPLACE_LDEXPL='0' REPLACE_LOCALTIME_R='0' REPLACE_LSEEK='0' REPLACE_MKSTEMP='0' REPLACE_NANOSLEEP='0' REPLACE_OPEN='0' REPLACE_PRINTF='0' REPLACE_PUTENV='1' REPLACE_ROUND='0' REPLACE_ROUNDF='0' REPLACE_ROUNDL='0' REPLACE_SIGNBIT='0' REPLACE_SNPRINTF='0' REPLACE_SPRINTF='0' REPLACE_STRERROR='0' REPLACE_STRPTIME='GNULIB_PORTCHECK' REPLACE_TIMEGM='GNULIB_PORTCHECK' REPLACE_VASPRINTF='1' REPLACE_VFPRINTF='1' REPLACE_VPRINTF='1' REPLACE_VSNPRINTF='0' REPLACE_VSPRINTF='0' REPLACE_WCWIDTH='1' SELINUX_CONTEXT_H='selinux/context.h' SELINUX_SELINUX_H='selinux/selinux.h' SEQ_LIBM='' SET_MAKE='' SHELL='/bin/sh' SIG_ATOMIC_T_SUFFIX='' SIZE_T_SUFFIX='ul' STDBOOL_H='' STDINT_H='stdint.h' STRIP='' SYS_SOCKET_H='' SYS_STAT_H='sys/stat.h' SYS_TIME_H='' SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0' TIME_H_DEFINES_STRUCT_TIMESPEC='1' U='' UINT32_MAX_LT_UINTMAX_MAX='1' UINT64_MAX_EQ_ULONG_MAX='0' USE_NLS='no' VERSION='6.9.90' WCHAR_H='wchar.h' WCHAR_T_SUFFIX='' WCTYPE_H='' WINT_T_SUFFIX='' XGETTEXT=':' XGETTEXT_015=':' XGETTEXT_EXTRA_OPTIONS=' --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format --flag=xprintf:1:c-format --flag=xvprintf:1:c-format --flag=xfprintf:2:c-format --flag=xvfprintf:2:c-format' YACC='bison -y' YFLAGS='' ac_ct_CC='gcc' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i386-apple-darwin9.1.0' build_alias='' build_cpu='i386' build_os='darwin9.1.0' build_vendor='apple' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' gl_LIBOBJS=' acl.o acl_entries.o argmatch.o asnprintf.o asprintf.o backupfile.o basename.o c-strtod.o c-strtold.o canon-host.o canonicalize.o chdir-long.o cloexec.o close-stream.o closein.o closeout.o creat-safer.o cycle-check.o dirchownmod.o dirname.o dup-safer.o error.o euidaccess.o exclude.o exitfail.o fchmodat.o fchownat.o fd-safer.o fflush.o file-has-acl.o file-type.o filemode.o filenamecat.o fnmatch.o fopen-safer.o fpending.o fprintftime.o fseeko.o fsusage.o fts.o getcwd.o getdelim.o gethrxtime.o getline.o getndelim2.o getopt.o getopt1.o getpass.o gettime.o getugroups.o group-member.o hard-locale.o hash.o human.o i-ring.o idcache.o imaxtostr.o isapipe.o isnanl.o long-options.o lstat.o md5.o memcasecmp.o memcoll.o mempcpy.o memrchr.o mgetgroups.o mkancesdirs.o mkdir-p.o mkdirat.o mkstemp-safer.o modechange.o mountlist.o mpsort.o obstack.o offtostr.o open-safer.o openat.o openat-proc.o physmem.o pipe-safer.o posixtm.o posixver.o printf-args.o printf-parse.o putenv.o quote.o quotearg.o readtokens.o readutmp.o regex.o root-dev-ino.o rpmatch.o safe-read.o safe-write.o same.o save-cwd.o savedir.o selinux-at.o settime.o sha1.o sig2str.o stpncpy.o strftime.o stripslash.o strndup.o strnlen.o strverscmp.o tempname.o uinttostr.o umaxtostr.o unlinkdir.o userspec.o utimecmp.o utimens.o vasnprintf.o vasprintf.o vfprintf.o vprintf.o wcwidth.o write-any-file.o xgetcwd.o xmalloc.o xnanosleep.o xstrtod.o xstrtol.o xstrtol-error.o xstrtold.o xstrtoul.o yesno.o' gl_LTLIBOBJS=' acl.lo acl_entries.lo argmatch.lo asnprintf.lo asprintf.lo backupfile.lo basename.lo c-strtod.lo c-strtold.lo canon-host.lo canonicalize.lo chdir-long.lo cloexec.lo close-stream.lo closein.lo closeout.lo creat-safer.lo cycle-check.lo dirchownmod.lo dirname.lo dup-safer.lo error.lo euidaccess.lo exclude.lo exitfail.lo fchmodat.lo fchownat.lo fd-safer.lo fflush.lo file-has-acl.lo file-type.lo filemode.lo filenamecat.lo fnmatch.lo fopen-safer.lo fpending.lo fprintftime.lo fseeko.lo fsusage.lo fts.lo getcwd.lo getdelim.lo gethrxtime.lo getline.lo getndelim2.lo getopt.lo getopt1.lo getpass.lo gettime.lo getugroups.lo group-member.lo hard-locale.lo hash.lo human.lo i-ring.lo idcache.lo imaxtostr.lo isapipe.lo isnanl.lo long-options.lo lstat.lo md5.lo memcasecmp.lo memcoll.lo mempcpy.lo memrchr.lo mgetgroups.lo mkancesdirs.lo mkdir-p.lo mkdirat.lo mkstemp-safer.lo modechange.lo mountlist.lo mpsort.lo obstack.lo offtostr.lo open-safer.lo openat.lo openat-proc.lo physmem.lo pipe-safer.lo posixtm.lo posixver.lo printf-args.lo printf-parse.lo putenv.lo quote.lo quotearg.lo readtokens.lo readutmp.lo regex.lo root-dev-ino.lo rpmatch.lo safe-read.lo safe-write.lo same.lo save-cwd.lo savedir.lo selinux-at.lo settime.lo sha1.lo sig2str.lo stpncpy.lo strftime.lo stripslash.lo strndup.lo strnlen.lo strverscmp.lo tempname.lo uinttostr.lo umaxtostr.lo unlinkdir.lo userspec.lo utimecmp.lo utimens.lo vasnprintf.lo vasprintf.lo vfprintf.lo vprintf.lo wcwidth.lo write-any-file.lo xgetcwd.lo xmalloc.lo xnanosleep.lo xstrtod.lo xstrtol.lo xstrtol-error.lo xstrtold.lo xstrtoul.lo yesno.lo' host='i386-apple-darwin9.1.0' host_alias='' host_cpu='i386' host_os='darwin9.1.0' host_vendor='apple' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /Users/pipping/coreutils-6.9.90/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(top_builddir)/build-aux/install-sh -c -d' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "GNU coreutils" #define PACKAGE_TARNAME "coreutils" #define PACKAGE_VERSION "6.9.90" #define PACKAGE_STRING "GNU coreutils 6.9.90" #define PACKAGE_BUGREPORT "address@hidden" #define PACKAGE "coreutils" #define VERSION "6.9.90" #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 _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_FSEEKO 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_ARPA_INET_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_LIBGEN_H 1 #define HAVE_DIRENT_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FLOAT_H 1 #define HAVE_WCTYPE_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_ICONV_H 1 #define HAVE_STDINT_H 1 #define HAVE_WCHAR_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_MATH_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_STATVFS_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_UTMP_H 1 #define HAVE_UTMPX_H 1 #define HAVE_LOCALE_H 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_TIME_H 1 #define HAVE_UTIME_H 1 #define HAVE_PATHS_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_GRP_H 1 #define HAVE_PWD_H 1 #define D_INO_IN_DIRENT 1 #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 #define HAVE_LONG_FILE_NAMES 1 #define HAVE_PATHCONF 1 #define HAVE_DUP2 1 #define HAVE_FCHDIR 1 #define HAVE_BTOWC 1 #define HAVE_ISBLANK 1 #define HAVE_ISWCTYPE 1 #define HAVE_MBSRTOWCS 1 #define HAVE_WMEMCHR 1 #define HAVE_WMEMCPY 1 #define HAVE_FPURGE 1 #define HAVE_FTRUNCATE 1 #define HAVE_LCHMOD 1 #define HAVE_TCGETATTR 1 #define HAVE_TCSETATTR 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_ISASCII 1 #define HAVE_MBSINIT 1 #define HAVE_FCHMOD 1 #define HAVE_ALARM 1 #define HAVE_SIGINTERRUPT 1 #define HAVE_READLINK 1 #define HAVE_UTMPXNAME 1 #define HAVE_MBRTOWC 1 #define HAVE_WCRTOMB 1 #define HAVE_WCSCOLL 1 #define HAVE_SETENV 1 #define HAVE_SETTIMEOFDAY 1 #define HAVE_MBLEN 1 #define HAVE_MBRLEN 1 #define HAVE_TZSET 1 #define HAVE_LSTAT 1 #define HAVE_PIPE 1 #define HAVE_FUTIMES 1 #define HAVE_ISWCNTRL 1 #define HAVE_WCWIDTH 1 #define HAVE_STRXFRM 1 #define HAVE_ENDGRENT 1 #define HAVE_ENDPWENT 1 #define HAVE_FCHOWN 1 #define HAVE_ISWSPACE 1 #define HAVE_MKFIFO 1 #define HAVE_SETGROUPS 1 #define HAVE_SETHOSTNAME 1 #define HAVE_SYNC 1 #define HAVE_SYSCTL 1 #define HAVE_TCGETPGRP 1 #define restrict __restrict #define HAVE_LANGINFO_CODESET 1 #define HAVE_C99_STRTOLD 1 #define HAVE_DECL_CANONICALIZE_FILE_NAME 0 #define HAVE_UNISTD_H 1 #define HAVE_CHOWN 1 #define HAVE_DECL_STRERROR_R 1 #define HAVE_STRERROR_R 1 #define HAVE_DECL_EUIDACCESS 0 #define HAVE_DECL_SETREGID 1 #define GETGROUPS_T gid_t #define HAVE_GETGROUPS 1 #define HAVE_INCLUDE_NEXT 1 #define HAVE_DECL_STRMODE 1 #define HAVE_MBSTATE_T 1 #define HAVE_IPV4 1 #define HAVE_IPV6 1 #define HAVE_DECL_GETCWD 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_TM_GMTOFF 1 #define HAVE_DECL_GETDELIM 0 #define HAVE_LONG_LONG_INT 1 #define HAVE_DECL_GETLINE 0 #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 0 #define HAVE_DECL_FLOCKFILE 1 #define HAVE_DECL_FPUTS_UNLOCKED 0 #define HAVE_DECL_FUNLOCKFILE 1 #define HAVE_DECL_PUTC_UNLOCKED 1 #define HAVE_UNSIGNED_LONG_LONG_INT 1 #define BITSIZEOF_PTRDIFF_T 32 #define BITSIZEOF_SIG_ATOMIC_T 32 #define BITSIZEOF_SIZE_T 32 #define BITSIZEOF_WCHAR_T 32 #define BITSIZEOF_WINT_T 32 #define HAVE_SIGNED_SIG_ATOMIC_T 1 #define HAVE_SIGNED_WCHAR_T 1 #define HAVE_SIGNED_WINT_T 1 #define PTRDIFF_T_SUFFIX #define SIG_ATOMIC_T_SUFFIX #define SIZE_T_SUFFIX ul #define WCHAR_T_SUFFIX #define WINT_T_SUFFIX #define HAVE_INTTYPES_H 1 #define HAVE_DECL_IMAXABS 1 #define HAVE_DECL_IMAXDIV 1 #define HAVE_DECL_STRTOIMAX 1 #define HAVE_DECL_STRTOUMAX 1 #define HAVE_DECL_GETC_UNLOCKED 1 #define HAVE_STDLIB_H 1 #define MALLOC_0_IS_NONNULL 1 #define HAVE_MBRTOWC 1 #define HAVE_DECL_MEMRCHR 0 #define HAVE_DECL_SNPRINTF 1 #define HAVE_DECL_STRDUP 1 #define HAVE_DECL_STRNDUP 0 #define HAVE_DECL_STRNLEN 0 #define HAVE_DECL_CLEARERR_UNLOCKED 1 #define HAVE_DECL_FEOF_UNLOCKED 1 #define HAVE_DECL_FERROR_UNLOCKED 1 #define HAVE_DECL_FGETS_UNLOCKED 0 #define HAVE_DECL_FPUTC_UNLOCKED 0 #define HAVE_DECL_FREAD_UNLOCKED 0 #define HAVE_DECL_FWRITE_UNLOCKED 0 #define HAVE_DECL_GETCHAR_UNLOCKED 1 #define HAVE_DECL_PUTCHAR_UNLOCKED 1 #define HAVE_UTIME_NULL 1 #define HAVE_STRUCT_UTIMBUF 1 #define HAVE_WORKING_UTIMES 1 #define HAVE_INTTYPES_H_WITH_UINTMAX 1 #define HAVE_STDINT_H_WITH_UINTMAX 1 #define HAVE_INTMAX_T 1 #define CHECK_PRINTF_SAFE 1 #define HAVE_SYS_ACL_H 1 #define HAVE_ACL_GET_FILE 1 #define HAVE_ACL_GET_FD 1 #define HAVE_ACL_SET_FILE 1 #define HAVE_ACL_SET_FD 1 #define HAVE_ACL_FREE 1 #define HAVE_ACL_FROM_TEXT 1 #define HAVE_ACL_DELETE_DEF_FILE 1 #define USE_ACL 1 #define HAVE_ALLOCA 1 #define HAVE_ALLOCA_H 1 #define HAVE_ATEXIT 1 #define HAVE_CALLOC 1 #define HAVE_CALLOC_POSIX 1 #define GNULIB_CANONICALIZE 1 #define GNULIB_CLOSE_STREAM 1 #define D_INO_IN_DIRENT 1 #define HAVE_STRUCT_DIRENT_D_TYPE 1 #define HAVE_DECL_DIRFD 1 #define HAVE_WORKING_O_NOATIME 0 #define HAVE_WORKING_O_NOFOLLOW 1 #define GNULIB_FCNTL_SAFER 1 #define HAVE_STRUCT_STAT_ST_BLOCKS 1 #define HAVE_ST_BLOCKS 1 #define FLEXIBLE_ARRAY_MEMBER #define HAVE_DECL_ISBLANK 1 #define fnmatch gnu_fnmatch #define GNULIB_FOPEN_SAFER 1 #define HAVE_DECL___FPENDING 0 #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base #define HAVE_DECL_FPURGE 1 #define HAVE_FREXP_IN_LIBC 1 #define HAVE_FREXPL_IN_LIBC 1 #define HAVE_SYS_MOUNT_H 1 #define STAT_STATVFS 1 #define __OPENAT_PREFIX rpl_ #define fchownat rpl_fchownat #define GNULIB_FTS 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_DECL_GETADDRINFO 1 #define HAVE_DECL_FREEADDRINFO 1 #define HAVE_DECL_GAI_STRERROR 1 #define HAVE_DECL_GETNAMEINFO 1 #define HAVE_STRUCT_ADDRINFO 1 #define HAVE_PARTLY_WORKING_GETCWD 1 #define HAVE_GETPAGESIZE 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define HAVE_FLOCKFILE 1 #define HAVE_FUNLOCKFILE 1 #define HAVE_GETHOSTNAME 1 #define HAVE_DECL_GETHRTIME 0 #define HAVE_FLOCKFILE 1 #define HAVE_FUNLOCKFILE 1 #define HAVE_GETLOADAVG 1 #define __GETOPT_PREFIX rpl_ #define HAVE_GETPAGESIZE 1 #define HAVE_DECL___FSETLOCKING 0 #define getpass gnu_getpass #define GETGROUPS_T gid_t #define HAVE_GETUSERSHELL 1 #define HOST_OPERATING_SYSTEM "Darwin" #define HAVE_ICONV 1 #define ICONV_CONST #define HAVE_INET_NTOP 1 #define HAVE_DECL_INET_NTOP 1 #define HAVE_INLINE 1 #define GL_TRIGGER_STDC_LIMIT_MACROS 1 #define HAVE_FIFO_PIPES 1 #define PIPE_LINK_COUNT_MAX (0) #define HAVE_ISNAN_IN_LIBC 1 #define DBL_EXPBIT0_WORD 1 #define DBL_EXPBIT0_BIT 20 #define HAVE_ISNANF_IN_LIBC 1 #define FLT_EXPBIT0_WORD 0 #define FLT_EXPBIT0_BIT 23 #define LDBL_EXPBIT0_WORD 2 #define LDBL_EXPBIT0_BIT 0 #define LDBL_EXPBIT0_WORD 2 #define LDBL_EXPBIT0_BIT 0 #define HAVE_LCHOWN 1 #define LINK_FOLLOWS_SYMLINKS 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC 1 #define GNULIB_MALLOC_GNU 1 #define HAVE_MALLOC_POSIX 1 #define HAVE_MBRTOWC 1 #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0 #define HAVE_MBSTATE_T 1 #define HAVE_MEMCHR 1 #define HAVE_STRCOLL 1 #define HAVE_MEMCPY 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_GETMNTINFO 1 #define HAVE_SYS_UCRED_H 1 #define HAVE_SYS_MOUNT_H 1 #define MOUNTED_GETMNTINFO 1 #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1 #define __OPENAT_PREFIX rpl_ #define fchownat rpl_fchownat #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SYSCTL_H 1 #define HAVE_SYSCTL 1 #define HAVE_TABLE 1 #define HAVE_FREXP_IN_LIBC 1 #define HAVE_LDEXP_IN_LIBC 1 #define HAVE_FREXPL_IN_LIBC 1 #define HAVE_LDEXPL_IN_LIBC 1 #define HAVE_MBSTATE_T 1 #define HAVE_MBRTOWC 1 #define HAVE_RAISE 1 #define HAVE_DECL_GETUTENT 0 #define HAVE_STRUCT_UTMPX_UT_USER 1 #define HAVE_STRUCT_UTMP_UT_NAME 1 #define HAVE_STRUCT_UTMPX_UT_TYPE 1 #define HAVE_STRUCT_UTMPX_UT_PID 1 #define HAVE_STRUCT_UTMPX_UT_ID 1 #define HAVE_STDLIB_H 1 #define HAVE_REALLOC 1 #define GNULIB_REALLOC_GNU 1 #define HAVE_REALLOC_POSIX 1 #define _REGEX_LARGE_OFFSETS 1 #define re_syntax_options rpl_re_syntax_options #define re_set_syntax rpl_re_set_syntax #define re_compile_pattern rpl_re_compile_pattern #define re_compile_fastmap rpl_re_compile_fastmap #define re_search rpl_re_search #define re_search_2 rpl_re_search_2 #define re_match rpl_re_match #define re_match_2 rpl_re_match_2 #define re_set_registers rpl_re_set_registers #define re_comp rpl_re_comp #define re_exec rpl_re_exec #define regcomp rpl_regcomp #define regexec rpl_regexec #define regerror rpl_regerror #define regfree rpl_regfree #define HAVE_DECL_ISBLANK 1 #define HAVE_RMDIR 1 #define RMDIR_ERRNO_NOT_EMPTY 66 #define HAVE_UNSETENV 1 #define HAVE_STDINT_H 1 #define HAVE_SNPRINTF 1 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 #define BITSIZEOF_PTRDIFF_T 32 #define BITSIZEOF_SIG_ATOMIC_T 32 #define BITSIZEOF_SIZE_T 32 #define BITSIZEOF_WCHAR_T 32 #define BITSIZEOF_WINT_T 32 #define HAVE_SIGNED_SIG_ATOMIC_T 1 #define HAVE_SIGNED_WCHAR_T 1 #define HAVE_SIGNED_WINT_T 1 #define PTRDIFF_T_SUFFIX #define SIG_ATOMIC_T_SUFFIX #define SIZE_T_SUFFIX ul #define WCHAR_T_SUFFIX #define WINT_T_SUFFIX #define HAVE_WCHAR_T 1 #define HAVE_WINT_T 1 #define HAVE_STPCPY 1 #define HAVE_STRCSPN 1 #define HAVE_STRDUP 1 #define my_strftime nstrftime #define strnlen rpl_strnlen #define HAVE_STRPBRK 1 #define HAVE_STRTOIMAX 1 #define HAVE_STRTOL 1 #define HAVE_STRTOLL 1 #define HAVE_STRTOUL 1 #define HAVE_STRTOULL 1 #define HAVE_STRTOUMAX 1 #define HAVE_SHUTDOWN 1 #define HAVE_DECL_MKDIR 1 #define HAVE_RUN_TZSET_TEST 1 #define USE_UNLOCKED_IO 1 #define HAVE_SNPRINTF 1 #define HAVE_WCSLEN 1 #define HAVE_DECL__SNPRINTF 0 #define HAVE_VASPRINTF 1 #define HAVE_VASPRINTF 1 #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 #define NEED_PRINTF_DIRECTIVE_A 1 #define HAVE_NL_LANGINFO 1 #define NEED_PRINTF_FLAG_ZERO 1 #define NEED_PRINTF_ENOMEM 1 #define NEED_PRINTF_DOUBLE 1 #define NEED_PRINTF_LONG_DOUBLE 1 #define HAVE_SNPRINTF 1 #define HAVE_WCSLEN 1 #define HAVE_DECL__SNPRINTF 0 #define NEED_PRINTF_INFINITE_LONG_DOUBLE 1 #define NEED_PRINTF_DIRECTIVE_A 1 #define HAVE_NL_LANGINFO 1 #define NEED_PRINTF_FLAG_ZERO 1 #define NEED_PRINTF_ENOMEM 1 #define NEED_PRINTF_DOUBLE 1 #define NEED_PRINTF_LONG_DOUBLE 1 #define HAVE_SNPRINTF 1 #define HAVE_WCSLEN 1 #define HAVE_DECL__SNPRINTF 0 #define HAVE_DECL_WCWIDTH 1 #define HAVE_STDINT_H 1 #define PROTOTYPES 1 #define __PROTOTYPES 1 #define HAVE_STRING_H 1 #define HAVE_LONG_DOUBLE_WIDER 1 #define HAVE_LONG_DOUBLE 1 #define HAVE_SYS_SYSCTL_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_DECL_FREE 1 #define HAVE_DECL_GETEUID 1 #define HAVE_DECL_GETLOGIN 1 #define HAVE_DECL_GETUID 1 #define HAVE_DECL_LSEEK 1 #define HAVE_DECL_MALLOC 1 #define HAVE_DECL_MEMCHR 1 #define HAVE_DECL_REALLOC 1 #define HAVE_DECL_GETGRGID 1 #define HAVE_DECL_GETPWUID 1 #define HAVE_DECL_TTYNAME 1 #define HAVE_DECL_ISBLANK 1 #define PREFER_NONREENTRANT_EUIDACCESS 1 #define major_t unsigned int #define minor_t unsigned int #define ARGMATCH_DIE usage (1) #define ARGMATCH_DIE_DECL void usage () #define HAVE_STRUCT_STATFS_F_TYPE 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_UNAME 1 #define HAVE_CHROOT 1 #define HAVE_GETHOSTID 1 #define HAVE_INITGROUPS 1 #define HAVE_SYSLOG 1 #define HAVE_UT_HOST 1 #define HAVE_SYSCTL 1 #define HAVE_SYS_SYSCTL_H 1 #define HAVE_DECL_STRSIGNAL 1 #define HAVE_DECL_SYS_SIGLIST 1 #define HAVE_DECL__SYS_SIGLIST 0 #define HAVE_DECL___SYS_SIGLIST 0 #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 #define HAVE_CFLOCALECOPYCURRENT 1 #define HAVE_ICONV 1 configure: exit 0