## -------------------------- ## ## GNU tar 1.16.1 test suite. ## ## -------------------------- ## testsuite: command line was: $ ./testsuite ## ----------- ## ## ChangeLogs. ## ## ----------- ## testsuite: ../ChangeLog: | 2006-12-08 Sergey Poznyakoff | | * bootstrap: Add paxutils files to dot_ignore. | | * configure.ac: Raise version number to 1.16.1 | * bootstrap (slurp): Create .(cvs|git)ignore if not present | * po/.cvsignore, m4/.cvsignore: Remove automatically generated | files. | | 2006-12-07 Sergey Poznyakoff ## --------- ## ## Platform. ## ## --------- ## hostname = tms2 uname -m = i386 uname -r = 3.1 uname -s = NetBSD uname -v = NetBSD 3.1 (GENERIC) #0: Tue Oct 31 04:27:07 UTC 2006 address@hidden:/home/builds/ab/netbsd-3-1-RELEASE/i386/200610302053Z-obj/home/builds/ab/netbsd-3-1-RELEASE/src/sys/arch/i386/compile/GENERIC /usr/bin/uname -p = i386 /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/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/tests PATH: /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/src PATH: /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/build-aux PATH: /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1 PATH: /usr/bin PATH: /bin PATH: /usr/pkg/bin PATH: /usr/local/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/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/tests' | at_srcdir='.' | abs_srcdir='/usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/tests' | at_top_srcdir='..' | abs_top_srcdir='/usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1' | at_top_build_prefix='../' | abs_top_builddir='/usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/ksh'} 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/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/tests:/usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/src:/usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/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=http://download.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 - | } | | ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./testsuite.at:92: /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/src/tar --version tar (GNU tar) 1.16.1 Copyright (C) 2006 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License . There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Mon Feb 12 14:41:52 EST 2007 1. tar version (version.at:19): ok (Kids: 0.01s user 0.03s system) 2. decompressing from stdin (pipe.at:29): ok (Kids: 0.28s user 0.72s system) 3. mixing options (options.at:24): ok (Kids: 0.01s user 0.02s system) 4. interspersed options (options02.at:26): ok (Kids: 0.01s user 0.02s system) 5. files-from: empty entries (T-empty.at:26): ok (Kids: 0.02s user 0.10s system) 7. tar --index-file=FILE --file=- (indexfile.at:26): ok (Kids: 0.12s user 0.27s system) 8. tar cvf - (verbose.at:26): ok (Kids: 0.16s user 0.22s system) 9. append (append.at:21): ok (Kids: 0.17s user 0.25s system) 10. appending files with long names (append01.at:29): ok (Kids: 0.13s user 0.23s system) 11. append vs. create (append02.at:40): ok (Kids: 0.17s user 0.37s system) 12. deleting a member after a big one (delete01.at:23): ok (Kids: 0.22s user 0.28s system) 13. deleting a member from stdin archive (delete02.at:23): ok (Kids: 0.17s user 0.42s system) 14. deleting members with long names (delete03.at:21): ok (Kids: 0.17s user 0.27s system) 15. deleting a large last member (delete04.at:23): ok (Kids: 0.45s user 0.62s system) 16. deleting non-existing member (delete05.at:27): ok (Kids: 0.13s user 0.32s system) 17. extract over an existing directory (extrac01.at:23): ok (Kids: 0.14s user 0.25s system) 18. extracting symlinks over an existing file (extrac02.at:23): ok (Kids: 0.17s user 0.25s system) 19. extraction loops (extrac03.at:23): ok (Kids: 0.16s user 0.19s system) 20. extract + fnmatch (extrac04.at:23): ok (Kids: 0.23s user 0.48s system) 21. extracting selected members from pax (extrac05.at:30): ok (Kids: 0.04s user 0.07s system) 22. mode of extracted directories (extrac06.at:33): ok (Kids: 0.18s user 0.42s system) 23. extracting symlinks to a read-only dir (extrac07.at:27): ok (Kids: 0.18s user 0.31s system) 25. incremental (incremental.at:23): ok (Kids: 0.14s user 0.19s system) 26. restore broken symlinks from incremental (incr01.at:27): ok (Kids: 0.13s user 0.22s system) 27. restoring timestamps from incremental (incr02.at:32): ok (Kids: 0.11s user 0.26s system) 28. --listed for individual files (listed01.at:26): ok (Kids: 0.13s user 0.14s system) 29. working --listed (listed02.at:28): ok (Kids: 0.29s user 0.48s system) 30. renamed files in incrementals (incr03.at:28): ok (Kids: 0.21s user 0.49s system) 31. proper icontents initialization (incr04.at:29): ok (Kids: 0.26s user 0.41s system) 32. renamed dirs in incrementals (rename01.at:24): ok (Kids: 0.18s user 0.44s system) 33. move between hierarchies (rename02.at:24): ok (Kids: 0.20s user 0.53s system) 34. cyclic renames (rename03.at:23): ok (Kids: 0.27s user 0.60s system) 35. changed file types in incrementals (chtype.at:27): ok (Kids: 0.28s user 0.53s system) 36. ignfail (ignfail.at:23): ok (Kids: 0.35s user 0.53s system) 37. link count gt 2 (link01.at:33): ok (Kids: 0.23s user 0.28s system) 38. long names in V7 archives (longv7.at:24): ok (Kids: 0.04s user 0.03s system) 39. long file names divisible by block size (long01.at:28): ok (Kids: 0.13s user 0.16s system) 40. ustar: unsplittable file name (lustar01.at:21): ok (Kids: 0.02s user 0.03s system) 41. ustar: unsplittable path name (lustar02.at:21): ok (Kids: 0.04s user 0.08s system) 42. ustar: splitting long names (lustar03.at:21): ok (Kids: 0.04s user 0.08s system) 43. multivolume dumps from pipes (multiv01.at:23): ok (Kids: 0.11s user 0.24s system) 44. skipping a straddling member (multiv02.at:28): ok (Kids: 0.18s user 0.18s system) 45. MV archive & long filenames (multiv03.at:30): ok (Kids: 0.08s user 0.22s system) 46. split directory members in a MV archive (multiv04.at:36): ok (Kids: 0.22s user 1.20s system) 47. Restoring after an out of sync folume (multiv05.at:26): ok (Kids: 0.42s user 0.24s system) 48. old archives (old.at:23): ok (Kids: 0.02s user 0.02s system) 49. recurse (recurse.at:21): ok (Kids: 0.13s user 0.25s system) 50. working -C with --same-order (same-order01.at:26): ok (Kids: 0.24s user 0.43s system) 51. multiple -C options (same-order02.at:25): ok (Kids: 0.19s user 0.36s system) 52. short records (shortrec.at:25): ok (Kids: 0.21s user 0.46s system) 53. sparse files (sparse01.at:21): ok (Kids: 0.43s user 0.66s system) 54. extracting sparse file over a pipe (sparse02.at:21): ok (Kids: 0.52s user 0.76s system) 55. storing sparse files > 8G (sparse03.at:21): ok (Kids: 240.86s user 259.73s system) 56. sparse files in MV archives (sparsemv.at:21): ok (Kids: 0.23s user 0.23s system) 57. sparse files in PAX MV archives, v.0.0 (spmvp00.at:21): ok (Kids: 0.10s user 0.16s system) 58. sparse files in PAX MV archives, v.0.1 (spmvp01.at:21): ok (Kids: 0.05s user 0.21s system) 59. sparse files in PAX MV archives, v.1.0 (spmvp10.at:21): ok (Kids: 0.09s user 0.17s system) 60. update unchanged directories (update.at:27): ok (Kids: 0.25s user 0.43s system) 61. volume (volume.at:23): ok (Kids: 0.11s user 0.10s system) 62. volume header size (volsize.at:29): skipped (volsize.at:54) 63. compressed format recognition (comprec.at:21): ok (Kids: 0.28s user 0.43s system) 64. truncate (truncate.at:29): ok (Kids: 50.08s user 17.50s system) 65. grow (grow.at:24): ok (Kids: 46.34s user 12.49s system) 66. gtarfail (gtarfail.at:21): skipped (gtarfail.at:38) 67. gtarfail2 (gtarfail2.at:21): skipped (gtarfail2.at:41) 68. multi-fail (multi-fail.at:21): skipped (multi-fail.at:86) 69. ustar-big-2g (ustar-big-2g.at:21): skipped (ustar-big-2g.at:36) 70. ustar-big-8g (ustar-big-8g.at:21): skipped (ustar-big-8g.at:36) 71. pax-big-10g (pax-big-10g.at:21): skipped (pax-big-10g.at:36) testsuite: ending at: Mon Feb 12 14:58:36 EST 2007 testsuite: test suite duration: 0h 16m 44s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 64 tests were run, 2 failed unexpectedly. 7 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU tar 1.16.1 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 6: T-null.at:21 files-from: 0-separated file without -0 files-from null 24: gzip.at:23 gzip gzip Skipped tests: GNU tar 1.16.1 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 62: volsize.at:29 volume header size volume volsize 66: gtarfail.at:21 gtarfail star gtarfail 67: gtarfail2.at:21 gtarfail2 star gtarfail2 68: multi-fail.at:21 multi-fail star multivolume multiv multi-fail 69: ustar-big-2g.at:21 ustar-big-2g star ustar-big-2g 70: ustar-big-8g.at:21 ustar-big-8g star ustar-big-8g 71: pax-big-10g.at:21 pax-big-10g star pax-big-10g ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 6. T-null.at:21: testing ... ./T-null.at:44: mkdir v7 (cd v7 TEST_TAR_FORMAT=v7 export TEST_TAR_FORMAT TAR_OPTIONS="-H v7" export TAR_OPTIONS rm -rf * test -z || exit 77 echo dwa > temp echo trzy >> temp cat temp | tr ' ' ' echo jeden > file-list cat temp1 >> file-list genfile -f "jeden dwa" genfile -f trzy tar cfTv archive file-list | sort ) --- - 2007-02-12 14:41:54.000000000 +1000 +++ /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/tests/testsuite.dir/at-stdout 2007-02-12 14:41:54.000000000 +1000 @@ -1,4 +1,3 @@ -jeden -dwa +jeden\ndwa trzy 6. T-null.at:21: 6. files-from: 0-separated file without -0 (T-null.at:21): FAILED (T-null.at:44) # -*- compilation -*- 24. gzip.at:23: testing ... ./gzip.at:40: cat /dev/null | gzip - > /dev/null 2>&1 || exit 77 tar xfvz /dev/null test $? = 2 || exit 1 --- - 2007-02-12 14:42:04.000000000 +1000 +++ /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/tests/testsuite.dir/at-stderr 2007-02-12 14:42:04.000000000 +1000 @@ -1,5 +1,4 @@ - -gzip: stdin: unexpected end of file +gzip: unexpected EOF tar: Child returned status 1 tar: Error exit delayed from previous errors 24. gzip.at:23: 24. gzip (gzip.at:23): FAILED (gzip.at:40) ## ------------- ## ## ../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.16.1, which was | generated by GNU Autoconf 2.60. Invocation command line was | | $ ./configure | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = tms2 | uname -m = i386 | uname -r = 3.1 | uname -s = NetBSD | uname -v = NetBSD 3.1 (GENERIC) #0: Tue Oct 31 04:27:07 UTC 2006 address@hidden:/home/builds/ab/netbsd-3-1-RELEASE/i386/200610302053Z-obj/home/builds/ab/netbsd-3-1-RELEASE/src/sys/arch/i386/compile/GENERIC | | /usr/bin/uname -p = i386 | /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/bin | PATH: /bin | PATH: /usr/pkg/bin | PATH: /usr/local/bin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:1956: checking for a BSD-compatible install | configure:2012: result: /usr/bin/install -c | configure:2023: checking whether build environment is sane | configure:2066: result: yes | configure:2131: checking for gawk | configure:2161: result: no | configure:2131: checking for mawk | configure:2161: result: no | configure:2131: checking for nawk | configure:2161: result: no | configure:2131: checking for awk | configure:2147: found /usr/bin/awk | configure:2158: result: awk | configure:2169: checking whether make sets $(MAKE) | configure:2190: result: yes | configure:2369: checking how to create a ustar tar archive | configure:2382: tar --version | tar: unknown option -- version | usage: tar [-]{crtux}[-befhjlmopqvwzHOPSXZ014578] [archive] [blocksize] | [-C directory] [-T file] [-s replstr] [file ...] | configure:2385: $? = 1 | configure:2382: gnutar --version | ./configure[2439]: gnutar: not found | configure:2385: $? = 127 | configure:2382: gtar --version | ./configure[2439]: gtar: not found | configure:2385: $? = 127 | configure:2425: tardir=conftest.dir && eval gtar --format=ustar -chf - "$tardir" >conftest.tar | ./configure: gtar: not found | configure:2428: $? = 127 | configure:2425: tardir=conftest.dir && eval tar chf - "$tardir" >conftest.tar | configure:2428: $? = 0 | configure:2432: tar xf - &5 | gcc (GCC) 3.3.3 (NetBSD nb3 20040520) | Copyright (C) 2003 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:2779: $? = 0 | configure:2786: gcc -v >&5 | Using built-in specs. | Configured with: /home/nick/work/netbsd/src/tools/gcc/../../gnu/dist/gcc/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf2.0. --host=i386--netbsdelf --target=i386--netbsdelf | Thread model: posix | gcc version 3.3.3 (NetBSD nb3 20040520) | configure:2789: $? = 0 | configure:2796: gcc -V >&5 | gcc: `-V' option must have argument | configure:2799: $? = 1 | configure:2822: checking for C compiler default output file name | configure:2849: gcc conftest.c >&5 | configure:2852: $? = 0 | configure:2898: result: a.out | configure:2903: checking whether the C compiler works | configure:2913: ./a.out | configure:2916: $? = 0 | configure:2933: result: yes | configure:2940: checking whether we are cross compiling | configure:2942: result: no | configure:2945: checking for suffix of executables | configure:2952: gcc -o conftest conftest.c >&5 | configure:2955: $? = 0 | configure:2979: result: | configure:2985: checking for suffix of object files | configure:3011: gcc -c conftest.c >&5 | configure:3014: $? = 0 | configure:3037: result: o | configure:3041: checking whether we are using the GNU C compiler | configure:3070: gcc -c conftest.c >&5 | configure:3076: $? = 0 | configure:3083: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:3086: $? = 0 | configure:3093: test -s conftest.o | configure:3096: $? = 0 | configure:3110: result: yes | configure:3115: checking whether gcc accepts -g | configure:3145: gcc -c -g conftest.c >&5 | configure:3151: $? = 0 | configure:3158: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:3161: $? = 0 | configure:3168: test -s conftest.o | configure:3171: $? = 0 | configure:3301: result: yes | configure:3318: checking for gcc option to accept ISO C89 | configure:3392: gcc -c -g -O2 conftest.c >&5 | configure:3398: $? = 0 | configure:3405: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:3408: $? = 0 | configure:3415: test -s conftest.o | configure:3418: $? = 0 | configure:3438: result: none needed | configure:3467: checking for style of include used by make | configure:3495: result: GNU | configure:3523: checking dependency style of gcc | configure:3613: result: gcc3 | configure:3674: checking for ranlib | configure:3690: found /usr/bin/ranlib | configure:3701: result: ranlib | configure:3731: checking for bison | configure:3761: result: no | configure:3731: checking for byacc | configure:3761: result: no | configure:3782: checking how to run the C preprocessor | configure:3822: gcc -E conftest.c | configure:3828: $? = 0 | configure:3866: gcc -E conftest.c | conftest.c:11:28: ac_nonexistent.h: No such file or directory | configure:3872: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | /* end confdefs.h. */ | | #include | configure:3912: result: gcc -E | configure:3941: gcc -E conftest.c | configure:3947: $? = 0 | configure:3985: gcc -E conftest.c | conftest.c:11:28: ac_nonexistent.h: No such file or directory | configure:3991: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | /* end confdefs.h. */ | | #include | configure:4036: checking for grep that handles long lines and -e | configure:4110: result: /usr/bin/grep | configure:4115: checking for egrep | configure:4193: result: /usr/bin/grep -E | configure:4199: checking for AIX | configure:4221: result: no | configure:4227: checking for ANSI C header files | configure:4257: gcc -c -g -O2 conftest.c >&5 | configure:4263: $? = 0 | configure:4270: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4273: $? = 0 | configure:4280: test -s conftest.o | configure:4283: $? = 0 | configure:4379: gcc -o conftest -g -O2 conftest.c >&5 | configure:4382: $? = 0 | configure:4388: ./conftest | configure:4391: $? = 0 | configure:4408: result: yes | configure:4432: checking for sys/types.h | configure:4453: gcc -c -g -O2 conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4432: checking for sys/stat.h | configure:4453: gcc -c -g -O2 conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4432: checking for stdlib.h | configure:4453: gcc -c -g -O2 conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4432: checking for string.h | configure:4453: gcc -c -g -O2 conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4432: checking for memory.h | configure:4453: gcc -c -g -O2 conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4432: checking for strings.h | configure:4453: gcc -c -g -O2 conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4432: checking for inttypes.h | configure:4453: gcc -c -g -O2 conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4432: checking for stdint.h | configure:4453: gcc -c -g -O2 conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4432: checking for unistd.h | configure:4453: gcc -c -g -O2 conftest.c >&5 | configure:4459: $? = 0 | configure:4466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4469: $? = 0 | configure:4476: test -s conftest.o | configure:4479: $? = 0 | configure:4492: result: yes | configure:4514: checking minix/config.h usability | configure:4531: gcc -c -g -O2 conftest.c >&5 | conftest.c:54:26: minix/config.h: No such file or directory | configure:4537: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define 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 | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:4568: result: no | configure:4572: checking minix/config.h presence | configure:4587: gcc -E conftest.c | conftest.c:21:26: minix/config.h: No such file or directory | configure:4593: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define 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:4614: result: no | configure:4647: checking for minix/config.h | configure:4654: result: no | configure:4693: checking whether it is safe to define __EXTENSIONS__ | configure:4721: gcc -c -g -O2 conftest.c >&5 | configure:4727: $? = 0 | configure:4734: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4737: $? = 0 | configure:4744: test -s conftest.o | configure:4747: $? = 0 | configure:4759: result: yes | configure:4791: checking for special C compiler options needed for large files | configure:4918: result: no | configure:4924: checking for _FILE_OFFSET_BITS value needed for large files | configure:4960: gcc -c -g -O2 conftest.c >&5 | configure:4966: $? = 0 | configure:4973: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:4976: $? = 0 | configure:4983: test -s conftest.o | configure:4986: $? = 0 | configure:5067: result: no | configure:5077: checking for _LARGE_FILES value needed for large files | configure:5113: gcc -c -g -O2 conftest.c >&5 | configure:5119: $? = 0 | configure:5126: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5129: $? = 0 | configure:5136: test -s conftest.o | configure:5139: $? = 0 | configure:5220: result: no | configure:5232: checking for library containing strerror | configure:5273: gcc -o conftest -g -O2 conftest.c >&5 | configure:5279: $? = 0 | configure:5286: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5289: $? = 0 | configure:5296: test -s conftest | configure:5299: $? = 0 | configure:5323: result: none required | configure:5331: checking for inline | configure:5357: gcc -c -g -O2 conftest.c >&5 | configure:5363: $? = 0 | configure:5370: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5373: $? = 0 | configure:5380: test -s conftest.o | configure:5383: $? = 0 | configure:5398: result: inline | configure:5436: checking fcntl.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking fcntl.h presence | configure:5509: gcc -E conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for fcntl.h | configure:5577: result: yes | configure:5436: checking linux/fd.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | conftest.c:58:22: linux/fd.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking linux/fd.h presence | configure:5509: gcc -E conftest.c | conftest.c:25:22: linux/fd.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for linux/fd.h | configure:5577: result: no | configure:5426: checking for memory.h | configure:5432: result: yes | configure:5436: checking net/errno.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | conftest.c:59:23: net/errno.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking net/errno.h presence | configure:5509: gcc -E conftest.c | conftest.c:26:23: net/errno.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for net/errno.h | configure:5577: result: no | configure:5436: checking sgtty.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking sgtty.h presence | configure:5509: gcc -E conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for sgtty.h | configure:5577: result: yes | configure:5426: checking for string.h | configure:5432: result: yes | configure:5436: checking stropts.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | conftest.c:61:21: stropts.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking stropts.h presence | configure:5509: gcc -E conftest.c | conftest.c:28:21: stropts.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for stropts.h | configure:5577: result: no | configure:5436: checking sys/param.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking sys/param.h presence | configure:5509: gcc -E conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for sys/param.h | configure:5577: result: yes | configure:5436: checking sys/device.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking sys/device.h presence | configure:5509: gcc -E conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for sys/device.h | configure:5577: result: yes | configure:5436: checking sys/filio.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking sys/filio.h presence | configure:5509: gcc -E conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for sys/filio.h | configure:5577: result: yes | configure:5436: checking sys/gentape.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | conftest.c:64:25: sys/gentape.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking sys/gentape.h presence | configure:5509: gcc -E conftest.c | conftest.c:31:25: sys/gentape.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for sys/gentape.h | configure:5577: result: no | configure:5436: checking sys/inet.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | conftest.c:64:22: sys/inet.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking sys/inet.h presence | configure:5509: gcc -E conftest.c | conftest.c:31:22: sys/inet.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for sys/inet.h | configure:5577: result: no | configure:5436: checking sys/io/trioctl.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | conftest.c:64:28: sys/io/trioctl.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking sys/io/trioctl.h presence | configure:5509: gcc -E conftest.c | conftest.c:31:28: sys/io/trioctl.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for sys/io/trioctl.h | configure:5577: result: no | configure:5436: checking sys/mtio.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking sys/mtio.h presence | configure:5509: gcc -E conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for sys/mtio.h | configure:5577: result: yes | configure:5436: checking sys/time.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking sys/time.h presence | configure:5509: gcc -E conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for sys/time.h | configure:5577: result: yes | configure:5436: checking sys/tprintf.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking sys/tprintf.h presence | configure:5509: gcc -E conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for sys/tprintf.h | configure:5577: result: yes | configure:5436: checking sys/tape.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | conftest.c:67:22: sys/tape.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking sys/tape.h presence | configure:5509: gcc -E conftest.c | conftest.c:34:22: sys/tape.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for sys/tape.h | configure:5577: result: no | configure:5426: checking for unistd.h | configure:5432: result: yes | configure:5436: checking locale.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking locale.h presence | configure:5509: gcc -E conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for locale.h | configure:5577: result: yes | configure:5436: checking features.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | conftest.c:69:22: features.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking features.h presence | configure:5509: gcc -E conftest.c | conftest.c:36:22: features.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for features.h | configure:5577: result: no | configure:5436: checking linewrap.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | conftest.c:69:22: linewrap.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking linewrap.h presence | configure:5509: gcc -E conftest.c | conftest.c:36:22: linewrap.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for linewrap.h | configure:5577: result: no | configure:5436: checking stdio_ext.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | conftest.c:69:23: stdio_ext.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking stdio_ext.h presence | configure:5509: gcc -E conftest.c | conftest.c:36:23: stdio_ext.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for stdio_ext.h | configure:5577: result: no | configure:5436: checking wchar.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking wchar.h presence | configure:5509: gcc -E conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for wchar.h | configure:5577: result: yes | configure:5426: checking for stdint.h | configure:5432: result: yes | configure:5426: checking for inttypes.h | configure:5432: result: yes | configure:5436: checking wctype.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking wctype.h presence | configure:5509: gcc -E conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for wctype.h | configure:5577: result: yes | configure:5426: checking for sys/stat.h | configure:5432: result: yes | configure:5436: checking priv.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | conftest.c:74:18: priv.h: No such file or directory | configure:5459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5490: result: no | configure:5494: checking priv.h presence | configure:5509: gcc -E conftest.c | conftest.c:41:18: priv.h: No such file or directory | configure:5515: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | /* end confdefs.h. */ | | #include | configure:5536: result: no | configure:5569: checking for priv.h | configure:5577: result: no | configure:5436: checking utime.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking utime.h presence | configure:5509: gcc -E conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for utime.h | configure:5577: result: yes | configure:5436: checking netdb.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking netdb.h presence | configure:5509: gcc -E conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for netdb.h | configure:5577: result: yes | configure:5436: checking sys/wait.h usability | configure:5453: gcc -c -g -O2 conftest.c >&5 | configure:5459: $? = 0 | configure:5466: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5469: $? = 0 | configure:5476: test -s conftest.o | configure:5479: $? = 0 | configure:5490: result: yes | configure:5494: checking sys/wait.h presence | configure:5509: gcc -E conftest.c | configure:5515: $? = 0 | configure:5536: result: yes | configure:5569: checking for sys/wait.h | configure:5577: result: yes | configure:5675: checking for sys/buf.h | configure:5698: gcc -c -g -O2 conftest.c >&5 | configure:5704: $? = 0 | configure:5711: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5714: $? = 0 | configure:5721: test -s conftest.o | configure:5724: $? = 0 | configure:5737: result: yes | configure:5749: checking for sys/wait.h that is POSIX.1 compatible | configure:5823: result: yes | configure:5833: checking for stdbool.h that conforms to C99 | configure:5926: gcc -c -g -O2 conftest.c >&5 | configure:5932: $? = 0 | configure:5939: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:5942: $? = 0 | configure:5949: test -s conftest.o | configure:5952: $? = 0 | configure:5964: result: yes | configure:5966: checking for _Bool | configure:5996: gcc -c -g -O2 conftest.c >&5 | configure:6002: $? = 0 | configure:6009: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6012: $? = 0 | configure:6019: test -s conftest.o | configure:6022: $? = 0 | configure:6034: result: yes | configure:6080: checking for dirent.h that defines DIR | configure:6109: gcc -c -g -O2 conftest.c >&5 | configure:6115: $? = 0 | configure:6122: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6125: $? = 0 | configure:6132: test -s conftest.o | configure:6135: $? = 0 | configure:6148: result: yes | configure:6161: checking for library containing opendir | configure:6202: gcc -o conftest -g -O2 conftest.c >&5 | configure:6208: $? = 0 | configure:6215: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6218: $? = 0 | configure:6225: test -s conftest | configure:6228: $? = 0 | configure:6252: result: none required | configure:6362: checking whether sys/types.h defines makedev | configure:6388: gcc -o conftest -g -O2 conftest.c >&5 | configure:6394: $? = 0 | configure:6401: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:6404: $? = 0 | configure:6411: test -s conftest | configure:6414: $? = 0 | configure:6428: result: yes | configure:6763: checking whether stat file-mode macros are broken | configure:6811: result: no | configure:6821: checking for ANSI C header files | configure:7002: result: yes | configure:7013: checking for st_fstype string in struct stat | configure:7040: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:55: error: structure has no member named `st_fstype' | configure:7046: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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:7079: result: no | configure:7089: checking return type of signal handlers | configure:7117: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:56: error: void value not ignored as it ought to be | configure:7123: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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:7155: result: void | configure:7163: checking for mode_t | configure:7193: gcc -c -g -O2 conftest.c >&5 | configure:7199: $? = 0 | configure:7206: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7209: $? = 0 | configure:7216: test -s conftest.o | configure:7219: $? = 0 | configure:7231: result: yes | configure:7243: checking for pid_t | configure:7273: gcc -c -g -O2 conftest.c >&5 | configure:7279: $? = 0 | configure:7286: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7289: $? = 0 | configure:7296: test -s conftest.o | configure:7299: $? = 0 | configure:7311: result: yes | configure:7323: checking for off_t | configure:7353: gcc -c -g -O2 conftest.c >&5 | configure:7359: $? = 0 | configure:7366: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7369: $? = 0 | configure:7376: test -s conftest.o | configure:7379: $? = 0 | configure:7391: result: yes | configure:7403: checking for size_t | configure:7433: gcc -c -g -O2 conftest.c >&5 | configure:7439: $? = 0 | configure:7446: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7449: $? = 0 | configure:7456: test -s conftest.o | configure:7459: $? = 0 | configure:7471: result: yes | configure:7483: checking for uid_t in sys/types.h | configure:7506: result: yes | configure:7521: checking for major_t | configure:7551: gcc -c -g -O2 conftest.c >&5 | conftest.c:84: error: parse error before "ac__type_new_" | conftest.c:84: warning: data definition has no type or storage class | conftest.c: In function `main': | conftest.c:88: error: parse error before ')' token | configure:7557: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | typedef major_t ac__type_new_; | | int | | main () | | { | | if ((ac__type_new_ *) 0) | | return 0; | | if (sizeof (ac__type_new_)) | | return 0; | | ; | | return 0; | | } | configure:7589: result: no | configure:7601: checking for minor_t | configure:7631: gcc -c -g -O2 conftest.c >&5 | conftest.c:85: error: parse error before "ac__type_new_" | conftest.c:85: warning: data definition has no type or storage class | conftest.c: In function `main': | conftest.c:89: error: parse error before ')' token | configure:7637: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_H 1 | | #define HAVE_DIRENT_H 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | typedef minor_t ac__type_new_; | | int | | main () | | { | | if ((ac__type_new_ *) 0) | | return 0; | | if (sizeof (ac__type_new_)) | | return 0; | | ; | | return 0; | | } | configure:7669: result: no | configure:7681: checking for dev_t | configure:7711: gcc -c -g -O2 conftest.c >&5 | configure:7717: $? = 0 | configure:7724: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7727: $? = 0 | configure:7734: test -s conftest.o | configure:7737: $? = 0 | configure:7749: result: yes | configure:7761: checking for ino_t | configure:7791: gcc -c -g -O2 conftest.c >&5 | configure:7797: $? = 0 | configure:7804: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7807: $? = 0 | configure:7814: test -s conftest.o | configure:7817: $? = 0 | configure:7829: result: yes | configure:7843: checking for ssize_t | configure:7870: gcc -c -g -O2 conftest.c >&5 | configure:7876: $? = 0 | configure:7883: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:7886: $? = 0 | configure:7893: test -s conftest.o | configure:7896: $? = 0 | configure:7908: result: yes | configure:7922: checking for working alloca.h | configure:7949: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:53:20: alloca.h: No such file or directory | configure:7955: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 | | int | | main () | | { | | char *p = (char *) alloca (2 * sizeof (int)); | | if (p) return 0; | | ; | | return 0; | | } | configure:7988: result: no | configure:7998: checking for alloca | configure:8045: gcc -o conftest -g -O2 conftest.c >&5 | configure:8051: $? = 0 | configure:8058: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8061: $? = 0 | configure:8068: test -s conftest | configure:8071: $? = 0 | configure:8084: result: yes | configure:8333: checking for stdlib.h | configure:8339: result: yes | configure:8497: checking for GNU libc compatible malloc | configure:8531: gcc -o conftest -g -O2 conftest.c >&5 | configure:8534: $? = 0 | configure:8540: ./conftest | configure:8543: $? = 0 | configure:8559: result: yes | configure:8575: checking for long long int | configure:8608: gcc -o conftest -g -O2 conftest.c >&5 | configure:8614: $? = 0 | configure:8621: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8624: $? = 0 | configure:8631: test -s conftest | configure:8634: $? = 0 | configure:8675: gcc -o conftest -g -O2 conftest.c >&5 | configure:8678: $? = 0 | configure:8684: ./conftest | configure:8687: $? = 0 | configure:8712: result: yes | configure:8723: checking for long double | configure:8796: result: yes | configure:8806: checking for C/C++ restrict keyword | configure:8842: gcc -c -g -O2 conftest.c >&5 | conftest.c:59: error: parse error before "ip" | conftest.c: In function `foo': | conftest.c:60: error: `ip' undeclared (first use in this function) | conftest.c:60: error: (Each undeclared identifier is reported only once | conftest.c:60: error: for each function it appears in.) | conftest.c: In function `main': | conftest.c:66: error: syntax error before "t" | conftest.c:67: error: `t' undeclared (first use in this function) | configure:8848: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | /* end confdefs.h. */ | | typedef int * int_ptr; | | int foo (int_ptr restrict ip) { | | return ip[0]; | | } | | int | | main () | | { | | int s[1]; | | int * restrict t = s; | | t[0] = 0; | | return foo(t) | | ; | | return 0; | | } | configure:8842: gcc -c -g -O2 conftest.c >&5 | configure:8848: $? = 0 | configure:8855: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8858: $? = 0 | configure:8865: test -s conftest.o | configure:8868: $? = 0 | configure:8883: result: __restrict | configure:8898: checking whether getenv is declared | configure:8928: gcc -c -g -O2 conftest.c >&5 | configure:8934: $? = 0 | configure:8941: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:8944: $? = 0 | configure:8951: test -s conftest.o | configure:8954: $? = 0 | configure:8966: result: yes | configure:9003: checking whether clearerr_unlocked is declared | configure:9033: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:98: error: `clearerr_unlocked' undeclared (first use in this function) | conftest.c:98: error: (Each undeclared identifier is reported only once | conftest.c:98: error: for each function it appears in.) | configure:9039: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef clearerr_unlocked | | char *p = (char *) clearerr_unlocked; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:9071: result: no | configure:9089: checking whether feof_unlocked is declared | configure:9119: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:99: error: `feof_unlocked' undeclared (first use in this function) | conftest.c:99: error: (Each undeclared identifier is reported only once | conftest.c:99: error: for each function it appears in.) | configure:9125: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef feof_unlocked | | char *p = (char *) feof_unlocked; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:9157: result: no | configure:9175: checking whether ferror_unlocked is declared | configure:9205: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:100: error: `ferror_unlocked' undeclared (first use in this function) | conftest.c:100: error: (Each undeclared identifier is reported only once | conftest.c:100: error: for each function it appears in.) | configure:9211: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef ferror_unlocked | | char *p = (char *) ferror_unlocked; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:9243: result: no | configure:9261: checking whether fflush_unlocked is declared | configure:9291: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:101: error: `fflush_unlocked' undeclared (first use in this function) | conftest.c:101: error: (Each undeclared identifier is reported only once | conftest.c:101: error: for each function it appears in.) | configure:9297: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef fflush_unlocked | | char *p = (char *) fflush_unlocked; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:9329: result: no | configure:9347: checking whether fgets_unlocked is declared | configure:9377: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:102: error: `fgets_unlocked' undeclared (first use in this function) | conftest.c:102: error: (Each undeclared identifier is reported only once | conftest.c:102: error: for each function it appears in.) | configure:9383: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef fgets_unlocked | | char *p = (char *) fgets_unlocked; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:9415: result: no | configure:9433: checking whether fputc_unlocked is declared | configure:9463: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:103: error: `fputc_unlocked' undeclared (first use in this function) | conftest.c:103: error: (Each undeclared identifier is reported only once | conftest.c:103: error: for each function it appears in.) | configure:9469: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef fputc_unlocked | | char *p = (char *) fputc_unlocked; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:9501: result: no | configure:9519: checking whether fputs_unlocked is declared | configure:9549: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:104: error: `fputs_unlocked' 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:9555: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef fputs_unlocked | | char *p = (char *) fputs_unlocked; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:9587: result: no | configure:9605: checking whether fread_unlocked is declared | configure:9635: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:105: error: `fread_unlocked' 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:9641: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef fread_unlocked | | char *p = (char *) fread_unlocked; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:9673: result: no | configure:9691: checking whether fwrite_unlocked is declared | configure:9721: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:106: error: `fwrite_unlocked' undeclared (first use in this function) | conftest.c:106: error: (Each undeclared identifier is reported only once | conftest.c:106: error: for each function it appears in.) | configure:9727: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef fwrite_unlocked | | char *p = (char *) fwrite_unlocked; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:9759: result: no | configure:9777: checking whether getc_unlocked is declared | configure:9807: gcc -c -g -O2 conftest.c >&5 | configure:9813: $? = 0 | configure:9820: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9823: $? = 0 | configure:9830: test -s conftest.o | configure:9833: $? = 0 | configure:9845: result: yes | configure:9863: checking whether getchar_unlocked is declared | configure:9893: gcc -c -g -O2 conftest.c >&5 | configure:9899: $? = 0 | configure:9906: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9909: $? = 0 | configure:9916: test -s conftest.o | configure:9919: $? = 0 | configure:9931: result: yes | configure:9949: checking whether putc_unlocked is declared | configure:9979: gcc -c -g -O2 conftest.c >&5 | configure:9985: $? = 0 | configure:9992: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:9995: $? = 0 | configure:10002: test -s conftest.o | configure:10005: $? = 0 | configure:10017: result: yes | configure:10035: checking whether putchar_unlocked is declared | configure:10065: gcc -c -g -O2 conftest.c >&5 | configure:10071: $? = 0 | configure:10078: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10081: $? = 0 | configure:10088: test -s conftest.o | configure:10091: $? = 0 | configure:10103: result: yes | configure:10128: checking for flockfile | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for funlockfile | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for pathconf | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for lchmod | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for fdopendir | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//ccO4qfui.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:112: undefined reference to `fdopendir' | configure:10190: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | /* end confdefs.h. */ | | /* Define fdopendir to an innocuous variant, in case declares fdopendir. | | For example, HP-UX 11i declares gettimeofday. */ | | #define fdopendir innocuous_fdopendir | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char fdopendir (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef fdopendir | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char fdopendir (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_fdopendir || defined __stub___fdopendir | | choke me | | #endif | | | | int | | main () | | { | | return fdopendir (); | | ; | | return 0; | | } | configure:10224: result: no | configure:10128: checking for fchdir | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for gettimeofday | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for nanotime | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//ccq67pAK.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:114: undefined reference to `nanotime' | configure:10190: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 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:10224: result: no | configure:10128: checking for alarm | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for iswprint | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for mbsinit | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for iswctype | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for mbrtowc | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for mempcpy | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//ccWOxIuB.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:119: undefined reference to `mempcpy' | configure:10190: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | /* end confdefs.h. */ | | /* Define mempcpy to an innocuous variant, in case declares mempcpy. | | For example, HP-UX 11i declares gettimeofday. */ | | #define mempcpy innocuous_mempcpy | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char mempcpy (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef mempcpy | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char mempcpy (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_mempcpy || defined __stub___mempcpy | | choke me | | #endif | | | | int | | main () | | { | | return mempcpy (); | | ; | | return 0; | | } | configure:10224: result: no | configure:10128: checking for wcrtomb | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for wcscoll | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for lstat | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//cc00yAif.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:121: warning: warning: reference to compatibility lstat(); include to generate correct reference | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for pipe | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for futimes | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for futimesat | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//cc04kFIB.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:124: undefined reference to `futimesat' | configure:10190: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | /* end confdefs.h. */ | | /* Define futimesat to an innocuous variant, in case declares futimesat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define futimesat innocuous_futimesat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char futimesat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef futimesat | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char futimesat (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_futimesat || defined __stub___futimesat | | choke me | | #endif | | | | int | | main () | | { | | return futimesat (); | | ; | | return 0; | | } | configure:10224: result: no | configure:10128: checking for wcwidth | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for strerror | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for mkfifo | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10128: checking for setlocale | configure:10184: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//ccIb8Wny.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:127: warning: warning: reference to compatibility setlocale(); include for correct reference | configure:10190: $? = 0 | configure:10197: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10200: $? = 0 | configure:10207: test -s conftest | configure:10210: $? = 0 | configure:10224: result: yes | configure:10242: checking for d_ino member in directory struct | configure:10271: gcc -o conftest -g -O2 conftest.c >&5 | configure:10277: $? = 0 | configure:10284: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:10287: $? = 0 | configure:10294: test -s conftest | configure:10297: $? = 0 | configure:10312: result: yes | configure:10324: checking whether system is Windows or MSDOS | configure:10353: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:100: error: `neither' undeclared (first use in this function) | conftest.c:100: error: (Each undeclared identifier is reported only once | conftest.c:100: error: for each function it appears in.) | conftest.c:100: error: parse error before "MSDOS" | configure:10359: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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:10392: result: no | configure:10500: checking for long file names | configure:10532: result: yes | configure:10559: checking whether memrchr is declared | configure:10589: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:136: error: `memrchr' undeclared (first use in this function) | conftest.c:136: error: (Each undeclared identifier is reported only once | conftest.c:136: error: for each function it appears in.) | configure:10595: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef memrchr | | char *p = (char *) memrchr; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:10627: result: no | configure:10650: checking for unistd.h | configure:10656: result: yes | configure:10814: checking for working chown | configure:10857: gcc -o conftest -g -O2 conftest.c >&5 | configure:10860: $? = 0 | configure:10866: ./conftest | configure:10869: $? = 0 | configure:10887: result: yes | configure:10898: checking whether chown(2) dereferences symlinks | configure:10941: gcc -o conftest -g -O2 conftest.c >&5 | configure:10944: $? = 0 | configure:10950: ./conftest | configure:10953: $? = 0 | configure:10971: result: yes | configure:10988: checking build system type | configure:11006: result: i386-unknown-netbsdelf3.1 | configure:11028: checking host system type | configure:11043: result: i386-unknown-netbsdelf3.1 | configure:11067: checking whether // is distinct from / | configure:11096: result: no | configure:11110: checking whether strerror_r is declared | configure:11140: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:140: error: `strerror_r' 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.) | configure:11146: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef strerror_r | | char *p = (char *) strerror_r; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:11178: result: no | configure:11200: checking for strerror_r | configure:11256: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//cceM9DFe.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:138: undefined reference to `strerror_r' | configure:11262: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | /* end confdefs.h. */ | | /* Define strerror_r to an innocuous variant, in case declares strerror_r. | | For example, HP-UX 11i declares gettimeofday. */ | | #define strerror_r innocuous_strerror_r | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char strerror_r (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef strerror_r | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char strerror_r (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_strerror_r || defined __stub___strerror_r | | choke me | | #endif | | | | int | | main () | | { | | return strerror_r (); | | ; | | return 0; | | } | configure:11296: result: no | configure:11306: checking whether strerror_r returns char * | configure:11411: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//ccS4vXGS.o(.text+0x13): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:142: undefined reference to `strerror_r' | configure:11414: $? = 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.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | extern char *strerror_r (); | | int | | main () | | { | | char buf[100]; | | char x = *strerror_r (0, buf, sizeof buf); | | return ! isalpha (x); | | ; | | return 0; | | } | configure:11439: result: no | configure:11449: checking for mbstate_t | configure:11476: gcc -c -g -O2 conftest.c >&5 | configure:11482: $? = 0 | configure:11489: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11492: $? = 0 | configure:11499: test -s conftest.o | configure:11502: $? = 0 | configure:11514: result: yes | configure:11532: checking whether getcwd (NULL, 0) allocates memory for result | configure:11570: gcc -o conftest -g -O2 conftest.c >&5 | configure:11573: $? = 0 | configure:11579: ./conftest | configure:11582: $? = 0 | configure:11598: result: yes | configure:11601: checking whether getcwd is declared | configure:11631: gcc -c -g -O2 conftest.c >&5 | configure:11637: $? = 0 | configure:11644: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11647: $? = 0 | configure:11654: test -s conftest.o | configure:11657: $? = 0 | configure:11669: result: yes | configure:11687: checking whether time.h and sys/time.h may both be included | configure:11717: gcc -c -g -O2 conftest.c >&5 | configure:11723: $? = 0 | configure:11730: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11733: $? = 0 | configure:11740: test -s conftest.o | configure:11743: $? = 0 | configure:11755: result: yes | configure:11784: checking for struct timespec | configure:11821: gcc -c -g -O2 conftest.c >&5 | configure:11827: $? = 0 | configure:11834: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11837: $? = 0 | configure:11844: test -s conftest.o | configure:11847: $? = 0 | configure:11860: result: yes | configure:11874: checking whether nanosleep is declared | configure:11905: gcc -c -g -O2 conftest.c >&5 | configure:11911: $? = 0 | configure:11918: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:11921: $? = 0 | configure:11928: test -s conftest.o | configure:11931: $? = 0 | configure:11943: result: yes | configure:11967: checking for compound literals | configure:11994: gcc -c -g -O2 conftest.c >&5 | configure:12000: $? = 0 | configure:12007: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12010: $? = 0 | configure:12017: test -s conftest.o | configure:12020: $? = 0 | configure:12032: result: yes | configure:12042: checking whether struct tm is in sys/time.h or time.h | configure:12070: gcc -c -g -O2 conftest.c >&5 | configure:12076: $? = 0 | configure:12083: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12086: $? = 0 | configure:12093: test -s conftest.o | configure:12096: $? = 0 | configure:12108: result: time.h | configure:12119: checking for struct tm.tm_gmtoff | configure:12148: gcc -c -g -O2 conftest.c >&5 | configure:12154: $? = 0 | configure:12161: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12164: $? = 0 | configure:12171: test -s conftest.o | configure:12174: $? = 0 | configure:12246: result: yes | configure:12257: checking whether getdelim is declared | configure:12287: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:148: error: `getdelim' undeclared (first use in this function) | conftest.c:148: error: (Each undeclared identifier is reported only once | conftest.c:148: error: for each function it appears in.) | configure:12293: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef getdelim | | char *p = (char *) getdelim; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:12325: result: no | configure:12863: checking for unsigned long long int | configure:12894: gcc -o conftest -g -O2 conftest.c >&5 | configure:12900: $? = 0 | configure:12907: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:12910: $? = 0 | configure:12917: test -s conftest | configure:12920: $? = 0 | configure:12933: result: yes | configure:12992: checking absolute name of | configure:13016: result: ///usr/include/stdint.h | configure:13033: checking whether stdint.h conforms to C99 | configure:13175: gcc -c -g -O2 conftest.c >&5 | conftest.c:200: error: negative width in bit-field `check_UINT8_C' | conftest.c:202: error: negative width in bit-field `check_UINT16_C' | configure:13181: $? = 1 | configure: failed program was: | | | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | /* end confdefs.h. */ | | | | #include | | #define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */ | | #define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */ | | #include ABSOLUTE_STDINT_H | | #ifdef INT8_MAX | | int8_t a1 = INT8_MAX; | | int8_t a1min = INT8_MIN; | | #endif | | #ifdef INT16_MAX | | int16_t a2 = INT16_MAX; | | int16_t a2min = INT16_MIN; | | #endif | | #ifdef INT32_MAX | | int32_t a3 = INT32_MAX; | | int32_t a3min = INT32_MIN; | | #endif | | #ifdef INT64_MAX | | int64_t a4 = INT64_MAX; | | int64_t a4min = INT64_MIN; | | #endif | | #ifdef UINT8_MAX | | uint8_t b1 = UINT8_MAX; | | #else | | typedef int b1[(unsigned char) -1 != 255 ? 1 : -1]; | | #endif | | #ifdef UINT16_MAX | | uint16_t b2 = UINT16_MAX; | | #endif | | #ifdef UINT32_MAX | | uint32_t b3 = UINT32_MAX; | | #endif | | #ifdef UINT64_MAX | | uint64_t b4 = UINT64_MAX; | | #endif | | int_least8_t c1 = INT8_C (0x7f); | | int_least8_t c1max = INT_LEAST8_MAX; | | int_least8_t c1min = INT_LEAST8_MIN; | | int_least16_t c2 = INT16_C (0x7fff); | | int_least16_t c2max = INT_LEAST16_MAX; | | int_least16_t c2min = INT_LEAST16_MIN; | | int_least32_t c3 = INT32_C (0x7fffffff); | | int_least32_t c3max = INT_LEAST32_MAX; | | int_least32_t c3min = INT_LEAST32_MIN; | | int_least64_t c4 = INT64_C (0x7fffffffffffffff); | | int_least64_t c4max = INT_LEAST64_MAX; | | int_least64_t c4min = INT_LEAST64_MIN; | | uint_least8_t d1 = UINT8_C (0xff); | | uint_least8_t d1max = UINT_LEAST8_MAX; | | uint_least16_t d2 = UINT16_C (0xffff); | | uint_least16_t d2max = UINT_LEAST16_MAX; | | uint_least32_t d3 = UINT32_C (0xffffffff); | | uint_least32_t d3max = UINT_LEAST32_MAX; | | uint_least64_t d4 = UINT64_C (0xffffffffffffffff); | | uint_least64_t d4max = UINT_LEAST64_MAX; | | int_fast8_t e1 = INT_FAST8_MAX; | | int_fast8_t e1min = INT_FAST8_MIN; | | int_fast16_t e2 = INT_FAST16_MAX; | | int_fast16_t e2min = INT_FAST16_MIN; | | int_fast32_t e3 = INT_FAST32_MAX; | | int_fast32_t e3min = INT_FAST32_MIN; | | int_fast64_t e4 = INT_FAST64_MAX; | | int_fast64_t e4min = INT_FAST64_MIN; | | uint_fast8_t f1 = UINT_FAST8_MAX; | | uint_fast16_t f2 = UINT_FAST16_MAX; | | uint_fast32_t f3 = UINT_FAST32_MAX; | | uint_fast64_t f4 = UINT_FAST64_MAX; | | #ifdef INTPTR_MAX | | intptr_t g = INTPTR_MAX; | | intptr_t gmin = INTPTR_MIN; | | #endif | | #ifdef UINTPTR_MAX | | uintptr_t h = UINTPTR_MAX; | | #endif | | intmax_t i = INTMAX_MAX; | | uintmax_t j = UINTMAX_MAX; | | struct s { | | int check_PTRDIFF: PTRDIFF_MIN < 0 && 0 < PTRDIFF_MAX ? 1 : -1; | | int check_SIG_ATOMIC: SIG_ATOMIC_MIN <= 0 && 0 < SIG_ATOMIC_MAX ? 1 : -1; | | int check_SIZE: 0 < SIZE_MAX ? 1 : -1; | | int check_WCHAR: WCHAR_MIN <= 0 && 0 < WCHAR_MAX ? 1 : -1; | | int check_WINT: WINT_MIN <= 0 && 0 < WINT_MAX ? 1 : -1; | | | | /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */ | | int check_UINT8_C: | | (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1; | | int check_UINT16_C: | | (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1; | | | | /* Detect bugs in OpenBSD 3.9 stdint.h. */ | | #ifdef UINT8_MAX | | int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1; | | #endif | | #ifdef UINT16_MAX | | int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1; | | #endif | | #ifdef UINT32_MAX | | int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1; | | #endif | | #ifdef UINT64_MAX | | int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1; | | #endif | | int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1; | | int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1; | | int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1; | | int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1; | | int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1; | | int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1; | | int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1; | | int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1; | | int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1; | | int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1; | | int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1; | | }; | | | | int | | main () | | { | | | | ; | | return 0; | | } | configure:13213: result: no | configure:13234: checking sys/inttypes.h usability | configure:13251: gcc -c -g -O2 conftest.c >&5 | configure:13257: $? = 0 | configure:13264: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:13267: $? = 0 | configure:13274: test -s conftest.o | configure:13277: $? = 0 | configure:13288: result: yes | configure:13292: checking sys/inttypes.h presence | configure:13307: gcc -E conftest.c | configure:13313: $? = 0 | configure:13334: result: yes | configure:13367: checking for sys/inttypes.h | configure:13375: result: yes | configure:13234: checking sys/bitypes.h usability | configure:13251: gcc -c -g -O2 conftest.c >&5 | conftest.c:148:25: sys/bitypes.h: No such file or directory | configure:13257: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:13288: result: no | configure:13292: checking sys/bitypes.h presence | configure:13307: gcc -E conftest.c | conftest.c:115:25: sys/bitypes.h: No such file or directory | configure:13313: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | /* end confdefs.h. */ | | #include | configure:13334: result: no | configure:13367: checking for sys/bitypes.h | configure:13375: result: no | configure:13410: checking for bit size of ptrdiff_t | configure:13849: gcc -o conftest -g -O2 conftest.c >&5 | configure:13852: $? = 0 | configure:13858: ./conftest | configure:13861: $? = 0 | configure:13879: result: 32 | configure:13410: checking for bit size of sig_atomic_t | configure:13849: gcc -o conftest -g -O2 conftest.c >&5 | configure:13852: $? = 0 | configure:13858: ./conftest | configure:13861: $? = 0 | configure:13879: result: 32 | configure:13410: checking for bit size of size_t | configure:13849: gcc -o conftest -g -O2 conftest.c >&5 | configure:13852: $? = 0 | configure:13858: ./conftest | configure:13861: $? = 0 | configure:13879: result: 32 | configure:13410: checking for bit size of wchar_t | configure:13849: gcc -o conftest -g -O2 conftest.c >&5 | configure:13852: $? = 0 | configure:13858: ./conftest | configure:13861: $? = 0 | configure:13879: result: 32 | configure:13410: checking for bit size of wint_t | configure:13849: gcc -o conftest -g -O2 conftest.c >&5 | configure:13852: $? = 0 | configure:13858: ./conftest | configure:13861: $? = 0 | configure:13879: result: 32 | configure:13900: checking whether sig_atomic_t is signed | configure:13937: gcc -c -g -O2 conftest.c >&5 | configure:13943: $? = 0 | configure:13950: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:13953: $? = 0 | configure:13960: test -s conftest.o | configure:13963: $? = 0 | configure:13978: result: yes | configure:13900: checking whether wchar_t is signed | configure:13937: gcc -c -g -O2 conftest.c >&5 | configure:13943: $? = 0 | configure:13950: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:13953: $? = 0 | configure:13960: test -s conftest.o | configure:13963: $? = 0 | configure:13978: result: yes | configure:13900: checking whether wint_t is signed | configure:13937: gcc -c -g -O2 conftest.c >&5 | configure:13943: $? = 0 | configure:13950: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:13953: $? = 0 | configure:13960: test -s conftest.o | configure:13963: $? = 0 | configure:13978: result: yes | configure:14004: checking for ptrdiff_t integer literal suffix | configure:14060: gcc -c -g -O2 conftest.c >&5 | configure:14066: $? = 0 | configure:14073: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14076: $? = 0 | configure:14083: test -s conftest.o | configure:14086: $? = 0 | configure:14102: result: | configure:14004: checking for sig_atomic_t integer literal suffix | configure:14060: gcc -c -g -O2 conftest.c >&5 | configure:14066: $? = 0 | configure:14073: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14076: $? = 0 | configure:14083: test -s conftest.o | configure:14086: $? = 0 | configure:14102: result: | configure:14004: checking for size_t integer literal suffix | configure:14060: gcc -c -g -O2 conftest.c >&5 | configure:14066: $? = 0 | configure:14073: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14076: $? = 0 | configure:14083: test -s conftest.o | configure:14086: $? = 0 | configure:14102: result: u | configure:14004: checking for wchar_t integer literal suffix | configure:14060: gcc -c -g -O2 conftest.c >&5 | configure:14066: $? = 0 | configure:14073: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14076: $? = 0 | configure:14083: test -s conftest.o | configure:14086: $? = 0 | configure:14102: result: | configure:14004: checking for wint_t integer literal suffix | configure:14060: gcc -c -g -O2 conftest.c >&5 | configure:14066: $? = 0 | configure:14073: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14076: $? = 0 | configure:14083: test -s conftest.o | configure:14086: $? = 0 | configure:14102: result: | configure:14126: checking for inttypes.h | configure:14132: result: yes | configure:14291: checking whether the inttypes.h PRIxNN macros are broken | configure:14322: gcc -c -g -O2 conftest.c >&5 | configure:14328: $? = 0 | configure:14335: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14338: $? = 0 | configure:14345: test -s conftest.o | configure:14348: $? = 0 | configure:14361: result: no | configure:14376: checking whether imaxabs is declared | configure:14406: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:166: error: `imaxabs' undeclared (first use in this function) | conftest.c:166: error: (Each undeclared identifier is reported only once | conftest.c:166: error: for each function it appears in.) | configure:14412: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef imaxabs | | char *p = (char *) imaxabs; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:14444: result: no | configure:14462: checking whether imaxdiv is declared | configure:14492: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:167: error: `imaxdiv' undeclared (first use in this function) | conftest.c:167: error: (Each undeclared identifier is reported only once | conftest.c:167: error: for each function it appears in.) | configure:14498: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef imaxdiv | | char *p = (char *) imaxdiv; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:14530: result: no | configure:14548: checking whether strtoimax is declared | configure:14578: gcc -c -g -O2 conftest.c >&5 | configure:14584: $? = 0 | configure:14591: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14594: $? = 0 | configure:14601: test -s conftest.o | configure:14604: $? = 0 | configure:14616: result: yes | configure:14634: checking whether strtoumax is declared | configure:14664: gcc -c -g -O2 conftest.c >&5 | configure:14670: $? = 0 | configure:14677: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14680: $? = 0 | configure:14687: test -s conftest.o | configure:14690: $? = 0 | configure:14702: result: yes | configure:14722: checking whether lchown is declared | configure:14752: gcc -c -g -O2 conftest.c >&5 | configure:14758: $? = 0 | configure:14765: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14768: $? = 0 | configure:14775: test -s conftest.o | configure:14778: $? = 0 | configure:14790: result: yes | configure:14809: checking for nl_langinfo and CODESET | configure:14835: gcc -o conftest -g -O2 conftest.c >&5 | configure:14841: $? = 0 | configure:14848: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:14851: $? = 0 | configure:14858: test -s conftest | configure:14861: $? = 0 | configure:14875: result: yes | configure:14886: checking whether we are using the GNU C Library 2.1 or newer | conftest.c:136:22: features.h: No such file or directory | configure:14917: result: no | configure:14923: checking whether lstat dereferences a symlink specified with a trailing slash | configure:14959: gcc -o conftest -g -O2 conftest.c >&5 | configure:14962: $? = 0 | configure:14968: ./conftest | configure:14971: $? = 0 | configure:14994: result: yes | configure:15011: checking whether mbrtowc and mbstate_t are properly declared | configure:15041: gcc -o conftest -g -O2 conftest.c >&5 | configure:15047: $? = 0 | configure:15054: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15057: $? = 0 | configure:15064: test -s conftest | configure:15067: $? = 0 | configure:15080: result: yes | configure:15094: checking whether defines MIN and MAX | configure:15121: gcc -c -g -O2 conftest.c >&5 | conftest.c:138: error: initializer element is not constant | configure:15127: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | /* end confdefs.h. */ | | #include | | int x = MIN (42, 17); | | int | | main () | | { | | | | ; | | return 0; | | } | configure:15159: result: no | configure:15174: checking whether defines MIN and MAX | configure:15201: gcc -c -g -O2 conftest.c >&5 | configure:15207: $? = 0 | configure:15214: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15217: $? = 0 | configure:15224: test -s conftest.o | configure:15227: $? = 0 | configure:15239: result: yes | configure:15268: checking for working mktime | configure:15477: gcc -o conftest -g -O2 conftest.c >&5 | configure:15480: $? = 0 | configure:15486: ./conftest | configure:15489: $? = 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.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | /* end confdefs.h. */ | | /* Test program from Paul Eggert and Tony Leneis. */ | | #ifdef TIME_WITH_SYS_TIME | | # include | | # include | | #else | | # ifdef HAVE_SYS_TIME_H | | # include | | # else | | # include | | # endif | | #endif | | | | #include | | | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | | | #ifndef HAVE_ALARM | | # define alarm(X) /* empty */ | | #endif | | | | /* Work around redefinition to rpl_putenv by other config tests. */ | | #undef putenv | | | | static time_t time_t_max; | | static time_t time_t_min; | | | | /* Values we'll use to set the TZ environment variable. */ | | static char *tz_strings[] = { | | (char *) 0, "TZ=GMT0", "TZ=JST-9", | | "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" | | }; | | #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) | | | | /* Return 0 if mktime fails to convert a date in the spring-forward gap. | | Based on a problem report from Andreas Jaeger. */ | | static int | | spring_forward_gap () | | { | | /* glibc (up to about 1998-10-07) failed this test. */ | | struct tm tm; | | | | /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" | | instead of "TZ=America/Vancouver" in order to detect the bug even | | on systems that don't support the Olson extension, or don't have the | | full zoneinfo tables installed. */ | | putenv ("TZ=PST8PDT,M4.1.0,M10.5.0"); | | | | tm.tm_year = 98; | | tm.tm_mon = 3; | | tm.tm_mday = 5; | | tm.tm_hour = 2; | | tm.tm_min = 0; | | tm.tm_sec = 0; | | tm.tm_isdst = -1; | | return mktime (&tm) != (time_t) -1; | | } | | | | static int | | mktime_test1 (now) | | time_t now; | | { | | struct tm *lt; | | return ! (lt = localtime (&now)) || mktime (lt) == now; | | } | | | | static int | | mktime_test (now) | | time_t now; | | { | | return (mktime_test1 (now) | | && mktime_test1 ((time_t) (time_t_max - now)) | | && mktime_test1 ((time_t) (time_t_min + now))); | | } | | | | static int | | irix_6_4_bug () | | { | | /* Based on code from Ariel Faigon. */ | | struct tm tm; | | tm.tm_year = 96; | | tm.tm_mon = 3; | | tm.tm_mday = 0; | | tm.tm_hour = 0; | | tm.tm_min = 0; | | tm.tm_sec = 0; | | tm.tm_isdst = -1; | | mktime (&tm); | | return tm.tm_mon == 2 && tm.tm_mday == 31; | | } | | | | static int | | bigtime_test (j) | | int j; | | { | | struct tm tm; | | time_t now; | | tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j; | | now = mktime (&tm); | | if (now != (time_t) -1) | | { | | struct tm *lt = localtime (&now); | | if (! (lt | | && lt->tm_year == tm.tm_year | | && lt->tm_mon == tm.tm_mon | | && lt->tm_mday == tm.tm_mday | | && lt->tm_hour == tm.tm_hour | | && lt->tm_min == tm.tm_min | | && lt->tm_sec == tm.tm_sec | | && lt->tm_yday == tm.tm_yday | | && lt->tm_wday == tm.tm_wday | | && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst) | | == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst)))) | | return 0; | | } | | return 1; | | } | | | | static int | | year_2050_test () | | { | | /* The correct answer for 2050-02-01 00:00:00 in Pacific time, | | ignoring leap seconds. */ | | unsigned long int answer = 2527315200UL; | | | | struct tm tm; | | time_t t; | | tm.tm_year = 2050 - 1900; | | tm.tm_mon = 2 - 1; | | tm.tm_mday = 1; | | tm.tm_hour = tm.tm_min = tm.tm_sec = 0; | | tm.tm_isdst = -1; | | | | /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" | | instead of "TZ=America/Vancouver" in order to detect the bug even | | on systems that don't support the Olson extension, or don't have the | | full zoneinfo tables installed. */ | | putenv ("TZ=PST8PDT,M4.1.0,M10.5.0"); | | | | t = mktime (&tm); | | | | /* Check that the result is either a failure, or close enough | | to the correct answer that we can assume the discrepancy is | | due to leap seconds. */ | | return (t == (time_t) -1 | | || (0 < t && answer - 120 <= t && t <= answer + 120)); | | } | | | | int | | main () | | { | | time_t t, delta; | | int i, j; | | | | /* This test makes some buggy mktime implementations loop. | | Give up after 60 seconds; a mktime slower than that | | isn't worth using anyway. */ | | alarm (60); | | | | for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) | | continue; | | time_t_max--; | | if ((time_t) -1 < 0) | | for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2) | | continue; | | delta = time_t_max / 997; /* a suitable prime number */ | | for (i = 0; i < N_STRINGS; i++) | | { | | if (tz_strings[i]) | | putenv (tz_strings[i]); | | | | for (t = 0; t <= time_t_max - delta; t += delta) | | if (! mktime_test (t)) | | return 1; | | if (! (mktime_test ((time_t) 1) | | && mktime_test ((time_t) (60 * 60)) | | && mktime_test ((time_t) (60 * 60 * 24)))) | | return 1; | | | | for (j = 1; 0 < j; j *= 2) | | if (! bigtime_test (j)) | | return 1; | | if (! bigtime_test (j - 1)) | | return 1; | | } | | return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ()); | | } | configure:15505: result: no | configure:15525: checking whether strdup is declared | configure:15555: gcc -c -g -O2 conftest.c >&5 | configure:15561: $? = 0 | configure:15568: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15571: $? = 0 | configure:15578: test -s conftest.o | configure:15581: $? = 0 | configure:15593: result: yes | configure:15611: checking whether strndup is declared | configure:15641: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:176: error: `strndup' undeclared (first use in this function) | conftest.c:176: error: (Each undeclared identifier is reported only once | conftest.c:176: error: for each function it appears in.) | configure:15647: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef strndup | | char *p = (char *) strndup; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:15679: result: no | configure:15697: checking whether strnlen is declared | configure:15727: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:177: error: `strnlen' undeclared (first use in this function) | conftest.c:177: error: (Each undeclared identifier is reported only once | conftest.c:177: error: for each function it appears in.) | configure:15733: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef strnlen | | char *p = (char *) strnlen; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:15765: result: no | configure:15791: checking whether utime accepts a null argument | configure:15827: gcc -o conftest -g -O2 conftest.c >&5 | configure:15830: $? = 0 | configure:15836: ./conftest | configure:15839: $? = 0 | configure:15855: result: yes | configure:15878: checking for struct utimbuf | configure:15918: gcc -c -g -O2 conftest.c >&5 | configure:15924: $? = 0 | configure:15931: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:15934: $? = 0 | configure:15941: test -s conftest.o | configure:15944: $? = 0 | configure:15957: result: yes | configure:15969: checking determine whether the utimes function works | configure:16042: gcc -o conftest -g -O2 conftest.c >&5 | configure:16045: $? = 0 | configure:16051: ./conftest | configure:16054: $? = 0 | configure:16070: result: yes | configure:16087: checking for EOVERFLOW | configure:16570: result: yes | configure:16583: checking for wchar_t | configure:16610: gcc -c -g -O2 conftest.c >&5 | configure:16616: $? = 0 | configure:16623: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16626: $? = 0 | configure:16633: test -s conftest.o | configure:16636: $? = 0 | configure:16648: result: yes | configure:16659: checking for wint_t | configure:16686: gcc -c -g -O2 conftest.c >&5 | configure:16692: $? = 0 | configure:16699: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16702: $? = 0 | configure:16709: test -s conftest.o | configure:16712: $? = 0 | configure:16724: result: yes | configure:16735: checking for inttypes.h | configure:16762: gcc -c -g -O2 conftest.c >&5 | configure:16768: $? = 0 | configure:16775: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16778: $? = 0 | configure:16785: test -s conftest.o | configure:16788: $? = 0 | configure:16800: result: yes | configure:16811: checking for stdint.h | configure:16838: gcc -c -g -O2 conftest.c >&5 | configure:16844: $? = 0 | configure:16851: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16854: $? = 0 | configure:16861: test -s conftest.o | configure:16864: $? = 0 | configure:16876: result: yes | configure:16900: checking for intmax_t | configure:16935: gcc -c -g -O2 conftest.c >&5 | configure:16941: $? = 0 | configure:16948: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:16951: $? = 0 | configure:16958: test -s conftest.o | configure:16961: $? = 0 | configure:16973: result: yes | configure:16993: checking whether vsnprintf is declared | configure:17023: gcc -c -g -O2 conftest.c >&5 | configure:17029: $? = 0 | configure:17036: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:17039: $? = 0 | configure:17046: test -s conftest.o | configure:17049: $? = 0 | configure:17061: result: yes | configure:17175: checking whether program_invocation_name is declared | configure:17206: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:158: error: `program_invocation_name' undeclared (first use in this function) | conftest.c:158: error: (Each undeclared identifier is reported only once | conftest.c:158: error: for each function it appears in.) | configure:17212: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #ifndef program_invocation_name | | char *p = (char *) program_invocation_name; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:17244: result: no | configure:17260: checking whether program_invocation_short_name is declared | configure:17291: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:159: error: `program_invocation_short_name' undeclared (first use in this function) | conftest.c:159: error: (Each undeclared identifier is reported only once | conftest.c:159: error: for each function it appears in.) | configure:17297: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #ifndef program_invocation_short_name | | char *p = (char *) program_invocation_short_name; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:17329: result: no | configure:17350: checking whether program_invocation_name is defined | configure:17373: gcc -c -g -O2 conftest.c >&5 | conftest.c:154:18: argp.h: No such file or directory | conftest.c: In function `main': | conftest.c:158: error: `program_invocation_name' undeclared (first use in this function) | conftest.c:158: error: (Each undeclared identifier is reported only once | conftest.c:158: error: for each function it appears in.) | configure:17379: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | program_invocation_name = "test"; | | ; | | return 0; | | } | configure:17412: result: no | configure:17418: checking whether program_invocation_short_name is defined | configure:17441: gcc -c -g -O2 conftest.c >&5 | conftest.c:154:18: argp.h: No such file or directory | conftest.c: In function `main': | conftest.c:158: error: `program_invocation_short_name' undeclared (first use in this function) | conftest.c:158: error: (Each undeclared identifier is reported only once | conftest.c:158: error: for each function it appears in.) | configure:17447: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | program_invocation_short_name = "test"; | | ; | | return 0; | | } | configure:17480: result: no | configure:17569: checking whether this system has an arbitrary file name length limit | configure:17595: result: yes | configure:17628: checking for mempcpy | configure:17724: result: no | configure:17766: checking for openat | configure:17822: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//ccUGIvzK.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:188: undefined reference to `openat' | configure:17828: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | /* end confdefs.h. */ | | /* Define openat to an innocuous variant, in case declares openat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define openat innocuous_openat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char openat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef openat | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char openat (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_openat || defined __stub___openat | | choke me | | #endif | | | | int | | main () | | { | | return openat (); | | ; | | return 0; | | } | configure:17862: result: no | configure:17900: checking for memrchr | configure:17956: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//ccg4sSEl.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:189: undefined reference to `memrchr' | configure:17962: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | /* end confdefs.h. */ | | /* Define memrchr to an innocuous variant, in case declares memrchr. | | For example, HP-UX 11i declares gettimeofday. */ | | #define memrchr innocuous_memrchr | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char memrchr (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef memrchr | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char memrchr (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_memrchr || defined __stub___memrchr | | choke me | | #endif | | | | int | | main () | | { | | return memrchr (); | | ; | | return 0; | | } | configure:17996: result: no | configure:18155: checking for library containing clock_gettime | configure:18196: gcc -o conftest -g -O2 conftest.c >&5 | configure:18202: $? = 0 | configure:18209: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18212: $? = 0 | configure:18219: test -s conftest | configure:18222: $? = 0 | configure:18246: result: none required | configure:18261: checking for clock_gettime | configure:18317: gcc -o conftest -g -O2 conftest.c >&5 | configure:18323: $? = 0 | configure:18330: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18333: $? = 0 | configure:18340: test -s conftest | configure:18343: $? = 0 | configure:18357: result: yes | configure:18261: checking for clock_settime | configure:18317: gcc -o conftest -g -O2 conftest.c >&5 | configure:18323: $? = 0 | configure:18330: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18333: $? = 0 | configure:18340: test -s conftest | configure:18343: $? = 0 | configure:18357: result: yes | configure:18384: checking for d_ino member in directory struct | configure:18454: result: yes | configure:18475: checking for error_at_line | configure:18501: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//cc1nZYmf.o(.text+0x1d): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:195: undefined reference to `error_at_line' | configure:18507: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | error_at_line (0, 0, "", 0, ""); | | ; | | return 0; | | } | configure:18540: result: no | configure:18560: checking for working fcntl.h | configure:18626: gcc -o conftest -g -O2 conftest.c >&5 | configure:18629: $? = 0 | configure:18635: ./conftest | configure:18638: $? = 64 | configure: program exited with status 64 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | /* end confdefs.h. */ | | #include | | #include | | #include | | #include | | #ifndef O_NOATIME | | #define O_NOATIME 0 | | #endif | | #ifndef O_NOFOLLOW | | #define O_NOFOLLOW 0 | | #endif | | static int const constants[] = | | { | | O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND, | | O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY | | }; | | | | int | | main () | | { | | | | int status = !constants; | | { | | static char const sym[] = "conftest.sym"; | | if (symlink (".", sym) != 0 | | || close (open (sym, O_RDONLY | O_NOFOLLOW)) == 0) | | status |= 32; | | } | | { | | static char const file[] = "confdefs.h"; | | int fd = open (file, O_RDONLY | O_NOATIME); | | char c; | | struct stat st0, st1; | | if (fd < 0 | | || fstat (fd, &st0) != 0 | | || sleep (1) != 0 | | || read (fd, &c, 1) != 1 | | || close (fd) != 0 | | || stat (file, &st1) != 0 | | || st0.st_atime != st1.st_atime) | | status |= 64; | | } | | return status; | | ; | | return 0; | | } | configure:18659: result: no (bad O_NOATIME) | configure:18682: checking absolute name of | configure:18706: result: ///usr/include/fcntl.h | configure:18728: checking for struct stat.st_blocks | configure:18756: gcc -c -g -O2 conftest.c >&5 | configure:18762: $? = 0 | configure:18769: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:18772: $? = 0 | configure:18779: test -s conftest.o | configure:18782: $? = 0 | configure:18853: result: yes | configure:18888: checking for working GNU fnmatch | configure:18940: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:188: error: `FNM_EXTMATCH' undeclared (first use in this function) | conftest.c:188: error: (Each undeclared identifier is reported only once | conftest.c:188: error: for each function it appears in.) | conftest.c:189: error: `FNM_FILE_NAME' undeclared (first use in this function) | configure:18943: $? = 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.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | /* end confdefs.h. */ | | | | # include | | # include | | # define y(a, b, c) (fnmatch (a, b, c) == 0) | | # define n(a, b, c) (fnmatch (a, b, c) == FNM_NOMATCH) | | static int | | fnm (char const *pattern, char const *string, int flags) | | { | | return fnmatch (pattern, string, flags); | | } | | | | int | | main () | | { | | exit | | (!(fnm ("a*", "", 0) == FNM_NOMATCH | | && y ("a*", "abc", 0) | | && n ("d*/*1", "d/s/1", FNM_PATHNAME) | | && y ("a\\bc", "abc", 0) | | && n ("a\\bc", "abc", FNM_NOESCAPE) | | && y ("*x", ".x", 0) | | && n ("*x", ".x", FNM_PERIOD) | | && y ("xxXX", "xXxX", FNM_CASEFOLD) | | && y ("a++(x|yy)b", "a+xyyyyxb", FNM_EXTMATCH) | | && n ("d*/*1", "d/s/1", FNM_FILE_NAME) | | && y ("*", "x", FNM_FILE_NAME | FNM_LEADING_DIR) | | && y ("x*", "x/y/z", FNM_FILE_NAME | FNM_LEADING_DIR) | | && y ("*c*", "c/x", FNM_FILE_NAME | FNM_LEADING_DIR))); | | ; | | return 0; | | } | configure:18968: result: no | configure:18973: checking whether isblank is declared | configure:19004: gcc -c -g -O2 conftest.c >&5 | configure:19010: $? = 0 | configure:19017: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19020: $? = 0 | configure:19027: test -s conftest.o | configure:19030: $? = 0 | configure:19042: result: yes | configure:19070: checking for btowc | configure:19126: gcc -o conftest -g -O2 conftest.c >&5 | configure:19132: $? = 0 | configure:19139: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19142: $? = 0 | configure:19149: test -s conftest | configure:19152: $? = 0 | configure:19166: result: yes | configure:19070: checking for iswctype | configure:19166: result: yes | configure:19070: checking for mbsrtowcs | configure:19126: gcc -o conftest -g -O2 conftest.c >&5 | configure:19132: $? = 0 | configure:19139: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19142: $? = 0 | configure:19149: test -s conftest | configure:19152: $? = 0 | configure:19166: result: yes | configure:19070: checking for mempcpy | configure:19166: result: no | configure:19070: checking for wmemchr | configure:19126: gcc -o conftest -g -O2 conftest.c >&5 | configure:19132: $? = 0 | configure:19139: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19142: $? = 0 | configure:19149: test -s conftest | configure:19152: $? = 0 | configure:19166: result: yes | configure:19070: checking for wmemcpy | configure:19126: gcc -o conftest -g -O2 conftest.c >&5 | configure:19132: $? = 0 | configure:19139: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19142: $? = 0 | configure:19149: test -s conftest | configure:19152: $? = 0 | configure:19166: result: yes | configure:19070: checking for wmempcpy | configure:19126: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//ccQxRyo6.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:205: undefined reference to `wmempcpy' | configure:19132: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | /* end confdefs.h. */ | | /* Define wmempcpy to an innocuous variant, in case declares wmempcpy. | | For example, HP-UX 11i declares gettimeofday. */ | | #define wmempcpy innocuous_wmempcpy | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char wmempcpy (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef wmempcpy | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char wmempcpy (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_wmempcpy || defined __stub___wmempcpy | | choke me | | #endif | | | | int | | main () | | { | | return wmempcpy (); | | ; | | return 0; | | } | configure:19166: result: no | configure:19182: checking for wchar.h | configure:19188: result: yes | configure:19182: checking for wctype.h | configure:19188: result: yes | configure:19372: checking for __fpending | configure:19428: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//ccaUSuoT.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:208: undefined reference to `__fpending' | configure:19434: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | /* end confdefs.h. */ | | /* Define __fpending to an innocuous variant, in case declares __fpending. | | For example, HP-UX 11i declares gettimeofday. */ | | #define __fpending innocuous___fpending | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char __fpending (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef __fpending | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char __fpending (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub___fpending || defined __stub_____fpending | | choke me | | #endif | | | | int | | main () | | { | | return __fpending (); | | ; | | return 0; | | } | configure:19468: result: no | configure:19486: checking whether __fpending is declared | configure:19517: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:185: error: `__fpending' undeclared (first use in this function) | conftest.c:185: error: (Each undeclared identifier is reported only once | conftest.c:185: error: for each function it appears in.) | configure:19523: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | /* end confdefs.h. */ | | | | # include | | # if HAVE_STDIO_EXT_H | | # include | | # endif | | | | | | int | | main () | | { | | #ifndef __fpending | | char *p = (char *) __fpending; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:19555: result: no | configure:19574: checking how to determine the number of pending output bytes on a stream | configure:19632: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:180: error: structure has no member named `_IO_write_ptr' | conftest.c:180: error: structure has no member named `_IO_write_base' | configure:19638: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | FILE *fp = stdin; (void) (fp->_IO_write_ptr - fp->_IO_write_base); | | ; | | return 0; | | } | configure:19632: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:180: error: structure has no member named `_ptr' | conftest.c:180: error: structure has no member named `_base' | configure:19638: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | FILE *fp = stdin; (void) (fp->_ptr - fp->_base); | | ; | | return 0; | | } | configure:19632: gcc -c -g -O2 conftest.c >&5 | configure:19638: $? = 0 | configure:19645: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19648: $? = 0 | configure:19655: test -s conftest.o | configure:19658: $? = 0 | configure:19677: result: fp->_p - fp->_bf._base | configure:19691: checking for ftruncate | configure:19747: gcc -o conftest -g -O2 conftest.c >&5 | configure:19753: $? = 0 | configure:19760: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:19763: $? = 0 | configure:19770: test -s conftest | configure:19773: $? = 0 | configure:19787: result: yes | configure:19943: checking whether getcwd handles long file names properly | configure:20114: gcc -o conftest -g -O2 conftest.c >&5 | configure:20117: $? = 0 | configure:20123: ./conftest | configure:20126: $? = 0 | configure:20146: result: yes | configure:20166: checking for getpagesize | configure:20222: gcc -o conftest -g -O2 conftest.c >&5 | configure:20228: $? = 0 | configure:20235: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:20238: $? = 0 | configure:20245: test -s conftest | configure:20248: $? = 0 | configure:20262: result: yes | configure:20272: checking whether getcwd aborts when 4k < cwd_length < 16k | configure:20372: gcc -o conftest -g -O2 conftest.c >&5 | configure:20375: $? = 0 | configure:20381: ./conftest | configure:20384: $? = 0 | configure:20401: result: no | configure:20432: checking for struct tm.tm_zone | configure:20463: gcc -c -g -O2 conftest.c >&5 | configure:20469: $? = 0 | configure:20476: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:20479: $? = 0 | configure:20486: test -s conftest.o | configure:20489: $? = 0 | configure:20563: result: yes | configure:20759: checking for getdelim | configure:20815: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//ccmYKc2r.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:214: undefined reference to `getdelim' | configure:20821: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | /* end confdefs.h. */ | | /* Define getdelim to an innocuous variant, in case declares getdelim. | | For example, HP-UX 11i declares gettimeofday. */ | | #define getdelim innocuous_getdelim | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char getdelim (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef getdelim | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char getdelim (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_getdelim || defined __stub___getdelim | | choke me | | #endif | | | | int | | main () | | { | | return getdelim (); | | ; | | return 0; | | } | configure:20855: result: no | configure:20879: checking for flockfile | configure:20975: result: yes | configure:20879: checking for funlockfile | configure:20975: result: yes | configure:20991: checking whether getline is declared | configure:21021: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:219: error: `getline' undeclared (first use in this function) | conftest.c:219: error: (Each undeclared identifier is reported only once | conftest.c:219: error: for each function it appears in.) | configure:21027: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef getline | | char *p = (char *) getline; | | return !p; | | #endif | | | | ; | | return 0; | | } | configure:21059: result: no | configure:21079: checking for getline | configure:21135: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//ccCGkaat.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:217: undefined reference to `getline' | configure:21141: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | /* end confdefs.h. */ | | /* Define getline to an innocuous variant, in case declares getline. | | For example, HP-UX 11i declares gettimeofday. */ | | #define getline innocuous_getline | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char getline (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef getline | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char getline (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_getline || defined __stub___getline | | choke me | | #endif | | | | int | | main () | | { | | return getline (); | | ; | | return 0; | | } | configure:21174: result: no | configure:21293: checking for getdelim | configure:21389: result: no | configure:21413: checking for flockfile | configure:21509: result: yes | configure:21413: checking for funlockfile | configure:21509: result: yes | configure:21572: checking OS.h usability | configure:21589: gcc -c -g -O2 conftest.c >&5 | conftest.c:220:16: OS.h: No such file or directory | configure:21595: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | #define getline gnu_getline | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define __GETOPT_PREFIX rpl_ | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | #include | configure:21626: result: no | configure:21630: checking OS.h presence | configure:21645: gcc -E conftest.c | conftest.c:187:16: OS.h: No such file or directory | configure:21651: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | #define getline gnu_getline | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define __GETOPT_PREFIX rpl_ | | /* end confdefs.h. */ | | #include | configure:21672: result: no | configure:21705: checking for OS.h | configure:21713: result: no | configure:21730: checking for getpagesize | configure:21826: result: yes | configure:21854: checking whether gettimeofday clobbers localtime buffer | configure:21908: gcc -o conftest -g -O2 conftest.c >&5 | configure:21911: $? = 0 | configure:21917: ./conftest | configure:21920: $? = 0 | configure:21937: result: no | configure:21976: checking whether the compiler generally respects inline | configure:22007: gcc -c -g -O2 conftest.c >&5 | configure:22013: $? = 0 | configure:22020: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:22023: $? = 0 | configure:22030: test -s conftest.o | configure:22033: $? = 0 | configure:22047: result: yes | configure:22092: checking whether inttypes.h conforms to C99 | configure:22263: result: no | configure:22270: checking absolute name of | configure:22294: result: ///usr/include/inttypes.h | configure:22426: checking for lchown | configure:22482: gcc -o conftest -g -O2 conftest.c >&5 | configure:22488: $? = 0 | configure:22495: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:22498: $? = 0 | configure:22505: test -s conftest | configure:22508: $? = 0 | configure:22522: result: yes | configure:22554: checking for stdlib.h | configure:22560: result: yes | configure:22718: checking for GNU libc compatible malloc | configure:22780: result: yes | configure:22823: checking for iswcntrl | configure:22879: gcc -o conftest -g -O2 conftest.c >&5 | configure:22885: $? = 0 | configure:22892: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:22895: $? = 0 | configure:22902: test -s conftest | configure:22905: $? = 0 | configure:22919: result: yes | configure:22941: checking for memchr | configure:22997: gcc -o conftest -g -O2 conftest.c >&5 | configure:23003: $? = 0 | configure:23010: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:23013: $? = 0 | configure:23020: test -s conftest | configure:23023: $? = 0 | configure:23037: result: yes | configure:23231: checking for mempcpy | configure:23327: result: no | configure:23357: checking for memrchr | configure:23453: result: no | configure:23474: checking for memset | configure:23530: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:218: warning: conflicting types for built-in function `memset' | configure:23536: $? = 0 | configure:23543: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:23546: $? = 0 | configure:23553: test -s conftest | configure:23556: $? = 0 | configure:23570: result: yes | configure:23596: checking for mkdtemp | configure:23652: gcc -o conftest -g -O2 conftest.c >&5 | configure:23658: $? = 0 | configure:23665: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:23668: $? = 0 | configure:23675: test -s conftest | configure:23678: $? = 0 | configure:23692: result: yes | configure:23723: checking for obstacks | configure:23749: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:198:21: obstack.h: No such file or directory | configure:23755: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | #define getline gnu_getline | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | /* end confdefs.h. */ | | #include "obstack.h" | | int | | main () | | { | | struct obstack *mem; obstack_free(mem,(char *) 0) | | ; | | return 0; | | } | configure:23788: result: no | configure:23824: checking for openat | configure:23920: result: no | configure:23969: checking for mbstate_t | configure:24034: result: yes | configure:24050: checking whether mbrtowc and mbstate_t are properly declared | configure:24119: result: yes | configure:24154: checking for working re_compile_pattern | configure:24282: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:243: error: storage size of `regex' isn't known | conftest.c:247: error: storage size of `regs' isn't known | conftest.c:260: error: `RE_SYNTAX_GREP' undeclared (first use in this function) | conftest.c:260: error: (Each undeclared identifier is reported only once | conftest.c:260: error: for each function it appears in.) | conftest.c:261: error: `RE_HAT_LISTS_NOT_NEWLINE' undeclared (first use in this function) | conftest.c:261: error: `RE_ICASE' undeclared (first use in this function) | conftest.c:263: warning: assignment makes pointer from integer without a cast | conftest.c:275: error: `RE_SYNTAX_POSIX_EGREP' undeclared (first use in this function) | conftest.c:280: warning: assignment makes pointer from integer without a cast | conftest.c:287: warning: assignment makes pointer from integer without a cast | conftest.c:295: warning: assignment makes pointer from integer without a cast | conftest.c:304: warning: assignment makes pointer from integer without a cast | conftest.c:316: error: `RE_SYNTAX_EMACS' undeclared (first use in this function) | conftest.c:317: warning: assignment makes pointer from integer without a cast | conftest.c:243: error: storage size of `regex' isn't known | configure:24285: $? = 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.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | #define getline gnu_getline | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if 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 | | | | 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) | | exit (1); | | | | /* This should succeed, but does not for e.g. glibc-2.1.3. */ | | memset (®ex, 0, sizeof (regex)); | | s = re_compile_pattern ("{1", 2, ®ex); | | | | if (s) | | exit (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) | | exit (1); | | | | /* This should match, but does not for e.g. glibc-2.2.1. */ | | if (re_match (®ex, "an", 2, 0, ®s) != 2) | | exit (1); | | | | memset (®ex, 0, sizeof (regex)); | | s = re_compile_pattern ("x", 1, ®ex); | | if (s) | | exit (1); | | | | /* The version of regex.c in e.g. GNU libc-2.2.93 did not | | work with a negative RANGE argument. */ | | if (re_search (®ex, "wxy", 3, 2, -2, ®s) != 1) | | exit (1); | | | | /* The version of regex.c in older versions of gnulib | | ignored RE_ICASE. Detect that problem too. */ | | memset (®ex, 0, sizeof (regex)); | | re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE); | | s = re_compile_pattern ("x", 1, ®ex); | | if (s) | | exit (1); | | | | if (re_search (®ex, "WXY", 3, 0, 3, ®s) < 0) | | exit (1); | | | | /* REG_STARTEND was added to glibc on 2004-01-15. | | Reject older versions. */ | | if (! REG_STARTEND) | | exit (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)) | | exit (1); | | | | exit (0); | | ; | | return 0; | | } | configure:24310: result: no | configure:24431: checking whether isblank is declared | configure:24500: result: yes | configure:24526: checking for rmdir | configure:24582: gcc -o conftest -g -O2 conftest.c >&5 | configure:24588: $? = 0 | configure:24595: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:24598: $? = 0 | configure:24605: test -s conftest | configure:24608: $? = 0 | configure:24622: result: yes | configure:24640: checking for rpmatch | configure:24696: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//cc8ICpII.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:253: undefined reference to `rpmatch' | configure:24702: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | #define getline gnu_getline | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | /* end confdefs.h. */ | | /* Define rpmatch to an innocuous variant, in case declares rpmatch. | | For example, HP-UX 11i declares gettimeofday. */ | | #define rpmatch innocuous_rpmatch | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char rpmatch (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef rpmatch | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char rpmatch (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_rpmatch || defined __stub___rpmatch | | choke me | | #endif | | | | int | | main () | | { | | return rpmatch (); | | ; | | return 0; | | } | configure:24736: result: no | configure:24786: checking for setenv | configure:24842: gcc -o conftest -g -O2 conftest.c >&5 | configure:24848: $? = 0 | configure:24855: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:24858: $? = 0 | configure:24865: test -s conftest | configure:24868: $? = 0 | configure:24882: result: yes | configure:24786: checking for unsetenv | configure:24842: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//ccuBvgvv.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:254: warning: warning: reference to compatibility unsetenv(); include for correct reference | configure:24848: $? = 0 | configure:24855: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:24858: $? = 0 | configure:24865: test -s conftest | configure:24868: $? = 0 | configure:24882: result: yes | configure:25352: checking for unsetenv() return type | configure:25388: gcc -c -g -O2 conftest.c >&5 | configure:25394: $? = 0 | configure:25401: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:25404: $? = 0 | configure:25411: test -s conftest.o | configure:25414: $? = 0 | configure:25426: result: int | configure:25438: checking for ssize_t | configure:25503: result: yes | configure:25517: checking for struct stat.st_atim.tv_nsec | configure:25547: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:228: error: structure has no member named `st_atim' | configure:25553: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | #define getline gnu_getline | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_atim.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:25605: gcc -c -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:228: error: structure has no member named `st_atim' | configure:25611: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | #define getline gnu_getline | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_atim.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:25646: result: no | configure:25745: checking for struct stat.st_atimespec.tv_nsec | configure:25775: gcc -c -g -O2 conftest.c >&5 | configure:25781: $? = 0 | configure:25788: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:25791: $? = 0 | configure:25798: test -s conftest.o | configure:25801: $? = 0 | configure:25874: result: yes | configure:26312: checking for va_copy | configure:26343: gcc -c -g -O2 conftest.c >&5 | configure:26349: $? = 0 | configure:26356: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:26359: $? = 0 | configure:26366: test -s conftest.o | configure:26369: $? = 0 | configure:26382: result: yes | configure:26535: checking absolute name of | configure:26559: result: ///usr/include/stdint.h | configure:26576: checking whether stdint.h conforms to C99 | configure:26756: result: no | configure:26767: checking for sys/inttypes.h | configure:26773: result: yes | configure:26767: checking for sys/bitypes.h | configure:26773: result: no | configure:26953: checking for bit size of ptrdiff_t | configure:27422: result: 32 | configure:26953: checking for bit size of sig_atomic_t | configure:27422: result: 32 | configure:26953: checking for bit size of size_t | configure:27422: result: 32 | configure:26953: checking for bit size of wchar_t | configure:27422: result: 32 | configure:26953: checking for bit size of wint_t | configure:27422: result: 32 | configure:27443: checking whether sig_atomic_t is signed | configure:27521: result: yes | configure:27443: checking whether wchar_t is signed | configure:27521: result: yes | configure:27443: checking whether wint_t is signed | configure:27521: result: yes | configure:27547: checking for ptrdiff_t integer literal suffix | configure:27645: result: | configure:27547: checking for sig_atomic_t integer literal suffix | configure:27645: result: | configure:27547: checking for size_t integer literal suffix | configure:27645: result: u | configure:27547: checking for wchar_t integer literal suffix | configure:27645: result: | configure:27547: checking for wint_t integer literal suffix | configure:27645: result: | configure:27670: checking for stpcpy | configure:27726: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//ccUyXrJV.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:271: undefined reference to `stpcpy' | configure:27732: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | #define getline gnu_getline | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | /* end confdefs.h. */ | | /* Define stpcpy to an innocuous variant, in case declares stpcpy. | | For example, HP-UX 11i declares gettimeofday. */ | | #define stpcpy innocuous_stpcpy | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char stpcpy (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef stpcpy | | | | /* 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 stpcpy (); | | /* 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_stpcpy || defined __stub___stpcpy | | choke me | | #endif | | | | int | | main () | | { | | return stpcpy (); | | ; | | return 0; | | } | configure:27766: result: no | configure:27797: checking for strncasecmp | configure:27853: gcc -o conftest -g -O2 conftest.c >&5 | configure:27859: $? = 0 | configure:27866: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:27869: $? = 0 | configure:27876: test -s conftest | configure:27879: $? = 0 | configure:27893: result: yes | configure:27905: checking whether strncasecmp is declared | configure:27935: gcc -c -g -O2 conftest.c >&5 | configure:27941: $? = 0 | configure:27948: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:27951: $? = 0 | configure:27958: test -s conftest.o | configure:27961: $? = 0 | configure:27973: result: yes | configure:28005: checking for strchrnul | configure:28061: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//cc8O52vv.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:273: undefined reference to `strchrnul' | configure:28067: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | #define getline gnu_getline | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | /* end confdefs.h. */ | | /* Define strchrnul to an innocuous variant, in case declares strchrnul. | | For example, HP-UX 11i declares gettimeofday. */ | | #define strchrnul innocuous_strchrnul | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char strchrnul (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef strchrnul | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char strchrnul (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_strchrnul || defined __stub___strchrnul | | choke me | | #endif | | | | int | | main () | | { | | return strchrnul (); | | ; | | return 0; | | } | configure:28101: result: no | configure:28122: checking for strdup | configure:28178: gcc -o conftest -g -O2 conftest.c >&5 | configure:28184: $? = 0 | configure:28191: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:28194: $? = 0 | configure:28201: test -s conftest | configure:28204: $? = 0 | configure:28218: result: yes | configure:28245: checking for working strndup | configure:28405: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c: In function `main': | conftest.c:251: warning: assignment makes pointer from integer without a cast | conftest.c:253: warning: assignment makes pointer from integer without a cast | /var/tmp//ccsWGsMj.o(.text+0x14): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:251: undefined reference to `strndup' | /var/tmp//ccsWGsMj.o(.text+0x2a):/usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:253: undefined reference to `strndup' | configure:28408: $? = 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.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | #define getline gnu_getline | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRDUP 1 | | /* end confdefs.h. */ | | #include | | #include | | int | | main () | | { | | | | #ifndef HAVE_DECL_STRNDUP | | extern char *strndup (const char *, size_t); | | #endif | | char *s; | | s = strndup ("some longer string", 15); | | free (s); | | s = strndup ("shorter string", 13); | | return s[13] != '\0'; | | ; | | return 0; | | } | configure:28433: result: no | configure:28449: checking for working strnlen | configure:28493: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//ccyvIWX0.o(.text+0x22): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:287: undefined reference to `strnlen' | configure:28496: $? = 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.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | #define getline gnu_getline | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRDUP 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_TYPES_H | | # include | | #endif | | #if HAVE_SYS_STAT_H | | # include | | #endif | | #if STDC_HEADERS | | # include | | # include | | #else | | # if HAVE_STDLIB_H | | # include | | # endif | | #endif | | #if HAVE_STRING_H | | # if !STDC_HEADERS && HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #if HAVE_STRINGS_H | | # include | | #endif | | #if HAVE_INTTYPES_H | | # include | | #endif | | #if HAVE_STDINT_H | | # include | | #endif | | #if HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | | | #define S "foobar" | | #define S_LEN (sizeof S - 1) | | | | /* At least one implementation is buggy: that of AIX 4.3 would | | give strnlen (S, 1) == 3. */ | | | | int i; | | for (i = 0; i < S_LEN + 1; ++i) | | { | | int expected = i <= S_LEN ? i : S_LEN; | | if (strnlen (S, i) != expected) | | return 1; | | } | | return 0; | | | | ; | | return 0; | | } | configure:28521: result: no | configure:28547: checking whether defines strtoimax as a macro | configure:28572: result: no | configure:28580: checking for strtoimax | configure:28636: gcc -o conftest -g -O2 conftest.c >&5 | configure:28642: $? = 0 | configure:28649: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:28652: $? = 0 | configure:28659: test -s conftest | configure:28662: $? = 0 | configure:28676: result: yes | configure:28786: checking for strtol | configure:28842: gcc -o conftest -g -O2 conftest.c >&5 | configure:28848: $? = 0 | configure:28855: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:28858: $? = 0 | configure:28865: test -s conftest | configure:28868: $? = 0 | configure:28882: result: yes | configure:28902: checking for strtoll | configure:28958: gcc -o conftest -g -O2 conftest.c >&5 | configure:28964: $? = 0 | configure:28971: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:28974: $? = 0 | configure:28981: test -s conftest | configure:28984: $? = 0 | configure:28998: result: yes | configure:29022: checking for strtoul | configure:29078: gcc -o conftest -g -O2 conftest.c >&5 | configure:29084: $? = 0 | configure:29091: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:29094: $? = 0 | configure:29101: test -s conftest | configure:29104: $? = 0 | configure:29118: result: yes | configure:29138: checking for strtoull | configure:29194: gcc -o conftest -g -O2 conftest.c >&5 | configure:29200: $? = 0 | configure:29207: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:29210: $? = 0 | configure:29217: test -s conftest | configure:29220: $? = 0 | configure:29234: result: yes | configure:29257: checking whether defines strtoumax as a macro | configure:29282: result: no | configure:29290: checking for strtoumax | configure:29346: gcc -o conftest -g -O2 conftest.c >&5 | configure:29352: $? = 0 | configure:29359: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:29362: $? = 0 | configure:29369: test -s conftest | configure:29372: $? = 0 | configure:29386: result: yes | configure:29499: checking whether mkdir is declared | configure:29530: gcc -c -g -O2 conftest.c >&5 | configure:29536: $? = 0 | configure:29543: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:29546: $? = 0 | configure:29553: test -s conftest.o | configure:29556: $? = 0 | configure:29568: result: yes | configure:29758: checking absolute name of | configure:29782: result: ///usr/include/sys/stat.h | configure:29810: checking sysexits.h usability | configure:29827: gcc -c -g -O2 conftest.c >&5 | configure:29833: $? = 0 | configure:29840: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:29843: $? = 0 | configure:29850: test -s conftest.o | configure:29853: $? = 0 | configure:29864: result: yes | configure:29868: checking sysexits.h presence | configure:29883: gcc -E conftest.c | configure:29889: $? = 0 | configure:29910: result: yes | configure:29943: checking for sysexits.h | configure:29951: result: yes | configure:29991: checking whether localtime_r is compatible with its POSIX signature | configure:30021: gcc -c -g -O2 conftest.c >&5 | configure:30027: $? = 0 | configure:30034: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:30037: $? = 0 | configure:30044: test -s conftest.o | configure:30047: $? = 0 | configure:30059: result: yes | configure:30093: checking for struct timespec | configure:30169: result: yes | configure:30183: checking whether nanosleep is declared | configure:30252: result: yes | configure:30277: checking for unistd.h | configure:30283: result: yes | configure:30672: checking for vasnprintf | configure:30728: gcc -o conftest -g -O2 conftest.c >&5 | /var/tmp//cc8VnF15.o(.text+0xa): In function `main': | /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/conftest.c:289: undefined reference to `vasnprintf' | configure:30734: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | #define getline gnu_getline | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRDUP 1 | | #define strnlen rpl_strnlen | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_DECL_MKDIR 1 | | #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h" | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_R_POSIX 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_UNISTD_H 1 | | #define USE_UNLOCKED_IO 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:30768: result: no | configure:30796: checking for ptrdiff_t | configure:30826: gcc -c -g -O2 conftest.c >&5 | configure:30832: $? = 0 | configure:30839: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:30842: $? = 0 | configure:30849: test -s conftest.o | configure:30852: $? = 0 | configure:30864: result: yes | configure:30888: checking for snprintf | configure:30944: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:279: warning: conflicting types for built-in function `snprintf' | configure:30950: $? = 0 | configure:30957: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:30960: $? = 0 | configure:30967: test -s conftest | configure:30970: $? = 0 | configure:30984: result: yes | configure:30888: checking for wcslen | configure:30944: gcc -o conftest -g -O2 conftest.c >&5 | configure:30950: $? = 0 | configure:30957: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:30960: $? = 0 | configure:30967: test -s conftest | configure:30970: $? = 0 | configure:30984: result: yes | configure:31004: checking for vsnprintf | configure:31060: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:281: warning: conflicting types for built-in function `vsnprintf' | configure:31066: $? = 0 | configure:31073: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:31076: $? = 0 | configure:31083: test -s conftest | configure:31086: $? = 0 | configure:31100: result: yes | configure:31142: checking whether wcwidth is declared | configure:31185: gcc -c -g -O2 conftest.c >&5 | configure:31191: $? = 0 | configure:31198: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:31201: $? = 0 | configure:31208: test -s conftest.o | configure:31211: $? = 0 | configure:31223: result: yes | configure:31282: checking for struct stat.st_blksize | configure:31310: gcc -c -g -O2 conftest.c >&5 | configure:31316: $? = 0 | configure:31323: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:31326: $? = 0 | configure:31333: test -s conftest.o | configure:31336: $? = 0 | configure:31407: result: yes | configure:31432: checking for library containing setsockopt | configure:31473: gcc -o conftest -g -O2 conftest.c >&5 | configure:31479: $? = 0 | configure:31486: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:31489: $? = 0 | configure:31496: test -s conftest | configure:31499: $? = 0 | configure:31523: result: none required | configure:31631: checking for library containing setsockopt | configure:31722: result: none required | configure:31807: checking for sys/mtio.h | configure:31813: result: yes | configure:31971: checking which ioctl field to test for reversed bytes | configure:31994: result: mt_type | configure:32010: checking whether to build rmt | configure:32027: result: yes | configure:31745: checking for remote tape header files | configure:31767: gcc -E conftest.c | configure:31773: $? = 0 | configure:31795: result: yes | configure:32096: checking for sys/buf.h | configure:32158: result: yes | configure:32172: checking for struct stat.st_blksize | configure:32297: result: yes | configure:32337: checking for fsync | configure:32393: gcc -o conftest -g -O2 conftest.c >&5 | configure:32399: $? = 0 | configure:32406: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32409: $? = 0 | configure:32416: test -s conftest | configure:32419: $? = 0 | configure:32433: result: yes | configure:32337: checking for getdtablesize | configure:32393: gcc -o conftest -g -O2 conftest.c >&5 | configure:32399: $? = 0 | configure:32406: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32409: $? = 0 | configure:32416: test -s conftest | configure:32419: $? = 0 | configure:32433: result: yes | configure:32337: checking for lstat | configure:32433: result: yes | configure:32337: checking for mkfifo | configure:32433: result: yes | configure:32337: checking for readlink | configure:32393: gcc -o conftest -g -O2 conftest.c >&5 | configure:32399: $? = 0 | configure:32406: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32409: $? = 0 | configure:32416: test -s conftest | configure:32419: $? = 0 | configure:32433: result: yes | configure:32337: checking for strerror | configure:32433: result: yes | configure:32337: checking for symlink | configure:32393: gcc -o conftest -g -O2 conftest.c >&5 | configure:32399: $? = 0 | configure:32406: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32409: $? = 0 | configure:32416: test -s conftest | configure:32419: $? = 0 | configure:32433: result: yes | configure:32337: checking for setlocale | configure:32433: result: yes | configure:32337: checking for utimes | configure:32393: gcc -o conftest -g -O2 conftest.c >&5 | configure:32399: $? = 0 | configure:32406: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32409: $? = 0 | configure:32416: test -s conftest | configure:32419: $? = 0 | configure:32433: result: yes | configure:32443: checking whether getgrgid is declared | configure:32474: gcc -c -g -O2 conftest.c >&5 | configure:32480: $? = 0 | configure:32487: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32490: $? = 0 | configure:32497: test -s conftest.o | configure:32500: $? = 0 | configure:32512: result: yes | configure:32530: checking whether getpwuid is declared | configure:32561: gcc -c -g -O2 conftest.c >&5 | configure:32567: $? = 0 | configure:32574: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32577: $? = 0 | configure:32584: test -s conftest.o | configure:32587: $? = 0 | configure:32599: result: yes | configure:32617: checking whether time is declared | configure:32648: gcc -c -g -O2 conftest.c >&5 | configure:32654: $? = 0 | configure:32661: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32664: $? = 0 | configure:32671: test -s conftest.o | configure:32674: $? = 0 | configure:32686: result: yes | configure:32709: checking for waitpid | configure:32765: gcc -o conftest -g -O2 conftest.c >&5 | configure:32771: $? = 0 | configure:32778: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:32781: $? = 0 | configure:32788: test -s conftest | configure:32791: $? = 0 | configure:32805: result: yes | configure:32824: checking for remote shell | configure:32850: result: /usr/bin/rsh | configure:33030: checking for default archive format | configure:33049: result: GNU | configure:33052: checking for default archive | configure:33097: result: - | configure:33101: checking for default blocking | configure:33109: result: 20 | configure:33112: checking for default quoting style | configure:33125: result: escape | configure:33175: checking for ld used by GCC | configure:33239: result: /usr/bin/ld | configure:33248: checking if the linker (/usr/bin/ld) is GNU ld | configure:33261: result: yes | configure:33268: checking for shared library run path origin | configure:33281: result: done | configure:33748: checking for iconv | configure:33780: gcc -o conftest -g -O2 conftest.c >&5 | configure:33786: $? = 0 | configure:33793: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:33796: $? = 0 | configure:33803: test -s conftest | configure:33806: $? = 0 | configure:33888: result: yes | configure:33911: checking for iconv declaration | configure:33950: gcc -c -g -O2 conftest.c >&5 | conftest.c:293: error: conflicting types for `iconv' | /usr/include/iconv.h:48: error: previous declaration of `iconv' | configure:33956: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | #define getline gnu_getline | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRDUP 1 | | #define strnlen rpl_strnlen | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_DECL_MKDIR 1 | | #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h" | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_R_POSIX 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_UNISTD_H 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_PTRDIFF_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_VSNPRINTF 1 | | #define HAVE_DECL_WCWIDTH 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_SYS_BUF_H 1 | | #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_STRERROR 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 REMOTE_SHELL "/usr/bin/rsh" | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | /* end confdefs.h. */ | | | | #include | | #include | | extern | | #ifdef __cplusplus | | "C" | | #endif | | #if defined(__STDC__) || defined(__cplusplus) | | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | | #else | | size_t iconv(); | | #endif | | | | int | | main () | | { | | | | ; | | return 0; | | } | configure:33991: result: | extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:34017: checking iconv.h usability | configure:34034: gcc -c -g -O2 conftest.c >&5 | configure:34040: $? = 0 | configure:34047: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:34050: $? = 0 | configure:34057: test -s conftest.o | configure:34060: $? = 0 | configure:34071: result: yes | configure:34075: checking iconv.h presence | configure:34090: gcc -E conftest.c | configure:34096: $? = 0 | configure:34117: result: yes | configure:34150: checking for iconv.h | configure:34158: result: yes | configure:34171: checking for iconv_t | configure:34206: gcc -c -g -O2 conftest.c >&5 | configure:34212: $? = 0 | configure:34219: test -z "$ac_c_werror_flag" || test ! -s conftest.err | configure:34222: $? = 0 | configure:34229: test -s conftest.o | configure:34232: $? = 0 | configure:34244: result: yes | configure:34259: checking whether NLS is requested | configure:34268: result: yes | configure:34306: checking for msgfmt | configure: trying /usr/bin/msgfmt... | 0 translated messages. | configure:34338: result: /usr/bin/msgfmt | configure:34347: checking for gmsgfmt | configure:34378: result: /usr/bin/msgfmt | configure:34429: checking for xgettext | configure: trying /usr/bin/xgettext... | /usr/bin/xgettext: unrecognized option `--copyright-holder=' | Try `/usr/bin/xgettext --help' for more information. | configure:34464: result: no | configure:34507: checking for msgmerge | configure: trying /usr/bin/msgmerge... | /usr/bin/msgmerge: unrecognized option `--update' | Try `/usr/bin/msgmerge --help' for more information. | configure:34541: result: no | configure:34575: checking for CFPreferencesCopyAppValue | configure:34603: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:287:42: CoreFoundation/CFPreferences.h: No such file or directory | conftest.c: In function `main': | conftest.c:291: error: `NULL' undeclared (first use in this function) | conftest.c:291: error: (Each undeclared identifier is reported only once | conftest.c:291: error: for each function it appears in.) | configure:34609: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | #define getline gnu_getline | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRDUP 1 | | #define strnlen rpl_strnlen | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_DECL_MKDIR 1 | | #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h" | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_R_POSIX 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_UNISTD_H 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_PTRDIFF_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_VSNPRINTF 1 | | #define HAVE_DECL_WCWIDTH 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_SYS_BUF_H 1 | | #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_STRERROR 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 REMOTE_SHELL "/usr/bin/rsh" | | #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 const | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFPreferencesCopyAppValue(NULL, NULL) | | ; | | return 0; | | } | configure:34643: result: no | configure:34652: checking for CFLocaleCopyCurrent | configure:34680: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:287:37: CoreFoundation/CFLocale.h: No such file or directory | configure:34686: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | #define getline gnu_getline | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRDUP 1 | | #define strnlen rpl_strnlen | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_DECL_MKDIR 1 | | #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h" | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_R_POSIX 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_UNISTD_H 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_PTRDIFF_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_VSNPRINTF 1 | | #define HAVE_DECL_WCWIDTH 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_SYS_BUF_H 1 | | #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_STRERROR 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 REMOTE_SHELL "/usr/bin/rsh" | | #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 const | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFLocaleCopyCurrent(); | | ; | | return 0; | | } | configure:34720: result: no | configure:34771: checking for GNU gettext in libc | configure:34801: gcc -o conftest -g -O2 conftest.c >&5 | conftest.c:292: error: size of array `array' is negative | configure:34807: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | #define getline gnu_getline | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRDUP 1 | | #define strnlen rpl_strnlen | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_DECL_MKDIR 1 | | #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h" | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_R_POSIX 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_UNISTD_H 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_PTRDIFF_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_VSNPRINTF 1 | | #define HAVE_DECL_WCWIDTH 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_SYS_BUF_H 1 | | #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_STRERROR 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 REMOTE_SHELL "/usr/bin/rsh" | | #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 const | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | #include | | | | #ifndef __GNU_GETTEXT_SUPPORTED_REVISION | | #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) | | #endif | | typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; | | | | extern int _nl_msg_cat_cntr; | | extern int *_nl_domain_bindings; | | int | | main () | | { | | bindtextdomain ("", ""); | | return * gettext ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_domain_bindings | | ; | | return 0; | | } | configure:34841: result: no | configure:34875: checking for iconv | configure:35015: result: yes | configure:35434: checking for GNU gettext in libintl | configure:35472: gcc -o conftest -g -O2 conftest.c -lintl >&5 | conftest.c:293: error: size of array `array' is negative | configure:35478: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.16.1" | | #define PACKAGE_STRING "GNU tar 1.16.1" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.16.1" | | #define _GNU_SOURCE 1 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_SGTTY_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_SYS_DEVICE_H 1 | | #define HAVE_SYS_FILIO_H 1 | | #define HAVE_SYS_MTIO_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SYS_TPRINTF_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE__BOOL 1 | | #define HAVE_STDBOOL_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 1 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_LONG_DOUBLE 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | #define HAVE_DECL_FGETS_UNLOCKED 0 | | #define HAVE_DECL_FPUTC_UNLOCKED 0 | | #define HAVE_DECL_FPUTS_UNLOCKED 0 | | #define HAVE_DECL_FREAD_UNLOCKED 0 | | #define HAVE_DECL_FWRITE_UNLOCKED 0 | | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ALARM 1 | | #define HAVE_ISWPRINT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_LSTAT 1 | | #define HAVE_PIPE 1 | | #define HAVE_FUTIMES 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | | #define HAVE_DECL_STRERROR_R 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_GETCWD 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_TM_GMTOFF 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 0 | | #define HAVE_DECL_IMAXDIV 0 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_DECL_LCHOWN 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_DECL_STRNDUP 0 | | #define HAVE_DECL_STRNLEN 0 | | #define HAVE_UTIME_NULL 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_WINT_T 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_LONG_LONG 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA_H 1 | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 1 | | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | | #define GNULIB_FCNTL_SAFER 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_BTOWC 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_WCTYPE_H 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | | #define HAVE_FTRUNCATE 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_STRUCT_TM_TM_ZONE 1 | | #define HAVE_TM_ZONE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETLINE 0 | | #define getline gnu_getline | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_INLINE 1 | | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | | #define HAVE_LCHOWN 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MEMSET 1 | | #define HAVE_MKDTEMP 1 | | #define mktime rpl_mktime | | #define __OPENAT_PREFIX rpl_ | | #define HAVE_MBSTATE_T 1 | | #define HAVE_MBRTOWC 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_RMDIR 1 | | #define HAVE_SETENV 1 | | #define HAVE_UNSETENV 1 | | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_WCHAR_T 32 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WCHAR_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX | | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX u | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define HAVE_STRDUP 1 | | #define strnlen rpl_strnlen | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define HAVE_DECL_MKDIR 1 | | #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h" | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_TIME_R_POSIX 1 | | #define HAVE_STRUCT_TIMESPEC 1 | | #define HAVE_DECL_NANOSLEEP 1 | | #define HAVE_UNISTD_H 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_PTRDIFF_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_VSNPRINTF 1 | | #define HAVE_DECL_WCWIDTH 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_SYS_BUF_H 1 | | #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_STRERROR 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 REMOTE_SHELL "/usr/bin/rsh" | | #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 const | | #define HAVE_ICONV_H 1 | | #define HAVE_ICONV 1 | | /* end confdefs.h. */ | | #include | | | | #ifndef __GNU_GETTEXT_SUPPORTED_REVISION | | #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) | | #endif | | typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]; | | | | extern int _nl_msg_cat_cntr; | | extern | | #ifdef __cplusplus | | "C" | | #endif | | const char *_nl_expand_alias (const char *); | | int | | main () | | { | | bindtextdomain ("", ""); | | return * gettext ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_expand_alias ("") | | ; | | return 0; | | } | configure:35587: result: no | configure:35624: checking whether to use NLS | configure:35626: result: no | configure:35871: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU tar config.status 1.16.1, which was | generated by GNU Autoconf 2.60. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on tms2 | | config.status:730: creating tests/Makefile | config.status:730: creating tests/atlocal | config.status:730: creating Makefile | config.status:730: creating doc/Makefile | config.status:730: creating lib/Makefile | config.status:730: creating po/Makefile.in | config.status:730: creating scripts/Makefile | config.status:730: creating rmt/Makefile | config.status:730: creating src/Makefile | config.status:730: creating config.h | config.status:1304: executing depfiles commands | config.status:1304: executing po-directories commands | config.status:1304: executing tests/atconfig commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=i386-unknown-netbsdelf3.1 | ac_cv_c_compiler_gnu=yes | ac_cv_c_inline=inline | ac_cv_c_restrict=__restrict | ac_cv_decl_EOVERFLOW=yes | ac_cv_double_slash_root=no | ac_cv_env_CC_set= | ac_cv_env_CC_value= | ac_cv_env_CFLAGS_set= | ac_cv_env_CFLAGS_value= | ac_cv_env_CPPFLAGS_set= | ac_cv_env_CPPFLAGS_value= | ac_cv_env_CPP_set= | ac_cv_env_CPP_value= | ac_cv_env_DEFAULT_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_YACC_set= | ac_cv_env_YACC_value= | ac_cv_env_YFLAGS_set= | ac_cv_env_YFLAGS_value= | ac_cv_env_build_alias_set= | ac_cv_env_build_alias_value= | ac_cv_env_host_alias_set= | ac_cv_env_host_alias_value= | ac_cv_env_target_alias_set= | ac_cv_env_target_alias_value= | ac_cv_func___fpending=no | ac_cv_func_alarm=yes | ac_cv_func_alloca_works=yes | ac_cv_func_btowc=yes | ac_cv_func_chown_works=yes | ac_cv_func_clock_gettime=yes | ac_cv_func_clock_settime=yes | ac_cv_func_fchdir=yes | ac_cv_func_fdopendir=no | ac_cv_func_flockfile=yes | ac_cv_func_fnmatch_gnu=no | ac_cv_func_fsync=yes | ac_cv_func_ftruncate=yes | ac_cv_func_funlockfile=yes | ac_cv_func_futimes=yes | ac_cv_func_futimesat=no | ac_cv_func_getdelim=no | ac_cv_func_getdtablesize=yes | ac_cv_func_getline=no | ac_cv_func_getpagesize=yes | ac_cv_func_gettimeofday=yes | ac_cv_func_iswcntrl=yes | ac_cv_func_iswctype=yes | ac_cv_func_iswprint=yes | ac_cv_func_lchmod=yes | ac_cv_func_lchown=yes | ac_cv_func_lstat=yes | ac_cv_func_lstat_dereferences_slashed_symlink=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=no | ac_cv_func_memrchr=no | ac_cv_func_memset=yes | ac_cv_func_mkdtemp=yes | ac_cv_func_mkfifo=yes | ac_cv_func_nanotime=no | ac_cv_func_obstack=no | ac_cv_func_openat=no | ac_cv_func_pathconf=yes | ac_cv_func_pipe=yes | ac_cv_func_readlink=yes | ac_cv_func_rmdir=yes | ac_cv_func_rpmatch=no | ac_cv_func_setenv=yes | ac_cv_func_setlocale=yes | ac_cv_func_snprintf=yes | ac_cv_func_stpcpy=no | ac_cv_func_strchrnul=no | ac_cv_func_strdup=yes | ac_cv_func_strerror=yes | ac_cv_func_strerror_r=no | ac_cv_func_strerror_r_char_p=no | ac_cv_func_strncasecmp=yes | ac_cv_func_strnlen_working=no | 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_unsetenv=yes | ac_cv_func_utime_null=yes | ac_cv_func_utimes=yes | ac_cv_func_vasnprintf=no | 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_wcwidth=yes | ac_cv_func_wmemchr=yes | ac_cv_func_wmemcpy=yes | ac_cv_func_wmempcpy=no | ac_cv_func_working_mktime=no | ac_cv_gnu_library_2_1=no | ac_cv_have_decl___fpending=no | ac_cv_have_decl_clearerr_unlocked=no | ac_cv_have_decl_feof_unlocked=no | ac_cv_have_decl_ferror_unlocked=no | ac_cv_have_decl_fflush_unlocked=no | ac_cv_have_decl_fgets_unlocked=no | ac_cv_have_decl_fputc_unlocked=no | ac_cv_have_decl_fputs_unlocked=no | ac_cv_have_decl_fread_unlocked=no | ac_cv_have_decl_fwrite_unlocked=no | ac_cv_have_decl_getc_unlocked=yes | ac_cv_have_decl_getchar_unlocked=yes | ac_cv_have_decl_getcwd=yes | ac_cv_have_decl_getdelim=no | ac_cv_have_decl_getenv=yes | ac_cv_have_decl_getgrgid=yes | ac_cv_have_decl_getline=no | ac_cv_have_decl_getpwuid=yes | ac_cv_have_decl_imaxabs=no | ac_cv_have_decl_imaxdiv=no | ac_cv_have_decl_isblank=yes | ac_cv_have_decl_lchown=yes | ac_cv_have_decl_memrchr=no | ac_cv_have_decl_mkdir=yes | ac_cv_have_decl_nanosleep=yes | ac_cv_have_decl_program_invocation_name=no | ac_cv_have_decl_program_invocation_short_name=no | ac_cv_have_decl_putc_unlocked=yes | ac_cv_have_decl_putchar_unlocked=yes | ac_cv_have_decl_strdup=yes | ac_cv_have_decl_strerror_r=no | ac_cv_have_decl_strncasecmp=yes | ac_cv_have_decl_strndup=no | ac_cv_have_decl_strnlen=no | ac_cv_have_decl_strtoimax=yes | ac_cv_have_decl_strtoumax=yes | ac_cv_have_decl_time=yes | ac_cv_have_decl_vsnprintf=yes | ac_cv_have_decl_wcwidth=yes | ac_cv_header_OS_h=no | ac_cv_header_dirent_dirent_h=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_features_h=no | ac_cv_header_iconv_h=yes | ac_cv_header_inttypes_h=yes | ac_cv_header_linewrap_h=no | ac_cv_header_linux_fd_h=no | 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_sgtty_h=yes | ac_cv_header_stat_broken=no | ac_cv_header_stdbool_h=yes | ac_cv_header_stdc=yes | ac_cv_header_stdint_h=yes | ac_cv_header_stdio_ext_h=no | ac_cv_header_stdlib_h=yes | ac_cv_header_string_h=yes | ac_cv_header_strings_h=yes | ac_cv_header_stropts_h=no | ac_cv_header_sys_bitypes_h=no | ac_cv_header_sys_buf_h=yes | ac_cv_header_sys_device_h=yes | ac_cv_header_sys_filio_h=yes | ac_cv_header_sys_gentape_h=no | ac_cv_header_sys_inet_h=no | ac_cv_header_sys_inttypes_h=yes | ac_cv_header_sys_io_trioctl_h=no | ac_cv_header_sys_mtio_h=yes | ac_cv_header_sys_param_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=yes | 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_unistd_h=yes | ac_cv_header_utime_h=yes | ac_cv_header_wchar_h=yes | ac_cv_header_wctype_h=yes | ac_cv_host=i386-unknown-netbsdelf3.1 | ac_cv_lib_error_at_line=no | ac_cv_member_struct_stat_st_atim_tv_nsec=no | ac_cv_member_struct_stat_st_atimespec_tv_nsec=yes | ac_cv_member_struct_stat_st_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='/usr/bin/grep -E' | ac_cv_path_GMSGFMT=/usr/bin/msgfmt | ac_cv_path_GREP=/usr/bin/grep | ac_cv_path_MSGFMT=/usr/bin/msgfmt | ac_cv_path_MSGMERGE=: | ac_cv_path_XGETTEXT=: | ac_cv_path_install='/usr/bin/install -c' | ac_cv_prog_AWK=awk | ac_cv_prog_CPP='gcc -E' | ac_cv_prog_ac_ct_CC=gcc | ac_cv_prog_ac_ct_RANLIB=ranlib | ac_cv_prog_cc_c89= | ac_cv_prog_cc_g=yes | ac_cv_prog_make_make_set=yes | ac_cv_safe_to_define___extensions__=yes | ac_cv_search_clock_gettime='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=no | ac_cv_sys_large_files=no | ac_cv_sys_largefile_CC=no | ac_cv_sys_long_file_names=yes | ac_cv_sys_pending_output_n_bytes='fp->_p - fp->_bf._base' | 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=yes | ac_cv_type_long_long_int=yes | ac_cv_type_major_t=no | ac_cv_type_mbstate_t=yes | ac_cv_type_minor_t=no | ac_cv_type_mode_t=yes | ac_cv_type_off_t=yes | ac_cv_type_pid_t=yes | ac_cv_type_ptrdiff_t=yes | ac_cv_type_signal=void | ac_cv_type_size_t=yes | ac_cv_type_uid_t=yes | ac_cv_type_unsigned_long_long_int=yes | ac_cv_win_or_dos=no | ac_cv_working_alloca_h=no | 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_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_working_getline=no | am_cv_langinfo_codeset=yes | am_cv_lib_iconv=no | am_cv_prog_tar_ustar=plaintar | am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' | am_cv_proto_iconv_arg1=const | diff_cv_st_fstype_string=no | fu_cv_sys_struct_timespec=yes | fu_cv_sys_struct_utimbuf=yes | gl_cv_absolute_fcntl_h=///usr/include/fcntl.h | gl_cv_absolute_inttypes_h=///usr/include/inttypes.h | gl_cv_absolute_stdint_h=///usr/include/stdint.h | gl_cv_absolute_sys_stat_h=///usr/include/sys/stat.h | gl_cv_bitsizeof_ptrdiff_t=32 | gl_cv_bitsizeof_sig_atomic_t=32 | gl_cv_bitsizeof_size_t=32 | gl_cv_bitsizeof_wchar_t=32 | gl_cv_bitsizeof_wint_t=32 | gl_cv_c_inline_effective=yes | gl_cv_compound_literals=yes | gl_cv_func_chown_follows_symlink=yes | gl_cv_func_getcwd_abort_bug=no | gl_cv_func_getcwd_null=yes | gl_cv_func_getcwd_path_max=yes | gl_cv_func_malloc_0_nonnull=1 | gl_cv_func_mbrtowc=yes | gl_cv_func_re_compile_pattern_working=no | gl_cv_func_strndup=no | gl_cv_func_va_copy=yes | gl_cv_func_working_utimes=yes | gl_cv_have_arbitrary_file_name_length_limit=yes | gl_cv_header_inttypes_h=yes | gl_cv_header_stdint_h=yes | gl_cv_header_working_fcntl_h='no (bad O_NOATIME)' | gl_cv_header_working_inttypes_h=no | gl_cv_header_working_stdint_h=no | gl_cv_minmax_in_limits_h=no | gl_cv_minmax_in_sys_param_h=yes | gl_cv_time_r_posix=yes | gl_cv_type_ptrdiff_t_signed=yes | gl_cv_type_ptrdiff_t_suffix= | gl_cv_type_sig_atomic_t_signed=yes | gl_cv_type_sig_atomic_t_suffix= | gl_cv_type_size_t_signed=no | gl_cv_type_size_t_suffix=u | gl_cv_type_wchar_t_signed=yes | gl_cv_type_wchar_t_suffix= | gl_cv_type_wint_t_signed=yes | gl_cv_type_wint_t_suffix= | gt_cv_c_intmax_t=yes | gt_cv_c_long_double=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=no | gt_cv_func_gnugettext3_libintl=no | gt_cv_func_unsetenv_ret=int | gt_cv_inttypes_pri_broken=no | gt_cv_ssize_t=yes | jm_cv_func_gettimeofday_clobber=no | jm_cv_func_strtoimax_macro=no | jm_cv_func_strtoumax_macro=no | jm_cv_struct_dirent_d_ino=yes | pu_cv_header_mtio_check_field=mt_type | pu_cv_header_rmt=yes | tar_cv_path_RSH=/usr/bin/rsh | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ABSOLUTE_FCNTL_H='"///usr/include/fcntl.h"' | ABSOLUTE_INTTYPES_H='"///usr/include/inttypes.h"' | ABSOLUTE_STDINT_H='"///usr/include/stdint.h"' | ABSOLUTE_SYS_STAT_H='"///usr/include/sys/stat.h"' | ACLOCAL='${SHELL} /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/build-aux/missing --run aclocal-1.9' | ALLOCA='' | ALLOCA_H='alloca.h' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='${SHELL} /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/build-aux/missing --run tar' | AUTOCONF='${SHELL} /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/build-aux/missing --run autoconf' | AUTOHEADER='${SHELL} /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/build-aux/missing --run autoheader' | AUTOM4TE='${SHELL} /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/build-aux/missing --run autom4te' | AUTOMAKE='${SHELL} /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/build-aux/missing --run automake-1.9' | AWK='awk' | 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='32' | BITSIZEOF_SIG_ATOMIC_T='32' | BITSIZEOF_SIZE_T='32' | BITSIZEOF_WCHAR_T='32' | BITSIZEOF_WINT_T='32' | CC='gcc' | CCDEPMODE='depmode=gcc3' | CFLAGS='-g -O2' | 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='/usr/bin/grep -E' | EOVERFLOW='' | EXEEXT='' | FCNTL_H='fcntl.h' | FNMATCH_H='fnmatch.h' | GETOPT_H='getopt.h' | GLIBC21='no' | GL_COND_LIBTOOL_FALSE='' | GL_COND_LIBTOOL_TRUE='#' | GMSGFMT='/usr/bin/msgfmt' | GMSGFMT_015=':' | GREP='/usr/bin/grep' | HAVE_DECL_IMAXABS='0' | HAVE_DECL_IMAXDIV='0' | HAVE_DECL_STRTOIMAX='1' | HAVE_DECL_STRTOUMAX='1' | HAVE_INTTYPES_H='1' | HAVE_LONG_LONG_INT='1' | HAVE_SIGNED_SIG_ATOMIC_T='1' | HAVE_SIGNED_WCHAR_T='1' | HAVE_SIGNED_WINT_T='1' | HAVE_STDINT_H='1' | HAVE_SYS_BITYPES_H='0' | HAVE_SYS_INTTYPES_H='1' | HAVE_SYS_TYPES_H='1' | HAVE_UNSIGNED_LONG_LONG_INT='1' | HAVE_WCHAR_H='1' | HAVE__BOOL='1' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' | INTLLIBS='' | INTL_MACOSX_LIBS='' | INTTYPES_H='inttypes.h' | LDFLAGS='' | LIBICONV='' | LIBINTL='' | LIBOBJS='' | LIBS='' | LIBTAR_LIBDEPS='' | LIBTAR_LTLIBDEPS='' | LIB_CLOCK_GETTIME='' | LIB_SETSOCKOPT='' | LTLIBICONV='' | LTLIBINTL='' | LTLIBOBJS='' | MAKEINFO='${SHELL} /usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/build-aux/missing --run makeinfo' | MSGFMT='/usr/bin/msgfmt' | MSGFMT_015=':' | MSGMERGE=':' | OBJEXT='o' | PACKAGE='tar' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_NAME='GNU tar' | PACKAGE_STRING='GNU tar 1.16.1' | PACKAGE_TARNAME='tar' | PACKAGE_VERSION='1.16.1' | PATH_SEPARATOR=':' | POSUB='' | PRIPTR_PREFIX='"l"' | PRI_MACROS_BROKEN='0' | PTRDIFF_T_SUFFIX='' | PU_RMT_PROG='rmt$(EXEEXT)' | RANLIB='ranlib' | SET_MAKE='' | SHELL='/bin/ksh' | SIG_ATOMIC_T_SUFFIX='' | SIZE_T_SUFFIX='u' | STDBOOL_H='' | STDINT_H='stdint.h' | STRIP='' | SYSEXITS_H='' | SYS_STAT_H='sys/stat.h' | UNISTD_H='' | USE_NLS='no' | VERSION='1.16.1' | WCHAR_T_SUFFIX='' | WINT_T_SUFFIX='' | XGETTEXT=':' | XGETTEXT_015=':' | YACC='yacc' | YFLAGS='' | ac_ct_CC='gcc' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__include='include' | am__leading_dot='.' | am__quote='' | am__tar='tar chf - "$$tardir"' | am__untar='tar xf -' | bindir='${exec_prefix}/bin' | build='i386-unknown-netbsdelf3.1' | build_alias='' | build_cpu='i386' | build_os='netbsdelf3.1' | build_vendor='unknown' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | gl_LIBOBJS=' __fpending.o argmatch.o asnprintf.o backupfile.o basename.o chdir-long.o close-stream.o closeout.o creat-safer.o dirname.o dup-safer.o error.o exclude.o exitfail.o fchmodat.o fd-safer.o fnmatch.o getdelim.o getline.o getopt.o getopt1.o gettime.o hash.o human.o imaxtostr.o mbchar.o mempcpy.o memrchr.o mkdirat.o mktime.o modechange.o obstack.o offtostr.o open-safer.o openat.o openat-die.o openat-proc.o pipe-safer.o printf-args.o printf-parse.o quote.o quotearg.o regex.o rpmatch.o safe-read.o safe-write.o save-cwd.o savedir.o stpcpy.o strcasecmp.o strchrnul.o stripslash.o strndup.o strnlen.o tempname.o uinttostr.o umaxtostr.o unlinkdir.o utimens.o vasnprintf.o xgetcwd.o xmalloc.o xstrtol.o xstrtoul.o' | gl_LTLIBOBJS=' __fpending.lo argmatch.lo asnprintf.lo backupfile.lo basename.lo chdir-long.lo close-stream.lo closeout.lo creat-safer.lo dirname.lo dup-safer.lo error.lo exclude.lo exitfail.lo fchmodat.lo fd-safer.lo fnmatch.lo getdelim.lo getline.lo getopt.lo getopt1.lo gettime.lo hash.lo human.lo imaxtostr.lo mbchar.lo mempcpy.lo memrchr.lo mkdirat.lo mktime.lo modechange.lo obstack.lo offtostr.lo open-safer.lo openat.lo openat-die.lo openat-proc.lo pipe-safer.lo printf-args.lo printf-parse.lo quote.lo quotearg.lo regex.lo rpmatch.lo safe-read.lo safe-write.lo save-cwd.lo savedir.lo stpcpy.lo strcasecmp.lo strchrnul.lo stripslash.lo strndup.lo strnlen.lo tempname.lo uinttostr.lo umaxtostr.lo unlinkdir.lo utimens.lo vasnprintf.lo xgetcwd.lo xmalloc.lo xstrtol.lo xstrtoul.lo' | host='i386-unknown-netbsdelf3.1' | host_alias='' | host_cpu='i386' | host_os='netbsdelf3.1' | host_vendor='unknown' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='/usr/home/ray/installers/gnu/tar/1.16.1/tar-1.16.1/build-aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='${datarootdir}/man' | mkdir_p='$(mkinstalldirs)' | oldincludedir='/usr/include' | pdfdir='${docdir}' | prefix='/usr/local' | program_transform_name='s,x,x,' | psdir='${docdir}' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | sysconfdir='${prefix}/etc' | target_alias='' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | #define PACKAGE_NAME "GNU tar" | #define PACKAGE_TARNAME "tar" | #define PACKAGE_VERSION "1.16.1" | #define PACKAGE_STRING "GNU tar 1.16.1" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "tar" | #define VERSION "1.16.1" | #define _GNU_SOURCE 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FCNTL_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_DEVICE_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_MTIO_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TPRINTF_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_BUF_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_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 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_LONG_DOUBLE 1 | #define restrict __restrict | #define HAVE_DECL_GETENV 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | #define HAVE_DECL_FEOF_UNLOCKED 0 | #define HAVE_DECL_FERROR_UNLOCKED 0 | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | #define HAVE_DECL_FREAD_UNLOCKED 0 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 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_LCHMOD 1 | #define HAVE_FCHDIR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ALARM 1 | #define HAVE_ISWPRINT 1 | #define HAVE_MBSINIT 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_LSTAT 1 | #define HAVE_PIPE 1 | #define HAVE_FUTIMES 1 | #define HAVE_WCWIDTH 1 | #define HAVE_STRERROR 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_DECL_MEMRCHR 0 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 | #define HAVE_DECL_STRERROR_R 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_DECL_GETCWD 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_DECL_NANOSLEEP 1 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_TM_GMTOFF 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX u | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 0 | #define HAVE_DECL_IMAXDIV 0 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_DECL_LCHOWN 1 | #define HAVE_LANGINFO_CODESET 1 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_DECL_STRNDUP 0 | #define HAVE_DECL_STRNLEN 0 | #define HAVE_UTIME_NULL 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_WCHAR_T 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_LONG_LONG 1 | #define HAVE_INTMAX_T 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ALLOCA_H 1 | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | #define __OPENAT_PREFIX rpl_ | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 1 | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h" | #define GNULIB_FCNTL_SAFER 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_DECL_ISBLANK 1 | #define HAVE_BTOWC 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define fnmatch gnu_fnmatch | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_p - fp->_bf._base | #define HAVE_FTRUNCATE 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_DECL_GETLINE 0 | #define getline gnu_getline | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define HAVE_INLINE 1 | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h" | #define HAVE_LCHOWN 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMSET 1 | #define HAVE_MKDTEMP 1 | #define mktime rpl_mktime | #define __OPENAT_PREFIX rpl_ | #define HAVE_MBSTATE_T 1 | #define HAVE_MBRTOWC 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_DECL_ISBLANK 1 | #define HAVE_RMDIR 1 | #define HAVE_SETENV 1 | #define HAVE_UNSETENV 1 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1 | #define ABSOLUTE_STDINT_H "///usr/include/stdint.h" | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_WCHAR_T 32 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WCHAR_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX u | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_STRNCASECMP 1 | #define HAVE_DECL_STRNCASECMP 1 | #define HAVE_STRDUP 1 | #define strnlen rpl_strnlen | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_DECL_MKDIR 1 | #define ABSOLUTE_SYS_STAT_H "///usr/include/sys/stat.h" | #define HAVE_SYSEXITS_H 1 | #define HAVE_TIME_R_POSIX 1 | #define HAVE_STRUCT_TIMESPEC 1 | #define HAVE_DECL_NANOSLEEP 1 | #define HAVE_UNISTD_H 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_PTRDIFF_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_DECL_WCWIDTH 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_SYS_BUF_H 1 | #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_STRERROR 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 REMOTE_SHELL "/usr/bin/rsh" | #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 const | #define HAVE_ICONV_H 1 | #define HAVE_ICONV 1 | | configure: exit 0