## ------------------------ ## ## GNU tar 1.23 test suite. ## ## ------------------------ ## testsuite: command line was: $ ./testsuite ## ----------- ## ## ChangeLogs. ## ## ----------- ## testsuite: ../ChangeLog: | 2010-03-10 Sergey Poznyakoff | | Version 1.23 | * configure.ac, NEWS: Update version number. | | Doc changes. | * NEWS: Update. | * THANKS: Update. | * doc/snapshot.texi, doc/snapshot.texi, | doc/sparse.texi, doc/tar-snapshot-edit.texi, ## --------- ## ## Platform. ## ## --------- ## hostname = barton uname -m = i686 uname -r = 2.6.27.45 uname -s = Linux uname -v = #1 Fri Feb 26 22:24:01 CET 2010 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/src/tar-1.23/tests PATH: /usr/src/tar-1.23/src PATH: /usr/src/tar-1.23/build-aux PATH: /usr/src/tar-1.23 PATH: /tools_i486/usr/bin PATH: /bin PATH: /usr/bin PATH: /sbin PATH: /usr/sbin PATH: /tools_i486/bin testsuite: atconfig: | # Configurable variable values for building test suites. | # Generated by ./config.status. | # Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc. | | # The test suite will define top_srcdir=/../.. etc. | at_testdir='tests' | abs_builddir='/usr/src/tar-1.23/tests' | at_srcdir='.' | abs_srcdir='/usr/src/tar-1.23/tests' | at_top_srcdir='..' | abs_top_srcdir='/usr/src/tar-1.23' | at_top_build_prefix='../' | abs_top_builddir='/usr/src/tar-1.23' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/sh'} testsuite: atlocal: | # tests/atlocal. Generated from atlocal.in by configure. -*- shell-script -*- | # Configurable variable values for tar test suite. | # Copyright (C) 2004, 2006 Free Software Foundation, Inc. | | PATH=/usr/src/tar-1.23/tests:/usr/src/tar-1.23/src:/usr/src/tar-1.23/build-aux:$top_srcdir:$srcdir:$PATH | | XFAILFILE=$abs_builddir/.badversion | | trap "test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15 | | TEST_DATA_URL=ftp://download.gnu.org.ua/pub/tests/tar | if test -z "$TEST_DATA_DIR"; then | TEST_DATA_DIR=$abs_builddir | fi | | STAR_DATA_URL=ftp://ftp.berlios.de/pub/star/testscripts | if test -z "$STAR_TESTSCRIPTS"; then | STAR_TESTSCRIPTS=$TEST_DATA_DIR | fi | | # tarball_prereq file sum dir url | tarball_prereq() { | if test -d "$3"; then | if test -r $3/$1; then | : | elif test -n "$FULL_TEST"; then | wget -q --directory-prefix=$3 $4/$1 | fi | fi | echo "$2 $3/$1" | md5sum --status --check - >/dev/null 2>&1 | } | | decho() { | echo $* | echo >&2 $* | } | ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./testsuite.at:104: /usr/src/tar-1.23/src/tar --version tar (GNU tar) 1.23 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Thu Mar 11 05:24:44 GMT 2010 1. tar version (version.at:19): ok (0m0.000s 0m0.000s) 2. decompressing from stdin (pipe.at:30): ok (0m0.050s 0m0.090s) 3. mixing options (options.at:24): ok (0m0.000s 0m0.010s) 4. interspersed options (options02.at:26): ok (0m0.000s 0m0.000s) 5. files-from: empty entries (T-empty.at:26): ok (0m0.010s 0m0.010s) 6. files-from: 0-separated file without -0 (T-null.at:21): ok (0m0.010s 0m0.020s) 7. tar --index-file=FILE --file=- (indexfile.at:26): ok (0m0.010s 0m0.040s) 8. tar cvf - (verbose.at:26): ok (0m0.030s 0m0.050s) 9. append (append.at:21): ok (0m0.020s 0m0.050s) 10. appending files with long names (append01.at:29): ok (0m0.020s 0m0.040s) 11. append vs. create (append02.at:54): ok (0m0.050s 0m0.040s) 12. transforming hard links on create (xform-h.at:30): ok (0m0.090s 0m0.040s) 13. exclude (exclude.at:23): ok (0m0.030s 0m0.040s) 14. exclude wildcards (exclude01.at:17): ok (0m0.080s 0m0.130s) 15. exclude: anchoring (exclude02.at:17): ok (0m0.100s 0m0.130s) 16. exclude: wildcards match slash (exclude03.at:17): ok (0m0.070s 0m0.150s) 17. exclude: case insensitive (exclude04.at:17): ok (0m0.060s 0m0.150s) 18. exclude: lots of excludes (exclude05.at:19): ok (0m34.400s 0m1.770s) 19. deleting a member after a big one (delete01.at:23): ok (0m0.020s 0m0.070s) 20. deleting a member from stdin archive (delete02.at:23): ok (0m0.020s 0m0.080s) 21. deleting members with long names (delete03.at:21): ok (0m0.050s 0m0.030s) 22. deleting a large last member (delete04.at:23): ok (0m0.040s 0m0.120s) 23. deleting non-existing member (delete05.at:27): ok (0m0.030s 0m0.040s) 24. extract over an existing directory (extrac01.at:23): ok (0m0.010s 0m0.040s) 25. extracting symlinks over an existing file (extrac02.at:23): ok (0m0.020s 0m0.040s) 26. extraction loops (extrac03.at:23): ok (0m0.020s 0m0.050s) 27. extract + fnmatch (extrac04.at:23): ok (0m0.030s 0m0.110s) 28. extracting selected members from pax (extrac05.at:30): ok (0m0.000s 0m0.020s) 29. mode of extracted directories (extrac06.at:33): ok (0m0.050s 0m0.040s) 30. extracting symlinks to a read-only dir (extrac07.at:27): ok (0m0.020s 0m0.080s) 31. restoring mode on existing directory (extrac08.at:33): ok (0m0.010s 0m0.060s) 32. single-volume label (label01.at:19): ok (0m0.010s 0m0.040s) 33. multi-volume label (label02.at:19): ok (0m0.020s 0m0.040s) 34. extracting existing dir with --backup (backup01.at:33): ok (0m0.030s 0m0.030s) 35. gzip (gzip.at:23): ok (0m0.000s 0m0.020s) 36. incremental (incremental.at:23): ok (0m0.010s 0m0.050s) 37. restore broken symlinks from incremental (incr01.at:27): ok (0m0.020s 0m0.040s) 38. restoring timestamps from incremental (incr02.at:32): ok (0m0.020s 0m0.040s) 39. --listed for individual files (listed01.at:26): ok (0m0.020s 0m0.010s) 40. working --listed (listed02.at:28): ok (0m0.070s 0m0.070s) 41. renamed files in incrementals (incr03.at:28): ok (0m0.060s 0m0.070s) 42. proper icontents initialization (incr04.at:29): ok (0m0.060s 0m0.100s) 43. incremental dumps with -C (incr05.at:19): ok (0m0.030s 0m0.020s) 44. incremental dumps of nested directories (incr06.at:19): ok (0m0.060s 0m0.030s) 45. file removed as we read it (ca. 22 seconds) (filerem01.at:34): ok (0m0.020s 0m0.000s) 46. toplevel file removed (ca. 24 seconds) (filerem02.at:24): ok (0m0.010s 0m0.040s) 47. renamed dirs in incrementals (rename01.at:24): ok (0m0.050s 0m0.080s) 48. move between hierarchies (rename02.at:24): ok (0m0.040s 0m0.090s) 49. cyclic renames (rename03.at:23): ok (0m0.040s 0m0.100s) 50. renamed directory containing subdirectories (rename04.at:27): ok (0m0.030s 0m0.080s) 51. renamed subdirectories (rename05.at:24): ok (0m0.050s 0m0.070s) 52. changed file types in incrementals (chtype.at:27): ok (0m0.070s 0m0.080s) 53. ignfail (ignfail.at:23): skipped (ignfail.at:26) 54. link count gt 2 (link01.at:33): ok (0m0.030s 0m0.060s) 55. preserve hard links with --remove-files (link02.at:32): ok (0m0.040s 0m0.040s) 56. working -l with --remove-files (link03.at:24): ok (0m0.050s 0m0.070s) 57. long names in V7 archives (longv7.at:24): ok (0m0.010s 0m0.010s) 58. long file names divisible by block size (long01.at:28): ok (0m0.050s 0m0.040s) 59. ustar: unsplittable file name (lustar01.at:21): ok (0m0.000s 0m0.000s) 60. ustar: unsplittable path name (lustar02.at:21): ok (0m0.010s 0m0.020s) 61. ustar: splitting long names (lustar03.at:21): ok (0m0.010s 0m0.010s) 62. multivolume dumps from pipes (multiv01.at:23): ok (0m0.040s 0m0.010s) 63. skipping a straddling member (multiv02.at:28): ok (0m0.030s 0m0.030s) 64. MV archive & long filenames (multiv03.at:30): ok (0m0.040s 0m0.020s) 65. split directory members in a MV archive (multiv04.at:36): ok (0m0.060s 0m0.140s) 66. Restoring after an out of sync volume (multiv05.at:26): ok (0m0.050s 0m0.040s) 67. Multivolumes with L=record_size (multiv06.at:27): ok (0m0.030s 0m0.000s) 68. volumes split at an extended header (multiv07.at:26): skipped (multiv07.at:29) 69. old archives (old.at:23): ok (0m0.010s 0m0.000s) 70. recurse (recurse.at:21): ok (0m0.030s 0m0.040s) 71. working -C with --same-order (same-order01.at:26): ok (0m0.030s 0m0.100s) 72. multiple -C options (same-order02.at:25): ok (0m0.030s 0m0.070s) 73. short records (shortrec.at:25): ok (0m0.040s 0m0.060s) 74. sparse files (sparse01.at:21): ok (0m0.100s 0m0.110s) 75. extracting sparse file over a pipe (sparse02.at:21): ok (0m0.070s 0m0.150s) 76. storing sparse files > 8G (sparse03.at:21): ok (0m42.290s 1m31.370s) 77. sparse files in MV archives (sparsemv.at:21): ok (0m0.030s 0m0.050s) 78. sparse files in PAX MV archives, v.0.0 (spmvp00.at:21): ok (0m0.030s 0m0.060s) 79. sparse files in PAX MV archives, v.0.1 (spmvp01.at:21): ok (0m0.040s 0m0.030s) 80. sparse files in PAX MV archives, v.1.0 (spmvp10.at:21): ok (0m0.050s 0m0.030s) 81. update unchanged directories (update.at:28): ok (0m0.070s 0m0.050s) 82. update directories (update01.at:29): ok (0m0.050s 0m0.080s) 83. update changed files (update02.at:26): ok (0m0.070s 0m0.050s) 84. volume (volume.at:23): ok (0m0.010s 0m0.030s) 85. volume header size (volsize.at:29): skipped (volsize.at:32) 86. compressed format recognition (comprec.at:21): ok (0m0.030s 0m0.070s) 87. short input files (shortfile.at:26): ok (0m0.010s 0m0.000s) 88. updating short archives (shortupd.at:29): ok (0m0.020s 0m0.010s) 89. truncate (truncate.at:29): ok (0m2.810s 0m3.850s) 90. grow (grow.at:24): ok (0m2.350s 0m3.280s) 92. remove-files with compression: grand-child (remfiles02.at:28): ok (0m0.010s 0m0.010s) 93. gtarfail (gtarfail.at:21): skipped (gtarfail.at:26) 94. gtarfail2 (gtarfail2.at:21): skipped (gtarfail2.at:26) 95. multi-fail (multi-fail.at:21): skipped (multi-fail.at:26) 96. ustar-big-2g (ustar-big-2g.at:21): skipped (ustar-big-2g.at:26) 97. ustar-big-8g (ustar-big-8g.at:21): skipped (ustar-big-8g.at:26) 98. pax-big-10g (pax-big-10g.at:21): skipped (pax-big-10g.at:26) testsuite: ending at: Thu Mar 11 05:31:31 GMT 2010 testsuite: test suite duration: 0h 6m 47s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 89 tests were run, 1 failed unexpectedly. 9 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU tar 1.23 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 91: remfiles01.at:28 remove-files with compression create remove-files remfiles01 gzip Skipped tests: GNU tar 1.23 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 53: ignfail.at:23 ignfail ignfail 68: multiv07.at:26 volumes split at an extended header multivolume multiv multiv07 xsplit 85: volsize.at:29 volume header size volume volsize 93: gtarfail.at:21 gtarfail star gtarfail 94: gtarfail2.at:21 gtarfail2 star gtarfail2 95: multi-fail.at:21 multi-fail star multivolume multiv multi-fail 96: ustar-big-2g.at:21 ustar-big-2g star ustar-big-2g 97: ustar-big-8g.at:21 ustar-big-8g star ustar-big-8g 98: pax-big-10g.at:21 pax-big-10g star pax-big-10g ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 91. remfiles01.at:28: testing ... ./remfiles01.at:32: cat /dev/null | gzip - > /dev/null 2>&1 || exit 77 test -z || exit 77 mkdir dir cd dir genfile --file a --length 0 chmod 0 a genfile --file b mkdir c # Depending on when the SIGPIPE gets delivered, the invocation below # may finish with either # tar: a: Cannot write: Broken pipe # or # tar: Child returned status 2 tar -c -f a -z --remove-files b c 2>err EC=$? sed -n '/(child)/p' err >&2 rm err find . | sort exit $EC Not enabling shell tracing (command contains an embedded newline) --- - 2010-03-11 05:31:31.010573015 +0000 +++ /usr/src/tar-1.23/tests/testsuite.dir/at-groups/91/stderr 2010-03-11 05:31:31.000000000 +0000 @@ -1,3 +1 @@ -tar (child): a: Cannot open: Permission denied -tar (child): Error is not recoverable: exiting now --- - 2010-03-11 05:31:31.072002168 +0000 +++ /usr/src/tar-1.23/tests/testsuite.dir/at-groups/91/stdout 2010-03-11 05:31:31.000000000 +0000 @@ -1,5 +1,3 @@ . ./a -./b -./c ./remfiles01.at:32: exit code was 0, expected 2 91. remfiles01.at:28: 91. remove-files with compression (remfiles01.at:28): FAILED (remfiles01.at:32) ## ------------- ## ## ../config.log ## ## ------------- ## | This file contains any messages produced by compilers while | running configure, to aid debugging if configure makes a mistake. | | It was created by GNU tar configure 1.23, which was | generated by GNU Autoconf 2.63. Invocation command line was | | $ ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = barton | uname -m = i686 | uname -r = 2.6.27.45 | uname -s = Linux | uname -v = #1 Fri Feb 26 22:24:01 CET 2010 | | /usr/bin/uname -p = unknown | /bin/uname -X = unknown | | /bin/arch = unknown | /usr/bin/arch -k = unknown | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /tools_i486/usr/bin | PATH: /bin | PATH: /usr/bin | PATH: /sbin | PATH: /usr/sbin | PATH: /tools_i486/bin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:2619: checking for a BSD-compatible install | configure:2687: result: /usr/bin/install -c | configure:2698: checking whether build environment is sane | configure:2758: result: yes | configure:2899: checking for a thread-safe mkdir -p | configure:2938: result: /bin/mkdir -p | configure:2952: checking for gawk | configure:2968: found /usr/bin/gawk | configure:2979: result: gawk | configure:2990: checking whether make sets $(MAKE) | configure:3012: result: yes | configure:3101: checking how to create a ustar tar archive | configure:3114: tar --version | tar (GNU tar) 1.22 | Copyright (C) 2009 Free Software Foundation, Inc. | License GPLv3+: GNU GPL version 3 or later . | This is free software: you are free to change and redistribute it. | There is NO WARRANTY, to the extent permitted by law. | | Written by John Gilmore and Jay Fenlason. | configure:3117: $? = 0 | configure:3157: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | configure:3160: $? = 0 | configure:3164: tar -xf - &5 | gcc (GCC) 4.2.4 | Copyright (C) 2007 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:3521: $? = 0 | configure:3528: gcc -v >&5 | Using built-in specs. | Target: i686-pc-linux-gnu | Configured with: ../gcc-4.2.4/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++ --disable-bootstrap | Thread model: posix | gcc version 4.2.4 | configure:3532: $? = 0 | configure:3539: gcc -V >&5 | gcc: '-V' option must have argument | configure:3543: $? = 1 | configure:3566: checking for C compiler default output file name | configure:3588: gcc -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:3592: $? = 0 | configure:3630: result: a.out | configure:3649: checking whether the C compiler works | configure:3659: ./a.out | configure:3663: $? = 0 | configure:3682: result: yes | configure:3689: checking whether we are cross compiling | configure:3691: result: no | configure:3694: checking for suffix of executables | configure:3701: gcc -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:3705: $? = 0 | configure:3731: result: | configure:3737: checking for suffix of object files | configure:3763: gcc -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:3767: $? = 0 | configure:3792: result: o | configure:3796: checking whether we are using the GNU C compiler | configure:3825: gcc -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:3832: $? = 0 | configure:3849: result: yes | configure:3858: checking whether gcc accepts -g | configure:3888: gcc -c -g conftest.c >&5 | configure:3895: $? = 0 | configure:3996: result: yes | configure:4013: checking for gcc option to accept ISO C89 | configure:4087: gcc -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:4094: $? = 0 | configure:4117: result: none needed | configure:4146: checking for style of include used by make | configure:4174: result: GNU | configure:4199: checking dependency style of gcc | configure:4309: result: gcc3 | configure:4368: checking for ranlib | configure:4384: found /usr/bin/ranlib | configure:4395: result: ranlib | configure:4421: checking for bison | configure:4437: found /usr/bin/bison | configure:4448: result: bison -y | configure:4461: checking whether gcc and cc understand -c and -o together | configure:4496: gcc -c conftest.c -o conftest2.o >&5 | configure:4500: $? = 0 | configure:4506: gcc -c conftest.c -o conftest2.o >&5 | configure:4510: $? = 0 | configure:4521: cc -c conftest.c >&5 | configure:4525: $? = 0 | configure:4533: cc -c conftest.c -o conftest2.o >&5 | configure:4537: $? = 0 | configure:4543: cc -c conftest.c -o conftest2.o >&5 | configure:4547: $? = 0 | configure:4565: result: yes | configure:4598: checking build system type | configure:4616: result: i686-pc-linux-gnu | configure:4638: checking host system type | configure:4653: result: i686-pc-linux-gnu | configure:4681: checking how to run the C preprocessor | configure:4721: gcc -E conftest.c | configure:4728: $? = 0 | configure:4759: gcc -E conftest.c | conftest.c:10:28: error: ac_nonexistent.h: No such file or directory | configure:4766: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | /* end confdefs.h. */ | | #include | configure:4799: result: gcc -E | configure:4828: gcc -E conftest.c | configure:4835: $? = 0 | configure:4866: gcc -E conftest.c | conftest.c:10:28: error: ac_nonexistent.h: No such file or directory | configure:4873: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | /* end confdefs.h. */ | | #include | configure:4913: checking for grep that handles long lines and -e | configure:4973: result: /bin/grep | configure:4978: checking for egrep | configure:5042: result: /bin/grep -E | configure:5047: checking for ANSI C header files | configure:5077: gcc -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:5084: $? = 0 | configure:5183: gcc -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:5187: $? = 0 | configure:5193: ./conftest | configure:5197: $? = 0 | configure:5215: result: yes | configure:5239: checking for sys/types.h | configure:5260: gcc -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:5267: $? = 0 | configure:5284: result: yes | configure:5239: checking for sys/stat.h | configure:5260: gcc -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:5267: $? = 0 | configure:5284: result: yes | configure:5239: checking for stdlib.h | configure:5260: gcc -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:5267: $? = 0 | configure:5284: result: yes | configure:5239: checking for string.h | configure:5260: gcc -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:5267: $? = 0 | configure:5284: result: yes | configure:5239: checking for memory.h | configure:5260: gcc -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:5267: $? = 0 | configure:5284: result: yes | configure:5239: checking for strings.h | configure:5260: gcc -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:5267: $? = 0 | configure:5284: result: yes | configure:5239: checking for inttypes.h | configure:5260: gcc -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:5267: $? = 0 | configure:5284: result: yes | configure:5239: checking for stdint.h | configure:5260: gcc -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:5267: $? = 0 | configure:5284: result: yes | configure:5239: checking for unistd.h | configure:5260: gcc -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:5267: $? = 0 | configure:5284: result: yes | configure:5311: checking minix/config.h usability | configure:5328: gcc -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:53:26: error: minix/config.h: No such file or directory | configure:5335: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define 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:5349: result: no | configure:5353: checking minix/config.h presence | configure:5368: gcc -E conftest.c | conftest.c:20:26: error: minix/config.h: No such file or directory | configure:5375: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define 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:5389: result: no | configure:5422: checking for minix/config.h | configure:5429: result: no | configure:5470: checking whether it is safe to define __EXTENSIONS__ | configure:5498: gcc -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:5505: $? = 0 | configure:5520: result: yes | configure:5551: checking for _LARGEFILE_SOURCE value needed for large files | configure:5580: gcc -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:5587: $? = 0 | configure:5660: result: no | configure:5685: checking for gcc option to accept ISO C99 | configure:5844: gcc -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:76: error: expected ';', ',' or ')' before 'text' | conftest.c: In function 'main': | conftest.c:130: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' | conftest.c:130: error: 'newvar' undeclared (first use in this function) | conftest.c:130: error: (Each undeclared identifier is reported only once | conftest.c:130: error: for each function it appears in.) | conftest.c:140: error: 'for' loop initial declaration used outside C99 mode | configure:5851: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 | | /* 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:5844: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:5851: $? = 0 | configure:5881: result: -std=gnu99 | configure:6012: checking for gcc -std=gnu99 option to accept ISO Standard C | configure:6023: result: -std=gnu99 | configure:6043: checking for special C compiler options needed for large files | configure:6138: result: no | configure:6144: checking for _FILE_OFFSET_BITS value needed for large files | configure:6179: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:32: warning: left shift count >= width of type | conftest.c:32: warning: left shift count >= width of type | conftest.c:34: error: size of array 'off_t_is_large' is negative | configure:6186: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 | | /* end confdefs.h. */ | | #include | | /* Check that off_t can represent 2**63 - 1 correctly. | | We can't simply define LARGE_OFF_T to be 9223372036854775807, | | since some C++ compilers masquerading as C compilers | | incorrectly reject 9223372036854775807. */ | | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | | && LARGE_OFF_T % 2147483647 == 1) | | ? 1 : -1]; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:6230: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6237: $? = 0 | configure:6255: result: 64 | configure:6392: checking for library containing strerror | configure:6433: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6440: $? = 0 | configure:6471: result: none required | configure:6479: checking for inline | configure:6505: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:30: warning: C99 inline functions are not supported; using GNU89 | conftest.c:30: warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute | configure:6512: $? = 0 | configure:6530: result: inline | configure:6569: checking fcntl.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking fcntl.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for fcntl.h | configure:6689: result: yes | configure:6569: checking linux/fd.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking linux/fd.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for linux/fd.h | configure:6689: result: yes | configure:6558: checking for memory.h | configure:6565: result: yes | configure:6569: checking net/errno.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:63:23: error: net/errno.h: No such file or directory | configure:6593: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_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:6607: result: no | configure:6611: checking net/errno.h presence | configure:6626: gcc -E conftest.c | conftest.c:30:23: error: net/errno.h: No such file or directory | configure:6633: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | /* end confdefs.h. */ | | #include | configure:6647: result: no | configure:6680: checking for net/errno.h | configure:6689: result: no | configure:6569: checking sgtty.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking sgtty.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for sgtty.h | configure:6689: result: yes | configure:6558: checking for string.h | configure:6565: result: yes | configure:6569: checking stropts.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking stropts.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for stropts.h | configure:6689: result: yes | configure:6569: checking sys/param.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking sys/param.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for sys/param.h | configure:6689: result: yes | configure:6569: checking sys/device.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:67:24: error: sys/device.h: No such file or directory | configure:6593: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_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:6607: result: no | configure:6611: checking sys/device.h presence | configure:6626: gcc -E conftest.c | conftest.c:34:24: error: sys/device.h: No such file or directory | configure:6633: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6647: result: no | configure:6680: checking for sys/device.h | configure:6689: result: no | configure:6569: checking sys/filio.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:67:23: error: sys/filio.h: No such file or directory | configure:6593: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_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:6607: result: no | configure:6611: checking sys/filio.h presence | configure:6626: gcc -E conftest.c | conftest.c:34:23: error: sys/filio.h: No such file or directory | configure:6633: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6647: result: no | configure:6680: checking for sys/filio.h | configure:6689: result: no | configure:6569: checking sys/gentape.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:67:25: error: sys/gentape.h: No such file or directory | configure:6593: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_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:6607: result: no | configure:6611: checking sys/gentape.h presence | configure:6626: gcc -E conftest.c | conftest.c:34:25: error: sys/gentape.h: No such file or directory | configure:6633: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6647: result: no | configure:6680: checking for sys/gentape.h | configure:6689: result: no | configure:6569: checking sys/inet.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:67:22: error: sys/inet.h: No such file or directory | configure:6593: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_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:6607: result: no | configure:6611: checking sys/inet.h presence | configure:6626: gcc -E conftest.c | conftest.c:34:22: error: sys/inet.h: No such file or directory | configure:6633: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6647: result: no | configure:6680: checking for sys/inet.h | configure:6689: result: no | configure:6569: checking sys/io/trioctl.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:67:28: error: sys/io/trioctl.h: No such file or directory | configure:6593: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_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:6607: result: no | configure:6611: checking sys/io/trioctl.h presence | configure:6626: gcc -E conftest.c | conftest.c:34:28: error: sys/io/trioctl.h: No such file or directory | configure:6633: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | #include | configure:6647: result: no | configure:6680: checking for sys/io/trioctl.h | configure:6689: result: no | configure:6569: checking sys/mtio.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking sys/mtio.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for sys/mtio.h | configure:6689: result: yes | configure:6569: checking sys/time.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking sys/time.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for sys/time.h | configure:6689: result: yes | configure:6569: checking sys/tprintf.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:69:25: error: sys/tprintf.h: No such file or directory | configure:6593: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_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:6607: result: no | configure:6611: checking sys/tprintf.h presence | configure:6626: gcc -E conftest.c | conftest.c:36:25: error: sys/tprintf.h: No such file or directory | configure:6633: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | configure:6647: result: no | configure:6680: checking for sys/tprintf.h | configure:6689: result: no | configure:6569: checking sys/tape.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:69:22: error: sys/tape.h: No such file or directory | configure:6593: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_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:6607: result: no | configure:6611: checking sys/tape.h presence | configure:6626: gcc -E conftest.c | conftest.c:36:22: error: sys/tape.h: No such file or directory | configure:6633: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | configure:6647: result: no | configure:6680: checking for sys/tape.h | configure:6689: result: no | configure:6558: checking for unistd.h | configure:6565: result: yes | configure:6569: checking locale.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking locale.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for locale.h | configure:6689: result: yes | configure:6569: checking features.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking features.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for features.h | configure:6689: result: yes | configure:6569: checking linewrap.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:72:22: error: linewrap.h: No such file or directory | configure:6593: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_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:6607: result: no | configure:6611: checking linewrap.h presence | configure:6626: gcc -E conftest.c | conftest.c:39:22: error: linewrap.h: No such file or directory | configure:6633: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | /* end confdefs.h. */ | | #include | configure:6647: result: no | configure:6680: checking for linewrap.h | configure:6689: result: no | configure:6569: checking dirent.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking dirent.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for dirent.h | configure:6689: result: yes | configure:6569: checking errno.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking errno.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for errno.h | configure:6689: result: yes | configure:6569: checking float.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking float.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for float.h | configure:6689: result: yes | configure:6569: checking wctype.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking wctype.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for wctype.h | configure:6689: result: yes | configure:6569: checking stdio_ext.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking stdio_ext.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for stdio_ext.h | configure:6689: result: yes | configure:6569: checking getopt.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking getopt.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for getopt.h | configure:6689: result: yes | configure:6558: checking for stdint.h | configure:6565: result: yes | configure:6569: checking wchar.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking wchar.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for wchar.h | configure:6689: result: yes | configure:6558: checking for inttypes.h | configure:6565: result: yes | configure:6569: checking langinfo.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking langinfo.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for langinfo.h | configure:6689: result: yes | configure:6569: checking sys/mman.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking sys/mman.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for sys/mman.h | configure:6689: result: yes | configure:6569: checking stdarg.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking stdarg.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for stdarg.h | configure:6689: result: yes | configure:6569: checking stddef.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking stddef.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for stddef.h | configure:6689: result: yes | configure:6569: checking stdio.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking stdio.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for stdio.h | configure:6689: result: yes | configure:6558: checking for stdlib.h | configure:6565: result: yes | configure:6569: checking sys/socket.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking sys/socket.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for sys/socket.h | configure:6689: result: yes | configure:6558: checking for strings.h | configure:6565: result: yes | configure:6558: checking for sys/stat.h | configure:6565: result: yes | configure:6569: checking sysexits.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking sysexits.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for sysexits.h | configure:6689: result: yes | configure:6569: checking time.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking time.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for time.h | configure:6689: result: yes | configure:6569: checking priv.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:92:18: error: priv.h: No such file or directory | configure:6593: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_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:6607: result: no | configure:6611: checking priv.h presence | configure:6626: gcc -E conftest.c | conftest.c:59:18: error: priv.h: No such file or directory | configure:6633: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | /* end confdefs.h. */ | | #include | configure:6647: result: no | configure:6680: checking for priv.h | configure:6689: result: no | configure:6569: checking utime.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking utime.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for utime.h | configure:6689: result: yes | configure:6569: checking netdb.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking netdb.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for netdb.h | configure:6689: result: yes | configure:6569: checking sys/wait.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking sys/wait.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for sys/wait.h | configure:6689: result: yes | configure:6569: checking pwd.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking pwd.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for pwd.h | configure:6689: result: yes | configure:6569: checking grp.h usability | configure:6586: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6593: $? = 0 | configure:6607: result: yes | configure:6611: checking grp.h presence | configure:6626: gcc -E conftest.c | configure:6633: $? = 0 | configure:6647: result: yes | configure:6680: checking for grp.h | configure:6689: result: yes | configure:6789: checking for sys/buf.h | configure:6812: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:68:21: error: sys/buf.h: No such file or directory | configure:6819: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | /* end confdefs.h. */ | | #if HAVE_SYS_PARAM_H | | #include | | #endif | | | | #include | configure:6836: result: no | configure:6850: checking for sys/wait.h that is POSIX.1 compatible | configure:6908: result: yes | configure:6927: checking for dirent.h that defines DIR | configure:6956: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:6963: $? = 0 | configure:6980: result: yes | configure:6995: checking for library containing opendir | configure:7036: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:7043: $? = 0 | configure:7074: result: none required | configure:7172: checking whether sys/types.h defines makedev | configure:7198: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:7205: $? = 0 | configure:7226: result: yes | configure:7517: checking whether stat file-mode macros are broken | configure:7554: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:7561: $? = 0 | configure:7576: result: no | configure:7586: checking for ANSI C header files | configure:7754: result: yes | configure:7765: checking for st_fstype string in struct stat | configure:7792: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:72: error: 'struct stat' has no member named 'st_fstype' | configure:7799: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | /* end confdefs.h. */ | | #include | | #include | | int | | main () | | { | | struct stat s; s.st_fstype[0] = 'x'; | | ; | | return 0; | | } | configure:7815: result: no | configure:7825: checking return type of signal handlers | configure:7853: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:73: error: void value not ignored as it ought to be | configure:7860: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | return *(signal (0, 0)) (0) == 1; | | ; | | return 0; | | } | configure:7875: result: void | configure:7883: checking for mode_t | configure:7911: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:7918: $? = 0 | configure:7945: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:104: error: expected expression before ')' token | configure:7952: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* 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:7975: result: yes | configure:7987: checking for pid_t | configure:8015: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:8022: $? = 0 | configure:8049: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:104: error: expected expression before ')' token | configure:8056: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* 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:8079: result: yes | configure:8091: checking for off_t | configure:8119: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:8126: $? = 0 | configure:8153: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:104: error: expected expression before ')' token | configure:8160: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* 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:8183: result: yes | configure:8195: checking for size_t | configure:8223: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:8230: $? = 0 | configure:8257: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:104: error: expected expression before ')' token | configure:8264: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* 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:8287: result: yes | configure:8299: checking for uid_t in sys/types.h | configure:8322: result: yes | configure:8337: checking for major_t | configure:8365: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:104: error: 'major_t' undeclared (first use in this function) | conftest.c:104: error: (Each undeclared identifier is reported only once | conftest.c:104: error: for each function it appears in.) | configure:8372: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* 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:8429: result: no | configure:8441: checking for minor_t | configure:8469: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:105: error: 'minor_t' undeclared (first use in this function) | conftest.c:105: error: (Each undeclared identifier is reported only once | conftest.c:105: error: for each function it appears in.) | configure:8476: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t 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:8533: result: no | configure:8545: checking for dev_t | configure:8573: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:8580: $? = 0 | configure:8607: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:106: error: expected expression before ')' token | configure:8614: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t 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 ((dev_t))) | | return 0; | | ; | | return 0; | | } | configure:8637: result: yes | configure:8649: checking for ino_t | configure:8677: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:8684: $? = 0 | configure:8711: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:106: error: expected expression before ')' token | configure:8718: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t 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 ((ino_t))) | | return 0; | | ; | | return 0; | | } | configure:8741: result: yes | configure:8755: checking for ssize_t | configure:8782: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:8789: $? = 0 | configure:8804: result: yes | configure:8825: checking for working alloca.h | configure:8852: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:8859: $? = 0 | configure:8879: result: yes | configure:8889: checking for alloca | configure:8936: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:8943: $? = 0 | configure:8963: result: yes | configure:9204: checking for C/C++ restrict keyword | configure:9239: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:9246: $? = 0 | configure:9264: result: __restrict | configure:9280: checking whether getenv is declared | configure:9309: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:9316: $? = 0 | configure:9331: result: yes | configure:9349: checking whether clearerr_unlocked is declared | configure:9378: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:9385: $? = 0 | configure:9400: result: yes | configure:9418: checking whether feof_unlocked is declared | configure:9447: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:9454: $? = 0 | configure:9469: result: yes | configure:9487: checking whether ferror_unlocked is declared | configure:9516: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:9523: $? = 0 | configure:9538: result: yes | configure:9556: checking whether fflush_unlocked is declared | configure:9585: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:9592: $? = 0 | configure:9607: result: yes | configure:9625: checking whether fgets_unlocked is declared | configure:9654: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:9661: $? = 0 | configure:9676: result: yes | configure:9694: checking whether fputc_unlocked is declared | configure:9723: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:9730: $? = 0 | configure:9745: result: yes | configure:9763: checking whether fputs_unlocked is declared | configure:9792: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:9799: $? = 0 | configure:9814: result: yes | configure:9832: checking whether fread_unlocked is declared | configure:9861: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:9868: $? = 0 | configure:9883: result: yes | configure:9901: checking whether fwrite_unlocked is declared | configure:9930: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:9937: $? = 0 | configure:9952: result: yes | configure:9970: checking whether getc_unlocked is declared | configure:9999: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10006: $? = 0 | configure:10021: result: yes | configure:10039: checking whether getchar_unlocked is declared | configure:10068: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10075: $? = 0 | configure:10090: result: yes | configure:10108: checking whether putc_unlocked is declared | configure:10137: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10144: $? = 0 | configure:10159: result: yes | configure:10177: checking whether putchar_unlocked is declared | configure:10206: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10213: $? = 0 | configure:10228: result: yes | configure:10253: checking for flockfile | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for funlockfile | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for pathconf | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for btowc | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for canonicalize_file_name | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for realpath | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for chown | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for fchown | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for fdopendir | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for dup2 | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for fchdir | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for fcntl | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for isblank | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:122: warning: conflicting types for built-in function 'isblank' | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for iswctype | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for mbsrtowcs | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for mempcpy | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:125: warning: conflicting types for built-in function 'mempcpy' | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for wmemchr | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for wmemcpy | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for wmempcpy | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for __fpending | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for ftruncate | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for getdelim | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for getdtablesize | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for gettimeofday | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for nanotime | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | /tmp/ccpNZ7qe.o: In function `main': | conftest.c:(.text+0xf): undefined reference to `nanotime' | collect2: ld returned 1 exit status | configure:10316: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 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:10338: result: no | configure:10253: checking for lchmod | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:139: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' | configure:10316: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | /* end confdefs.h. */ | | /* Define lchmod to an innocuous variant, in case declares lchmod. | | For example, HP-UX 11i declares gettimeofday. */ | | #define lchmod innocuous_lchmod | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char lchmod (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef lchmod | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char lchmod (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_lchmod || defined __stub___lchmod | | choke me | | #endif | | | | int | | main () | | { | | return lchmod (); | | ; | | return 0; | | } | configure:10338: result: no | configure:10253: checking for lstat | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for mbsinit | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for mbrtowc | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for mprotect | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for alarm | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for nl_langinfo | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for readlink | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for wcscoll | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for setenv | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for sleep | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for strndup | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:144: warning: conflicting types for built-in function 'strndup' | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for pipe | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for futimes | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for futimesat | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for futimens | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for utimensat | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for lutimes | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for vasnprintf | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | /tmp/ccW5xOVG.o: In function `main': | conftest.c:(.text+0xf): undefined reference to `vasnprintf' | collect2: ld returned 1 exit status | configure:10316: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 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:10338: result: no | configure:10253: checking for wcrtomb | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for iswcntrl | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:152: warning: conflicting types for built-in function 'iswcntrl' | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for wcwidth | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for mkfifo | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10253: checking for setlocale | configure:10309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10316: $? = 0 | configure:10338: result: yes | configure:10361: checking for d_ino member in directory struct | configure:10401: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10405: $? = 0 | configure:10411: ./conftest | configure:10415: $? = 0 | configure:10432: result: yes | configure:10444: checking whether system is Windows or MSDOS | configure:10474: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:140: error: 'neither' undeclared (first use in this function) | conftest.c:140: error: (Each undeclared identifier is reported only once | conftest.c:140: error: for each function it appears in.) | conftest.c:140: error: expected ';' before 'MSDOS' | configure:10481: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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:10497: result: no | configure:10590: checking for long file names | configure:10622: result: yes | configure:10671: checking whether uses 'inline' correctly | configure:10690: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10693: $? = 0 | configure:10708: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10711: $? = 0 | configure:10724: result: yes | configure:10751: checking for nl_langinfo and CODESET | configure:10777: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10784: $? = 0 | configure:10805: result: yes | configure:10818: checking for a traditional french locale | configure:10875: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:10878: $? = 0 | configure:10915: result: none | configure:10924: checking whether // is distinct from / | configure:10953: result: no | configure:10972: checking whether realpath works | configure:11012: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:11016: $? = 0 | configure:11022: ./conftest | configure:11026: $? = 0 | configure:11044: result: yes | configure:11206: checking for unistd.h | configure:11213: result: yes | configure:11352: checking for working chown | configure:11395: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:11399: $? = 0 | configure:11405: ./conftest | configure:11409: $? = 0 | configure:11428: result: yes | configure:11439: checking whether chown dereferences symlinks | configure:11482: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:11486: $? = 0 | configure:11492: ./conftest | configure:11496: $? = 0 | configure:11515: result: yes | configure:11591: checking whether chown honors trailing slash | configure:11627: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:11631: $? = 0 | configure:11637: ./conftest | configure:11641: $? = 0 | configure:11659: result: yes | configure:11680: checking whether chown always updates ctime | configure:11722: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:11726: $? = 0 | configure:11732: ./conftest | configure:11736: $? = 0 | configure:11754: result: yes | configure:11804: checking whether the preprocessor supports include_next | configure:11847: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe -Iconftestd1b -Iconftestd2 conftest.c >&5 | configure:11854: $? = 0 | configure:11903: result: yes | configure:11972: checking if environ is properly declared | configure:12000: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:143: error: conflicting types for 'environ' | /usr/include/unistd.h:498: error: previous declaration of 'environ' was here | configure:12007: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | /* end confdefs.h. */ | | #include | | extern struct { int foo; } environ; | | int | | main () | | { | | environ.foo = 1; | | ; | | return 0; | | } | configure:12023: result: yes | configure:12042: checking for complete errno.h | configure:12098: result: yes | configure:13435: checking whether strerror_r is declared | configure:13464: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:13471: $? = 0 | configure:13486: result: yes | configure:13508: checking for strerror_r | configure:13564: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:13571: $? = 0 | configure:13593: result: yes | configure:13605: checking whether strerror_r returns char * | configure:13639: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:13646: $? = 0 | configure:13725: result: yes | configure:13783: checking for promoted mode_t type | configure:13810: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:150: error: size of array 'array' is negative | configure:13817: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; | | ; | | return 0; | | } | configure:13833: result: mode_t | configure:13926: checking for working fcntl.h | configure:13993: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:13997: $? = 0 | configure:14003: ./conftest | configure:14007: $? = 0 | configure:14029: result: yes | configure:14056: checking for mbstate_t | configure:14083: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:14090: $? = 0 | configure:14105: result: yes | configure:14142: checking whether stdin defaults to large file offsets | configure:14176: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:14183: $? = 0 | configure:14203: result: yes | configure:14209: checking whether getcwd (NULL, 0) allocates memory for result | configure:14266: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:14270: $? = 0 | configure:14276: ./conftest | configure:14280: $? = 0 | configure:14297: result: yes | configure:14300: checking whether getcwd is declared | configure:14329: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:14336: $? = 0 | configure:14351: result: yes | configure:14369: checking for stdbool.h that conforms to C99 | configure:14462: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:14469: $? = 0 | configure:14484: result: yes | configure:14486: checking for _Bool | configure:14514: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:14521: $? = 0 | configure:14548: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:187: error: expected expression before ')' token | configure:14555: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 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:14578: result: yes | configure:14623: checking for compound literals | configure:14650: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:14657: $? = 0 | configure:14672: result: yes | configure:14682: checking whether struct tm is in sys/time.h or time.h | configure:14712: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:14719: $? = 0 | configure:14734: result: time.h | configure:14745: checking for struct tm.tm_gmtoff | configure:14774: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:14781: $? = 0 | configure:14840: result: yes | configure:14851: checking whether getdelim is declared | configure:14880: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:14887: $? = 0 | configure:14902: result: yes | configure:14924: checking whether getline is declared | configure:14953: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:14960: $? = 0 | configure:14975: result: yes | configure:15082: checking for getopt.h | configure:15089: result: yes | configure:15237: checking for getopt_long_only | configure:15293: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:15300: $? = 0 | configure:15322: result: yes | configure:15339: checking whether optreset is declared | configure:15369: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:165: error: 'optreset' undeclared (first use in this function) | conftest.c:165: error: (Each undeclared identifier is reported only once | conftest.c:165: error: for each function it appears in.) | configure:15376: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #ifndef optreset | | (void) optreset; | | #endif | | | | ; | | return 0; | | } | configure:15391: result: no | configure:15412: checking whether getopt is POSIX compatible | configure:15515: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:15519: $? = 0 | configure:15525: ./conftest | configure:15529: $? = 0 | configure:15547: result: yes | configure:15555: checking for working GNU getopt function | configure:15638: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:15642: $? = 0 | configure:15648: ./conftest | configure:15652: $? = 0 | configure:15673: result: yes | configure:15817: checking for struct timeval | configure:15847: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:15854: $? = 0 | configure:15869: result: yes | configure:15879: checking whether gettimeofday is declared without a macro | configure:15911: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:15918: $? = 0 | configure:15935: result: yes | configure:15954: checking for long long int | configure:16001: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:16008: $? = 0 | configure:16055: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:16059: $? = 0 | configure:16065: ./conftest | configure:16069: $? = 0 | configure:16096: result: yes | configure:16107: checking for unsigned long long int | configure:16154: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:16161: $? = 0 | configure:16181: result: yes | configure:16215: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:164: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' | configure:16222: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | /* end confdefs.h. */ | | #ifndef __APPLE_CC__ | | not a universal capable compiler | | #endif | | typedef int dummy; | | | configure:16371: checking whether stdint.h conforms to C99 | configure:16550: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:16557: $? = 0 | configure:16653: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:16657: $? = 0 | configure:16663: ./conftest | configure:16667: $? = 0 | configure:16692: result: yes | configure:18008: checking for inttypes.h | configure:18015: result: yes | configure:18155: checking whether the inttypes.h PRIxNN macros are broken | configure:18186: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:18193: $? = 0 | configure:18209: result: no | configure:18226: checking whether imaxabs is declared | configure:18255: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:18262: $? = 0 | configure:18277: result: yes | configure:18295: checking whether imaxdiv is declared | configure:18324: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:18331: $? = 0 | configure:18346: result: yes | configure:18364: checking whether strtoimax is declared | configure:18393: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:18400: $? = 0 | configure:18415: result: yes | configure:18433: checking whether strtoumax is declared | configure:18462: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:18469: $? = 0 | configure:18484: result: yes | configure:18522: checking whether we are using the GNU C Library 2.1 or newer | configure:18553: result: yes | configure:18561: checking whether lstat dereferences a symlink specified with a trailing slash | configure:18597: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:18601: $? = 0 | configure:18607: ./conftest | configure:18611: $? = 0 | configure:18635: result: yes | configure:18659: checking whether malloc, realloc, calloc are POSIX compliant | configure:18689: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:18696: $? = 0 | configure:18712: result: yes | configure:18721: checking for stdlib.h | configure:18728: result: yes | configure:18867: checking for GNU libc compatible malloc | configure:18901: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:18905: $? = 0 | configure:18911: ./conftest | configure:18915: $? = 0 | configure:18932: result: yes | configure:18954: checking for a traditional japanese locale | configure:19015: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:19018: $? = 0 | configure:19060: result: none | configure:19068: checking for a transitional chinese locale | configure:19130: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:19133: $? = 0 | configure:19159: result: none | configure:19166: checking for a french Unicode locale | configure:19230: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:19233: $? = 0 | configure:19260: result: fr_FR.UTF-8 | configure:19329: checking whether mbrtowc and mbstate_t are properly declared | configure:19386: result: yes | configure:19410: checking for mmap | configure:19466: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:19473: $? = 0 | configure:19493: result: yes | configure:19505: checking for MAP_ANONYMOUS | configure:19552: result: yes | configure:19589: checking for memchr | configure:19645: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:19652: $? = 0 | configure:19674: result: yes | configure:19856: checking whether memchr works | configure:19926: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:19930: $? = 0 | configure:19936: ./conftest | configure:19940: $? = 0 | configure:19957: result: yes | configure:20127: checking whether memrchr is declared | configure:20156: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:20163: $? = 0 | configure:20178: result: yes | configure:20214: checking whether unlink honors trailing slashes | configure:20254: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:20258: $? = 0 | configure:20264: ./conftest | configure:20268: $? = 0 | configure:20286: result: yes | configure:20319: checking whether setenv validates arguments | configure:20356: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:186: warning: implicit declaration of function 'strcmp' | configure:20360: $? = 0 | configure:20366: ./conftest | configure:20370: $? = 0 | configure:20387: result: yes | configure:20428: checking search.h usability | configure:20445: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:20452: $? = 0 | configure:20466: result: yes | configure:20470: checking search.h presence | configure:20485: gcc -E conftest.c | configure:20492: $? = 0 | configure:20506: result: yes | configure:20539: checking for search.h | configure:20548: result: yes | configure:20567: checking for tsearch | configure:20623: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:20630: $? = 0 | configure:20652: result: yes | configure:20668: checking whether snprintf is declared | configure:20697: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:20704: $? = 0 | configure:20719: result: yes | configure:20745: checking for wchar_t | configure:20772: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:20779: $? = 0 | configure:20794: result: yes | configure:20814: checking whether strdup is declared | configure:20843: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:20850: $? = 0 | configure:20865: result: yes | configure:20889: checking for working strerror function | configure:20962: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:20966: $? = 0 | configure:20972: ./conftest | configure:20976: $? = 0 | configure:20994: result: yes | configure:21320: checking whether memmem is declared without a macro | configure:21348: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21355: $? = 0 | configure:21372: result: yes | configure:21320: checking whether mempcpy is declared without a macro | configure:21348: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21355: $? = 0 | configure:21372: result: yes | configure:21320: checking whether memrchr is declared without a macro | configure:21348: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21355: $? = 0 | configure:21372: result: yes | configure:21320: checking whether rawmemchr is declared without a macro | configure:21348: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21355: $? = 0 | configure:21372: result: yes | configure:21320: checking whether stpcpy is declared without a macro | configure:21348: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21355: $? = 0 | configure:21372: result: yes | configure:21320: checking whether stpncpy is declared without a macro | configure:21348: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21355: $? = 0 | configure:21372: result: yes | configure:21320: checking whether strchrnul is declared without a macro | configure:21348: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21355: $? = 0 | configure:21372: result: yes | configure:21320: checking whether strdup is declared without a macro | configure:21348: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21355: $? = 0 | configure:21372: result: yes | configure:21320: checking whether strndup is declared without a macro | configure:21348: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21355: $? = 0 | configure:21372: result: yes | configure:21320: checking whether strnlen is declared without a macro | configure:21348: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21355: $? = 0 | configure:21372: result: yes | configure:21320: checking whether strpbrk is declared without a macro | configure:21348: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21355: $? = 0 | configure:21372: result: yes | configure:21320: checking whether strsep is declared without a macro | configure:21348: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21355: $? = 0 | configure:21372: result: yes | configure:21320: checking whether strcasestr is declared without a macro | configure:21348: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21355: $? = 0 | configure:21372: result: yes | configure:21320: checking whether strtok_r is declared without a macro | configure:21348: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21355: $? = 0 | configure:21372: result: yes | configure:21320: checking whether strsignal is declared without a macro | configure:21348: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21355: $? = 0 | configure:21372: result: yes | configure:21320: checking whether strverscmp is declared without a macro | configure:21348: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21355: $? = 0 | configure:21372: result: yes | configure:21459: checking whether strcasecmp is declared without a macro | configure:21487: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21494: $? = 0 | configure:21511: result: yes | configure:21459: checking whether strncasecmp is declared without a macro | configure:21487: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21494: $? = 0 | configure:21511: result: yes | configure:21526: checking whether strndup is declared | configure:21577: result: yes | configure:21597: checking whether strnlen is declared | configure:21648: result: yes | configure:21679: checking for struct timespec in | configure:21706: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21713: $? = 0 | configure:21728: result: yes | configure:21866: checking whether the utimes function works | configure:21939: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:21943: $? = 0 | configure:21949: ./conftest | configure:21953: $? = 0 | configure:21970: result: yes | configure:21992: checking for struct utimbuf | configure:22025: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:22032: $? = 0 | configure:22047: result: yes | configure:22071: checking for wint_t | configure:22106: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:22113: $? = 0 | configure:22128: result: yes | configure:22139: checking for inttypes.h | configure:22166: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:22173: $? = 0 | configure:22188: result: yes | configure:22199: checking for stdint.h | configure:22226: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:22233: $? = 0 | configure:22248: result: yes | configure:22261: checking for intmax_t | configure:22296: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:22303: $? = 0 | configure:22318: result: yes | configure:22352: checking for snprintf | configure:22408: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:229: warning: conflicting types for built-in function 'snprintf' | configure:22415: $? = 0 | configure:22437: result: yes | configure:22352: checking for strnlen | configure:22408: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:22415: $? = 0 | configure:22437: result: yes | configure:22352: checking for wcslen | configure:22408: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:22415: $? = 0 | configure:22437: result: yes | configure:22352: checking for wcsnlen | configure:22408: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:22415: $? = 0 | configure:22437: result: yes | configure:22352: checking for mbrtowc | configure:22437: result: yes | configure:22352: checking for wcrtomb | configure:22437: result: yes | configure:22449: checking whether _snprintf is declared | configure:22479: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:218: error: '_snprintf' 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:22486: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #ifndef _snprintf | | (void) _snprintf; | | #endif | | | | ; | | return 0; | | } | configure:22501: result: no | configure:22520: checking whether vsnprintf is declared | configure:22549: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:22556: $? = 0 | configure:22571: result: yes | configure:22628: checking for alloca as a compiler built-in | configure:22656: result: yes | configure:22728: checking whether program_invocation_name is declared | configure:22758: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:22765: $? = 0 | configure:22780: result: yes | configure:22796: checking whether program_invocation_short_name is declared | configure:22826: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:22833: $? = 0 | configure:22848: result: yes | configure:22869: checking whether program_invocation_name is defined | configure:22892: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:22899: $? = 0 | configure:22912: result: yes | configure:22926: checking whether program_invocation_short_name is defined | configure:22949: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:22956: $? = 0 | configure:22969: result: yes | configure:23100: checking whether btowc(EOF) is correct | configure:23176: result: guessing yes | configure:23259: checking whether this system has an arbitrary file name length limit | configure:23285: result: yes | configure:23329: checking for library containing clock_gettime | configure:23370: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | /tmp/ccYdE2eR.o: In function `main': | conftest.c:(.text+0xf): undefined reference to `clock_gettime' | collect2: ld returned 1 exit status | configure:23377: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 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:23370: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c -lrt >&5 | configure:23377: $? = 0 | configure:23408: result: -lrt | configure:23422: checking for clock_gettime | configure:23478: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c -lrt >&5 | configure:23485: $? = 0 | configure:23507: result: yes | configure:23422: checking for clock_settime | configure:23478: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c -lrt >&5 | configure:23485: $? = 0 | configure:23507: result: yes | configure:23570: checking for d_ino member in directory struct | configure:23641: result: yes | configure:23725: checking whether alphasort is declared without a macro | configure:23753: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:23760: $? = 0 | configure:23777: result: yes | configure:23725: checking whether dirfd is declared without a macro | configure:23753: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:23760: $? = 0 | configure:23777: result: yes | configure:23725: checking whether fdopendir is declared without a macro | configure:23753: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:23760: $? = 0 | configure:23777: result: yes | configure:23725: checking whether scandir is declared without a macro | configure:23753: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:23760: $? = 0 | configure:23777: result: yes | configure:23832: checking for dirfd | configure:23888: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:23895: $? = 0 | configure:23917: result: yes | configure:23929: checking whether dirfd is declared | configure:23982: result: yes | configure:24004: checking whether dirfd is a macro | configure:24031: result: no | configure:24308: checking whether // is distinct from / | configure:24337: result: no | configure:24369: checking whether dup2 works | configure:24421: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:24425: $? = 0 | configure:24431: ./conftest | configure:24435: $? = 0 | configure:24453: result: yes | configure:24512: checking for error_at_line | configure:24538: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:24545: $? = 0 | configure:24565: result: yes | configure:24860: checking whether fcntl handles F_DUPFD correctly | configure:24896: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:24900: $? = 0 | configure:24906: ./conftest | configure:24910: $? = 0 | configure:24927: result: yes | configure:24962: checking whether fcntl understands F_DUPFD_CLOEXEC | configure:24993: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:25000: $? = 0 | configure:25032: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:246: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' | configure:25039: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | /* end confdefs.h. */ | | | | #ifdef __linux__ | | /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace | | it to support the semantics on older kernels that failed with EINVAL. */ | | choke me | | #endif | | | | int | | main () | | { | | | | ; | | return 0; | | } | configure:25062: result: needs runtime check | configure:25174: checking whether fcntl is declared without a macro | configure:25202: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:25209: $? = 0 | configure:25226: result: yes | configure:25174: checking whether openat is declared without a macro | configure:25202: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:25209: $? = 0 | configure:25226: result: yes | configure:25275: checking whether fdopendir works | configure:25309: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:25313: $? = 0 | configure:25319: ./conftest | configure:25323: $? = 0 | configure:25340: result: yes | configure:25372: checking for struct stat.st_blocks | configure:25400: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:25407: $? = 0 | configure:25465: result: yes | configure:25585: checking for working GNU fnmatch | configure:25667: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:25671: $? = 0 | configure:25677: ./conftest | configure:25681: $? = 0 | configure:25701: result: yes | configure:25847: checking whether __fpending is declared | configure:25877: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:25884: $? = 0 | configure:25899: result: yes | configure:26036: checking for fseeko | configure:26064: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:26071: $? = 0 | configure:26092: result: yes | configure:26301: checking whether getcwd handles long file names properly | configure:26473: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:26477: $? = 0 | configure:26483: ./conftest | configure:26487: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 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:26508: result: no, but it is partly working | configure:26528: checking for getpagesize | configure:26584: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:26591: $? = 0 | configure:26613: result: yes | configure:26625: checking whether getcwd aborts when 4k < cwd_length < 16k | configure:26725: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:26729: $? = 0 | configure:26735: ./conftest | configure:26739: $? = 0 | configure:26757: result: no | configure:26804: checking for struct tm.tm_zone | configure:26835: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:26842: $? = 0 | configure:26903: result: yes | configure:27084: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:27091: $? = 0 | configure:27128: checking for working getdelim function | configure:27202: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:27206: $? = 0 | configure:27212: ./conftest | configure:27216: $? = 0 | configure:27233: result: yes | configure:27487: checking for getline | configure:27543: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:27550: $? = 0 | configure:27570: result: yes | configure:27579: checking for working getline function | configure:27653: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:27657: $? = 0 | configure:27663: ./conftest | configure:27667: $? = 0 | configure:27684: result: yes | configure:28110: checking for getpagesize | configure:28195: result: yes | configure:28853: checking whether gettimeofday clobbers localtime buffer | configure:28895: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:28899: $? = 0 | configure:28905: ./conftest | configure:28909: $? = 0 | configure:28926: result: no | configure:29214: checking for gettimeofday with POSIX signature | configure:29252: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:265: error: conflicting types for 'gettimeofday' | /usr/include/sys/time.h:74: error: previous declaration of 'gettimeofday' was here | configure:29259: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | /* end confdefs.h. */ | | #include | | struct timeval c; | | int gettimeofday (struct timeval *restrict, void *restrict); | | | | int | | main () | | { | | /* glibc uses struct timezone * rather than the POSIX void * | | if _GNU_SOURCE is defined. However, since the only portable | | use of gettimeofday uses NULL as the second parameter, and | | since the glibc definition is actually more typesafe, it is | | not worth wrapping this to get a compliant signature. */ | | int (*f) (struct timeval *restrict, void *restrict) | | = gettimeofday; | | int x = f (&c, 0); | | return !(x | c.tv_sec | c.tv_usec); | | | | ; | | return 0; | | } | configure:29292: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:29299: $? = 0 | configure:29317: result: almost | configure:29636: checking whether the compiler generally respects inline | configure:29667: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:29674: $? = 0 | configure:29691: result: yes | configure:29778: checking whether inttypes.h conforms to C99 | configure:29911: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:29918: $? = 0 | configure:29934: result: yes | configure:30045: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:30052: $? = 0 | configure:30096: checking whether INT32_MAX < INTMAX_MAX | configure:30140: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:30147: $? = 0 | configure:30162: result: yes | configure:30173: checking whether INT64_MAX == LONG_MAX | configure:30217: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:285: error: size of array 'test' is negative | configure:30224: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 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:30239: result: no | configure:30252: checking whether UINT32_MAX < UINTMAX_MAX | configure:30296: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:30303: $? = 0 | configure:30318: result: yes | configure:30329: checking whether UINT64_MAX == ULONG_MAX | configure:30373: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:285: error: size of array 'test' is negative | configure:30380: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 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:30395: result: no | configure:30415: checking whether imaxabs is declared without a macro | configure:30443: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:30450: $? = 0 | configure:30467: result: yes | configure:30415: checking whether imaxdiv is declared without a macro | configure:30443: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:30450: $? = 0 | configure:30467: result: yes | configure:30415: checking whether strtoimax is declared without a macro | configure:30443: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:30450: $? = 0 | configure:30467: result: yes | configure:30415: checking whether strtoumax is declared without a macro | configure:30443: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:30450: $? = 0 | configure:30467: result: yes | configure:30560: checking whether langinfo.h defines CODESET | configure:30588: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:30595: $? = 0 | configure:30611: result: yes | configure:30616: checking whether langinfo.h defines ERA | configure:30644: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:30651: $? = 0 | configure:30667: result: yes | configure:30683: checking whether nl_langinfo is declared without a macro | configure:30711: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:30718: $? = 0 | configure:30735: result: yes | configure:30771: checking for lchown | configure:30827: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:30834: $? = 0 | configure:30856: result: yes | configure:30917: checking whether lseek detects pipes | configure:30940: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:30947: $? = 0 | configure:31010: result: yes | configure:31080: checking for stdlib.h | configure:31087: result: yes | configure:31226: checking for GNU libc compatible malloc | configure:31291: result: yes | configure:31395: checking whether mbrtowc handles incomplete characters | configure:31476: result: guessing yes | configure:31482: checking whether mbrtowc works as well as mbtowc | configure:31567: result: guessing yes | configure:31604: checking whether mbrtowc handles a NULL string argument | configure:31654: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:31658: $? = 0 | configure:31664: ./conftest | configure:31668: $? = 0 | configure:31687: result: yes | configure:31694: checking whether mbrtowc has a correct return value | configure:31761: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:31765: $? = 0 | configure:31771: ./conftest | configure:31775: $? = 0 | configure:31794: result: yes | configure:31800: checking whether mbrtowc returns 0 when parsing a NUL character | configure:31880: result: guessing yes | configure:31979: checking whether mbrtowc handles incomplete characters | configure:32060: result: guessing yes | configure:32066: checking whether mbrtowc works as well as mbtowc | configure:32151: result: guessing yes | configure:32238: checking whether mbrtowc handles incomplete characters | configure:32319: result: guessing yes | configure:32325: checking whether mbrtowc works as well as mbtowc | configure:32410: result: guessing yes | configure:32449: checking whether mbsrtowcs works | configure:32530: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:32534: $? = 0 | configure:32540: ./conftest | configure:32544: $? = 0 | configure:32563: result: yes | configure:32647: checking for mempcpy | configure:32732: result: yes | configure:32791: checking for memrchr | configure:32847: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:32854: $? = 0 | configure:32876: result: yes | configure:32915: checking whether mkdir handles trailing slash | configure:32948: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:32952: $? = 0 | configure:32958: ./conftest | configure:32962: $? = 0 | configure:32982: result: yes | configure:32998: checking whether mkdir handles trailing dot | configure:33031: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:33035: $? = 0 | configure:33041: ./conftest | configure:33045: $? = 0 | configure:33065: result: yes | configure:33100: checking for mkdtemp | configure:33156: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:33163: $? = 0 | configure:33185: result: yes | configure:33240: checking for working mktime | configure:33442: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:33446: $? = 0 | configure:33452: ./conftest | configure:33456: $? = 0 | configure:33473: result: yes | configure:33588: checking for obstacks | configure:33619: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:33626: $? = 0 | configure:33646: result: yes | configure:33698: checking whether open recognizes a trailing slash | configure:33743: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:33747: $? = 0 | configure:33753: ./conftest | configure:33757: $? = 0 | configure:33776: result: yes | configure:33901: checking for fchmodat | configure:33957: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:33964: $? = 0 | configure:33986: result: yes | configure:33901: checking for fstatat | configure:33957: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:33964: $? = 0 | configure:33986: result: yes | configure:33901: checking for mkdirat | configure:33957: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:33964: $? = 0 | configure:33986: result: yes | configure:33901: checking for openat | configure:33957: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:33964: $? = 0 | configure:33986: result: yes | configure:33901: checking for unlinkat | configure:33957: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:33964: $? = 0 | configure:33986: result: yes | configure:34076: checking for fchownat | configure:34132: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:34139: $? = 0 | configure:34159: result: yes | configure:34163: checking whether fchownat works with AT_SYMLINK_NOFOLLOW | configure:34205: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:34209: $? = 0 | configure:34215: ./conftest | configure:34219: $? = 0 | configure:34237: result: yes | configure:34290: checking for getppriv | configure:34346: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | /tmp/cc1Vauau.o: In function `main': | conftest.c:(.text+0xf): undefined reference to `getppriv' | collect2: ld returned 1 exit status | configure:34353: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | /* end confdefs.h. */ | | /* Define getppriv to an innocuous variant, in case declares getppriv. | | For example, HP-UX 11i declares gettimeofday. */ | | #define getppriv innocuous_getppriv | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char getppriv (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef getppriv | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char getppriv (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_getppriv || defined __stub___getppriv | | choke me | | #endif | | | | int | | main () | | { | | return getppriv (); | | ; | | return 0; | | } | configure:34375: result: no | configure:34388: checking whether program_invocation_name is declared | configure:34440: result: yes | configure:34458: checking whether program_invocation_short_name is declared | configure:34510: result: yes | configure:34569: checking for rawmemchr | configure:34625: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:34632: $? = 0 | configure:34654: result: yes | configure:34711: checking whether readlink signature is correct | configure:34739: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:34746: $? = 0 | configure:34761: result: yes | configure:34763: checking whether readlink handles trailing slash correctly | configure:34797: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:34801: $? = 0 | configure:34807: ./conftest | configure:34811: $? = 0 | configure:34829: result: yes | configure:34932: checking for working re_compile_pattern | configure:35090: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:35094: $? = 0 | configure:35100: ./conftest | configure:35104: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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; | | | | /* Ensure that [b-a] is diagnosed as invalid. */ | | re_set_syntax (RE_SYNTAX_POSIX_EGREP); | | memset (®ex, 0, sizeof regex); | | s = re_compile_pattern ("a[b-a]", 6, ®ex); | | if (s == 0) | | 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:35121: result: no | configure:35246: checking libintl.h usability | configure:35263: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:35270: $? = 0 | configure:35284: result: yes | configure:35288: checking libintl.h presence | configure:35303: gcc -E conftest.c | configure:35310: $? = 0 | configure:35324: result: yes | configure:35357: checking for libintl.h | configure:35366: result: yes | configure:35391: checking whether isblank is declared | configure:35421: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:35428: $? = 0 | configure:35443: result: yes | configure:35479: checking for rmdir | configure:35535: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:35542: $? = 0 | configure:35564: result: yes | configure:35603: checking whether rmdir works | configure:35638: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:35642: $? = 0 | configure:35648: ./conftest | configure:35652: $? = 0 | configure:35670: result: yes | configure:35714: checking for rpmatch | configure:35770: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:35777: $? = 0 | configure:35799: result: yes | configure:36012: checking for stdint.h | configure:36019: result: yes | configure:36158: checking for SIZE_MAX | configure:36891: result: yes | configure:36905: checking whether sleep is declared | configure:36935: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:36942: $? = 0 | configure:36957: result: yes | configure:36994: checking for working sleep | configure:37041: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:37045: $? = 0 | configure:37051: ./conftest | configure:37055: $? = 0 | configure:37072: result: yes | configure:37107: checking for snprintf | configure:37192: result: yes | configure:37207: checking whether snprintf respects a size of 1 | configure:37237: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:37241: $? = 0 | configure:37247: ./conftest | configure:37251: $? = 0 | configure:37269: result: yes | configure:37317: checking for ssize_t | configure:37366: result: yes | configure:37385: checking whether stat handles trailing slashes on directories | configure:37418: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:37422: $? = 0 | configure:37428: ./conftest | configure:37432: $? = 0 | configure:37449: result: yes | configure:37451: checking whether stat handles trailing slashes on files | configure:37491: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:37495: $? = 0 | configure:37501: ./conftest | configure:37505: $? = 0 | configure:37523: result: yes | configure:37576: checking for struct stat.st_atim.tv_nsec | configure:37606: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:37613: $? = 0 | configure:37673: result: yes | configure:37681: checking whether struct stat.st_atim is of type struct timespec | configure:37718: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:37725: $? = 0 | configure:37740: result: yes | configure:38088: checking for struct stat.st_birthtimespec.tv_nsec | configure:38118: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:347: error: 'struct stat' has no member named 'st_birthtimespec' | configure:38125: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 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:38160: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:347: error: 'struct stat' has no member named 'st_birthtimespec' | configure:38167: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 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:38185: result: no | configure:38195: checking for struct stat.st_birthtimensec | configure:38225: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:347: error: 'struct stat' has no member named 'st_birthtimensec' | configure:38232: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_birthtimensec) | | return 0; | | ; | | return 0; | | } | configure:38267: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:347: error: 'struct stat' has no member named 'st_birthtimensec' | configure:38274: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_birthtimensec) | | return 0; | | ; | | return 0; | | } | configure:38292: result: no | configure:38302: checking for struct stat.st_birthtim.tv_nsec | configure:38332: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:347: error: 'struct stat' has no member named 'st_birthtim' | configure:38339: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 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:38374: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:347: error: 'struct stat' has no member named 'st_birthtim' | configure:38381: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 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:38399: result: no | configure:38418: checking for va_copy | configure:38449: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:38456: $? = 0 | configure:38472: result: yes | configure:38664: checking whether NULL can be used in arbitrary expressions | configure:38692: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:38699: $? = 0 | configure:38714: result: yes | configure:38886: checking whether stdint.h conforms to C99 | configure:39207: result: yes | configure:40608: checking whether dprintf is declared without a macro | configure:40636: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40643: $? = 0 | configure:40660: result: yes | configure:40608: checking whether fpurge is declared without a macro | configure:40636: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:347: error: 'fpurge' undeclared (first use in this function) | conftest.c:347: error: (Each undeclared identifier is reported only once | conftest.c:347: error: for each function it appears in.) | configure:40643: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef fpurge | | (void) fpurge; | | ; | | return 0; | | } | configure:40660: result: no | configure:40608: checking whether fseeko is declared without a macro | configure:40636: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40643: $? = 0 | configure:40660: result: yes | configure:40608: checking whether ftello is declared without a macro | configure:40636: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40643: $? = 0 | configure:40660: result: yes | configure:40608: checking whether getdelim is declared without a macro | configure:40636: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40643: $? = 0 | configure:40660: result: yes | configure:40608: checking whether getline is declared without a macro | configure:40636: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40643: $? = 0 | configure:40660: result: yes | configure:40608: checking whether popen is declared without a macro | configure:40636: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40643: $? = 0 | configure:40660: result: yes | configure:40608: checking whether renameat is declared without a macro | configure:40636: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40643: $? = 0 | configure:40660: result: yes | configure:40608: checking whether snprintf is declared without a macro | configure:40636: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40643: $? = 0 | configure:40660: result: yes | configure:40608: checking whether vdprintf is declared without a macro | configure:40636: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40643: $? = 0 | configure:40660: result: yes | configure:40608: checking whether vsnprintf is declared without a macro | configure:40636: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40643: $? = 0 | configure:40660: result: yes | configure:40743: checking for random.h | configure:40764: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:384:20: error: random.h: No such file or directory | configure:40771: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 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:40788: result: no | configure:40807: checking for struct random_data | configure:40840: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40847: $? = 0 | configure:40879: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:359: error: expected expression before ')' token | configure:40886: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_RANDOM_H | | # include | | #endif | | | | | | int | | main () | | { | | if (sizeof ((struct random_data))) | | return 0; | | ; | | return 0; | | } | configure:40909: result: yes | configure:40946: checking whether atoll is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40987: $? = 0 | configure:41004: result: yes | configure:40946: checking whether canonicalize_file_name is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40987: $? = 0 | configure:41004: result: yes | configure:40946: checking whether getloadavg is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40987: $? = 0 | configure:41004: result: yes | configure:40946: checking whether getsubopt is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40987: $? = 0 | configure:41004: result: yes | configure:40946: checking whether mkdtemp is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40987: $? = 0 | configure:41004: result: yes | configure:40946: checking whether mkostemp is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40987: $? = 0 | configure:41004: result: yes | configure:40946: checking whether mkostemps is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:369: error: 'mkostemps' undeclared (first use in this function) | conftest.c:369: error: (Each undeclared identifier is reported only once | conftest.c:369: error: for each function it appears in.) | configure:40987: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_STRUCT_RANDOM_DATA 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_LOADAVG_H | | # include | | #endif | | #if HAVE_RANDOM_H | | # include | | #endif | | | | int | | main () | | { | | #undef mkostemps | | (void) mkostemps; | | ; | | return 0; | | } | configure:41004: result: no | configure:40946: checking whether mkstemp is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40987: $? = 0 | configure:41004: result: yes | configure:40946: checking whether mkstemps is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:370: error: 'mkstemps' undeclared (first use in this function) | conftest.c:370: error: (Each undeclared identifier is reported only once | conftest.c:370: error: for each function it appears in.) | configure:40987: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_STRUCT_RANDOM_DATA 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_LOADAVG_H | | # include | | #endif | | #if HAVE_RANDOM_H | | # include | | #endif | | | | int | | main () | | { | | #undef mkstemps | | (void) mkstemps; | | ; | | return 0; | | } | configure:41004: result: no | configure:40946: checking whether random_r is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40987: $? = 0 | configure:41004: result: yes | configure:40946: checking whether initstat_r is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:371: error: 'initstat_r' undeclared (first use in this function) | conftest.c:371: error: (Each undeclared identifier is reported only once | conftest.c:371: error: for each function it appears in.) | configure:40987: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_STRUCT_RANDOM_DATA 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_LOADAVG_H | | # include | | #endif | | #if HAVE_RANDOM_H | | # include | | #endif | | | | int | | main () | | { | | #undef initstat_r | | (void) initstat_r; | | ; | | return 0; | | } | configure:41004: result: no | configure:40946: checking whether srandom_r is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40987: $? = 0 | configure:41004: result: yes | configure:40946: checking whether setstate_r is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40987: $? = 0 | configure:41004: result: yes | configure:40946: checking whether realpath is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40987: $? = 0 | configure:41004: result: yes | configure:40946: checking whether rpmatch is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40987: $? = 0 | configure:41004: result: yes | configure:40946: checking whether setenv is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40987: $? = 0 | configure:41004: result: yes | configure:40946: checking whether strtod is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40987: $? = 0 | configure:41004: result: yes | configure:40946: checking whether strtoll is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40987: $? = 0 | configure:41004: result: yes | configure:40946: checking whether strtoull is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40987: $? = 0 | configure:41004: result: yes | configure:40946: checking whether unsetenv is declared without a macro | configure:40980: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:40987: $? = 0 | configure:41004: result: yes | configure:41037: checking for stpcpy | configure:41093: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:391: warning: conflicting types for built-in function 'stpcpy' | configure:41100: $? = 0 | configure:41122: result: yes | configure:41172: checking for strcasecmp | configure:41228: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:393: warning: conflicting types for built-in function 'strcasecmp' | configure:41235: $? = 0 | configure:41257: result: yes | configure:41295: checking for strncasecmp | configure:41351: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:394: warning: conflicting types for built-in function 'strncasecmp' | configure:41358: $? = 0 | configure:41380: result: yes | configure:41402: checking whether strncasecmp is declared | configure:41453: result: yes | configure:41492: checking for strchrnul | configure:41548: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:41555: $? = 0 | configure:41577: result: yes | configure:41638: checking for strdup | configure:41694: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:398: warning: conflicting types for built-in function 'strdup' | configure:41701: $? = 0 | configure:41723: result: yes | configure:41818: checking for working strndup | configure:41860: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:41864: $? = 0 | configure:41870: ./conftest | configure:41874: $? = 0 | configure:41891: result: yes | configure:41944: checking for working strnlen | configure:41988: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:41992: $? = 0 | configure:41998: ./conftest | configure:42002: $? = 0 | configure:42019: result: yes | configure:42060: checking whether defines strtoimax as a macro | configure:42085: result: no | configure:42101: checking for strtoimax | configure:42157: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:42164: $? = 0 | configure:42186: result: yes | configure:42296: checking for strtol | configure:42352: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:42359: $? = 0 | configure:42381: result: yes | configure:42415: checking for strtoll | configure:42471: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:42478: $? = 0 | configure:42500: result: yes | configure:42549: checking for strtoul | configure:42605: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:42612: $? = 0 | configure:42634: result: yes | configure:42668: checking for strtoull | configure:42724: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:42731: $? = 0 | configure:42753: result: yes | configure:42793: checking whether defines strtoumax as a macro | configure:42818: result: no | configure:42834: checking for strtoumax | configure:42890: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:42897: $? = 0 | configure:42919: result: yes | configure:43086: checking for nlink_t | configure:43116: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43123: $? = 0 | configure:43152: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:394: error: expected expression before ')' token | configure:43159: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_STRUCT_RANDOM_DATA 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_STRCHRNUL 1 | | #define HAVE_STRDUP 1 | | #define GNULIB_STRDUP 1 | | #define GNULIB_STRERROR 1 | | #define GNULIB_STRNDUP 1 | | #define GNULIB_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | if (sizeof ((nlink_t))) | | return 0; | | ; | | return 0; | | } | configure:43182: result: yes | configure:43210: checking whether fchmodat is declared without a macro | configure:43238: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43245: $? = 0 | configure:43262: result: yes | configure:43210: checking whether fstatat is declared without a macro | configure:43238: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43245: $? = 0 | configure:43262: result: yes | configure:43210: checking whether futimens is declared without a macro | configure:43238: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43245: $? = 0 | configure:43262: result: yes | configure:43210: checking whether lchmod is declared without a macro | configure:43238: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43245: $? = 0 | configure:43262: result: yes | configure:43210: checking whether lstat is declared without a macro | configure:43238: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43245: $? = 0 | configure:43262: result: yes | configure:43210: checking whether mkdirat is declared without a macro | configure:43238: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43245: $? = 0 | configure:43262: result: yes | configure:43210: checking whether mkfifo is declared without a macro | configure:43238: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43245: $? = 0 | configure:43262: result: yes | configure:43210: checking whether mkfifoat is declared without a macro | configure:43238: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43245: $? = 0 | configure:43262: result: yes | configure:43210: checking whether mknod is declared without a macro | configure:43238: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43245: $? = 0 | configure:43262: result: yes | configure:43210: checking whether mknodat is declared without a macro | configure:43238: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43245: $? = 0 | configure:43262: result: yes | configure:43210: checking whether stat is declared without a macro | configure:43238: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43245: $? = 0 | configure:43262: result: yes | configure:43210: checking whether utimensat is declared without a macro | configure:43238: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43245: $? = 0 | configure:43262: result: yes | configure:43277: checking for a thread-safe mkdir -p | configure:43316: result: /bin/mkdir -p | configure:43323: checking for a thread-safe mkdir -p | configure:43362: result: /bin/mkdir -p | configure:43478: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43485: $? = 0 | configure:43532: checking whether localtime_r is compatible with its POSIX signature | configure:43564: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43571: $? = 0 | configure:43586: result: yes | configure:43729: checking whether chown is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether dup2 is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether dup3 is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:417: error: 'dup3' undeclared (first use in this function) | conftest.c:417: error: (Each undeclared identifier is reported only once | conftest.c:417: error: for each function it appears in.) | configure:43773: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_STRUCT_RANDOM_DATA 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_STRCHRNUL 1 | | #define HAVE_STRDUP 1 | | #define GNULIB_STRDUP 1 | | #define GNULIB_STRERROR 1 | | #define GNULIB_STRNDUP 1 | | #define GNULIB_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_RAW_DECL_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 1 | | #define HAVE_RAW_DECL_STAT 1 | | #define HAVE_RAW_DECL_UTIMENSAT 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | /* end confdefs.h. */ | | #include | | /* Some systems declare various items in the wrong headers. */ | | #ifndef __GLIBC__ | | # include | | # include | | # include | | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | # include | | # endif | | #endif | | | | int | | main () | | { | | #undef dup3 | | (void) dup3; | | ; | | return 0; | | } | configure:43790: result: no | configure:43729: checking whether environ is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether euidaccess is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether faccessat is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether fchdir is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether fchownat is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether fsync is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether ftruncate is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether getcwd is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether getdomainname is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether getdtablesize is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether getgroups is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether gethostname is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether getlogin is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether getlogin_r is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether getpagesize is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether getusershell is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether setusershell is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether endusershell is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether lchown is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether link is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether linkat is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether lseek is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether pipe2 is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:439: error: 'pipe2' undeclared (first use in this function) | conftest.c:439: error: (Each undeclared identifier is reported only once | conftest.c:439: error: for each function it appears in.) | configure:43773: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_STRUCT_RANDOM_DATA 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_STRCHRNUL 1 | | #define HAVE_STRDUP 1 | | #define GNULIB_STRDUP 1 | | #define GNULIB_STRERROR 1 | | #define GNULIB_STRNDUP 1 | | #define GNULIB_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_RAW_DECL_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 1 | | #define HAVE_RAW_DECL_STAT 1 | | #define HAVE_RAW_DECL_UTIMENSAT 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FCHOWNAT 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_FTRUNCATE 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | /* end confdefs.h. */ | | #include | | /* Some systems declare various items in the wrong headers. */ | | #ifndef __GLIBC__ | | # include | | # include | | # include | | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | # include | | # endif | | #endif | | | | int | | main () | | { | | #undef pipe2 | | (void) pipe2; | | ; | | return 0; | | } | configure:43790: result: no | configure:43729: checking whether pread is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether readlink is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether readlinkat is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether rmdir is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether sleep is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether symlink is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether symlinkat is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether unlink is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether unlinkat is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43729: checking whether usleep is declared without a macro | configure:43766: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:43773: $? = 0 | configure:43790: result: yes | configure:43846: checking whether unlink honors trailing slashes | configure:43918: result: yes | configure:44053: checking for unsetenv | configure:44109: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:44116: $? = 0 | configure:44138: result: yes | configure:44172: checking for unsetenv() return type | configure:44208: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:44215: $? = 0 | configure:44230: result: int | configure:44251: checking whether unsetenv works on duplicates | configure:44289: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:44293: $? = 0 | configure:44299: ./conftest | configure:44303: $? = 0 | configure:44320: result: yes | configure:44530: checking for ptrdiff_t | configure:44558: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:44565: $? = 0 | configure:44592: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:475: error: expected expression before ')' token | configure:44599: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_STRUCT_RANDOM_DATA 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_STRCHRNUL 1 | | #define HAVE_STRDUP 1 | | #define GNULIB_STRDUP 1 | | #define GNULIB_STRERROR 1 | | #define GNULIB_STRNDUP 1 | | #define GNULIB_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_RAW_DECL_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 1 | | #define HAVE_RAW_DECL_STAT 1 | | #define HAVE_RAW_DECL_UTIMENSAT 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FCHOWNAT 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_FTRUNCATE 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_UNLINKAT 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_UNLINK 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_UNSETENV 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:44622: result: yes | configure:44648: checking for vasprintf | configure:44704: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:44711: $? = 0 | configure:44733: result: yes | configure:44862: checking for vsnprintf | configure:44918: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c:464: warning: conflicting types for built-in function 'vsnprintf' | configure:44925: $? = 0 | configure:44947: result: yes | configure:44962: checking whether snprintf respects a size of 1 | configure:45024: result: yes | configure:45171: checking whether btowc is declared without a macro | configure:45206: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:45213: $? = 0 | configure:45230: result: yes | configure:45171: checking whether wctob is declared without a macro | configure:45206: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:45213: $? = 0 | configure:45230: result: yes | configure:45171: checking whether mbsinit is declared without a macro | configure:45206: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:45213: $? = 0 | configure:45230: result: yes | configure:45171: checking whether mbrtowc is declared without a macro | configure:45206: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:45213: $? = 0 | configure:45230: result: yes | configure:45171: checking whether mbrlen is declared without a macro | configure:45206: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:45213: $? = 0 | configure:45230: result: yes | configure:45171: checking whether mbsrtowcs is declared without a macro | configure:45206: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:45213: $? = 0 | configure:45230: result: yes | configure:45171: checking whether mbsnrtowcs is declared without a macro | configure:45206: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:45213: $? = 0 | configure:45230: result: yes | configure:45171: checking whether wcrtomb is declared without a macro | configure:45206: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:45213: $? = 0 | configure:45230: result: yes | configure:45171: checking whether wcsrtombs is declared without a macro | configure:45206: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:45213: $? = 0 | configure:45230: result: yes | configure:45171: checking whether wcsnrtombs is declared without a macro | configure:45206: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:45213: $? = 0 | configure:45230: result: yes | configure:45171: checking whether wcwidth is declared without a macro | configure:45206: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:45213: $? = 0 | configure:45230: result: yes | configure:45269: checking whether mbrtowc handles incomplete characters | configure:45350: result: guessing yes | configure:45356: checking whether mbrtowc works as well as mbtowc | configure:45441: result: guessing yes | configure:45480: checking whether wcrtomb return value is correct | configure:45538: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:45542: $? = 0 | configure:45548: ./conftest | configure:45552: $? = 0 | configure:45571: result: yes | configure:45641: checking whether iswcntrl works | configure:45715: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:45719: $? = 0 | configure:45725: ./conftest | configure:45729: $? = 0 | configure:45747: result: yes | configure:45846: checking whether wcwidth is declared | configure:45909: result: yes | configure:45934: checking whether wcwidth works reasonably in UTF-8 locales | configure:45988: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:45992: $? = 0 | configure:45998: ./conftest | configure:46002: $? = 0 | configure:46020: result: yes | configure:46114: checking for stdint.h | configure:46121: result: yes | configure:46347: checking whether time.h and sys/time.h may both be included | configure:46377: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:46384: $? = 0 | configure:46399: result: yes | configure:46409: checking for struct stat.st_blksize | configure:46437: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:46444: $? = 0 | configure:46502: result: yes | configure:46527: checking for library containing setsockopt | configure:46568: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:46575: $? = 0 | configure:46606: result: none required | configure:46702: checking for library containing setsockopt | configure:46781: result: none required | configure:46854: checking for sys/mtio.h | configure:46861: result: yes | configure:47000: checking which ioctl field to test for reversed bytes | configure:47023: result: mt_type | configure:47039: checking whether to build rmt | configure:47056: result: yes | configure:46798: checking for remote tape header files | configure:46820: gcc -E conftest.c | configure:46827: $? = 0 | configure:46842: result: yes | configure:47129: checking for sys/buf.h | configure:47176: result: no | configure:47192: checking for struct stat.st_blksize | configure:47285: result: yes | configure:47311: checking for library containing gethostbyname | configure:47352: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:47359: $? = 0 | configure:47390: result: none required | configure:47412: checking for fsync | configure:47468: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:47475: $? = 0 | configure:47497: result: yes | configure:47412: checking for getdtablesize | configure:47497: result: yes | configure:47412: checking for lstat | configure:47497: result: yes | configure:47412: checking for mkfifo | configure:47497: result: yes | configure:47412: checking for readlink | configure:47497: result: yes | configure:47412: checking for symlink | configure:47468: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:47475: $? = 0 | configure:47497: result: yes | configure:47412: checking for setlocale | configure:47497: result: yes | configure:47412: checking for utimes | configure:47468: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:47475: $? = 0 | configure:47497: result: yes | configure:47509: checking whether getgrgid is declared | configure:47539: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:47546: $? = 0 | configure:47561: result: yes | configure:47579: checking whether getpwuid is declared | configure:47609: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:47616: $? = 0 | configure:47631: result: yes | configure:47649: checking whether time is declared | configure:47679: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:47686: $? = 0 | configure:47701: result: yes | configure:47724: checking for waitpid | configure:47780: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:47787: $? = 0 | configure:47809: result: yes | configure:47830: checking for remote shell | configure:47856: result: no | configure:47864: checking for netdb.h | configure:47871: result: yes | configure:48131: checking for default archive format | configure:48150: result: GNU | configure:48153: checking for default archive | configure:48198: result: - | configure:48202: checking for default blocking | configure:48210: result: 20 | configure:48213: checking for default quoting style | configure:48226: result: escape | configure:48276: checking for ld used by GCC | configure:48340: result: /usr/bin/ld | configure:48349: checking if the linker (/usr/bin/ld) is GNU ld | configure:48362: result: yes | configure:48369: checking for shared library run path origin | configure:48382: result: done | configure:48964: checking for iconv | configure:48996: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:49003: $? = 0 | configure:49080: result: yes | configure:49083: checking for working iconv | configure:49188: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:49192: $? = 0 | configure:49198: ./conftest | configure:49202: $? = 0 | configure:49221: result: yes | configure:49251: checking for iconv declaration | configure:49290: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:49297: $? = 0 | configure:49316: result: | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:49342: checking iconv.h usability | configure:49359: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:49366: $? = 0 | configure:49380: result: yes | configure:49384: checking iconv.h presence | configure:49399: gcc -E conftest.c | configure:49406: $? = 0 | configure:49420: result: yes | configure:49453: checking for iconv.h | configure:49462: result: yes | configure:49477: checking for iconv_t | configure:49510: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:49517: $? = 0 | configure:49549: gcc -std=gnu99 -c -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | conftest.c: In function 'main': | conftest.c:501: error: expected expression before ')' token | configure:49556: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_STRUCT_RANDOM_DATA 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_STRCHRNUL 1 | | #define HAVE_STRDUP 1 | | #define GNULIB_STRDUP 1 | | #define GNULIB_STRERROR 1 | | #define GNULIB_STRNDUP 1 | | #define GNULIB_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_RAW_DECL_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 1 | | #define HAVE_RAW_DECL_STAT 1 | | #define HAVE_RAW_DECL_UTIMENSAT 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FCHOWNAT 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_FTRUNCATE 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_UNLINKAT 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_UNLINK 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_UNSETENV 1 | | #define HAVE_VASPRINTF 1 | | #define GNULIB_VASPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_VSNPRINTF 1 | | #define HAVE_RAW_DECL_BTOWC 1 | | #define HAVE_RAW_DECL_WCTOB 1 | | #define HAVE_RAW_DECL_MBSINIT 1 | | #define HAVE_RAW_DECL_MBRTOWC 1 | | #define HAVE_RAW_DECL_MBRLEN 1 | | #define HAVE_RAW_DECL_MBSRTOWCS 1 | | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define GNULIB_WCRTOMB 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define GNULIB_WCWIDTH 1 | | #define GNULIB_WRITE 1 | | #define HAVE_STDINT_H 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define HAVE_SYS_MTIO_H 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_FSYNC 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_UTIMES 1 | | #define HAVE_DECL_GETGRGID 1 | | #define HAVE_DECL_GETPWUID 1 | | #define HAVE_DECL_TIME 1 | | #define HAVE_WAITPID 1 | | #define HAVE_NETDB_H 1 | | #define COMPRESS_PROGRAM "compress" | | #define GZIP_PROGRAM "gzip" | | #define BZIP2_PROGRAM "bzip2" | | #define LZIP_PROGRAM "lzip" | | #define LZMA_PROGRAM "lzma" | | #define LZOP_PROGRAM "lzop" | | #define XZ_PROGRAM "xz" | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | | | #ifdef HAVE_ICONV_H | | # include | | #endif | | | | | | int | | main () | | { | | if (sizeof ((iconv_t))) | | return 0; | | ; | | return 0; | | } | configure:49579: result: yes | configure:49594: checking whether NLS is requested | configure:49603: result: yes | configure:49644: checking for msgfmt | configure: trying /usr/bin/msgfmt... | 0 translated messages. | configure:49676: result: /usr/bin/msgfmt | configure:49685: checking for gmsgfmt | configure:49716: result: /usr/bin/msgfmt | configure:49767: checking for xgettext | configure: trying /usr/bin/xgettext... | /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C | configure:49799: result: /usr/bin/xgettext | configure:49845: checking for msgmerge | configure: trying /usr/bin/msgmerge... | configure:49876: result: /usr/bin/msgmerge | configure:49916: checking for CFPreferencesCopyAppValue | configure:49944: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:492:42: error: CoreFoundation/CFPreferences.h: No such file or directory | conftest.c: In function 'main': | conftest.c:496: warning: implicit declaration of function 'CFPreferencesCopyAppValue' | conftest.c:496: error: 'NULL' undeclared (first use in this function) | conftest.c:496: error: (Each undeclared identifier is reported only once | conftest.c:496: error: for each function it appears in.) | configure:49951: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_STRUCT_RANDOM_DATA 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_STRCHRNUL 1 | | #define HAVE_STRDUP 1 | | #define GNULIB_STRDUP 1 | | #define GNULIB_STRERROR 1 | | #define GNULIB_STRNDUP 1 | | #define GNULIB_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_RAW_DECL_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 1 | | #define HAVE_RAW_DECL_STAT 1 | | #define HAVE_RAW_DECL_UTIMENSAT 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FCHOWNAT 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_FTRUNCATE 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_UNLINKAT 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_UNLINK 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_UNSETENV 1 | | #define HAVE_VASPRINTF 1 | | #define GNULIB_VASPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_VSNPRINTF 1 | | #define HAVE_RAW_DECL_BTOWC 1 | | #define HAVE_RAW_DECL_WCTOB 1 | | #define HAVE_RAW_DECL_MBSINIT 1 | | #define HAVE_RAW_DECL_MBRTOWC 1 | | #define HAVE_RAW_DECL_MBRLEN 1 | | #define HAVE_RAW_DECL_MBSRTOWCS 1 | | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define GNULIB_WCRTOMB 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define GNULIB_WCWIDTH 1 | | #define GNULIB_WRITE 1 | | #define HAVE_STDINT_H 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define HAVE_SYS_MTIO_H 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_FSYNC 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_UTIMES 1 | | #define HAVE_DECL_GETGRGID 1 | | #define HAVE_DECL_GETPWUID 1 | | #define HAVE_DECL_TIME 1 | | #define HAVE_WAITPID 1 | | #define HAVE_NETDB_H 1 | | #define COMPRESS_PROGRAM "compress" | | #define GZIP_PROGRAM "gzip" | | #define BZIP2_PROGRAM "bzip2" | | #define LZIP_PROGRAM "lzip" | | #define LZMA_PROGRAM "lzma" | | #define LZOP_PROGRAM "lzop" | | #define XZ_PROGRAM "xz" | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFPreferencesCopyAppValue(NULL, NULL) | | ; | | return 0; | | } | configure:49972: result: no | configure:49981: checking for CFLocaleCopyCurrent | configure:50009: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:492:37: error: CoreFoundation/CFLocale.h: No such file or directory | conftest.c: In function 'main': | conftest.c:496: warning: implicit declaration of function 'CFLocaleCopyCurrent' | configure:50016: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.23" | | #define PACKAGE_STRING "GNU tar 1.23" | | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | | #define PACKAGE "tar" | | #define VERSION "1.23" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LINUX_FD_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STROPTS_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_FEATURES_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_FLOAT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_STDIO_EXT_H 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_STDARG_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | | #define HAVE_DECL_FEOF_UNLOCKED 1 | | #define HAVE_DECL_FERROR_UNLOCKED 1 | | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | | #define HAVE_DECL_FGETS_UNLOCKED 1 | | #define HAVE_DECL_FPUTC_UNLOCKED 1 | | #define HAVE_DECL_FPUTS_UNLOCKED 1 | | #define HAVE_DECL_FREAD_UNLOCKED 1 | | #define HAVE_DECL_FWRITE_UNLOCKED 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | | #define HAVE_DECL_PUTC_UNLOCKED 1 | | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_PATHCONF 1 | | #define HAVE_BTOWC 1 | | #define HAVE_CANONICALIZE_FILE_NAME 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_FDOPENDIR 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_FCNTL 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_MEMPCPY 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WMEMPCPY 1 | | #define HAVE___FPENDING 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_FUTIMESAT 1 | | #define HAVE_FUTIMENS 1 | | #define HAVE_UTIMENSAT 1 | | #define HAVE_LUTIMES 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | | #define FUNC_REALPATH_WORKS 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define STRERROR_R_CHAR_P 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 1 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 1 | | #define HAVE_DECL_GETLINE 1 | | #define HAVE_GETOPT_H 1 | | #define HAVE_GETOPT_LONG_ONLY 1 | | #define HAVE_DECL_OPTRESET 0 | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_DECL_MEMRCHR 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_MEMPCPY 1 | | #define HAVE_RAW_DECL_MEMRCHR 1 | | #define HAVE_RAW_DECL_RAWMEMCHR 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRCHRNUL 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRCASESTR 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRVERSCMP 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_BTOWC 1 | | #define GNULIB_CANONICALIZE 1 | | #define GNULIB_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_DIRFD 1 | | #define HAVE_RAW_DECL_FDOPENDIR 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DIRFD 1 | | #define HAVE_DECL_DIRFD 1 | | #define GNULIB_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_DUP2 1 | | #define GNULIB_ENVIRON 1 | | #define GNULIB_FCHDIR 1 | | #define GNULIB_FCLOSE 1 | | #define GNULIB_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_RAW_DECL_OPENAT 1 | | #define GNULIB_FDOPENDIR 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL___FPENDING 1 | | #define GNULIB_FSEEKO 1 | | #define GNULIB_FTRUNCATE 1 | | #define HAVE_PARTLY_WORKING_GETCWD 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETCWD 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define GNULIB_GETDELIM 1 | | #define GNULIB_GETDTABLESIZE 1 | | #define GNULIB_GETLINE 1 | | #define GNULIB_GETOPT_GNU 1 | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE struct timezone | | #define GNULIB_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_LCHOWN 1 | | #define GNULIB_LSEEK 1 | | #define GNULIB_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_MALLOC_POSIX 1 | | #define GNULIB_MBRTOWC 1 | | #define GNULIB_MBSCASECMP 1 | | #define GNULIB_MBSINIT 1 | | #define GNULIB_MBSRTOWCS 1 | | #define GNULIB_MEMCHR 1 | | #define HAVE_MEMPCPY 1 | | #define GNULIB_MEMPCPY 1 | | #define HAVE_MEMRCHR 1 | | #define GNULIB_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_MKDTEMP 1 | | #define GNULIB_MKTIME 1 | | #define GNULIB_NL_LANGINFO 1 | | #define HAVE_OBSTACK 1 | | #define GNULIB_OPEN 1 | | #define GNULIB_OPEN 1 | | #define HAVE_FCHMODAT 1 | | #define HAVE_FSTATAT 1 | | #define HAVE_MKDIRAT 1 | | #define HAVE_OPENAT 1 | | #define HAVE_UNLINKAT 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define HAVE_RAWMEMCHR 1 | | #define GNULIB_RAWMEMCHR 1 | | #define GNULIB_READLINK 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_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_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define GNULIB_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_RPMATCH 1 | | #define GNULIB_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define GNULIB_STAT 1 | | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | | #define HAVE_RAW_DECL_DPRINTF 1 | | #define HAVE_RAW_DECL_FSEEKO 1 | | #define HAVE_RAW_DECL_FTELLO 1 | | #define HAVE_RAW_DECL_GETDELIM 1 | | #define HAVE_RAW_DECL_GETLINE 1 | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_RENAMEAT 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_VDPRINTF 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_STRUCT_RANDOM_DATA 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | | #define HAVE_RAW_DECL_GETLOADAVG 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_MKDTEMP 1 | | #define HAVE_RAW_DECL_MKOSTEMP 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_RANDOM_R 1 | | #define HAVE_RAW_DECL_SRANDOM_R 1 | | #define HAVE_RAW_DECL_SETSTATE_R 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRCHRNUL 1 | | #define GNULIB_STRCHRNUL 1 | | #define HAVE_STRDUP 1 | | #define GNULIB_STRDUP 1 | | #define GNULIB_STRERROR 1 | | #define GNULIB_STRNDUP 1 | | #define GNULIB_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_RAW_DECL_FCHMODAT 1 | | #define HAVE_RAW_DECL_FSTATAT 1 | | #define HAVE_RAW_DECL_FUTIMENS 1 | | #define HAVE_RAW_DECL_LCHMOD 1 | | #define HAVE_RAW_DECL_LSTAT 1 | | #define HAVE_RAW_DECL_MKDIRAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKFIFOAT 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define HAVE_RAW_DECL_MKNODAT 1 | | #define HAVE_RAW_DECL_STAT 1 | | #define HAVE_RAW_DECL_UTIMENSAT 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_EUIDACCESS 1 | | #define HAVE_RAW_DECL_FACCESSAT 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FCHOWNAT 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_FTRUNCATE 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_LINKAT 1 | | #define HAVE_RAW_DECL_LSEEK 1 | | #define HAVE_RAW_DECL_PREAD 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_READLINKAT 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_SYMLINKAT 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_UNLINKAT 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_UNLINK 1 | | #define UNLINK_CANNOT_UNLINK_DIR 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_UNSETENV 1 | | #define HAVE_VASPRINTF 1 | | #define GNULIB_VASPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_VSNPRINTF 1 | | #define HAVE_RAW_DECL_BTOWC 1 | | #define HAVE_RAW_DECL_WCTOB 1 | | #define HAVE_RAW_DECL_MBSINIT 1 | | #define HAVE_RAW_DECL_MBRTOWC 1 | | #define HAVE_RAW_DECL_MBRLEN 1 | | #define HAVE_RAW_DECL_MBSRTOWCS 1 | | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define GNULIB_WCRTOMB 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define GNULIB_WCWIDTH 1 | | #define GNULIB_WRITE 1 | | #define HAVE_STDINT_H 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define HAVE_SYS_MTIO_H 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_FSYNC 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_READLINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_UTIMES 1 | | #define HAVE_DECL_GETGRGID 1 | | #define HAVE_DECL_GETPWUID 1 | | #define HAVE_DECL_TIME 1 | | #define HAVE_WAITPID 1 | | #define HAVE_NETDB_H 1 | | #define COMPRESS_PROGRAM "compress" | | #define GZIP_PROGRAM "gzip" | | #define BZIP2_PROGRAM "bzip2" | | #define LZIP_PROGRAM "lzip" | | #define LZMA_PROGRAM "lzma" | | #define LZOP_PROGRAM "lzop" | | #define XZ_PROGRAM "xz" | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFLocaleCopyCurrent(); | | ; | | return 0; | | } | configure:50037: result: no | configure:50088: checking for GNU gettext in libc | configure:50118: gcc -std=gnu99 -o conftest -Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe conftest.c >&5 | configure:50125: $? = 0 | configure:50147: result: yes | configure:51096: checking whether to use NLS | configure:51098: result: yes | configure:51101: checking where the gettext function comes from | configure:51112: result: libc | configure:51369: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU tar config.status 1.23, which was | generated by GNU Autoconf 2.63. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on barton | | config.status:1829: creating tests/Makefile | config.status:1829: creating tests/atlocal | config.status:1829: creating Makefile | config.status:1829: creating doc/Makefile | config.status:1829: creating gnu/Makefile | config.status:1829: creating lib/Makefile | config.status:1829: creating po/Makefile.in | config.status:1829: creating scripts/Makefile | config.status:1829: creating rmt/Makefile | config.status:1829: creating src/Makefile | config.status:1829: creating config.h | config.status:2103: executing depfiles commands | config.status:2103: executing po-directories commands | config.status:2103: executing tests/atconfig commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=i686-pc-linux-gnu | ac_cv_c_compiler_gnu=yes | ac_cv_c_inline=inline | ac_cv_c_restrict=__restrict | ac_cv_env_CC_set= | ac_cv_env_CC_value= | ac_cv_env_CFLAGS_set=set | ac_cv_env_CFLAGS_value='-Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe' | ac_cv_env_CPPFLAGS_set= | ac_cv_env_CPPFLAGS_value= | ac_cv_env_CPP_set= | ac_cv_env_CPP_value= | ac_cv_env_DEFAULT_ARCHIVE_FORMAT_set= | ac_cv_env_DEFAULT_ARCHIVE_FORMAT_value= | ac_cv_env_DEFAULT_ARCHIVE_set= | ac_cv_env_DEFAULT_ARCHIVE_value= | ac_cv_env_DEFAULT_BLOCKING_set= | ac_cv_env_DEFAULT_BLOCKING_value= | ac_cv_env_DEFAULT_QUOTING_STYLE_set= | ac_cv_env_DEFAULT_QUOTING_STYLE_value= | ac_cv_env_DEFAULT_RMT_DIR_set= | ac_cv_env_DEFAULT_RMT_DIR_value= | ac_cv_env_LDFLAGS_set= | ac_cv_env_LDFLAGS_value= | ac_cv_env_LIBS_set= | ac_cv_env_LIBS_value= | ac_cv_env_YACC_set= | ac_cv_env_YACC_value= | ac_cv_env_YFLAGS_set= | ac_cv_env_YFLAGS_value= | ac_cv_env_build_alias_set= | ac_cv_env_build_alias_value= | ac_cv_env_host_alias_set= | ac_cv_env_host_alias_value= | ac_cv_env_target_alias_set= | ac_cv_env_target_alias_value= | ac_cv_func___fpending=yes | ac_cv_func_alarm=yes | ac_cv_func_alloca_works=yes | ac_cv_func_btowc=yes | ac_cv_func_canonicalize_file_name=yes | ac_cv_func_chown=yes | ac_cv_func_chown_works=yes | ac_cv_func_clock_gettime=yes | ac_cv_func_clock_settime=yes | ac_cv_func_dirfd=yes | ac_cv_func_dup2=yes | ac_cv_func_fchdir=yes | ac_cv_func_fchmodat=yes | ac_cv_func_fchown=yes | ac_cv_func_fchownat=yes | ac_cv_func_fcntl=yes | ac_cv_func_fdopendir=yes | ac_cv_func_flockfile=yes | ac_cv_func_fstatat=yes | ac_cv_func_fsync=yes | ac_cv_func_ftruncate=yes | ac_cv_func_funlockfile=yes | ac_cv_func_futimens=yes | ac_cv_func_futimes=yes | ac_cv_func_futimesat=yes | ac_cv_func_getdelim=yes | ac_cv_func_getdtablesize=yes | ac_cv_func_getline=yes | ac_cv_func_getopt_long_only=yes | ac_cv_func_getpagesize=yes | ac_cv_func_getppriv=no | ac_cv_func_gettimeofday=yes | ac_cv_func_isblank=yes | ac_cv_func_iswcntrl=yes | ac_cv_func_iswctype=yes | ac_cv_func_lchmod=no | ac_cv_func_lchown=yes | ac_cv_func_lstat=yes | ac_cv_func_lstat_dereferences_slashed_symlink=yes | ac_cv_func_lutimes=yes | ac_cv_func_malloc_0_nonnull=yes | ac_cv_func_mbrtowc=yes | ac_cv_func_mbsinit=yes | ac_cv_func_mbsrtowcs=yes | ac_cv_func_memchr=yes | ac_cv_func_mempcpy=yes | ac_cv_func_memrchr=yes | ac_cv_func_mkdirat=yes | ac_cv_func_mkdtemp=yes | ac_cv_func_mkfifo=yes | ac_cv_func_mmap=yes | ac_cv_func_mprotect=yes | ac_cv_func_nanotime=no | ac_cv_func_nl_langinfo=yes | ac_cv_func_obstack=yes | ac_cv_func_openat=yes | ac_cv_func_pathconf=yes | ac_cv_func_pipe=yes | ac_cv_func_rawmemchr=yes | ac_cv_func_readlink=yes | ac_cv_func_realpath=yes | ac_cv_func_rmdir=yes | ac_cv_func_rpmatch=yes | ac_cv_func_setenv=yes | ac_cv_func_setlocale=yes | ac_cv_func_sleep=yes | ac_cv_func_snprintf=yes | ac_cv_func_stpcpy=yes | ac_cv_func_strcasecmp=yes | ac_cv_func_strchrnul=yes | ac_cv_func_strdup=yes | ac_cv_func_strerror_r=yes | ac_cv_func_strerror_r_char_p=yes | ac_cv_func_strncasecmp=yes | ac_cv_func_strndup=yes | ac_cv_func_strnlen=yes | ac_cv_func_strnlen_working=yes | ac_cv_func_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_symlink=yes | ac_cv_func_tsearch=yes | ac_cv_func_unlinkat=yes | ac_cv_func_unsetenv=yes | ac_cv_func_utimensat=yes | ac_cv_func_utimes=yes | ac_cv_func_vasnprintf=no | ac_cv_func_vasprintf=yes | ac_cv_func_vsnprintf=yes | ac_cv_func_waitpid=yes | ac_cv_func_wcrtomb=yes | ac_cv_func_wcscoll=yes | ac_cv_func_wcslen=yes | ac_cv_func_wcsnlen=yes | ac_cv_func_wcwidth=yes | ac_cv_func_wmemchr=yes | ac_cv_func_wmemcpy=yes | ac_cv_func_wmempcpy=yes | ac_cv_func_working_mktime=yes | ac_cv_gnu_library_2_1=yes | ac_cv_have_decl___fpending=yes | ac_cv_have_decl__snprintf=no | ac_cv_have_decl_alphasort=yes | ac_cv_have_decl_atoll=yes | ac_cv_have_decl_btowc=yes | ac_cv_have_decl_canonicalize_file_name=yes | ac_cv_have_decl_chown=yes | ac_cv_have_decl_clearerr_unlocked=yes | ac_cv_have_decl_dirfd=yes | ac_cv_have_decl_dprintf=yes | ac_cv_have_decl_dup2=yes | ac_cv_have_decl_endusershell=yes | ac_cv_have_decl_environ=yes | ac_cv_have_decl_euidaccess=yes | ac_cv_have_decl_faccessat=yes | ac_cv_have_decl_fchdir=yes | ac_cv_have_decl_fchmodat=yes | ac_cv_have_decl_fchownat=yes | ac_cv_have_decl_fcntl=yes | ac_cv_have_decl_fdopendir=yes | ac_cv_have_decl_feof_unlocked=yes | ac_cv_have_decl_ferror_unlocked=yes | ac_cv_have_decl_fflush_unlocked=yes | ac_cv_have_decl_fgets_unlocked=yes | ac_cv_have_decl_fputc_unlocked=yes | ac_cv_have_decl_fputs_unlocked=yes | ac_cv_have_decl_fread_unlocked=yes | ac_cv_have_decl_fseeko=yes | ac_cv_have_decl_fstatat=yes | ac_cv_have_decl_fsync=yes | ac_cv_have_decl_ftello=yes | ac_cv_have_decl_ftruncate=yes | ac_cv_have_decl_futimens=yes | ac_cv_have_decl_fwrite_unlocked=yes | ac_cv_have_decl_getc_unlocked=yes | ac_cv_have_decl_getchar_unlocked=yes | ac_cv_have_decl_getcwd=yes | ac_cv_have_decl_getdelim=yes | ac_cv_have_decl_getdomainname=yes | ac_cv_have_decl_getdtablesize=yes | ac_cv_have_decl_getenv=yes | ac_cv_have_decl_getgrgid=yes | ac_cv_have_decl_getgroups=yes | ac_cv_have_decl_gethostname=yes | ac_cv_have_decl_getline=yes | ac_cv_have_decl_getloadavg=yes | ac_cv_have_decl_getlogin=yes | ac_cv_have_decl_getlogin_r=yes | ac_cv_have_decl_getpagesize=yes | ac_cv_have_decl_getpwuid=yes | ac_cv_have_decl_getsubopt=yes | ac_cv_have_decl_gettimeofday=yes | ac_cv_have_decl_getusershell=yes | ac_cv_have_decl_imaxabs=yes | ac_cv_have_decl_imaxdiv=yes | ac_cv_have_decl_isblank=yes | ac_cv_have_decl_lchmod=yes | ac_cv_have_decl_lchown=yes | ac_cv_have_decl_link=yes | ac_cv_have_decl_linkat=yes | ac_cv_have_decl_lseek=yes | ac_cv_have_decl_lstat=yes | ac_cv_have_decl_mbrlen=yes | ac_cv_have_decl_mbrtowc=yes | ac_cv_have_decl_mbsinit=yes | ac_cv_have_decl_mbsnrtowcs=yes | ac_cv_have_decl_mbsrtowcs=yes | ac_cv_have_decl_memmem=yes | ac_cv_have_decl_mempcpy=yes | ac_cv_have_decl_memrchr=yes | ac_cv_have_decl_mkdirat=yes | ac_cv_have_decl_mkdtemp=yes | ac_cv_have_decl_mkfifo=yes | ac_cv_have_decl_mkfifoat=yes | ac_cv_have_decl_mknod=yes | ac_cv_have_decl_mknodat=yes | ac_cv_have_decl_mkostemp=yes | ac_cv_have_decl_mkstemp=yes | ac_cv_have_decl_nl_langinfo=yes | ac_cv_have_decl_openat=yes | ac_cv_have_decl_optreset=no | ac_cv_have_decl_popen=yes | ac_cv_have_decl_pread=yes | ac_cv_have_decl_program_invocation_name=yes | ac_cv_have_decl_program_invocation_short_name=yes | ac_cv_have_decl_putc_unlocked=yes | ac_cv_have_decl_putchar_unlocked=yes | ac_cv_have_decl_random_r=yes | ac_cv_have_decl_rawmemchr=yes | ac_cv_have_decl_readlink=yes | ac_cv_have_decl_readlinkat=yes | ac_cv_have_decl_realpath=yes | ac_cv_have_decl_renameat=yes | ac_cv_have_decl_rmdir=yes | ac_cv_have_decl_rpmatch=yes | ac_cv_have_decl_scandir=yes | ac_cv_have_decl_setenv=yes | ac_cv_have_decl_setstate_r=yes | ac_cv_have_decl_setusershell=yes | ac_cv_have_decl_sleep=yes | ac_cv_have_decl_snprintf=yes | ac_cv_have_decl_srandom_r=yes | ac_cv_have_decl_stat=yes | ac_cv_have_decl_stpcpy=yes | ac_cv_have_decl_stpncpy=yes | ac_cv_have_decl_strcasecmp=yes | ac_cv_have_decl_strcasestr=yes | ac_cv_have_decl_strchrnul=yes | ac_cv_have_decl_strdup=yes | ac_cv_have_decl_strerror_r=yes | ac_cv_have_decl_strncasecmp=yes | ac_cv_have_decl_strndup=yes | ac_cv_have_decl_strnlen=yes | ac_cv_have_decl_strpbrk=yes | ac_cv_have_decl_strsep=yes | ac_cv_have_decl_strsignal=yes | ac_cv_have_decl_strtod=yes | ac_cv_have_decl_strtoimax=yes | ac_cv_have_decl_strtok_r=yes | ac_cv_have_decl_strtoll=yes | ac_cv_have_decl_strtoull=yes | ac_cv_have_decl_strtoumax=yes | ac_cv_have_decl_strverscmp=yes | ac_cv_have_decl_symlink=yes | ac_cv_have_decl_symlinkat=yes | ac_cv_have_decl_time=yes | ac_cv_have_decl_unlink=yes | ac_cv_have_decl_unlinkat=yes | ac_cv_have_decl_unsetenv=yes | ac_cv_have_decl_usleep=yes | ac_cv_have_decl_utimensat=yes | ac_cv_have_decl_vdprintf=yes | ac_cv_have_decl_vsnprintf=yes | ac_cv_have_decl_wcrtomb=yes | ac_cv_have_decl_wcsnrtombs=yes | ac_cv_have_decl_wcsrtombs=yes | ac_cv_have_decl_wctob=yes | ac_cv_have_decl_wcwidth=yes | ac_cv_header_dirent_dirent_h=yes | ac_cv_header_dirent_h=yes | ac_cv_header_errno_h=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_features_h=yes | ac_cv_header_float_h=yes | ac_cv_header_getopt_h=yes | ac_cv_header_grp_h=yes | ac_cv_header_iconv_h=yes | ac_cv_header_inttypes_h=yes | ac_cv_header_langinfo_h=yes | ac_cv_header_libintl_h=yes | ac_cv_header_linewrap_h=no | ac_cv_header_linux_fd_h=yes | ac_cv_header_locale_h=yes | ac_cv_header_memory_h=yes | ac_cv_header_minix_config_h=no | ac_cv_header_net_errno_h=no | ac_cv_header_netdb_h=yes | ac_cv_header_priv_h=no | ac_cv_header_pwd_h=yes | ac_cv_header_random_h=no | ac_cv_header_search_h=yes | ac_cv_header_sgtty_h=yes | ac_cv_header_stat_broken=no | ac_cv_header_stdarg_h=yes | ac_cv_header_stdbool_h=yes | ac_cv_header_stdc=yes | ac_cv_header_stddef_h=yes | ac_cv_header_stdint_h=yes | ac_cv_header_stdio_ext_h=yes | 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=yes | ac_cv_header_sys_buf_h=no | ac_cv_header_sys_device_h=no | ac_cv_header_sys_filio_h=no | ac_cv_header_sys_gentape_h=no | ac_cv_header_sys_inet_h=no | ac_cv_header_sys_io_trioctl_h=no | ac_cv_header_sys_mman_h=yes | ac_cv_header_sys_mtio_h=yes | ac_cv_header_sys_param_h=yes | ac_cv_header_sys_socket_h=yes | ac_cv_header_sys_stat_h=yes | ac_cv_header_sys_tape_h=no | ac_cv_header_sys_time_h=yes | ac_cv_header_sys_tprintf_h=no | ac_cv_header_sys_types_h=yes | ac_cv_header_sys_types_h_makedev=yes | ac_cv_header_sys_wait_h=yes | ac_cv_header_sysexits_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_wchar_h=yes | ac_cv_header_wctype_h=yes | ac_cv_host=i686-pc-linux-gnu | ac_cv_lib_error_at_line=yes | ac_cv_member_struct_stat_st_atim_tv_nsec=yes | ac_cv_member_struct_stat_st_birthtim_tv_nsec=no | ac_cv_member_struct_stat_st_birthtimensec=no | ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no | ac_cv_member_struct_stat_st_blksize=yes | ac_cv_member_struct_stat_st_blocks=yes | ac_cv_member_struct_tm_tm_gmtoff=yes | ac_cv_member_struct_tm_tm_zone=yes | ac_cv_objext=o | ac_cv_path_EGREP='/bin/grep -E' | ac_cv_path_GMSGFMT=/usr/bin/msgfmt | ac_cv_path_GREP=/bin/grep | ac_cv_path_MSGFMT=/usr/bin/msgfmt | ac_cv_path_MSGMERGE=/usr/bin/msgmerge | ac_cv_path_XGETTEXT=/usr/bin/xgettext | ac_cv_path_install='/usr/bin/install -c' | ac_cv_path_mkdir=/bin/mkdir | ac_cv_prog_AWK=gawk | ac_cv_prog_CPP='gcc -E' | ac_cv_prog_YACC='bison -y' | 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_make_make_set=yes | ac_cv_safe_to_define___extensions__=yes | ac_cv_search_clock_gettime=-lrt | ac_cv_search_gethostbyname='none required' | ac_cv_search_opendir='none required' | ac_cv_search_setsockopt='none required' | ac_cv_search_strerror='none required' | ac_cv_struct_tm=time.h | ac_cv_sys_file_offset_bits=64 | ac_cv_sys_largefile_CC=no | ac_cv_sys_largefile_source=no | ac_cv_sys_long_file_names=yes | ac_cv_type__Bool=yes | ac_cv_type_dev_t=yes | ac_cv_type_iconv_t=yes | ac_cv_type_ino_t=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_nlink_t=yes | ac_cv_type_off_t=yes | ac_cv_type_pid_t=yes | ac_cv_type_ptrdiff_t=yes | ac_cv_type_signal=void | ac_cv_type_size_t=yes | ac_cv_type_struct_random_data=yes | ac_cv_type_uid_t=yes | ac_cv_type_unsigned_long_long_int=yes | ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes | ac_cv_win_or_dos=no | ac_cv_working_alloca_h=yes | acl_cv_hardcode_direct=no | acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | acl_cv_hardcode_libdir_separator= | acl_cv_hardcode_minus_L=no | acl_cv_libext=a | acl_cv_libname_spec='lib$name' | acl_cv_library_names_spec='$libname$shrext' | acl_cv_path_LD=/usr/bin/ld | acl_cv_prog_gnu_ld=yes | acl_cv_rpath=done | acl_cv_shlibext=so | acl_cv_wl=-Wl, | am_cv_CC_dependencies_compiler_type=gcc3 | am_cv_func_iconv=yes | am_cv_func_iconv_works=yes | am_cv_func_working_getline=yes | am_cv_langinfo_codeset=yes | am_cv_lib_iconv=no | am_cv_prog_tar_ustar=gnutar | 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= | diff_cv_st_fstype_string=no | gl_cv_c_inline_effective=yes | gl_cv_c_multiarch=no | gl_cv_compound_literals=yes | gl_cv_decl_null_works=yes | gl_cv_decl_readlink_works=yes | gl_cv_double_slash_root=no | gl_cv_func_btowc_eof='guessing yes' | gl_cv_func_chown_ctime_works=yes | gl_cv_func_chown_follows_symlink=yes | gl_cv_func_chown_slash_works=yes | gl_cv_func_dirfd_macro=no | gl_cv_func_dup2_works=yes | gl_cv_func_fchownat_nofollow_works=yes | gl_cv_func_fcntl_f_dupfd_cloexec='needs runtime check' | gl_cv_func_fcntl_f_dupfd_works=yes | gl_cv_func_fdopendir_works=yes | gl_cv_func_fnmatch_gnu=yes | gl_cv_func_fseeko=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_getopt_gnu=yes | gl_cv_func_getopt_posix=yes | gl_cv_func_gettimeofday_clobber=no | gl_cv_func_gettimeofday_posix_signature=almost | gl_cv_func_iswcntrl_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_incomplete_state='guessing yes' | gl_cv_func_mbrtowc_nul_retval='guessing yes' | gl_cv_func_mbrtowc_null_arg=yes | gl_cv_func_mbrtowc_retval=yes | gl_cv_func_mbrtowc_sanitycheck='guessing yes' | gl_cv_func_mbsrtowcs_works=yes | gl_cv_func_memchr_works=yes | gl_cv_func_mkdir_trailing_dot_works=yes | gl_cv_func_mkdir_trailing_slash_works=yes | gl_cv_func_open_slash=yes | gl_cv_func_re_compile_pattern_working=no | gl_cv_func_readlink_works=yes | gl_cv_func_realpath_works=yes | gl_cv_func_rmdir_works=yes | gl_cv_func_setenv_works=yes | gl_cv_func_sleep_works=yes | gl_cv_func_snprintf_size1=yes | gl_cv_func_snprintf_usable=yes | gl_cv_func_stat_dir_slash=yes | gl_cv_func_stat_file_slash=yes | gl_cv_func_strndup_works=yes | gl_cv_func_strtoimax_macro=no | gl_cv_func_strtoumax_macro=no | gl_cv_func_unlink_works=yes | gl_cv_func_unsetenv_works=yes | gl_cv_func_va_copy=yes | gl_cv_func_vsnprintf_usable=yes | gl_cv_func_wcrtomb_retval=yes | gl_cv_func_wcwidth_works=yes | gl_cv_func_working_getdelim=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_include_next=yes | gl_cv_have_raw_decl_alphasort=yes | gl_cv_have_raw_decl_atoll=yes | gl_cv_have_raw_decl_btowc=yes | gl_cv_have_raw_decl_canonicalize_file_name=yes | gl_cv_have_raw_decl_chown=yes | gl_cv_have_raw_decl_dirfd=yes | gl_cv_have_raw_decl_dprintf=yes | gl_cv_have_raw_decl_dup2=yes | gl_cv_have_raw_decl_dup3=no | gl_cv_have_raw_decl_endusershell=yes | gl_cv_have_raw_decl_environ=yes | gl_cv_have_raw_decl_euidaccess=yes | gl_cv_have_raw_decl_faccessat=yes | gl_cv_have_raw_decl_fchdir=yes | gl_cv_have_raw_decl_fchmodat=yes | gl_cv_have_raw_decl_fchownat=yes | gl_cv_have_raw_decl_fcntl=yes | gl_cv_have_raw_decl_fdopendir=yes | gl_cv_have_raw_decl_fpurge=no | gl_cv_have_raw_decl_fseeko=yes | gl_cv_have_raw_decl_fstatat=yes | gl_cv_have_raw_decl_fsync=yes | gl_cv_have_raw_decl_ftello=yes | gl_cv_have_raw_decl_ftruncate=yes | gl_cv_have_raw_decl_futimens=yes | gl_cv_have_raw_decl_getcwd=yes | gl_cv_have_raw_decl_getdelim=yes | gl_cv_have_raw_decl_getdomainname=yes | gl_cv_have_raw_decl_getdtablesize=yes | gl_cv_have_raw_decl_getgroups=yes | gl_cv_have_raw_decl_gethostname=yes | gl_cv_have_raw_decl_getline=yes | gl_cv_have_raw_decl_getloadavg=yes | gl_cv_have_raw_decl_getlogin=yes | gl_cv_have_raw_decl_getlogin_r=yes | gl_cv_have_raw_decl_getpagesize=yes | gl_cv_have_raw_decl_getsubopt=yes | gl_cv_have_raw_decl_gettimeofday=yes | gl_cv_have_raw_decl_getusershell=yes | gl_cv_have_raw_decl_imaxabs=yes | gl_cv_have_raw_decl_imaxdiv=yes | gl_cv_have_raw_decl_initstat_r=no | gl_cv_have_raw_decl_lchmod=yes | gl_cv_have_raw_decl_lchown=yes | gl_cv_have_raw_decl_link=yes | gl_cv_have_raw_decl_linkat=yes | gl_cv_have_raw_decl_lseek=yes | gl_cv_have_raw_decl_lstat=yes | gl_cv_have_raw_decl_mbrlen=yes | gl_cv_have_raw_decl_mbrtowc=yes | gl_cv_have_raw_decl_mbsinit=yes | gl_cv_have_raw_decl_mbsnrtowcs=yes | gl_cv_have_raw_decl_mbsrtowcs=yes | gl_cv_have_raw_decl_memmem=yes | gl_cv_have_raw_decl_mempcpy=yes | gl_cv_have_raw_decl_memrchr=yes | gl_cv_have_raw_decl_mkdirat=yes | gl_cv_have_raw_decl_mkdtemp=yes | gl_cv_have_raw_decl_mkfifo=yes | gl_cv_have_raw_decl_mkfifoat=yes | gl_cv_have_raw_decl_mknod=yes | gl_cv_have_raw_decl_mknodat=yes | gl_cv_have_raw_decl_mkostemp=yes | gl_cv_have_raw_decl_mkostemps=no | gl_cv_have_raw_decl_mkstemp=yes | gl_cv_have_raw_decl_mkstemps=no | gl_cv_have_raw_decl_nl_langinfo=yes | gl_cv_have_raw_decl_openat=yes | gl_cv_have_raw_decl_pipe2=no | gl_cv_have_raw_decl_popen=yes | gl_cv_have_raw_decl_pread=yes | gl_cv_have_raw_decl_random_r=yes | gl_cv_have_raw_decl_rawmemchr=yes | gl_cv_have_raw_decl_readlink=yes | gl_cv_have_raw_decl_readlinkat=yes | gl_cv_have_raw_decl_realpath=yes | gl_cv_have_raw_decl_renameat=yes | gl_cv_have_raw_decl_rmdir=yes | gl_cv_have_raw_decl_rpmatch=yes | gl_cv_have_raw_decl_scandir=yes | gl_cv_have_raw_decl_setenv=yes | gl_cv_have_raw_decl_setstate_r=yes | gl_cv_have_raw_decl_setusershell=yes | gl_cv_have_raw_decl_sleep=yes | gl_cv_have_raw_decl_snprintf=yes | gl_cv_have_raw_decl_srandom_r=yes | gl_cv_have_raw_decl_stat=yes | gl_cv_have_raw_decl_stpcpy=yes | gl_cv_have_raw_decl_stpncpy=yes | gl_cv_have_raw_decl_strcasecmp=yes | gl_cv_have_raw_decl_strcasestr=yes | gl_cv_have_raw_decl_strchrnul=yes | gl_cv_have_raw_decl_strdup=yes | gl_cv_have_raw_decl_strncasecmp=yes | gl_cv_have_raw_decl_strndup=yes | gl_cv_have_raw_decl_strnlen=yes | gl_cv_have_raw_decl_strpbrk=yes | gl_cv_have_raw_decl_strsep=yes | gl_cv_have_raw_decl_strsignal=yes | gl_cv_have_raw_decl_strtod=yes | gl_cv_have_raw_decl_strtoimax=yes | gl_cv_have_raw_decl_strtok_r=yes | gl_cv_have_raw_decl_strtoll=yes | gl_cv_have_raw_decl_strtoull=yes | gl_cv_have_raw_decl_strtoumax=yes | gl_cv_have_raw_decl_strverscmp=yes | gl_cv_have_raw_decl_symlink=yes | gl_cv_have_raw_decl_symlinkat=yes | gl_cv_have_raw_decl_unlink=yes | gl_cv_have_raw_decl_unlinkat=yes | gl_cv_have_raw_decl_unsetenv=yes | gl_cv_have_raw_decl_usleep=yes | gl_cv_have_raw_decl_utimensat=yes | gl_cv_have_raw_decl_vdprintf=yes | gl_cv_have_raw_decl_vsnprintf=yes | gl_cv_have_raw_decl_wcrtomb=yes | gl_cv_have_raw_decl_wcsnrtombs=yes | gl_cv_have_raw_decl_wcsrtombs=yes | gl_cv_have_raw_decl_wctob=yes | gl_cv_have_raw_decl_wcwidth=yes | gl_cv_header_errno_h_complete=yes | gl_cv_header_inttypes_h=yes | gl_cv_header_langinfo_codeset=yes | gl_cv_header_langinfo_era=yes | gl_cv_header_stdint_h=yes | gl_cv_header_wchar_h_correct_inline=yes | gl_cv_header_working_fcntl_h=yes | gl_cv_header_working_inttypes_h=yes | gl_cv_header_working_stdint_h=yes | gl_cv_next_dirent_h='' | gl_cv_next_fcntl_h='' | gl_cv_next_getopt_h='' | gl_cv_next_inttypes_h='' | gl_cv_next_langinfo_h='' | gl_cv_next_stdint_h='' | gl_cv_next_stdio_h='' | gl_cv_next_stdlib_h='' | gl_cv_next_string_h='' | gl_cv_next_strings_h='' | gl_cv_next_sys_stat_h='' | gl_cv_next_sys_time_h='' | gl_cv_next_sysexits_h='' | gl_cv_next_time_h='' | gl_cv_next_unistd_h='' | gl_cv_next_wchar_h='' | gl_cv_next_wctype_h='' | gl_cv_promoted_mode_t=mode_t | gl_cv_rpl_alloca=yes | gl_cv_size_max=yes | gl_cv_struct_dirent_d_ino=yes | gl_cv_sys_struct_timespec_in_time_h=yes | gl_cv_sys_struct_timeval=yes | gl_cv_sys_struct_utimbuf=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_var_stdin_large_offset=yes | gt_cv_c_intmax_t=yes | gt_cv_c_wchar_t=yes | gt_cv_c_wint_t=yes | gt_cv_func_CFLocaleCopyCurrent=no | gt_cv_func_CFPreferencesCopyAppValue=no | gt_cv_func_gnugettext3_libc=yes | gt_cv_func_unsetenv_ret=int | gt_cv_inttypes_pri_broken=no | gt_cv_locale_fr=none | gt_cv_locale_fr_utf8=fr_FR.UTF-8 | gt_cv_locale_ja=none | gt_cv_locale_zh_CN=none | gt_cv_ssize_t=yes | gt_cv_var_environ_declaration=yes | pu_cv_header_mtio_check_field=mt_type | pu_cv_header_rmt=yes | tar_cv_compressor_bzip2=bzip2 | tar_cv_compressor_compress=compress | tar_cv_compressor_gzip=gzip | tar_cv_compressor_lzip=lzip | tar_cv_compressor_lzma=lzma | tar_cv_compressor_lzop=lzop | tar_cv_compressor_xz=xz | tar_cv_path_RSH=no | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /usr/src/tar-1.23/build-aux/missing --run aclocal-1.11' | ALLOCA='' | ALLOCA_H='alloca.h' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='${SHELL} /usr/src/tar-1.23/build-aux/missing --run tar' | AM_BACKSLASH='\' | AM_DEFAULT_VERBOSITY='0' | APPLE_UNIVERSAL_BUILD='0' | AUTOCONF='${SHELL} /usr/src/tar-1.23/build-aux/missing --run autoconf' | AUTOHEADER='${SHELL} /usr/src/tar-1.23/build-aux/missing --run autoheader' | AUTOM4TE='${SHELL} /usr/src/tar-1.23/build-aux/missing --run autom4te' | AUTOMAKE='${SHELL} /usr/src/tar-1.23/build-aux/missing --run automake-1.11' | AWK='gawk' | BACKUP_LIBEXEC_SCRIPTS='' | BACKUP_SBIN_SCRIPTS='' | BACKUP_SED_COND='/^\#ELSE_DATE_FORMAT_OK/,/^\#ENDIF_DATE_FORMAT_OK/d;/^\#IF_DATE_FORMAT_OK/d' | BITSIZEOF_PTRDIFF_T='' | BITSIZEOF_SIG_ATOMIC_T='' | BITSIZEOF_SIZE_T='' | BITSIZEOF_WCHAR_T='' | BITSIZEOF_WINT_T='' | CC='gcc -std=gnu99' | CCDEPMODE='depmode=gcc3' | CFLAGS='-Os -fomit-frame-pointer -march=i486 -mtune=pentium -pipe' | CPP='gcc -E' | CPPFLAGS='' | CYGPATH_W='echo' | DEFAULT_ARCHIVE='-' | DEFAULT_ARCHIVE_FORMAT='GNU' | DEFAULT_BLOCKING='20' | DEFAULT_QUOTING_STYLE='escape_quoting_style' | DEFAULT_RMT_COMMAND='' | DEFAULT_RMT_DIR='$(libexecdir)' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/bin/grep -E' | EMULTIHOP_HIDDEN='' | EMULTIHOP_VALUE='' | ENOLINK_HIDDEN='' | ENOLINK_VALUE='' | EOVERFLOW_HIDDEN='' | EOVERFLOW_VALUE='' | ERRNO_H='' | EXEEXT='' | FLOAT_H='' | FNMATCH_H='' | GETOPT_H='getopt.h' | GETTEXT_MACRO_VERSION='0.17' | GLIBC21='yes' | GL_COND_LIBTOOL_FALSE='' | GL_COND_LIBTOOL_TRUE='#' | GMSGFMT='/usr/bin/msgfmt' | GMSGFMT_015='/usr/bin/msgfmt' | GNULIB_ALPHASORT='0' | GNULIB_ATOLL='0' | GNULIB_BTOWC='1' | GNULIB_CALLOC_POSIX='0' | GNULIB_CANONICALIZE_FILE_NAME='1' | GNULIB_CHOWN='1' | GNULIB_CLOSE='1' | GNULIB_DIRFD='1' | GNULIB_DPRINTF='0' | GNULIB_DUP2='1' | GNULIB_DUP3='0' | GNULIB_ENVIRON='1' | GNULIB_EUIDACCESS='0' | GNULIB_FACCESSAT='0' | GNULIB_FCHDIR='1' | GNULIB_FCHMODAT='1' | GNULIB_FCHOWNAT='1' | GNULIB_FCLOSE='1' | GNULIB_FCNTL='1' | GNULIB_FDOPENDIR='1' | GNULIB_FFLUSH='0' | GNULIB_FOPEN='0' | GNULIB_FPRINTF='1' | GNULIB_FPRINTF_POSIX='0' | GNULIB_FPURGE='0' | GNULIB_FPUTC='1' | GNULIB_FPUTS='1' | GNULIB_FREOPEN='0' | GNULIB_FSEEK='0' | GNULIB_FSEEKO='1' | GNULIB_FSTATAT='1' | GNULIB_FSYNC='0' | GNULIB_FTELL='0' | GNULIB_FTELLO='0' | GNULIB_FTRUNCATE='1' | GNULIB_FUTIMENS='0' | GNULIB_FWRITE='1' | GNULIB_GETCWD='1' | GNULIB_GETDELIM='1' | GNULIB_GETDOMAINNAME='0' | GNULIB_GETDTABLESIZE='1' | GNULIB_GETGROUPS='0' | GNULIB_GETHOSTNAME='0' | GNULIB_GETLINE='1' | GNULIB_GETLOADAVG='0' | GNULIB_GETLOGIN='0' | GNULIB_GETLOGIN_R='0' | GNULIB_GETPAGESIZE='1' | GNULIB_GETSUBOPT='0' | GNULIB_GETTIMEOFDAY='1' | GNULIB_GETUSERSHELL='0' | GNULIB_IMAXABS='0' | GNULIB_IMAXDIV='0' | GNULIB_LCHMOD='0' | GNULIB_LCHOWN='1' | GNULIB_LINK='0' | GNULIB_LINKAT='0' | GNULIB_LSEEK='1' | GNULIB_LSTAT='1' | GNULIB_MALLOC_POSIX='1' | GNULIB_MBRLEN='0' | GNULIB_MBRTOWC='1' | GNULIB_MBSCASECMP='1' | GNULIB_MBSCASESTR='0' | GNULIB_MBSCHR='0' | GNULIB_MBSCSPN='0' | GNULIB_MBSINIT='1' | GNULIB_MBSLEN='0' | GNULIB_MBSNCASECMP='0' | GNULIB_MBSNLEN='0' | GNULIB_MBSNRTOWCS='0' | GNULIB_MBSPBRK='0' | GNULIB_MBSPCASECMP='0' | GNULIB_MBSRCHR='0' | GNULIB_MBSRTOWCS='1' | GNULIB_MBSSEP='0' | GNULIB_MBSSPN='0' | GNULIB_MBSSTR='0' | GNULIB_MBSTOK_R='0' | GNULIB_MEMCHR='1' | GNULIB_MEMMEM='0' | GNULIB_MEMPCPY='1' | GNULIB_MEMRCHR='1' | GNULIB_MKDIRAT='1' | GNULIB_MKDTEMP='1' | GNULIB_MKFIFO='0' | GNULIB_MKFIFOAT='0' | GNULIB_MKNOD='0' | GNULIB_MKNODAT='0' | GNULIB_MKOSTEMP='0' | GNULIB_MKOSTEMPS='0' | GNULIB_MKSTEMP='0' | GNULIB_MKSTEMPS='0' | GNULIB_MKTIME='1' | GNULIB_NANOSLEEP='0' | GNULIB_NL_LANGINFO='1' | GNULIB_OBSTACK_PRINTF='0' | GNULIB_OBSTACK_PRINTF_POSIX='0' | GNULIB_OPEN='1' | GNULIB_OPENAT='1' | GNULIB_PERROR='0' | GNULIB_PIPE2='0' | GNULIB_POPEN='0' | GNULIB_PREAD='0' | GNULIB_PRINTF='1' | GNULIB_PRINTF_POSIX='0' | GNULIB_PUTC='1' | GNULIB_PUTCHAR='1' | GNULIB_PUTENV='0' | GNULIB_PUTS='1' | GNULIB_RANDOM_R='0' | GNULIB_RAWMEMCHR='1' | GNULIB_READLINK='1' | GNULIB_READLINKAT='0' | GNULIB_REALLOC_POSIX='1' | GNULIB_REALPATH='0' | GNULIB_REMOVE='0' | GNULIB_RENAME='0' | GNULIB_RENAMEAT='0' | GNULIB_RMDIR='1' | GNULIB_RPMATCH='1' | GNULIB_SCANDIR='0' | GNULIB_SETENV='1' | GNULIB_SLEEP='1' | GNULIB_SNPRINTF='1' | GNULIB_SPRINTF_POSIX='0' | GNULIB_STAT='1' | GNULIB_STDIO_H_SIGPIPE='0' | GNULIB_STPCPY='1' | GNULIB_STPNCPY='0' | GNULIB_STRCASESTR='0' | GNULIB_STRCHRNUL='1' | GNULIB_STRDUP='1' | GNULIB_STRERROR='1' | GNULIB_STRNDUP='1' | GNULIB_STRNLEN='1' | GNULIB_STRPBRK='0' | GNULIB_STRPTIME='0' | GNULIB_STRSEP='0' | GNULIB_STRSIGNAL='0' | GNULIB_STRSTR='0' | GNULIB_STRTOD='0' | GNULIB_STRTOIMAX='1' | GNULIB_STRTOK_R='0' | GNULIB_STRTOLL='1' | GNULIB_STRTOULL='1' | GNULIB_STRTOUMAX='1' | GNULIB_STRVERSCMP='0' | GNULIB_SYMLINK='0' | GNULIB_SYMLINKAT='0' | GNULIB_TIMEGM='0' | GNULIB_UNISTD_H_GETOPT='1' | GNULIB_UNISTD_H_SIGPIPE='0' | GNULIB_UNLINK='1' | GNULIB_UNLINKAT='1' | GNULIB_UNSETENV='1' | GNULIB_USLEEP='0' | GNULIB_UTIMENSAT='0' | GNULIB_VASPRINTF='1' | GNULIB_VDPRINTF='0' | GNULIB_VFPRINTF='1' | GNULIB_VFPRINTF_POSIX='0' | GNULIB_VPRINTF='1' | GNULIB_VPRINTF_POSIX='0' | GNULIB_VSNPRINTF='1' | GNULIB_VSPRINTF_POSIX='0' | GNULIB_WCRTOMB='1' | GNULIB_WCSNRTOMBS='0' | GNULIB_WCSRTOMBS='0' | GNULIB_WCTOB='0' | GNULIB_WCWIDTH='1' | GNULIB_WRITE='1' | GREP='/bin/grep' | HAVE_ALPHASORT='1' | HAVE_ATOLL='1' | HAVE_BTOWC='1' | HAVE_CALLOC_POSIX='1' | HAVE_CANONICALIZE_FILE_NAME='1' | HAVE_CHOWN='1' | HAVE_DECL_DIRFD='1' | HAVE_DECL_ENVIRON='1' | HAVE_DECL_FPURGE='1' | HAVE_DECL_GETDELIM='1' | HAVE_DECL_GETLINE='1' | HAVE_DECL_GETLOADAVG='1' | HAVE_DECL_GETLOGIN_R='1' | HAVE_DECL_IMAXABS='1' | HAVE_DECL_IMAXDIV='1' | HAVE_DECL_MEMMEM='1' | HAVE_DECL_MEMRCHR='1' | HAVE_DECL_OBSTACK_PRINTF='1' | HAVE_DECL_SNPRINTF='1' | HAVE_DECL_STRDUP='1' | HAVE_DECL_STRERROR='1' | HAVE_DECL_STRNCASECMP='1' | HAVE_DECL_STRNDUP='1' | HAVE_DECL_STRNLEN='1' | HAVE_DECL_STRSIGNAL='1' | HAVE_DECL_STRTOIMAX='1' | HAVE_DECL_STRTOK_R='1' | HAVE_DECL_STRTOUMAX='1' | HAVE_DECL_VSNPRINTF='1' | HAVE_DECL_WCTOB='1' | HAVE_DECL_WCWIDTH='1' | HAVE_DPRINTF='1' | HAVE_DUP2='1' | HAVE_DUP3='1' | HAVE_EUIDACCESS='1' | HAVE_FACCESSAT='1' | HAVE_FCHMODAT='1' | HAVE_FCHOWNAT='1' | HAVE_FCNTL='1' | HAVE_FDOPENDIR='1' | HAVE_FSTATAT='1' | HAVE_FSYNC='1' | HAVE_FTRUNCATE='1' | HAVE_FUTIMENS='1' | HAVE_GETDOMAINNAME='1' | HAVE_GETDTABLESIZE='1' | HAVE_GETGROUPS='1' | HAVE_GETHOSTNAME='1' | HAVE_GETLOGIN='1' | HAVE_GETOPT_H='1' | HAVE_GETPAGESIZE='1' | HAVE_GETSUBOPT='1' | HAVE_GETTIMEOFDAY='1' | HAVE_GETUSERSHELL='1' | HAVE_INTTYPES_H='1' | HAVE_ISWCNTRL='1' | HAVE_LANGINFO_CODESET='1' | HAVE_LANGINFO_ERA='1' | HAVE_LANGINFO_H='1' | HAVE_LCHMOD='1' | HAVE_LCHOWN='1' | HAVE_LINK='1' | HAVE_LINKAT='1' | HAVE_LONG_LONG_INT='1' | HAVE_LSTAT='1' | HAVE_MALLOC_POSIX='1' | HAVE_MBRLEN='1' | HAVE_MBRTOWC='1' | HAVE_MBSINIT='1' | HAVE_MBSLEN='0' | HAVE_MBSNRTOWCS='1' | HAVE_MBSRTOWCS='1' | HAVE_MEMPCPY='1' | HAVE_MKDIRAT='1' | HAVE_MKDTEMP='1' | HAVE_MKFIFO='1' | HAVE_MKFIFOAT='1' | HAVE_MKNOD='1' | HAVE_MKNODAT='1' | HAVE_MKOSTEMP='1' | HAVE_MKOSTEMPS='1' | HAVE_MKSTEMPS='1' | HAVE_NL_LANGINFO='1' | HAVE_OPENAT='1' | HAVE_OS_H='0' | HAVE_PIPE2='1' | HAVE_PREAD='1' | HAVE_RANDOM_H='0' | HAVE_RANDOM_R='1' | HAVE_RAWMEMCHR='1' | HAVE_READLINK='1' | HAVE_READLINKAT='1' | HAVE_REALLOC_POSIX='1' | HAVE_REALPATH='1' | HAVE_RENAMEAT='1' | HAVE_RPMATCH='1' | HAVE_SCANDIR='1' | HAVE_SETENV='1' | HAVE_SIGNED_SIG_ATOMIC_T='' | HAVE_SIGNED_WCHAR_T='' | HAVE_SIGNED_WINT_T='' | HAVE_SLEEP='1' | HAVE_STDINT_H='1' | HAVE_STPCPY='1' | HAVE_STPNCPY='1' | HAVE_STRCASECMP='1' | HAVE_STRCASESTR='1' | HAVE_STRCHRNUL='1' | HAVE_STRPBRK='1' | HAVE_STRSEP='1' | HAVE_STRTOD='1' | HAVE_STRTOLL='1' | HAVE_STRTOULL='1' | HAVE_STRUCT_RANDOM_DATA='1' | HAVE_STRUCT_TIMEVAL='1' | HAVE_STRVERSCMP='1' | HAVE_SYMLINK='1' | HAVE_SYMLINKAT='1' | HAVE_SYSEXITS_H='1' | HAVE_SYS_BITYPES_H='' | HAVE_SYS_INTTYPES_H='' | HAVE_SYS_LOADAVG_H='0' | HAVE_SYS_PARAM_H='0' | HAVE_SYS_TIME_H='1' | HAVE_SYS_TYPES_H='1' | HAVE_UNISTD_H='1' | HAVE_UNLINKAT='1' | HAVE_UNSETENV='1' | HAVE_UNSIGNED_LONG_LONG_INT='1' | HAVE_USLEEP='1' | HAVE_UTIMENSAT='1' | HAVE_VASPRINTF='1' | HAVE_VDPRINTF='1' | HAVE_WCHAR_H='1' | HAVE_WCHAR_T='1' | HAVE_WCRTOMB='1' | HAVE_WCSNRTOMBS='1' | HAVE_WCSRTOMBS='1' | HAVE_WCTYPE_H='1' | HAVE_WINT_T='1' | HAVE__BOOL='1' | INCLUDE_NEXT='include_next' | INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | INT32_MAX_LT_INTMAX_MAX='1' | INT64_MAX_EQ_LONG_MAX='0' | INTLLIBS='' | INTL_MACOSX_LIBS='' | LDFLAGS='' | LIBGNU_LIBDEPS='' | LIBGNU_LTLIBDEPS='' | LIBICONV='' | LIBINTL='' | LIBOBJS='' | LIBS='' | LIB_CLOCK_GETTIME='-lrt' | LIB_SETSOCKOPT='' | LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(top_builddir)/gnu"' | LOCALE_FR='none' | LOCALE_FR_UTF8='fr_FR.UTF-8' | LOCALE_JA='none' | LOCALE_ZH_CN='none' | LTLIBICONV='' | LTLIBINTL='' | LTLIBOBJS='' | MAKEINFO='${SHELL} /usr/src/tar-1.23/build-aux/missing --run makeinfo' | MKDIR_P='/bin/mkdir -p' | MSGFMT='/usr/bin/msgfmt' | MSGFMT_015='/usr/bin/msgfmt' | MSGMERGE='/usr/bin/msgmerge' | NEXT_AS_FIRST_DIRECTIVE_DIRENT_H='' | NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' | NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='' | NEXT_AS_FIRST_DIRECTIVE_FLOAT_H='' | NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' | NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='' | NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='' | NEXT_AS_FIRST_DIRECTIVE_STDARG_H='' | NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' | NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' | NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' | NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' | NEXT_AS_FIRST_DIRECTIVE_STRINGS_H='' | NEXT_AS_FIRST_DIRECTIVE_STRING_H='' | NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H='' | NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='' | NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='' | NEXT_AS_FIRST_DIRECTIVE_TIME_H='' | NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' | NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='' | NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='' | NEXT_DIRENT_H='' | NEXT_ERRNO_H='' | NEXT_FCNTL_H='' | NEXT_FLOAT_H='' | NEXT_GETOPT_H='' | NEXT_INTTYPES_H='' | NEXT_LANGINFO_H='' | NEXT_STDARG_H='' | NEXT_STDDEF_H='' | NEXT_STDINT_H='' | NEXT_STDIO_H='' | NEXT_STDLIB_H='' | NEXT_STRINGS_H='' | NEXT_STRING_H='' | NEXT_SYSEXITS_H='' | NEXT_SYS_STAT_H='' | NEXT_SYS_TIME_H='' | NEXT_TIME_H='' | NEXT_UNISTD_H='' | NEXT_WCHAR_H='' | NEXT_WCTYPE_H='' | OBJEXT='o' | PACKAGE='tar' | PACKAGE_BUGREPORT='bug-tar@gnu.org' | PACKAGE_NAME='GNU tar' | PACKAGE_STRING='GNU tar 1.23' | PACKAGE_TARNAME='tar' | PACKAGE_VERSION='1.23' | PATH_SEPARATOR=':' | POSUB='po' | PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' | PRIPTR_PREFIX='""' | PRI_MACROS_BROKEN='0' | PTRDIFF_T_SUFFIX='' | PU_RMT_PROG='rmt$(EXEEXT)' | RANLIB='ranlib' | REPLACE_BTOWC='0' | REPLACE_CANONICALIZE_FILE_NAME='0' | REPLACE_CHOWN='0' | REPLACE_CLOSE='0' | REPLACE_CLOSEDIR='0' | REPLACE_DPRINTF='0' | REPLACE_DUP2='0' | REPLACE_DUP='0' | REPLACE_FCHDIR='0' | REPLACE_FCHOWNAT='0' | REPLACE_FCLOSE='0' | REPLACE_FCNTL='1' | REPLACE_FDOPENDIR='0' | REPLACE_FFLUSH='0' | REPLACE_FOPEN='0' | REPLACE_FPRINTF='0' | REPLACE_FPURGE='0' | REPLACE_FREOPEN='0' | REPLACE_FSEEK='0' | REPLACE_FSEEKO='0' | REPLACE_FSTAT='0' | REPLACE_FSTATAT='0' | REPLACE_FTELL='0' | REPLACE_FTELLO='0' | REPLACE_FUTIMENS='0' | REPLACE_GETCWD='1' | REPLACE_GETDELIM='0' | REPLACE_GETGROUPS='0' | REPLACE_GETLINE='0' | REPLACE_GETPAGESIZE='0' | REPLACE_GETTIMEOFDAY='0' | REPLACE_ISWCNTRL='0' | REPLACE_LCHOWN='0' | REPLACE_LINK='0' | REPLACE_LINKAT='0' | REPLACE_LOCALTIME_R='0' | REPLACE_LSEEK='0' | REPLACE_LSTAT='0' | REPLACE_MBRLEN='0' | REPLACE_MBRTOWC='0' | REPLACE_MBSINIT='0' | REPLACE_MBSNRTOWCS='0' | REPLACE_MBSRTOWCS='0' | REPLACE_MBSTATE_T='0' | REPLACE_MEMCHR='0' | REPLACE_MEMMEM='0' | REPLACE_MKDIR='0' | REPLACE_MKFIFO='0' | REPLACE_MKNOD='0' | REPLACE_MKSTEMP='0' | REPLACE_MKTIME='0' | REPLACE_NANOSLEEP='GNULIB_PORTCHECK' | REPLACE_NL_LANGINFO='0' | REPLACE_NULL='0' | REPLACE_OBSTACK_PRINTF='0' | REPLACE_OPEN='0' | REPLACE_OPENAT='0' | REPLACE_OPENDIR='0' | REPLACE_PERROR='0' | REPLACE_POPEN='0' | REPLACE_PREAD='0' | REPLACE_PRINTF='0' | REPLACE_PUTENV='0' | REPLACE_READLINK='0' | REPLACE_REALPATH='0' | REPLACE_REMOVE='0' | REPLACE_RENAME='0' | REPLACE_RENAMEAT='0' | REPLACE_RMDIR='0' | REPLACE_SETENV='0' | REPLACE_SLEEP='0' | REPLACE_SNPRINTF='0' | REPLACE_SPRINTF='0' | REPLACE_STAT='0' | REPLACE_STDIO_WRITE_FUNCS='0' | REPLACE_STRCASESTR='0' | REPLACE_STRDUP='0' | REPLACE_STRERROR='0' | REPLACE_STRNDUP='0' | REPLACE_STRPTIME='GNULIB_PORTCHECK' | REPLACE_STRSIGNAL='0' | REPLACE_STRSTR='0' | REPLACE_STRTOD='0' | REPLACE_STRTOK_R='0' | REPLACE_SYMLINK='0' | REPLACE_TIMEGM='GNULIB_PORTCHECK' | REPLACE_UNLINK='0' | REPLACE_UNLINKAT='0' | REPLACE_UNSETENV='0' | REPLACE_USLEEP='0' | REPLACE_UTIMENSAT='0' | REPLACE_VASPRINTF='0' | REPLACE_VDPRINTF='0' | REPLACE_VFPRINTF='0' | REPLACE_VPRINTF='0' | REPLACE_VSNPRINTF='0' | REPLACE_VSPRINTF='0' | REPLACE_WCRTOMB='0' | REPLACE_WCSNRTOMBS='0' | REPLACE_WCSRTOMBS='0' | REPLACE_WCTOB='0' | REPLACE_WCWIDTH='0' | REPLACE_WRITE='0' | SET_MAKE='' | SHELL='/bin/sh' | SIG_ATOMIC_T_SUFFIX='' | SIZE_T_SUFFIX='' | STDARG_H='' | STDBOOL_H='' | STDDEF_H='' | STDINT_H='' | STRIP='' | SYSEXITS_H='' | SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0' | TIME_H_DEFINES_STRUCT_TIMESPEC='1' | UINT32_MAX_LT_UINTMAX_MAX='1' | UINT64_MAX_EQ_ULONG_MAX='0' | UNDEFINE_STRTOK_R='0' | UNISTD_H_HAVE_WINSOCK2_H='0' | UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' | USE_NLS='yes' | VERSION='1.23' | WCHAR_T_SUFFIX='' | WINT_T_SUFFIX='' | XGETTEXT='/usr/bin/xgettext' | XGETTEXT_015='/usr/bin/xgettext' | XGETTEXT_EXTRA_OPTIONS=' --flag=argp_error:2:c-format --flag=argp_failure:4:c-format --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format --flag=xasprintf:1:c-format' | YACC='bison -y' | YFLAGS='' | ac_ct_CC='gcc' | am__EXEEXT_FALSE='' | am__EXEEXT_TRUE='#' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__include='include' | am__isrc='' | am__leading_dot='.' | am__quote='' | am__tar='tar --format=ustar -chf - "$$tardir"' | am__untar='tar -xf -' | bindir='/bin' | build='i686-pc-linux-gnu' | build_alias='' | build_cpu='i686' | build_os='linux-gnu' | build_vendor='pc' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | gl_LIBOBJS=' argmatch.o asnprintf.o backupfile.o basename.o basename-lgpl.o canonicalize.o chdir-long.o close-stream.o closeout.o dirname.o dirname-lgpl.o dup-safer.o exclude.o fcntl.o fd-safer.o getcwd.o getopt.o getopt1.o gettime.o hash.o human.o imaxtostr.o modechange.o offtostr.o openat-proc.o opendir-safer.o pipe-safer.o printf-args.o printf-parse.o quote.o quotearg.o regex.o safe-read.o safe-write.o same.o save-cwd.o savedir.o stripslash.o tempname.o uinttostr.o umaxtostr.o unlinkdir.o utimens.o vasnprintf.o xgetcwd.o xmalloc.o xstrtol.o xstrtol-error.o xstrtoul.o' | gl_LTLIBOBJS=' argmatch.lo asnprintf.lo backupfile.lo basename.lo basename-lgpl.lo canonicalize.lo chdir-long.lo close-stream.lo closeout.lo dirname.lo dirname-lgpl.lo dup-safer.lo exclude.lo fcntl.lo fd-safer.lo getcwd.lo getopt.lo getopt1.lo gettime.lo hash.lo human.lo imaxtostr.lo modechange.lo offtostr.lo openat-proc.lo opendir-safer.lo pipe-safer.lo printf-args.lo printf-parse.lo quote.lo quotearg.lo regex.lo safe-read.lo safe-write.lo same.lo save-cwd.lo savedir.lo stripslash.lo tempname.lo uinttostr.lo umaxtostr.lo unlinkdir.lo utimens.lo vasnprintf.lo xgetcwd.lo xmalloc.lo xstrtol.lo xstrtol-error.lo xstrtoul.lo' | gltests_LIBOBJS='' | gltests_LTLIBOBJS='' | host='i686-pc-linux-gnu' | host_alias='' | host_cpu='i686' | host_os='linux-gnu' | host_vendor='pc' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /usr/src/tar-1.23/build-aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='/usr/sbin' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='${datarootdir}/man' | mkdir_p='/bin/mkdir -p' | oldincludedir='/usr/include' | pdfdir='${docdir}' | prefix='/usr' | 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 tar" | #define PACKAGE_TARNAME "tar" | #define PACKAGE_VERSION "1.23" | #define PACKAGE_STRING "GNU tar 1.23" | #define PACKAGE_BUGREPORT "bug-tar@gnu.org" | #define PACKAGE "tar" | #define VERSION "1.23" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 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 _FILE_OFFSET_BITS 64 | #define HAVE_FCNTL_H 1 | #define HAVE_LINUX_FD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STROPTS_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_MTIO_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_FEATURES_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STDIO_EXT_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define RETSIGTYPE void | #define major_t int | #define minor_t int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FERROR_UNLOCKED 1 | #define HAVE_DECL_FFLUSH_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 1 | #define HAVE_DECL_FPUTC_UNLOCKED 1 | #define HAVE_DECL_FPUTS_UNLOCKED 1 | #define HAVE_DECL_FREAD_UNLOCKED 1 | #define HAVE_DECL_FWRITE_UNLOCKED 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | #define HAVE_DECL_PUTC_UNLOCKED 1 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_PATHCONF 1 | #define HAVE_BTOWC 1 | #define HAVE_CANONICALIZE_FILE_NAME 1 | #define HAVE_REALPATH 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHOWN 1 | #define HAVE_FDOPENDIR 1 | #define HAVE_DUP2 1 | #define HAVE_FCHDIR 1 | #define HAVE_FCNTL 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MEMPCPY 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_WMEMPCPY 1 | #define HAVE___FPENDING 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_ALARM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_READLINK 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SLEEP 1 | #define HAVE_STRNDUP 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_FUTIMESAT 1 | #define HAVE_FUTIMENS 1 | #define HAVE_UTIMENSAT 1 | #define HAVE_LUTIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_MKFIFO 1 | #define HAVE_SETLOCALE 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_LANGINFO_CODESET 1 | #define FUNC_REALPATH_WORKS 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define STRERROR_R_CHAR_P 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_O_NOATIME 1 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 1 | #define HAVE_DECL_GETLINE 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG_ONLY 1 | #define HAVE_DECL_OPTRESET 0 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #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 LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_MEMCHR 1 | #define HAVE_DECL_MEMRCHR 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_MEMPCPY 1 | #define HAVE_RAW_DECL_MEMRCHR 1 | #define HAVE_RAW_DECL_RAWMEMCHR 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRCHRNUL 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRCASESTR 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRVERSCMP 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ALLOCA 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_PROGRAM_INVOCATION_NAME 1 | #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 | #define GNULIB_BTOWC 1 | #define GNULIB_CANONICALIZE 1 | #define GNULIB_CANONICALIZE_FILE_NAME 1 | #define GNULIB_CHOWN 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_RAW_DECL_ALPHASORT 1 | #define HAVE_RAW_DECL_DIRFD 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_SCANDIR 1 | #define GNULIB_DIRENT_SAFER 1 | #define HAVE_DIRFD 1 | #define HAVE_DECL_DIRFD 1 | #define GNULIB_DIRFD 1 | #define GNULIB_DIRNAME 1 | #define GNULIB_DUP2 1 | #define GNULIB_ENVIRON 1 | #define GNULIB_FCHDIR 1 | #define GNULIB_FCLOSE 1 | #define GNULIB_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define GNULIB_FDOPENDIR 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_DECL___FPENDING 1 | #define GNULIB_FSEEKO 1 | #define GNULIB_FTRUNCATE 1 | #define HAVE_PARTLY_WORKING_GETCWD 1 | #define HAVE_GETPAGESIZE 1 | #define GNULIB_GETCWD 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define GNULIB_GETDELIM 1 | #define GNULIB_GETDTABLESIZE 1 | #define GNULIB_GETLINE 1 | #define GNULIB_GETOPT_GNU 1 | #define HAVE_GETPAGESIZE 1 | #define GNULIB_GETPAGESIZE 1 | #define GETTIMEOFDAY_TIMEZONE struct timezone | #define GNULIB_GETTIMEOFDAY 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_RAW_DECL_IMAXABS 1 | #define HAVE_RAW_DECL_IMAXDIV 1 | #define HAVE_RAW_DECL_STRTOIMAX 1 | #define HAVE_RAW_DECL_STRTOUMAX 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_LCHOWN 1 | #define GNULIB_LCHOWN 1 | #define GNULIB_LSEEK 1 | #define GNULIB_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_MALLOC_POSIX 1 | #define GNULIB_MBRTOWC 1 | #define GNULIB_MBSCASECMP 1 | #define GNULIB_MBSINIT 1 | #define GNULIB_MBSRTOWCS 1 | #define GNULIB_MEMCHR 1 | #define HAVE_MEMPCPY 1 | #define GNULIB_MEMPCPY 1 | #define HAVE_MEMRCHR 1 | #define GNULIB_MEMRCHR 1 | #define HAVE_MKDTEMP 1 | #define GNULIB_MKDTEMP 1 | #define GNULIB_MKTIME 1 | #define GNULIB_NL_LANGINFO 1 | #define HAVE_OBSTACK 1 | #define GNULIB_OPEN 1 | #define GNULIB_OPEN 1 | #define HAVE_FCHMODAT 1 | #define HAVE_FSTATAT 1 | #define HAVE_MKDIRAT 1 | #define HAVE_OPENAT 1 | #define HAVE_UNLINKAT 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1 | #define HAVE_RAWMEMCHR 1 | #define GNULIB_RAWMEMCHR 1 | #define GNULIB_READLINK 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_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_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define GNULIB_RMDIR 1 | #define HAVE_RPMATCH 1 | #define GNULIB_RPMATCH 1 | #define GNULIB_SETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_DECL_SLEEP 1 | #define GNULIB_SLEEP 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define HAVE_RAW_DECL_DPRINTF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETDELIM 1 | #define HAVE_RAW_DECL_GETLINE 1 | #define HAVE_RAW_DECL_POPEN 1 | #define HAVE_RAW_DECL_RENAMEAT 1 | #define HAVE_RAW_DECL_SNPRINTF 1 | #define HAVE_RAW_DECL_VDPRINTF 1 | #define HAVE_RAW_DECL_VSNPRINTF 1 | #define HAVE_STRUCT_RANDOM_DATA 1 | #define HAVE_RAW_DECL_ATOLL 1 | #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1 | #define HAVE_RAW_DECL_GETLOADAVG 1 | #define HAVE_RAW_DECL_GETSUBOPT 1 | #define HAVE_RAW_DECL_MKDTEMP 1 | #define HAVE_RAW_DECL_MKOSTEMP 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_RANDOM_R 1 | #define HAVE_RAW_DECL_SRANDOM_R 1 | #define HAVE_RAW_DECL_SETSTATE_R 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_RPMATCH 1 | #define HAVE_RAW_DECL_SETENV 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNSETENV 1 | #define HAVE_STPCPY 1 | #define GNULIB_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DECL_STRNCASECMP 1 | #define HAVE_STRCHRNUL 1 | #define GNULIB_STRCHRNUL 1 | #define HAVE_STRDUP 1 | #define GNULIB_STRDUP 1 | #define GNULIB_STRERROR 1 | #define GNULIB_STRNDUP 1 | #define GNULIB_STRNLEN 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define GNULIB_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define GNULIB_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_RAW_DECL_FCHMODAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_FUTIMENS 1 | #define HAVE_RAW_DECL_LCHMOD 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKDIRAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKFIFOAT 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_MKNODAT 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_UTIMENSAT 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_ENVIRON 1 | #define HAVE_RAW_DECL_EUIDACCESS 1 | #define HAVE_RAW_DECL_FACCESSAT 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDOMAINNAME 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_GETUSERSHELL 1 | #define HAVE_RAW_DECL_SETUSERSHELL 1 | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LINKAT 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_READLINKAT 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_SYMLINKAT 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNLINK 1 | #define UNLINK_CANNOT_UNLINK_DIR 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_UNSETENV 1 | #define GNULIB_UNSETENV 1 | #define HAVE_VASPRINTF 1 | #define GNULIB_VASPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define GNULIB_WCRTOMB 1 | #define HAVE_DECL_WCWIDTH 1 | #define GNULIB_WCWIDTH 1 | #define GNULIB_WRITE 1 | #define HAVE_STDINT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define HAVE_SYS_MTIO_H 1 | #define MTIO_CHECK_FIELD mt_type | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_FSYNC 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_LSTAT 1 | #define HAVE_MKFIFO 1 | #define HAVE_READLINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_UTIMES 1 | #define HAVE_DECL_GETGRGID 1 | #define HAVE_DECL_GETPWUID 1 | #define HAVE_DECL_TIME 1 | #define HAVE_WAITPID 1 | #define HAVE_NETDB_H 1 | #define COMPRESS_PROGRAM "compress" | #define GZIP_PROGRAM "gzip" | #define BZIP2_PROGRAM "bzip2" | #define LZIP_PROGRAM "lzip" | #define LZMA_PROGRAM "lzma" | #define LZOP_PROGRAM "lzop" | #define XZ_PROGRAM "xz" | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | #define DEFAULT_ARCHIVE "-" | #define DEFAULT_BLOCKING 20 | #define DEFAULT_QUOTING_STYLE escape_quoting_style | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ICONV_H 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | | configure: exit 0