## ------------------------ ## ## GNU tar 1.26 test suite. ## ## ------------------------ ## testsuite: command line was: $ ./testsuite ## ----------- ## ## ChangeLogs. ## ## ----------- ## testsuite: ../ChangeLog: | 2011-03-12 Sergey Poznyakoff | | Version 1.26 | * NEWS, configure.ac: Update. | * po/POTFILES.in: Remove paxexit.c (see bb971a1e). | | 2011-03-08 Paul Eggert | | --atime-preserve=replace: fix correctness and performance bugs | reported by Eric Blake in ## --------- ## ## Platform. ## ## --------- ## hostname = uname -m = uname -r = 1 uname -s = AIX uname -v = 6 /usr/bin/uname -p = powerpc /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 = 6.1.0.0 /bin/universe = unknown PATH: /home/kushida/gcc463/tar-1.26/tests PATH: /home/kushida/gcc463/tar-1.26/src PATH: /home/kushida/gcc463/tar-1.26/build-aux PATH: /home/kushida/gcc463/tar-1.26 PATH: /home/kushida/GNU/m4/bin PATH: /opt/ofort90/bin PATH: /opt/ofort90/lbin PATH: /usr/vac/bin PATH: /usr/bin PATH: /etc PATH: /usr/sbin PATH: /usr/ucb PATH: /usr/bin/X11 PATH: /sbin PATH: /usr/java5/jre/bin PATH: /usr/java5/bin PATH: /opt/freeware/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='/home/kushida/gcc463/tar-1.26/tests' | at_srcdir='.' | abs_srcdir='/home/kushida/gcc463/tar-1.26/tests' | at_top_srcdir='..' | abs_top_srcdir='/home/kushida/gcc463/tar-1.26' | at_top_build_prefix='../' | abs_top_builddir='/home/kushida/gcc463/tar-1.26' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/sh'} testsuite: atlocal: | # tests/atlocal. Generated from atlocal.in by configure. -*- shell-script -*- | # Configurable variable values for tar test suite. | # Copyright (C) 2004, 2006 Free Software Foundation, Inc. | | PATH=/home/kushida/gcc463/tar-1.26/tests:/home/kushida/gcc463/tar-1.26/src:/home/kushida/gcc463/tar-1.26/build-aux:$top_srcdir:$srcdir:$PATH | | XFAILFILE=$abs_builddir/.badversion | | trap "test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15 | | TEST_DATA_URL=ftp://download.gnu.org.ua/pub/tests/tar | if test -z "$TEST_DATA_DIR"; then | TEST_DATA_DIR=$abs_builddir | fi | | STAR_DATA_URL=ftp://ftp.berlios.de/pub/star/testscripts | if test -z "$STAR_TESTSCRIPTS"; then | STAR_TESTSCRIPTS=$TEST_DATA_DIR | fi | | # tarball_prereq file sum dir url | tarball_prereq() { | if test -d "$3"; then | if test -r $3/$1; then | : | elif test -n "$FULL_TEST"; then | wget -q --directory-prefix=$3 $4/$1 | fi | fi | echo "$2 $3/$1" | md5sum --status --check - >/dev/null 2>&1 | } | | decho() { | echo $* | echo >&2 $* | } ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./testsuite.at:112: /home/kushida/gcc463/tar-1.26/src/tar --version tar (GNU tar) 1.26 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Thu Mar 29 15:51:28 JST 2012 1. tar version (version.at:19): ok (0m0.00s 0m0.00s) 2. decompressing from stdin (pipe.at:30): ok (0m0.08s 0m0.06s) 3. mixing options (options.at:24): ok (0m0.00s 0m0.00s) 4. interspersed options (options02.at:26): ok (0m0.00s 0m0.00s) 5. files-from: empty entries (T-empty.at:26): ok (0m0.01s 0m0.01s) 6. files-from: 0-separated file without -0 (T-null.at:21): ok (0m0.01s 0m0.01s) 7. tar --index-file=FILE --file=- (indexfile.at:26): ok (0m0.04s 0m0.03s) 8. tar cvf - (verbose.at:26): ok (0m0.05s 0m0.03s) 9. append (append.at:21): ok (0m0.05s 0m0.03s) 10. appending files with long names (append01.at:29): ok (0m0.04s 0m0.03s) 11. append vs. create (append02.at:54): ok (0m0.06s 0m0.04s) 12. append with name transformation (append03.at:19): ok (0m0.05s 0m0.03s) 13. transforming hard links on create (xform-h.at:30): ok (0m0.08s 0m0.06s) 14. transformations and GNU volume labels (xform01.at:26): ok (0m0.01s 0m0.00s) 15. exclude (exclude.at:23): ok (0m0.04s 0m0.03s) 16. exclude wildcards (exclude01.at:17): ok (0m0.13s 0m0.12s) 17. exclude: anchoring (exclude02.at:17): ok (0m0.14s 0m0.13s) 18. exclude: wildcards match slash (exclude03.at:17): ok (0m0.12s 0m0.11s) 19. exclude: case insensitive (exclude04.at:17): ok (0m0.13s 0m0.12s) 20. exclude: lots of excludes (exclude05.at:19): ok (0m20.27s 0m1.00s) 21. exclude: long files in pax archives (exclude06.at:24): ok (0m0.02s 0m0.02s) 22. deleting a member after a big one (delete01.at:23): ok (0m0.05s 0m0.03s) 23. deleting a member from stdin archive (delete02.at:23): ok (0m0.06s 0m0.06s) 24. deleting members with long names (delete03.at:21): ok (0m0.04s 0m0.04s) 25. deleting a large last member (delete04.at:23): ok (0m0.09s 0m0.07s) 26. deleting non-existing member (delete05.at:27): ok (0m0.06s 0m0.04s) 27. extract over an existing directory (extrac01.at:23): ok (0m0.03s 0m0.02s) 28. extracting symlinks over an existing file (extrac02.at:23): ok (0m0.04s 0m0.03s) 29. extraction loops (extrac03.at:23): ok (0m0.04s 0m0.02s) 30. extract + fnmatch (extrac04.at:23): ok (0m0.07s 0m0.06s) 31. extracting selected members from pax (extrac05.at:30): ok (0m0.01s 0m0.01s) 32. mode of extracted directories (extrac06.at:33): ok (0m0.07s 0m0.05s) 33. extracting symlinks to a read-only dir (extrac07.at:27): ok (0m0.01s 0m0.01s) 34. restoring mode on existing directory (extrac08.at:33): ok (0m0.05s 0m0.04s) 36. -C and delayed setting of metadata (extrac10.at:27): ok (0m0.00s 0m0.00s) 37. scarce file descriptors (extrac11.at:23): ok (0m0.02s 0m0.04s) 38. extract dot permissions (extrac12.at:23): ok (0m0.01s 0m0.00s) 39. extract over symlinks (extrac13.at:24): ok (0m0.01s 0m0.01s) 40. extract -C symlink (extrac14.at:23): ok (0m0.00s 0m0.00s) 41. extract parent mkdir failure (extrac15.at:23): ok (0m0.01s 0m0.01s) 42. extract empty directory with -C (extrac16.at:24): ok (0m0.00s 0m0.00s) 43. name matching/transformation ordering (extrac17.at:19): ok (0m0.05s 0m0.03s) 44. single-volume label (label01.at:19): ok (0m0.03s 0m0.02s) 45. multi-volume label (label02.at:19): ok (0m0.03s 0m0.02s) 46. test-label option (label03.at:25): ok (0m0.06s 0m0.04s) 47. label with non-create option (label04.at:25): ok (0m0.03s 0m0.02s) 48. label with non-create option (label05.at:22): ok (0m0.03s 0m0.02s) 49. extracting existing dir with --backup (backup01.at:33): ok (0m0.04s 0m0.03s) 50. gzip (gzip.at:23): ok (0m0.01s 0m0.00s) 51. incremental (incremental.at:23): ok (0m0.04s 0m0.03s) 52. restore broken symlinks from incremental (incr01.at:27): ok (0m0.04s 0m0.03s) 53. restoring timestamps from incremental (incr02.at:32): ok (0m0.03s 0m0.04s) 54. --listed for individual files (listed01.at:26): ok (0m0.03s 0m0.02s) 55. working --listed (listed02.at:28): ok (0m0.07s 0m0.08s) 57. --listed-incremental and --one-file-system (listed04.at:24): ok (0m0.01s 0m0.00s) 58. renamed files in incrementals (incr03.at:28): ok (0m0.07s 0m0.07s) 59. proper icontents initialization (incr04.at:29): ok (0m0.09s 0m0.22s) 60. incremental dumps with -C (incr05.at:19): ok (0m0.03s 0m0.04s) 61. incremental dumps of nested directories (incr06.at:19): ok (0m0.06s 0m0.11s) 62. file removed as we read it (ca. 22 seconds) (filerem01.at:34): ok (0m0.02s 0m0.02s) 63. toplevel file removed (ca. 24 seconds) (filerem02.at:24): ok (0m0.02s 0m0.02s) 64. renamed dirs in incrementals (rename01.at:24): ok (0m0.07s 0m0.07s) 65. move between hierarchies (rename02.at:24): ok (0m0.08s 0m0.09s) 66. cyclic renames (rename03.at:23): ok (0m0.09s 0m0.11s) 67. renamed directory containing subdirectories (rename04.at:27): ok (0m0.06s 0m0.06s) 68. renamed subdirectories (rename05.at:24): ok (0m0.07s 0m0.07s) 69. changed file types in incrementals (chtype.at:27): ok (0m0.08s 0m0.10s) 70. ignfail (ignfail.at:23): ok (0m0.09s 0m0.08s) 71. link count gt 2 (link01.at:33): ok (0m0.06s 0m0.04s) 72. preserve hard links with --remove-files (link02.at:32): ok (0m0.05s 0m0.04s) 73. working -l with --remove-files (link03.at:24): ok (0m0.08s 0m0.07s) 74. link count is 1 but multiple occurrences (link04.at:29): ok (0m0.07s 0m0.05s) 75. long names in V7 archives (longv7.at:24): ok (0m0.01s 0m0.00s) 76. long file names divisible by block size (long01.at:28): ok (0m0.03s 0m0.03s) 77. ustar: unsplittable file name (lustar01.at:21): ok (0m0.00s 0m0.00s) 78. ustar: unsplittable path name (lustar02.at:21): ok (0m0.01s 0m0.01s) 79. ustar: splitting long names (lustar03.at:21): ok (0m0.01s 0m0.01s) 80. multivolume dumps from pipes (multiv01.at:23): ok (0m0.03s 0m0.02s) 81. skipping a straddling member (multiv02.at:28): ok (0m0.03s 0m0.02s) 82. MV archive & long filenames (multiv03.at:30): ok (0m0.03s 0m0.02s) 83. split directory members in a MV archive (multiv04.at:36): ok (0m0.11s 0m0.70s) 84. Restoring after an out of sync volume (multiv05.at:26): ok (0m0.04s 0m0.03s) 85. Multivolumes with L=record_size (multiv06.at:27): ok (0m0.02s 0m0.01s) 86. volumes split at an extended header (multiv07.at:26): skipped (multiv07.at:29) 87. multivolume header creation (multiv08.at:23): ok (0m0.01s 0m0.00s) 88. old archives (old.at:23): ok (0m0.00s 0m0.00s) 89. recurse (recurse.at:21): ok (0m0.04s 0m0.03s) 90. working -C with --same-order (same-order01.at:26): ok (0m0.06s 0m0.05s) 91. multiple -C options (same-order02.at:25): ok (0m0.06s 0m0.05s) 92. short records (shortrec.at:25): ok (0m0.05s 0m0.05s) 93. sparse files (sparse01.at:21): ok (0m0.10s 0m0.08s) 94. extracting sparse file over a pipe (sparse02.at:21): ok (0m0.09s 0m0.10s) 95. storing sparse files > 8G (sparse03.at:21): skipped (sparse03.at:29) 96. storing long sparse file names (sparse04.at:21): ok (0m0.01s 0m0.00s) 97. sparse files in MV archives (sparsemv.at:21): ok (0m0.04s 0m0.04s) 98. sparse files in PAX MV archives, v.0.0 (spmvp00.at:21): ok (0m0.02s 0m0.02s) 99. sparse files in PAX MV archives, v.0.1 (spmvp01.at:21): ok (0m0.02s 0m0.02s) 100. sparse files in PAX MV archives, v.1.0 (spmvp10.at:21): ok (0m0.02s 0m0.02s) 101. update unchanged directories (update.at:28): ok (0m0.07s 0m0.05s) 102. update directories (update01.at:29): ok (0m0.07s 0m0.06s) 103. update changed files (update02.at:26): ok (0m0.07s 0m0.06s) 104. verify (verify.at:25): ok (0m0.03s 0m0.02s) 105. volume (volume.at:23): ok (0m0.02s 0m0.01s) 106. volume header size (volsize.at:29): skipped (volsize.at:32) 107. compressed format recognition (comprec.at:21): ok (0m0.06s 0m0.05s) 108. short input files (shortfile.at:26): ok (0m0.00s 0m0.00s) 109. updating short archives (shortupd.at:29): ok (0m0.02s 0m0.01s) 110. truncate (truncate.at:29): ok (0m0.07s 0m0.05s) 111. grow (grow.at:24): ok (0m2.30s 0m1.26s) 112. remove-files with compression (remfiles01.at:28): ok (0m0.02s 0m0.01s) 113. remove-files with compression: grand-child (remfiles02.at:28): ok (0m0.02s 0m0.01s) 114. remove-files with symbolic links (remfiles03.at:28): ok (0m0.01s 0m0.00s) 115. sigpipe handling (sigpipe.at:19): ok (0m0.00s 0m0.00s) 116. gtarfail (gtarfail.at:21): skipped (gtarfail.at:26) 117. gtarfail2 (gtarfail2.at:21): skipped (gtarfail2.at:26) 118. multi-fail (multi-fail.at:21): skipped (multi-fail.at:26) 119. ustar-big-2g (ustar-big-2g.at:21): skipped (ustar-big-2g.at:26) 120. ustar-big-8g (ustar-big-8g.at:21): skipped (ustar-big-8g.at:26) 121. pax-big-10g (pax-big-10g.at:21): skipped (pax-big-10g.at:26) testsuite: ending at: Thu Mar 29 15:56:19 JST 2012 testsuite: test suite duration: 0h 4m 51s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 112 tests were run, 2 failed unexpectedly. 9 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU tar 1.26 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 35: extrac09.at:22 no need to save dir with unreadable . and .. extract extrac09 56: listed03.at:22 incremental dump when the parent directory is unreadable listed incremental listed03 Skipped tests: GNU tar 1.26 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 86: multiv07.at:26 volumes split at an extended header multivolume multiv multiv07 xsplit 95: sparse03.at:21 storing sparse files > 8G sparse sparse03 106: volsize.at:29 volume header size volume volsize 116: gtarfail.at:21 gtarfail star gtarfail 117: gtarfail2.at:21 gtarfail2 star gtarfail2 118: multi-fail.at:21 multi-fail star multivolume multiv multi-fail 119: ustar-big-2g.at:21 ustar-big-2g star ustar-big-2g 120: ustar-big-8g.at:21 ustar-big-8g star ustar-big-8g 121: pax-big-10g.at:21 pax-big-10g star pax-big-10g ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 35. extrac09.at:22: testing ... ./extrac09.at:25: mkdir gnu (cd gnu TEST_TAR_FORMAT=gnu export TEST_TAR_FORMAT TAR_OPTIONS="-H gnu" export TAR_OPTIONS rm -rf * echo test > 3080288 chmod 0 3080288 cat 3080288 > /dev/null 2>&1 result=0 rm -f 3080288 test -eq 0 && exit 77 mkdir dir mkdir dir/sub mkdir dir/sub/extract genfile --file dir/sub/f cd dir/sub tar -cf archive.tar f chmod a-r . .. tar -xvf archive.tar -C extract f status=$? chmod a+r . .. cmp f extract/f || status=$? exit $status ) Not enabling shell tracing (command contains an embedded newline) 0a1,2 > tar: unable to record current working directory: Permission denied > cmp: cannot open extract/f ./extrac09.at:25: exit code was 2, expected 0 35. extrac09.at:22: 35. no need to save dir with unreadable . and .. (extrac09.at:22): FAILED (extrac09.at:25) # -*- compilation -*- 56. listed03.at:22: testing ... ./listed03.at:25: mkdir gnu (cd gnu TEST_TAR_FORMAT=gnu export TEST_TAR_FORMAT TAR_OPTIONS="-H gnu" export TAR_OPTIONS rm -rf * echo test > 3080288 chmod 0 3080288 cat 3080288 > /dev/null 2>&1 result=0 rm -f 3080288 test -eq 0 && exit 77 mkdir dir mkdir dir/sub mkdir dir/sub/a genfile --file dir/sub/a/file cd dir/sub chmod a-r .. tar -c -f archive.tar --listed-incremental=db.1 -v a status=$? chmod a+r .. exit $status ) Not enabling shell tracing (command contains an embedded newline) 0a1 > tar: Cannot get working directory: Permission denied 1a3,4 > tar: Cannot get working directory: Permission denied > tar: Cannot get working directory: Permission denied 56. listed03.at:22: 56. incremental dump when the parent directory is unreadable (listed03.at:22): FAILED (listed03.at:25) ## ------------- ## ## ../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.26, which was | generated by GNU Autoconf 2.63. Invocation command line was | | $ ./configure --prefix=/home/kushida/GNU/tar | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = sr16k.edo.jaea.go.jp | uname -m = 00F623204C00 | uname -r = 1 | uname -s = AIX | uname -v = 6 | | /usr/bin/uname -p = powerpc | /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 = 6.1.0.0 | /bin/universe = unknown | | PATH: /home/kushida/GNU/m4/bin | PATH: /opt/ofort90/bin | PATH: /opt/ofort90/lbin | PATH: /usr/vac/bin | PATH: /usr/bin | PATH: /etc | PATH: /usr/sbin | PATH: /usr/ucb | PATH: /usr/bin/X11 | PATH: /sbin | PATH: /usr/java5/jre/bin | PATH: /usr/java5/bin | PATH: /opt/freeware/bin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:2749: checking for a BSD-compatible install | configure:2817: result: /opt/freeware/bin/install -c | configure:2828: checking whether build environment is sane | configure:2888: result: yes | configure:3029: checking for a thread-safe mkdir -p | configure:3068: result: /opt/freeware/bin/mkdir -p | configure:3082: checking for gawk | configure:3098: found /usr/bin/gawk | configure:3109: result: gawk | configure:3120: checking whether make sets $(MAKE) | configure:3142: result: yes | configure:3231: checking how to create a ustar tar archive | configure:3244: tar --version | tar: illegal option -- - | Usage: tar -{c|r|t|u|x} [ -BdDEFhilmopRsUvwZ ] [ -Number ] [ -f TarFile ] | [ -b Blocks ] [ -S [ Feet ] | [ address@hidden ] | [ Blocksb ] ] | [ -L InputList ] [-X ExcludeFile] [ -N Blocks ] [ -C Directory ] File ... | Usage: tar {c|r|t|u|x} [ bBdDEfFhilLXmNopRsSUvwZ[0-9] ] | [ Blocks ] [ TarFile ] [ InputList ] [ ExcludeFile ] | [ [ Feet ] | [ address@hidden ] | [ Blocksb ] ] [-C Directory ] File ... | configure:3247: $? = 1 | configure:3244: gnutar --version | ./configure[3245]: gnutar: not found | configure:3247: $? = 127 | configure:3244: gtar --version | tar (GNU tar) 1.14 | Copyright (C) 2004 Free Software Foundation, Inc. | This program comes with NO WARRANTY, to the extent permitted by law. | You may redistribute it under the terms of the GNU General Public License; | see the file named COPYING for details. | Written by John Gilmore and Jay Fenlason. | configure:3247: $? = 0 | configure:3287: tardir=conftest.dir && eval gtar --format=ustar -chf - "$tardir" >conftest.tar | configure:3290: $? = 0 | configure:3294: gtar -xf - &5 | gcc (GCC) 4.2.0 | Copyright (C) 2007 Free Software Foundation, Inc. | This is free software; see the source for copying conditions. There is NO | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | configure:3651: $? = 0 | configure:3658: gcc -v >&5 | Using built-in specs. | Target: powerpc-ibm-aix6.1.0.0 | Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --enable-languages=c,c++,java --prefix=/opt/freeware --enable-threads --enable-version-specific-runtime-libs --host=powerpc-ibm-aix6.1.0.0 --target=powerpc-ibm-aix6.1.0.0 --build=powerpc-ibm-aix6.1.0.0 --disable-libjava-multilib | Thread model: aix | gcc version 4.2.0 | configure:3662: $? = 0 | configure:3669: gcc -V >&5 | gcc: '-V' option must have argument | configure:3673: $? = 1 | configure:3696: checking for C compiler default output file name | configure:3718: gcc conftest.c >&5 | configure:3722: $? = 0 | configure:3760: result: a.out | configure:3779: checking whether the C compiler works | configure:3789: ./a.out | configure:3793: $? = 0 | configure:3812: result: yes | configure:3819: checking whether we are cross compiling | configure:3821: result: no | configure:3824: checking for suffix of executables | configure:3831: gcc -o conftest conftest.c >&5 | configure:3835: $? = 0 | configure:3861: result: | configure:3867: checking for suffix of object files | configure:3893: gcc -c conftest.c >&5 | configure:3897: $? = 0 | configure:3922: result: o | configure:3926: checking whether we are using the GNU C compiler | configure:3955: gcc -c conftest.c >&5 | configure:3962: $? = 0 | configure:3979: result: yes | configure:3988: checking whether gcc accepts -g | configure:4018: gcc -c -g conftest.c >&5 | configure:4025: $? = 0 | configure:4126: result: yes | configure:4143: checking for gcc option to accept ISO C89 | configure:4217: gcc -c -g -O2 conftest.c >&5 | configure:4224: $? = 0 | configure:4247: result: none needed | configure:4276: checking for style of include used by make | configure:4304: result: GNU | configure:4329: checking dependency style of gcc | configure:4439: result: gcc3 | configure:4498: checking for ranlib | configure:4514: found /usr/bin/ranlib | configure:4525: result: ranlib | configure:4551: checking for bison | configure:4581: result: no | configure:4551: checking for byacc | configure:4581: result: no | configure:4591: checking whether gcc and cc understand -c and -o together | configure:4626: gcc -c conftest.c -o conftest2.o >&5 | configure:4630: $? = 0 | configure:4636: gcc -c conftest.c -o conftest2.o >&5 | configure:4640: $? = 0 | configure:4651: cc -c conftest.c >&5 | configure:4655: $? = 0 | configure:4663: cc -c conftest.c -o conftest2.o >&5 | configure:4667: $? = 0 | configure:4673: cc -c conftest.c -o conftest2.o >&5 | configure:4677: $? = 0 | configure:4695: result: yes | configure:4728: checking build system type | configure:4746: result: powerpc-ibm-aix6.1.0.0 | configure:4768: checking host system type | configure:4783: result: powerpc-ibm-aix6.1.0.0 | configure:4811: checking how to run the C preprocessor | configure:4851: gcc -E conftest.c | configure:4858: $? = 0 | configure:4889: gcc -E conftest.c | conftest.c:10:28: error: ac_nonexistent.h: No such file or directory | configure:4896: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | /* end confdefs.h. */ | | #include | configure:4929: result: gcc -E | configure:4958: gcc -E conftest.c | configure:4965: $? = 0 | configure:4996: gcc -E conftest.c | conftest.c:10:28: error: ac_nonexistent.h: No such file or directory | configure:5003: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | /* end confdefs.h. */ | | #include | configure:5043: checking for grep that handles long lines and -e | configure:5103: result: /opt/freeware/bin/grep | configure:5108: checking for egrep | configure:5172: result: /opt/freeware/bin/grep -E | configure:5177: checking for ANSI C header files | configure:5207: gcc -c -g -O2 conftest.c >&5 | configure:5214: $? = 0 | configure:5313: gcc -o conftest -g -O2 conftest.c >&5 | configure:5317: $? = 0 | configure:5323: ./conftest | configure:5327: $? = 0 | configure:5345: result: yes | configure:5369: checking for sys/types.h | configure:5390: gcc -c -g -O2 conftest.c >&5 | configure:5397: $? = 0 | configure:5414: result: yes | configure:5369: checking for sys/stat.h | configure:5390: gcc -c -g -O2 conftest.c >&5 | configure:5397: $? = 0 | configure:5414: result: yes | configure:5369: checking for stdlib.h | configure:5390: gcc -c -g -O2 conftest.c >&5 | configure:5397: $? = 0 | configure:5414: result: yes | configure:5369: checking for string.h | configure:5390: gcc -c -g -O2 conftest.c >&5 | configure:5397: $? = 0 | configure:5414: result: yes | configure:5369: checking for memory.h | configure:5390: gcc -c -g -O2 conftest.c >&5 | configure:5397: $? = 0 | configure:5414: result: yes | configure:5369: checking for strings.h | configure:5390: gcc -c -g -O2 conftest.c >&5 | configure:5397: $? = 0 | configure:5414: result: yes | configure:5369: checking for inttypes.h | configure:5390: gcc -c -g -O2 conftest.c >&5 | configure:5397: $? = 0 | configure:5414: result: yes | configure:5369: checking for stdint.h | configure:5390: gcc -c -g -O2 conftest.c >&5 | configure:5397: $? = 0 | configure:5414: result: yes | configure:5369: checking for unistd.h | configure:5390: gcc -c -g -O2 conftest.c >&5 | configure:5397: $? = 0 | configure:5414: result: yes | configure:5441: checking minix/config.h usability | configure:5458: gcc -c -g -O2 conftest.c >&5 | conftest.c:53:26: error: minix/config.h: No such file or directory | configure:5465: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5479: result: no | configure:5483: checking minix/config.h presence | configure:5498: gcc -E conftest.c | conftest.c:20:26: error: minix/config.h: No such file or directory | configure:5505: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define 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:5519: result: no | configure:5552: checking for minix/config.h | configure:5559: result: no | configure:5600: checking whether it is safe to define __EXTENSIONS__ | configure:5628: gcc -c -g -O2 conftest.c >&5 | configure:5635: $? = 0 | configure:5650: result: yes | configure:5681: checking for _LARGEFILE_SOURCE value needed for large files | configure:5710: gcc -o conftest -g -O2 conftest.c >&5 | configure:5717: $? = 0 | configure:5790: result: no | configure:5815: checking for gcc option to accept ISO C99 | configure:5974: gcc -c -g -O2 conftest.c >&5 | conftest.c:76: error: expected ';', ',' or ')' before 'text' | conftest.c: In function 'main': | conftest.c:130: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' | conftest.c:130: error: 'newvar' undeclared (first use in this function) | conftest.c:130: error: (Each undeclared identifier is reported only once | conftest.c:130: error: for each function it appears in.) | conftest.c:140: error: 'for' loop initial declaration used outside C99 mode | configure:5981: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | /* end confdefs.h. */ | | #include | | #include | | #include | | #include | | #include | | | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | | #define debug(...) fprintf (stderr, __VA_ARGS__) | | #define showlist(...) puts (#__VA_ARGS__) | | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | | static void | | test_varargs_macros (void) | | { | | int x = 1234; | | int y = 5678; | | debug ("Flag"); | | debug ("X = %d\n", x); | | showlist (The first, second, and third items.); | | report (x>y, "x is %d but y is %d", x, y); | | } | | | | // Check long long types. | | #define BIG64 18446744073709551615ull | | #define BIG32 4294967295ul | | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | | #if !BIG_OK | | your preprocessor is broken; | | #endif | | #if BIG_OK | | #else | | your preprocessor is broken; | | #endif | | static long long int bignum = -9223372036854775807LL; | | static unsigned long long int ubignum = BIG64; | | | | struct incomplete_array | | { | | int datasize; | | double data[]; | | }; | | | | struct named_init { | | int number; | | const wchar_t *name; | | double average; | | }; | | | | typedef const char *ccp; | | | | static inline int | | test_restrict (ccp restrict text) | | { | | // See if C++-style comments work. | | // Iterate through items via the restricted pointer. | | // Also check for declarations in for loops. | | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | | continue; | | return 0; | | } | | | | // Check varargs and va_copy. | | static void | | test_varargs (const char *format, ...) | | { | | va_list args; | | va_start (args, format); | | va_list args_copy; | | va_copy (args_copy, args); | | | | const char *str; | | int number; | | float fnumber; | | | | while (*format) | | { | | switch (*format++) | | { | | case 's': // string | | str = va_arg (args_copy, const char *); | | break; | | case 'd': // int | | number = va_arg (args_copy, int); | | break; | | case 'f': // float | | fnumber = va_arg (args_copy, double); | | break; | | default: | | break; | | } | | } | | va_end (args_copy); | | va_end (args); | | } | | | | int | | main () | | { | | | | // Check bool. | | _Bool success = false; | | | | // Check restrict. | | if (test_restrict ("String literal") == 0) | | success = true; | | char *restrict newvar = "Another string"; | | | | // Check varargs. | | test_varargs ("s, d' f .", "string", 65, 34.234); | | test_varargs_macros (); | | | | // Check flexible array members. | | struct incomplete_array *ia = | | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | | ia->datasize = 10; | | for (int i = 0; i < ia->datasize; ++i) | | ia->data[i] = i * 1.234; | | | | // Check named initializers. | | struct named_init ni = { | | .number = 34, | | .name = L"Test wide string", | | .average = 543.34343, | | }; | | | | ni.number = 58; | | | | int dynamic_array[ni.number]; | | dynamic_array[ni.number - 1] = 543; | | | | // work around unused variable warnings | | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | | || dynamic_array[ni.number - 1] != 543); | | | | ; | | return 0; | | } | configure:5974: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:5981: $? = 0 | configure:6011: result: -std=gnu99 | configure:6142: checking for gcc -std=gnu99 option to accept ISO Standard C | configure:6153: result: -std=gnu99 | configure:6373: checking for special C compiler options needed for large files | configure:6468: result: no | configure:6474: checking for _FILE_OFFSET_BITS value needed for large files | configure:6509: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:32: warning: left shift count >= width of type | conftest.c:32: warning: left shift count >= width of type | conftest.c:34: error: size of array 'off_t_is_large' is negative | configure:6516: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | /* end confdefs.h. */ | | #include | | /* Check that off_t can represent 2**63 - 1 correctly. | | We can't simply define LARGE_OFF_T to be 9223372036854775807, | | since some C++ compilers masquerading as C compilers | | incorrectly reject 9223372036854775807. */ | | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | | && LARGE_OFF_T % 2147483647 == 1) | | ? 1 : -1]; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:6560: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:33: warning: left shift count >= width of type | conftest.c:33: warning: left shift count >= width of type | conftest.c:35: error: size of array 'off_t_is_large' is negative | configure:6567: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | /* end confdefs.h. */ | | #define _FILE_OFFSET_BITS 64 | | #include | | /* Check that off_t can represent 2**63 - 1 correctly. | | We can't simply define LARGE_OFF_T to be 9223372036854775807, | | since some C++ compilers masquerading as C compilers | | incorrectly reject 9223372036854775807. */ | | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | | && LARGE_OFF_T % 2147483647 == 1) | | ? 1 : -1]; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:6585: result: unknown | configure:6597: checking for _LARGE_FILES value needed for large files | configure:6632: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:32: warning: left shift count >= width of type | conftest.c:32: warning: left shift count >= width of type | conftest.c:34: error: size of array 'off_t_is_large' is negative | configure:6639: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | /* end confdefs.h. */ | | #include | | /* Check that off_t can represent 2**63 - 1 correctly. | | We can't simply define LARGE_OFF_T to be 9223372036854775807, | | since some C++ compilers masquerading as C compilers | | incorrectly reject 9223372036854775807. */ | | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | | && LARGE_OFF_T % 2147483647 == 1) | | ? 1 : -1]; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:6683: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6690: $? = 0 | configure:6708: result: 1 | configure:6722: checking for library containing strerror | configure:6763: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:6770: $? = 0 | configure:6801: result: none required | configure:6809: checking for inline | configure:6835: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:30: warning: C99 inline functions are not supported; using GNU89 | conftest.c:30: warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute | configure:6842: $? = 0 | configure:6860: result: inline | configure:6899: checking fcntl.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking fcntl.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for fcntl.h | configure:7019: result: yes | configure:6899: checking linux/fd.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:61:22: error: linux/fd.h: No such file or directory | configure:6923: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 1 | | #define HAVE_FCNTL_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6937: result: no | configure:6941: checking linux/fd.h presence | configure:6956: gcc -E conftest.c | conftest.c:28:22: error: linux/fd.h: No such file or directory | configure:6963: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 1 | | #define HAVE_FCNTL_H 1 | | /* end confdefs.h. */ | | #include | configure:6977: result: no | configure:7010: checking for linux/fd.h | configure:7019: result: no | configure:6888: checking for memory.h | configure:6895: result: yes | configure:6899: checking net/errno.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:62:23: error: net/errno.h: No such file or directory | configure:6923: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6937: result: no | configure:6941: checking net/errno.h presence | configure:6956: gcc -E conftest.c | conftest.c:29:23: error: net/errno.h: No such file or directory | configure:6963: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_MEMORY_H 1 | | /* end confdefs.h. */ | | #include | configure:6977: result: no | configure:7010: checking for net/errno.h | configure:7019: result: no | configure:6899: checking sgtty.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking sgtty.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for sgtty.h | configure:7019: result: yes | configure:6888: checking for string.h | configure:6895: result: yes | configure:6899: checking sys/param.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking sys/param.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for sys/param.h | configure:7019: result: yes | configure:6899: checking sys/device.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking sys/device.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for sys/device.h | configure:7019: result: yes | configure:6899: checking sys/gentape.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:66:25: error: sys/gentape.h: No such file or directory | configure:6923: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6937: result: no | configure:6941: checking sys/gentape.h presence | configure:6956: gcc -E conftest.c | conftest.c:33:25: error: sys/gentape.h: No such file or directory | configure:6963: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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 | | /* end confdefs.h. */ | | #include | configure:6977: result: no | configure:7010: checking for sys/gentape.h | configure:7019: result: no | configure:6899: checking sys/inet.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:66:22: error: sys/inet.h: No such file or directory | configure:6923: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6937: result: no | configure:6941: checking sys/inet.h presence | configure:6956: gcc -E conftest.c | conftest.c:33:22: error: sys/inet.h: No such file or directory | configure:6963: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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 | | /* end confdefs.h. */ | | #include | configure:6977: result: no | configure:7010: checking for sys/inet.h | configure:7019: result: no | configure:6899: checking sys/io/trioctl.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:66:28: error: sys/io/trioctl.h: No such file or directory | configure:6923: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6937: result: no | configure:6941: checking sys/io/trioctl.h presence | configure:6956: gcc -E conftest.c | conftest.c:33:28: error: sys/io/trioctl.h: No such file or directory | configure:6963: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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 | | /* end confdefs.h. */ | | #include | configure:6977: result: no | configure:7010: checking for sys/io/trioctl.h | configure:7019: result: no | configure:6899: checking sys/mtio.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | In file included from conftest.c:66: | /usr/include/sys/mtio.h:104:28: error: sys/mtextend.h: No such file or directory | configure:6923: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6937: result: no | configure:6941: checking sys/mtio.h presence | configure:6956: gcc -E conftest.c | In file included from conftest.c:33: | /usr/include/sys/mtio.h:104:28: error: sys/mtextend.h: No such file or directory | configure:6963: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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 | | /* end confdefs.h. */ | | #include | configure:6977: result: no | configure:7010: checking for sys/mtio.h | configure:7019: result: no | configure:6899: checking sys/time.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking sys/time.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for sys/time.h | configure:7019: result: yes | configure:6899: checking sys/tprintf.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:67:25: error: sys/tprintf.h: No such file or directory | configure:6923: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6937: result: no | configure:6941: checking sys/tprintf.h presence | configure:6956: gcc -E conftest.c | conftest.c:34:25: error: sys/tprintf.h: No such file or directory | configure:6963: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | /* end confdefs.h. */ | | #include | configure:6977: result: no | configure:7010: checking for sys/tprintf.h | configure:7019: result: no | configure:6899: checking sys/tape.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking sys/tape.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for sys/tape.h | configure:7019: result: yes | configure:6888: checking for unistd.h | configure:6895: result: yes | configure:6899: checking locale.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking locale.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for locale.h | configure:7019: result: yes | configure:6899: checking features.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:70:22: error: features.h: No such file or directory | configure:6923: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6937: result: no | configure:6941: checking features.h presence | configure:6956: gcc -E conftest.c | conftest.c:37:22: error: features.h: No such file or directory | configure:6963: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | /* end confdefs.h. */ | | #include | configure:6977: result: no | configure:7010: checking for features.h | configure:7019: result: no | configure:6899: checking linewrap.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:70:22: error: linewrap.h: No such file or directory | configure:6923: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6937: result: no | configure:6941: checking linewrap.h presence | configure:6956: gcc -E conftest.c | conftest.c:37:22: error: linewrap.h: No such file or directory | configure:6963: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | /* end confdefs.h. */ | | #include | configure:6977: result: no | configure:7010: checking for linewrap.h | configure:7019: result: no | configure:6899: checking dirent.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking dirent.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for dirent.h | configure:7019: result: yes | configure:6899: checking wctype.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking wctype.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for wctype.h | configure:7019: result: yes | configure:6899: checking stdio_ext.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:72:23: error: stdio_ext.h: No such file or directory | configure:6923: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6937: result: no | configure:6941: checking stdio_ext.h presence | configure:6956: gcc -E conftest.c | conftest.c:39:23: error: stdio_ext.h: No such file or directory | configure:6963: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | /* end confdefs.h. */ | | #include | configure:6977: result: no | configure:7010: checking for stdio_ext.h | configure:7019: result: no | configure:6899: checking getopt.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:72:20: error: getopt.h: No such file or directory | configure:6923: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6937: result: no | configure:6941: checking getopt.h presence | configure:6956: gcc -E conftest.c | conftest.c:39:20: error: getopt.h: No such file or directory | configure:6963: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | /* end confdefs.h. */ | | #include | configure:6977: result: no | configure:7010: checking for getopt.h | configure:7019: result: no | configure:6899: checking wchar.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking wchar.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for wchar.h | configure:7019: result: yes | configure:6888: checking for stdint.h | configure:6895: result: yes | configure:6888: checking for inttypes.h | configure:6895: result: yes | configure:6899: checking langinfo.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking langinfo.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for langinfo.h | configure:7019: result: yes | configure:6899: checking sys/mman.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking sys/mman.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for sys/mman.h | configure:7019: result: yes | configure:6899: checking priv.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:77:18: error: priv.h: No such file or directory | configure:6923: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:6937: result: no | configure:6941: checking priv.h presence | configure:6956: gcc -E conftest.c | conftest.c:44:18: error: priv.h: No such file or directory | configure:6963: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | /* end confdefs.h. */ | | #include | configure:6977: result: no | configure:7010: checking for priv.h | configure:7019: result: no | configure:6899: checking sys/socket.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking sys/socket.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for sys/socket.h | configure:7019: result: yes | configure:6888: checking for strings.h | configure:6895: result: yes | configure:6888: checking for sys/stat.h | configure:6895: result: yes | configure:6899: checking sysexits.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking sysexits.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for sysexits.h | configure:7019: result: yes | configure:6899: checking utime.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking utime.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for utime.h | configure:7019: result: yes | configure:6899: checking netdb.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking netdb.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for netdb.h | configure:7019: result: yes | configure:6899: checking sys/wait.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking sys/wait.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for sys/wait.h | configure:7019: result: yes | configure:6899: checking pwd.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking pwd.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for pwd.h | configure:7019: result: yes | configure:6899: checking grp.h usability | configure:6916: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:6923: $? = 0 | configure:6937: result: yes | configure:6941: checking grp.h presence | configure:6956: gcc -E conftest.c | configure:6963: $? = 0 | configure:6977: result: yes | configure:7010: checking for grp.h | configure:7019: result: yes | configure:7111: checking for sys/buf.h | configure:7134: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:7141: $? = 0 | configure:7158: result: yes | configure:7172: checking for sys/wait.h that is POSIX.1 compatible | configure:7230: result: yes | configure:7249: checking for dirent.h that defines DIR | configure:7278: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:7285: $? = 0 | configure:7302: result: yes | configure:7317: checking for library containing opendir | configure:7358: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:7365: $? = 0 | configure:7396: result: none required | configure:7494: checking whether sys/types.h defines makedev | configure:7520: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:60: warning: implicit declaration of function 'makedev' | ld: 0711-317 ERROR: Undefined symbol: .makedev | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:7527: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | return makedev(0, 0); | | ; | | return 0; | | } | configure:7548: result: no | configure:7562: checking sys/mkdev.h usability | configure:7579: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:89:23: error: sys/mkdev.h: No such file or directory | configure:7586: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:7600: result: no | configure:7604: checking sys/mkdev.h presence | configure:7619: gcc -E conftest.c | conftest.c:56:23: error: sys/mkdev.h: No such file or directory | configure:7626: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | /* end confdefs.h. */ | | #include | configure:7640: result: no | configure:7673: checking for sys/mkdev.h | configure:7680: result: no | configure:7705: checking sys/sysmacros.h usability | configure:7722: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:7729: $? = 0 | configure:7743: result: yes | configure:7747: checking sys/sysmacros.h presence | configure:7762: gcc -E conftest.c | configure:7769: $? = 0 | configure:7783: result: yes | configure:7816: checking for sys/sysmacros.h | configure:7823: result: yes | configure:7839: checking whether stat file-mode macros are broken | configure:7876: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:7883: $? = 0 | configure:7898: result: no | configure:7908: checking for ANSI C header files | configure:8076: result: yes | configure:8087: checking for st_fstype string in struct stat | configure:8114: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:63: error: 'struct stat64' has no member named 'st_fstype' | configure:8121: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | /* end confdefs.h. */ | | #include | | #include | | int | | main () | | { | | struct stat s; s.st_fstype[0] = 'x'; | | ; | | return 0; | | } | configure:8137: result: no | configure:8147: checking return type of signal handlers | configure:8175: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:64: error: void value not ignored as it ought to be | configure:8182: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | return *(signal (0, 0)) (0) == 1; | | ; | | return 0; | | } | configure:8197: result: void | configure:8205: checking for mode_t | configure:8233: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:8240: $? = 0 | configure:8267: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:95: error: expected expression before ')' token | configure:8274: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((mode_t))) | | return 0; | | ; | | return 0; | | } | configure:8297: result: yes | configure:8309: checking for pid_t | configure:8337: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:8344: $? = 0 | configure:8371: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:95: error: expected expression before ')' token | configure:8378: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((pid_t))) | | return 0; | | ; | | return 0; | | } | configure:8401: result: yes | configure:8413: checking for off_t | configure:8441: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:8448: $? = 0 | configure:8475: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:95: error: expected expression before ')' token | configure:8482: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((off_t))) | | return 0; | | ; | | return 0; | | } | configure:8505: result: yes | configure:8517: checking for size_t | configure:8545: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:8552: $? = 0 | configure:8579: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:95: error: expected expression before ')' token | configure:8586: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((size_t))) | | return 0; | | ; | | return 0; | | } | configure:8609: result: yes | configure:8621: checking for uid_t in sys/types.h | configure:8644: result: yes | configure:8659: checking for major_t | configure:8687: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:95: error: 'major_t' undeclared (first use in this function) | conftest.c:95: error: (Each undeclared identifier is reported only once | conftest.c:95: error: for each function it appears in.) | configure:8694: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof (major_t)) | | return 0; | | ; | | return 0; | | } | configure:8751: result: no | configure:8763: checking for minor_t | configure:8791: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:96: error: 'minor_t' undeclared (first use in this function) | conftest.c:96: error: (Each undeclared identifier is reported only once | conftest.c:96: error: for each function it appears in.) | configure:8798: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof (minor_t)) | | return 0; | | ; | | return 0; | | } | configure:8855: result: no | configure:8867: checking for dev_t | configure:8895: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:8902: $? = 0 | configure:8929: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:97: error: expected expression before ')' token | configure:8936: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((dev_t))) | | return 0; | | ; | | return 0; | | } | configure:8959: result: yes | configure:8971: checking for ino_t | configure:8999: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:9006: $? = 0 | configure:9033: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:97: error: expected expression before ')' token | configure:9040: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((ino_t))) | | return 0; | | ; | | return 0; | | } | configure:9063: result: yes | configure:9077: checking for ssize_t | configure:9104: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:9111: $? = 0 | configure:9126: result: yes | configure:9149: checking for working alloca.h | configure:9176: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:9183: $? = 0 | configure:9203: result: yes | configure:9213: checking for alloca | configure:9260: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:9267: $? = 0 | configure:9287: result: yes | configure:9528: checking for C/C++ restrict keyword | configure:9563: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:9570: $? = 0 | configure:9588: result: __restrict | configure:9604: checking whether getenv is declared | configure:9633: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:9640: $? = 0 | configure:9655: result: yes | configure:9673: checking whether clearerr_unlocked is declared | configure:9702: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:102: error: 'clearerr_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:9709: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef clearerr_unlocked | | (void) clearerr_unlocked; | | #endif | | | | ; | | return 0; | | } | configure:9724: result: no | configure:9742: checking whether feof_unlocked is declared | configure:9771: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:103: error: 'feof_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:9778: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef feof_unlocked | | (void) feof_unlocked; | | #endif | | | | ; | | return 0; | | } | configure:9793: result: no | configure:9811: checking whether ferror_unlocked is declared | configure:9840: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:104: error: 'ferror_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:9847: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef ferror_unlocked | | (void) ferror_unlocked; | | #endif | | | | ; | | return 0; | | } | configure:9862: result: no | configure:9880: checking whether fflush_unlocked is declared | configure:9909: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:105: error: 'fflush_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:9916: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef fflush_unlocked | | (void) fflush_unlocked; | | #endif | | | | ; | | return 0; | | } | configure:9931: result: no | configure:9949: checking whether fgets_unlocked is declared | configure:9978: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:106: error: 'fgets_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:9985: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 0 | | #define HAVE_DECL_FEOF_UNLOCKED 0 | | #define HAVE_DECL_FERROR_UNLOCKED 0 | | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef fgets_unlocked | | (void) fgets_unlocked; | | #endif | | | | ; | | return 0; | | } | configure:10000: result: no | configure:10018: checking whether fputc_unlocked is declared | configure:10047: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:107: error: 'fputc_unlocked' undeclared (first use in this function) | conftest.c:107: error: (Each undeclared identifier is reported only once | conftest.c:107: error: for each function it appears in.) | configure:10054: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef fputc_unlocked | | (void) fputc_unlocked; | | #endif | | | | ; | | return 0; | | } | configure:10069: result: no | configure:10087: checking whether fputs_unlocked is declared | configure:10116: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:108: error: 'fputs_unlocked' undeclared (first use in this function) | conftest.c:108: error: (Each undeclared identifier is reported only once | conftest.c:108: error: for each function it appears in.) | configure:10123: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef fputs_unlocked | | (void) fputs_unlocked; | | #endif | | | | ; | | return 0; | | } | configure:10138: result: no | configure:10156: checking whether fread_unlocked is declared | configure:10185: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:109: error: 'fread_unlocked' undeclared (first use in this function) | conftest.c:109: error: (Each undeclared identifier is reported only once | conftest.c:109: error: for each function it appears in.) | configure:10192: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef fread_unlocked | | (void) fread_unlocked; | | #endif | | | | ; | | return 0; | | } | configure:10207: result: no | configure:10225: checking whether fwrite_unlocked is declared | configure:10254: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:110: error: 'fwrite_unlocked' undeclared (first use in this function) | conftest.c:110: error: (Each undeclared identifier is reported only once | conftest.c:110: error: for each function it appears in.) | configure:10261: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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 | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef fwrite_unlocked | | (void) fwrite_unlocked; | | #endif | | | | ; | | return 0; | | } | configure:10276: result: no | configure:10294: checking whether getc_unlocked is declared | configure:10323: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:10330: $? = 0 | configure:10345: result: yes | configure:10363: checking whether getchar_unlocked is declared | configure:10392: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:10399: $? = 0 | configure:10414: result: yes | configure:10432: checking whether putc_unlocked is declared | configure:10461: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:10468: $? = 0 | configure:10483: result: yes | configure:10501: checking whether putchar_unlocked is declared | configure:10530: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:10537: $? = 0 | configure:10552: result: yes | configure:10577: checking for flockfile | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for funlockfile | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for pathconf | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for btowc | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for canonicalize_file_name | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .canonicalize_file_name | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | /* end confdefs.h. */ | | /* Define canonicalize_file_name to an innocuous variant, in case declares canonicalize_file_name. | | For example, HP-UX 11i declares gettimeofday. */ | | #define canonicalize_file_name innocuous_canonicalize_file_name | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char canonicalize_file_name (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef canonicalize_file_name | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char canonicalize_file_name (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_canonicalize_file_name || defined __stub___canonicalize_file_name | | choke me | | #endif | | | | int | | main () | | { | | return canonicalize_file_name (); | | ; | | return 0; | | } | configure:10662: result: no | configure:10577: checking for getcwd | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for readlink | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for realpath | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for chown | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for fchown | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for fdopendir | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .fdopendir | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 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:10662: result: no | configure:10577: checking for dup2 | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for fcntl | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for fchdir | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for mempcpy | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:113: warning: conflicting types for built-in function 'mempcpy' | ld: 0711-317 ERROR: Undefined symbol: .mempcpy | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | /* end confdefs.h. */ | | /* Define mempcpy to an innocuous variant, in case declares mempcpy. | | For example, HP-UX 11i declares gettimeofday. */ | | #define mempcpy innocuous_mempcpy | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char mempcpy (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef mempcpy | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char mempcpy (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_mempcpy || defined __stub___mempcpy | | choke me | | #endif | | | | int | | main () | | { | | return mempcpy (); | | ; | | return 0; | | } | configure:10662: result: no | configure:10577: checking for isblank | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:113: warning: conflicting types for built-in function 'isblank' | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for iswctype | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for mbsrtowcs | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for wmemchr | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for wmemcpy | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for wmempcpy | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .wmempcpy | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | /* end confdefs.h. */ | | /* Define wmempcpy to an innocuous variant, in case declares wmempcpy. | | For example, HP-UX 11i declares gettimeofday. */ | | #define wmempcpy innocuous_wmempcpy | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char wmempcpy (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef wmempcpy | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char wmempcpy (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_wmempcpy || defined __stub___wmempcpy | | choke me | | #endif | | | | int | | main () | | { | | return wmempcpy (); | | ; | | return 0; | | } | configure:10662: result: no | configure:10577: checking for __fpending | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .__fpending | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | /* end confdefs.h. */ | | /* Define __fpending to an innocuous variant, in case declares __fpending. | | For example, HP-UX 11i declares gettimeofday. */ | | #define __fpending innocuous___fpending | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char __fpending (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef __fpending | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char __fpending (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub___fpending || defined __stub_____fpending | | choke me | | #endif | | | | int | | main () | | { | | return __fpending (); | | ; | | return 0; | | } | configure:10662: result: no | configure:10577: checking for futimens | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .futimens | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | /* end confdefs.h. */ | | /* Define futimens to an innocuous variant, in case declares futimens. | | For example, HP-UX 11i declares gettimeofday. */ | | #define futimens innocuous_futimens | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char futimens (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef futimens | | | | /* 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 futimens (); | | /* 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_futimens || defined __stub___futimens | | choke me | | #endif | | | | int | | main () | | { | | return futimens (); | | ; | | return 0; | | } | configure:10662: result: no | configure:10577: checking for getdelim | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for getdtablesize | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for gettimeofday | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for nanotime | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .nanotime | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | /* end confdefs.h. */ | | /* Define nanotime to an innocuous variant, in case declares nanotime. | | For example, HP-UX 11i declares gettimeofday. */ | | #define nanotime innocuous_nanotime | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char nanotime (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef nanotime | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char nanotime (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_nanotime || defined __stub___nanotime | | choke me | | #endif | | | | int | | main () | | { | | return nanotime (); | | ; | | return 0; | | } | configure:10662: result: no | configure:10577: checking for iswcntrl | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:121: warning: conflicting types for built-in function 'iswcntrl' | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for iswblank | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:122: warning: conflicting types for built-in function 'iswblank' | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for lchmod | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .lchmod | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | /* end confdefs.h. */ | | /* Define lchmod to an innocuous variant, in case declares lchmod. | | For example, HP-UX 11i declares gettimeofday. */ | | #define lchmod innocuous_lchmod | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char lchmod (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef lchmod | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char lchmod (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_lchmod || defined __stub___lchmod | | choke me | | #endif | | | | int | | main () | | { | | return lchmod (); | | ; | | return 0; | | } | configure:10662: result: no | configure:10577: checking for link | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for linkat | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .linkat | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | /* end confdefs.h. */ | | /* Define linkat to an innocuous variant, in case declares linkat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define linkat innocuous_linkat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char linkat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef linkat | | | | /* 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 linkat (); | | /* 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_linkat || defined __stub___linkat | | choke me | | #endif | | | | int | | main () | | { | | return linkat (); | | ; | | return 0; | | } | configure:10662: result: no | configure:10577: checking for symlink | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for lstat | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for mbsinit | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for mbrtowc | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for mprotect | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for memchr | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for mkfifo | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for mkfifoat | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .mkfifoat | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | /* end confdefs.h. */ | | /* Define mkfifoat to an innocuous variant, in case declares mkfifoat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define mkfifoat innocuous_mkfifoat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char mkfifoat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef mkfifoat | | | | /* 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 mkfifoat (); | | /* 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_mkfifoat || defined __stub___mkfifoat | | choke me | | #endif | | | | int | | main () | | { | | return mkfifoat (); | | ; | | return 0; | | } | configure:10662: result: no | configure:10577: checking for mknodat | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .mknodat | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | /* end confdefs.h. */ | | /* Define mknodat to an innocuous variant, in case declares mknodat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define mknodat innocuous_mknodat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char mknodat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef mknodat | | | | /* 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 mknodat (); | | /* 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_mknodat || defined __stub___mknodat | | choke me | | #endif | | | | int | | main () | | { | | return mknodat (); | | ; | | return 0; | | } | configure:10662: result: no | configure:10577: checking for mknod | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for alarm | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for nl_langinfo | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for readlinkat | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .readlinkat | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | /* end confdefs.h. */ | | /* Define readlinkat to an innocuous variant, in case declares readlinkat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define readlinkat innocuous_readlinkat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char readlinkat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef readlinkat | | | | /* 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 readlinkat (); | | /* 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_readlinkat || defined __stub___readlinkat | | choke me | | #endif | | | | int | | main () | | { | | return readlinkat (); | | ; | | return 0; | | } | configure:10662: result: no | configure:10577: checking for wcscoll | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for renameat | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .renameat | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | /* end confdefs.h. */ | | /* Define renameat to an innocuous variant, in case declares renameat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define renameat innocuous_renameat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char renameat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef renameat | | | | /* 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 renameat (); | | /* 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_renameat || defined __stub___renameat | | choke me | | #endif | | | | int | | main () | | { | | return renameat (); | | ; | | return 0; | | } | configure:10662: result: no | configure:10577: checking for setenv | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for sleep | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for strdup | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:137: warning: conflicting types for built-in function 'strdup' | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for strndup | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:138: warning: conflicting types for built-in function 'strndup' | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for symlinkat | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .symlinkat | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | /* end confdefs.h. */ | | /* Define symlinkat to an innocuous variant, in case declares symlinkat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define symlinkat innocuous_symlinkat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char symlinkat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef symlinkat | | | | /* 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 symlinkat (); | | /* 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_symlinkat || defined __stub___symlinkat | | choke me | | #endif | | | | int | | main () | | { | | return symlinkat (); | | ; | | return 0; | | } | configure:10662: result: no | configure:10577: checking for localtime_r | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for pipe | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for futimes | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .futimes | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | /* end confdefs.h. */ | | /* Define futimes to an innocuous variant, in case declares futimes. | | For example, HP-UX 11i declares gettimeofday. */ | | #define futimes innocuous_futimes | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char futimes (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef futimes | | | | /* 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 futimes (); | | /* 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_futimes || defined __stub___futimes | | choke me | | #endif | | | | int | | main () | | { | | return futimes (); | | ; | | return 0; | | } | configure:10662: result: no | configure:10577: checking for futimesat | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .futimesat | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 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:10662: result: no | configure:10577: checking for utimensat | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .utimensat | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | /* end confdefs.h. */ | | /* Define utimensat to an innocuous variant, in case declares utimensat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define utimensat innocuous_utimensat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char utimensat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef utimensat | | | | /* 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 utimensat (); | | /* 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_utimensat || defined __stub___utimensat | | choke me | | #endif | | | | int | | main () | | { | | return utimensat (); | | ; | | return 0; | | } | configure:10662: result: no | configure:10577: checking for lutimes | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .lutimes | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | /* end confdefs.h. */ | | /* Define lutimes to an innocuous variant, in case declares lutimes. | | For example, HP-UX 11i declares gettimeofday. */ | | #define lutimes innocuous_lutimes | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char lutimes (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef lutimes | | | | /* 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 lutimes (); | | /* 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_lutimes || defined __stub___lutimes | | choke me | | #endif | | | | int | | main () | | { | | return lutimes (); | | ; | | return 0; | | } | configure:10662: result: no | configure:10577: checking for vasnprintf | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .vasnprintf | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:10640: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 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:10662: result: no | configure:10577: checking for wcrtomb | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for wcwidth | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for setlocale | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for fchmod | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10577: checking for fsync | configure:10633: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10640: $? = 0 | configure:10662: result: yes | configure:10685: checking for d_ino member in directory struct | configure:10730: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:10734: $? = 0 | configure:10740: ./conftest | configure:10744: $? = 0 | configure:10761: result: yes | configure:10772: checking for long file names | configure:10804: result: yes | configure:10910: checking whether uses 'inline' correctly | configure:10936: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:10939: $? = 0 | configure:10961: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:10964: $? = 0 | configure:10977: result: yes | configure:11004: checking for nl_langinfo and CODESET | configure:11030: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:11037: $? = 0 | configure:11058: result: yes | configure:11071: checking for a traditional french locale | configure:11141: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:11144: $? = 0 | configure:11200: result: none | configure:11213: checking whether // is distinct from / | configure:11242: result: no | configure:11261: checking whether realpath works | configure:11314: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:11318: $? = 0 | configure:11324: ./conftest | configure:11328: $? = 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.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | /* end confdefs.h. */ | | | | #include | | | | int | | main () | | { | | | | int result = 0; | | { | | char *name = realpath ("conftest.a", NULL); | | if (!(name && *name == '/')) | | result |= 1; | | } | | { | | char *name = realpath ("conftest.b/../conftest.a", NULL); | | if (name != NULL) | | result |= 2; | | } | | { | | char *name = realpath ("conftest.a/", NULL); | | if (name != NULL) | | result |= 4; | | } | | return result; | | | | ; | | return 0; | | } | | | configure:11346: result: no | configure:11557: checking for unistd.h | configure:11564: result: yes | configure:11703: checking for working chown | configure:11746: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:11750: $? = 0 | configure:11756: ./conftest | configure:11760: $? = 0 | configure:11779: result: yes | configure:11790: checking whether chown dereferences symlinks | configure:11837: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:11841: $? = 0 | configure:11847: ./conftest | configure:11851: $? = 0 | configure:11870: result: yes | configure:11946: checking whether chown honors trailing slash | configure:11982: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:11986: $? = 0 | configure:11992: ./conftest | configure:11996: $? = 2 | configure: program exited with status 2 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | /* end confdefs.h. */ | | | | #include | | #include | | #include | | | | int | | main () | | { | | if (symlink ("conftest.file", "conftest.link")) return 1; | | if (chown ("conftest.link/", getuid (), getgid ()) == 0) return 2; | | | | ; | | return 0; | | } | configure:12014: result: no | configure:12035: checking whether chown always updates ctime | configure:12077: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:12081: $? = 0 | configure:12087: ./conftest | configure:12091: $? = 0 | configure:12109: result: yes | configure:12161: checking whether the preprocessor supports include_next | configure:12204: gcc -std=gnu99 -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5 | configure:12211: $? = 0 | configure:12260: result: yes | configure:12281: checking whether system header files limit the line length | configure:12308: result: no | configure:12365: checking if environ is properly declared | configure:12393: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:130: error: conflicting types for 'environ' | /usr/include/unistd.h:873: error: previous declaration of 'environ' was here | configure:12400: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | /* end confdefs.h. */ | | #include | | extern struct { int foo; } environ; | | int | | main () | | { | | environ.foo = 1; | | ; | | return 0; | | } | configure:12416: result: yes | configure:12433: checking for complete errno.h | configure:12492: result: yes | configure:13824: checking whether strerror_r is declared | configure:13853: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:13860: $? = 0 | configure:13875: result: yes | configure:13897: checking for strerror_r | configure:13953: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:13960: $? = 0 | configure:13982: result: yes | configure:13994: checking whether strerror_r returns char * | configure:14028: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:170: error: invalid type argument of 'unary *' | conftest.c:171: warning: initialization makes pointer from integer without a cast | configure:14035: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | | | char buf[100]; | | char x = *strerror_r (0, buf, sizeof buf); | | char *p = strerror_r (0, buf, sizeof buf); | | return !p || x; | | | | ; | | return 0; | | } | configure:14114: result: no | configure:14158: checking whether fchdir is declared | configure:14187: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:14194: $? = 0 | configure:14209: result: yes | configure:14241: checking for promoted mode_t type | configure:14268: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:137: error: size of array 'array' is negative | configure:14275: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; | | ; | | return 0; | | } | configure:14291: result: mode_t | configure:14388: checking for working fcntl.h | configure:14482: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:14486: $? = 0 | configure:14492: ./conftest | configure:14496: $? = 68 | configure: program exited with status 68 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | /* 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 result = !constants; | | { | | static char const sym[] = "conftest.sym"; | | if (symlink (".", sym) != 0) | | result |= 2; | | else | | { | | int fd = open (sym, O_RDONLY | O_NOFOLLOW); | | if (fd >= 0) | | { | | close (fd); | | result |= 4; | | } | | } | | unlink (sym); | | } | | { | | static char const file[] = "confdefs.h"; | | int fd = open (file, O_RDONLY | O_NOATIME); | | if (fd < 0) | | result |= 8; | | else | | { | | struct stat st0; | | if (fstat (fd, &st0) != 0) | | result |= 16; | | else | | { | | char c; | | sleep (1); | | if (read (fd, &c, 1) != 1) | | result |= 24; | | else | | { | | if (close (fd) != 0) | | result |= 32; | | else | | { | | struct stat st1; | | if (stat (file, &st1) != 0) | | result |= 40; | | else | | if (st0.st_atime != st1.st_atime) | | result |= 64; | | } | | } | | } | | } | | } | | return result; | | ; | | return 0; | | } | configure:14518: result: no (bad O_NOATIME, O_NOFOLLOW) | configure:14545: checking for mbstate_t | configure:14579: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:14586: $? = 0 | configure:14601: result: yes | configure:14640: checking for fseeko | configure:14668: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:14675: $? = 0 | configure:14696: result: yes | configure:14700: checking whether stdin defaults to large file offsets | configure:14734: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:14741: $? = 0 | configure:14761: result: yes | configure:14764: checking whether fseeko is declared | configure:14793: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:14800: $? = 0 | configure:14815: result: yes | configure:14836: checking whether getcwd (NULL, 0) allocates memory for result | configure:14899: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:14903: $? = 0 | configure:14909: ./conftest | configure:14913: $? = 2 | configure: program exited with status 2 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | /* end confdefs.h. */ | | | | # include | | # ifndef getcwd | | char *getcwd (); | | # endif | | | | int | | main () | | { | | | | #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | /* mingw cwd does not start with '/', but getcwd does allocate. */ | | #else | | if (chdir ("/") != 0) | | return 1; | | else | | { | | char *f = getcwd (NULL, 0); | | if (! f) | | return 2; | | if (f[0] != '/') | | return 3; | | if (f[1] != '\0') | | return 4; | | return 0; | | } | | #endif | | | | ; | | return 0; | | } | configure:14930: result: no | configure:14933: checking whether getcwd is declared | configure:14962: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:14969: $? = 0 | configure:14984: result: yes | configure:15002: checking whether getdelim is declared | configure:15031: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:176: error: 'getdelim' 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:15038: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef getdelim | | (void) getdelim; | | #endif | | | | ; | | return 0; | | } | configure:15053: result: no | configure:15075: checking whether getline is declared | configure:15104: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:177: error: 'getline' 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:15111: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef getline | | (void) getline; | | #endif | | | | ; | | return 0; | | } | configure:15126: result: no | configure:15234: checking for getopt.h | configure:15241: result: no | configure:16021: checking for struct timeval | configure:16051: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:16058: $? = 0 | configure:16073: result: yes | configure:16083: checking whether gettimeofday is declared without a macro | configure:16115: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:16122: $? = 0 | configure:16139: result: yes | configure:16157: checking for stdbool.h that conforms to C99 | configure:16234: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:16241: $? = 0 | configure:16256: result: yes | configure:16258: checking for _Bool | configure:16286: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:16293: $? = 0 | configure:16320: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:179: error: expected expression before ')' token | configure:16327: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((_Bool))) | | return 0; | | ; | | return 0; | | } | configure:16350: result: yes | configure:16382: checking for unsigned long long int | configure:16459: result: yes | configure:16471: checking for long long int | configure:16552: result: yes | configure:16586: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:147: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' | configure:16593: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | /* end confdefs.h. */ | | #ifndef __APPLE_CC__ | | not a universal capable compiler | | #endif | | typedef int dummy; | | | configure:16757: checking whether stdint.h conforms to C99 | configure:16938: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:267: error: negative width in bit-field 'check_UINT8_C' | conftest.c:269: error: negative width in bit-field 'check_UINT16_C' | configure:16945: $? = 1 | configure: failed program was: | | | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | /* end confdefs.h. */ | | | | #define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */ | | #define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */ | | #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */ | | #include | | /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in . */ | | #if !(defined WCHAR_MIN && defined WCHAR_MAX) | | #error "WCHAR_MIN, WCHAR_MAX not defined in " | | #endif | | | | | | /* BSD/OS 4.0.1 has a bug: , and must be | | included before . */ | | #include | | #include | | #if HAVE_WCHAR_H | | # include | | # include | | # include | | #endif | | | | | | #ifdef INT8_MAX | | int8_t a1 = INT8_MAX; | | int8_t a1min = INT8_MIN; | | #endif | | #ifdef INT16_MAX | | int16_t a2 = INT16_MAX; | | int16_t a2min = INT16_MIN; | | #endif | | #ifdef INT32_MAX | | int32_t a3 = INT32_MAX; | | int32_t a3min = INT32_MIN; | | #endif | | #ifdef INT64_MAX | | int64_t a4 = INT64_MAX; | | int64_t a4min = INT64_MIN; | | #endif | | #ifdef UINT8_MAX | | uint8_t b1 = UINT8_MAX; | | #else | | typedef int b1[(unsigned char) -1 != 255 ? 1 : -1]; | | #endif | | #ifdef UINT16_MAX | | uint16_t b2 = UINT16_MAX; | | #endif | | #ifdef UINT32_MAX | | uint32_t b3 = UINT32_MAX; | | #endif | | #ifdef UINT64_MAX | | uint64_t b4 = UINT64_MAX; | | #endif | | int_least8_t c1 = INT8_C (0x7f); | | int_least8_t c1max = INT_LEAST8_MAX; | | int_least8_t c1min = INT_LEAST8_MIN; | | int_least16_t c2 = INT16_C (0x7fff); | | int_least16_t c2max = INT_LEAST16_MAX; | | int_least16_t c2min = INT_LEAST16_MIN; | | int_least32_t c3 = INT32_C (0x7fffffff); | | int_least32_t c3max = INT_LEAST32_MAX; | | int_least32_t c3min = INT_LEAST32_MIN; | | int_least64_t c4 = INT64_C (0x7fffffffffffffff); | | int_least64_t c4max = INT_LEAST64_MAX; | | int_least64_t c4min = INT_LEAST64_MIN; | | uint_least8_t d1 = UINT8_C (0xff); | | uint_least8_t d1max = UINT_LEAST8_MAX; | | uint_least16_t d2 = UINT16_C (0xffff); | | uint_least16_t d2max = UINT_LEAST16_MAX; | | uint_least32_t d3 = UINT32_C (0xffffffff); | | uint_least32_t d3max = UINT_LEAST32_MAX; | | uint_least64_t d4 = UINT64_C (0xffffffffffffffff); | | uint_least64_t d4max = UINT_LEAST64_MAX; | | int_fast8_t e1 = INT_FAST8_MAX; | | int_fast8_t e1min = INT_FAST8_MIN; | | int_fast16_t e2 = INT_FAST16_MAX; | | int_fast16_t e2min = INT_FAST16_MIN; | | int_fast32_t e3 = INT_FAST32_MAX; | | int_fast32_t e3min = INT_FAST32_MIN; | | int_fast64_t e4 = INT_FAST64_MAX; | | int_fast64_t e4min = INT_FAST64_MIN; | | uint_fast8_t f1 = UINT_FAST8_MAX; | | uint_fast16_t f2 = UINT_FAST16_MAX; | | uint_fast32_t f3 = UINT_FAST32_MAX; | | uint_fast64_t f4 = UINT_FAST64_MAX; | | #ifdef INTPTR_MAX | | intptr_t g = INTPTR_MAX; | | intptr_t gmin = INTPTR_MIN; | | #endif | | #ifdef UINTPTR_MAX | | uintptr_t h = UINTPTR_MAX; | | #endif | | intmax_t i = INTMAX_MAX; | | uintmax_t j = UINTMAX_MAX; | | | | #include /* for CHAR_BIT */ | | #define TYPE_MINIMUM(t) ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ TYPE_MAXIMUM (t))) | | #define TYPE_MAXIMUM(t) ((t) ((t) 0 < (t) -1 ? (t) -1 : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1))) | | struct s { | | int check_PTRDIFF: | | PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t) | | && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t) | | ? 1 : -1; | | /* Detect bug in FreeBSD 6.0 / ia64. */ | | int check_SIG_ATOMIC: | | SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t) | | && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t) | | ? 1 : -1; | | int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1; | | int check_WCHAR: | | WCHAR_MIN == TYPE_MINIMUM (wchar_t) | | && WCHAR_MAX == TYPE_MAXIMUM (wchar_t) | | ? 1 : -1; | | /* Detect bug in mingw. */ | | int check_WINT: | | WINT_MIN == TYPE_MINIMUM (wint_t) | | && WINT_MAX == TYPE_MAXIMUM (wint_t) | | ? 1 : -1; | | | | /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */ | | int check_UINT8_C: | | (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1; | | int check_UINT16_C: | | (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1; | | | | /* Detect bugs in OpenBSD 3.9 stdint.h. */ | | #ifdef UINT8_MAX | | int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1; | | #endif | | #ifdef UINT16_MAX | | int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1; | | #endif | | #ifdef UINT32_MAX | | int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1; | | #endif | | #ifdef UINT64_MAX | | int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1; | | #endif | | int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1; | | int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1; | | int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1; | | int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1; | | int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1; | | int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1; | | int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1; | | int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1; | | int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1; | | int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1; | | int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1; | | }; | | | | int | | main () | | { | | | | ; | | return 0; | | } | configure:17080: result: no | configure:17103: checking sys/inttypes.h usability | configure:17120: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:17127: $? = 0 | configure:17141: result: yes | configure:17145: checking sys/inttypes.h presence | configure:17160: gcc -E conftest.c | configure:17167: $? = 0 | configure:17181: result: yes | configure:17214: checking for sys/inttypes.h | configure:17223: result: yes | configure:17103: checking sys/bitypes.h usability | configure:17120: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:180:25: error: sys/bitypes.h: No such file or directory | configure:17127: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:17141: result: no | configure:17145: checking sys/bitypes.h presence | configure:17160: gcc -E conftest.c | conftest.c:147:25: error: sys/bitypes.h: No such file or directory | configure:17167: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | /* end confdefs.h. */ | | #include | configure:17181: result: no | configure:17214: checking for sys/bitypes.h | configure:17223: result: no | configure:17259: checking for bit size of ptrdiff_t | configure:17620: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:17624: $? = 0 | configure:17630: ./conftest | configure:17634: $? = 0 | configure:17654: result: 32 | configure:17259: checking for bit size of size_t | configure:17620: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:17624: $? = 0 | configure:17630: ./conftest | configure:17634: $? = 0 | configure:17654: result: 32 | configure:17676: checking for bit size of sig_atomic_t | configure:18037: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:18041: $? = 0 | configure:18047: ./conftest | configure:18051: $? = 0 | configure:18071: result: 32 | configure:17676: checking for bit size of wchar_t | configure:18037: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:18041: $? = 0 | configure:18047: ./conftest | configure:18051: $? = 0 | configure:18071: result: 16 | configure:17676: checking for bit size of wint_t | configure:18037: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:18041: $? = 0 | configure:18047: ./conftest | configure:18051: $? = 0 | configure:18071: result: 32 | configure:18092: checking whether sig_atomic_t is signed | configure:18129: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:18136: $? = 0 | configure:18155: result: yes | configure:18092: checking whether wchar_t is signed | configure:18129: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:164: error: size of array 'verify' is negative | configure:18136: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | /* end confdefs.h. */ | | | | /* BSD/OS 4.0.1 has a bug: , and must be | | included before . */ | | #include | | #include | | #if HAVE_WCHAR_H | | # include | | # include | | # include | | #endif | | | | int verify[2 * ((wchar_t) -1 < (wchar_t) 0) - 1]; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:18155: result: no | configure:18092: checking whether wint_t is signed | configure:18129: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:18136: $? = 0 | configure:18155: result: yes | configure:18179: checking for ptrdiff_t integer literal suffix | configure:18235: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:166: error: conflicting types for 'foo' | conftest.c:165: error: previous declaration of 'foo' was here | configure:18242: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | /* end confdefs.h. */ | | | | /* BSD/OS 4.0.1 has a bug: , and must be | | included before . */ | | #include | | #include | | #if HAVE_WCHAR_H | | # include | | # include | | # include | | #endif | | | | extern ptrdiff_t foo; | | extern int foo; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:18235: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:18242: $? = 0 | configure:18262: result: l | configure:18179: checking for size_t integer literal suffix | configure:18235: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:167: error: conflicting types for 'foo' | conftest.c:166: error: previous declaration of 'foo' was here | configure:18242: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | /* end confdefs.h. */ | | | | /* BSD/OS 4.0.1 has a bug: , and must be | | included before . */ | | #include | | #include | | #if HAVE_WCHAR_H | | # include | | # include | | # include | | #endif | | | | extern size_t foo; | | extern unsigned int foo; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:18235: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:18242: $? = 0 | configure:18262: result: ul | configure:18282: checking for sig_atomic_t integer literal suffix | configure:18338: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:18345: $? = 0 | configure:18365: result: | configure:18282: checking for wchar_t integer literal suffix | configure:18338: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:169: error: conflicting types for 'foo' | conftest.c:168: error: previous declaration of 'foo' was here | configure:18345: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | /* end confdefs.h. */ | | | | /* BSD/OS 4.0.1 has a bug: , and must be | | included before . */ | | #include | | #include | | #if HAVE_WCHAR_H | | # include | | # include | | # include | | #endif | | | | extern wchar_t foo; | | extern unsigned int foo; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:18338: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:169: error: conflicting types for 'foo' | conftest.c:168: error: previous declaration of 'foo' was here | configure:18345: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | /* end confdefs.h. */ | | | | /* BSD/OS 4.0.1 has a bug: , and must be | | included before . */ | | #include | | #include | | #if HAVE_WCHAR_H | | # include | | # include | | # include | | #endif | | | | extern wchar_t foo; | | extern unsigned long int foo; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:18338: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:169: error: conflicting types for 'foo' | conftest.c:168: error: previous declaration of 'foo' was here | configure:18345: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | /* end confdefs.h. */ | | | | /* BSD/OS 4.0.1 has a bug: , and must be | | included before . */ | | #include | | #include | | #if HAVE_WCHAR_H | | # include | | # include | | # include | | #endif | | | | extern wchar_t foo; | | extern unsigned long long int foo; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:18338: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:169: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'foo' | configure:18345: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | /* end confdefs.h. */ | | | | /* BSD/OS 4.0.1 has a bug: , and must be | | included before . */ | | #include | | #include | | #if HAVE_WCHAR_H | | # include | | # include | | # include | | #endif | | | | extern wchar_t foo; | | extern unsigned __int64 foo; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:18365: result: no | configure:18282: checking for wint_t integer literal suffix | configure:18338: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:18345: $? = 0 | configure:18365: result: | configure:18389: checking for inttypes.h | configure:18396: result: yes | configure:18536: checking whether the inttypes.h PRIxNN macros are broken | configure:18568: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:18575: $? = 0 | configure:18591: result: no | configure:18608: checking whether imaxabs is declared | configure:18637: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:18644: $? = 0 | configure:18659: result: yes | configure:18677: checking whether imaxdiv is declared | configure:18706: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:18713: $? = 0 | configure:18728: result: yes | configure:18746: checking whether strtoimax is declared | configure:18775: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:18782: $? = 0 | configure:18797: result: yes | configure:18815: checking whether strtoumax is declared | configure:18844: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:18851: $? = 0 | configure:18866: result: yes | configure:18908: checking for wint_t | configure:18943: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:18950: $? = 0 | configure:18965: result: yes | configure:19073: checking whether iswcntrl works | configure:19152: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:19156: $? = 0 | configure:19162: ./conftest | configure:19166: $? = 0 | configure:19184: result: yes | configure:19204: checking for wctype_t | configure:19242: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:19249: $? = 0 | configure:19265: result: yes | configure:19271: checking for wctrans_t | configure:19307: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:19314: $? = 0 | configure:19330: result: yes | configure:19343: checking whether wctype is declared without a macro | configure:19382: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:19389: $? = 0 | configure:19406: result: yes | configure:19343: checking whether iswctype is declared without a macro | configure:19382: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:19389: $? = 0 | configure:19406: result: yes | configure:19343: checking whether wctrans is declared without a macro | configure:19382: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:19389: $? = 0 | configure:19406: result: yes | configure:19343: checking whether towctrans is declared without a macro | configure:19382: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:19389: $? = 0 | configure:19406: result: yes | configure:19423: checking whether iswblank is declared | configure:19452: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:206: error: 'iswblank' undeclared (first use in this function) | conftest.c:206: error: (Each undeclared identifier is reported only once | conftest.c:206: error: for each function it appears in.) | configure:19459: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef iswblank | | (void) iswblank; | | #endif | | | | ; | | return 0; | | } | configure:19474: result: no | configure:19504: checking whether lstat correctly handles trailing slash | configure:19545: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:19549: $? = 0 | configure:19555: ./conftest | configure:19559: $? = 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.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | struct stat sbuf; | | /* Linux will dereference the symlink and fail, as required by | | POSIX. That is better in the sense that it means we will not | | have to compile and use the lstat wrapper. */ | | return lstat ("conftest.sym/", &sbuf) == 0; | | | | ; | | return 0; | | } | configure:19583: result: no | configure:19607: checking whether unlink honors trailing slashes | configure:19655: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:19659: $? = 0 | configure:19665: ./conftest | configure:19669: $? = 9 | configure: program exited with status 9 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | int result = 0; | | if (!unlink ("conftest.file/")) | | result |= 1; | | else if (errno != ENOTDIR) | | result |= 2; | | #if HAVE_LSTAT | | if (!unlink ("conftest.lnk/")) | | result |= 4; | | else if (errno != ENOTDIR) | | result |= 8; | | #endif | | return result; | | | | ; | | return 0; | | } | configure:19687: result: no | configure:19689: checking whether unlink of a parent directory fails as it should | configure:19785: result: guessing yes | configure:19889: checking for fchmodat | configure:19945: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .fchmodat | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:19952: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | /* end confdefs.h. */ | | /* Define fchmodat to an innocuous variant, in case declares fchmodat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define fchmodat innocuous_fchmodat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char fchmodat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef fchmodat | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char fchmodat (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_fchmodat || defined __stub___fchmodat | | choke me | | #endif | | | | int | | main () | | { | | return fchmodat (); | | ; | | return 0; | | } | configure:19974: result: no | configure:19889: checking for fstatat | configure:19945: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .fstatat | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:19952: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | /* end confdefs.h. */ | | /* Define fstatat to an innocuous variant, in case declares fstatat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define fstatat innocuous_fstatat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char fstatat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef fstatat | | | | /* 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 fstatat (); | | /* 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_fstatat || defined __stub___fstatat | | choke me | | #endif | | | | int | | main () | | { | | return fstatat (); | | ; | | return 0; | | } | configure:19974: result: no | configure:19889: checking for mkdirat | configure:19945: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .mkdirat | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:19952: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | /* end confdefs.h. */ | | /* Define mkdirat to an innocuous variant, in case declares mkdirat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define mkdirat innocuous_mkdirat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char mkdirat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef mkdirat | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char mkdirat (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_mkdirat || defined __stub___mkdirat | | choke me | | #endif | | | | int | | main () | | { | | return mkdirat (); | | ; | | return 0; | | } | configure:19974: result: no | configure:19889: checking for openat | configure:19945: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .openat | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:19952: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | /* 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:19974: result: no | configure:19889: checking for unlinkat | configure:19945: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .unlinkat | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:19952: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | /* end confdefs.h. */ | | /* Define unlinkat to an innocuous variant, in case declares unlinkat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define unlinkat innocuous_unlinkat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char unlinkat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef unlinkat | | | | /* 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 unlinkat (); | | /* 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_unlinkat || defined __stub___unlinkat | | choke me | | #endif | | | | int | | main () | | { | | return unlinkat (); | | ; | | return 0; | | } | configure:19974: result: no | configure:20065: checking for fchownat | configure:20121: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .fchownat | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:20128: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | /* end confdefs.h. */ | | /* Define fchownat to an innocuous variant, in case declares fchownat. | | For example, HP-UX 11i declares gettimeofday. */ | | #define fchownat innocuous_fchownat | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char fchownat (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef fchownat | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char fchownat (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_fchownat || defined __stub___fchownat | | choke me | | #endif | | | | int | | main () | | { | | return fchownat (); | | ; | | return 0; | | } | configure:20148: result: no | configure:20357: checking whether we are using the GNU C Library >= 2.1 or uClibc | conftest.c:171:22: error: features.h: No such file or directory | configure:20391: result: no | configure:20400: checking whether malloc, realloc, calloc are POSIX compliant | configure:20430: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:20437: $? = 0 | configure:20453: result: yes | configure:20462: checking for stdlib.h | configure:20469: result: yes | configure:20608: checking for GNU libc compatible malloc | configure:20642: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:20646: $? = 0 | configure:20652: ./conftest | configure:20656: $? = 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.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | /* end confdefs.h. */ | | #if defined STDC_HEADERS || defined HAVE_STDLIB_H | | # include | | #else | | char *malloc (); | | #endif | | | | int | | main () | | { | | return ! malloc (0); | | ; | | return 0; | | } | configure:20673: result: no | configure:20695: checking for a traditional japanese locale | configure:20769: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:20772: $? = 0 | configure:20829: result: ja_JP | configure:20837: checking for a transitional chinese locale | configure:20912: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:20915: $? = 0 | configure:20960: result: none | configure:20967: checking for a french Unicode locale | configure:21041: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:21044: $? = 0 | configure:21090: result: none | configure:21178: checking for mmap | configure:21234: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:21241: $? = 0 | configure:21261: result: yes | configure:21273: checking for MAP_ANONYMOUS | configure:21320: result: yes | configure:21359: checking whether memchr works | configure:21432: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:21436: $? = 0 | configure:21442: ./conftest | configure:21446: $? = 0 | configure:21463: result: yes | configure:21637: checking whether memrchr is declared | configure:21666: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:210: error: 'memrchr' undeclared (first use in this function) | conftest.c:210: error: (Each undeclared identifier is reported only once | conftest.c:210: error: for each function it appears in.) | configure:21673: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef memrchr | | (void) memrchr; | | #endif | | | | ; | | return 0; | | } | configure:21688: result: no | configure:21738: checking for compound literals | configure:21765: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:21772: $? = 0 | configure:21787: result: yes | configure:21797: checking whether struct tm is in sys/time.h or time.h | configure:21827: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:21834: $? = 0 | configure:21849: result: time.h | configure:21860: checking for struct tm.tm_gmtoff | configure:21889: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:181: error: 'struct tm' has no member named 'tm_gmtoff' | configure:21896: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | static struct tm ac_aggr; | | if (ac_aggr.tm_gmtoff) | | return 0; | | ; | | return 0; | | } | configure:21930: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:181: error: 'struct tm' has no member named 'tm_gmtoff' | configure:21937: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | static struct tm ac_aggr; | | if (sizeof ac_aggr.tm_gmtoff) | | return 0; | | ; | | return 0; | | } | configure:21955: result: no | configure:21974: checking whether setenv is declared | configure:22003: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:22010: $? = 0 | configure:22025: result: yes | configure:22063: checking whether setenv validates arguments | configure:22111: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:22115: $? = 0 | configure:22121: ./conftest | configure:22125: $? = 0 | configure:22142: result: yes | configure:22183: checking search.h usability | configure:22200: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:22207: $? = 0 | configure:22221: result: yes | configure:22225: checking search.h presence | configure:22240: gcc -E conftest.c | configure:22247: $? = 0 | configure:22261: result: yes | configure:22294: checking for search.h | configure:22303: result: yes | configure:22322: checking for tsearch | configure:22378: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:22385: $? = 0 | configure:22407: result: yes | configure:22425: checking whether snprintf returns a byte count as in C99 | configure:22491: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:22495: $? = 0 | configure:22501: ./conftest | configure:22505: $? = 0 | configure:22523: result: yes | configure:22526: checking whether snprintf is declared | configure:22555: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:22562: $? = 0 | configure:22577: result: yes | configure:22601: checking for wchar_t | configure:22628: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:22635: $? = 0 | configure:22650: result: yes | configure:22666: checking whether strdup is declared | configure:22695: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:22702: $? = 0 | configure:22717: result: yes | configure:22741: checking for working strerror function | configure:22814: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:22818: $? = 0 | configure:22824: ./conftest | configure:22828: $? = 0 | configure:22846: result: yes | configure:23169: checking whether memmem is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:23204: $? = 0 | configure:23221: result: yes | configure:23169: checking whether mempcpy is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:188: error: 'mempcpy' 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.) | configure:23204: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef mempcpy | | (void) mempcpy; | | ; | | return 0; | | } | configure:23221: result: no | configure:23169: checking whether memrchr is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:188: error: 'memrchr' 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.) | configure:23204: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef memrchr | | (void) memrchr; | | ; | | return 0; | | } | configure:23221: result: no | configure:23169: checking whether rawmemchr is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:188: error: 'rawmemchr' 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.) | configure:23204: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef rawmemchr | | (void) rawmemchr; | | ; | | return 0; | | } | configure:23221: result: no | configure:23169: checking whether stpcpy is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:23204: $? = 0 | configure:23221: result: yes | configure:23169: checking whether stpncpy is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:23204: $? = 0 | configure:23221: result: yes | configure:23169: checking whether strchrnul is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:190: error: 'strchrnul' undeclared (first use in this function) | conftest.c:190: error: (Each undeclared identifier is reported only once | conftest.c:190: error: for each function it appears in.) | configure:23204: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef strchrnul | | (void) strchrnul; | | ; | | return 0; | | } | configure:23221: result: no | configure:23169: checking whether strdup is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:23204: $? = 0 | configure:23221: result: yes | configure:23169: checking whether strncat is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:23204: $? = 0 | configure:23221: result: yes | configure:23169: checking whether strndup is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:23204: $? = 0 | configure:23221: result: yes | configure:23169: checking whether strnlen is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:23204: $? = 0 | configure:23221: result: yes | configure:23169: checking whether strpbrk is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:23204: $? = 0 | configure:23221: result: yes | configure:23169: checking whether strsep is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:23204: $? = 0 | configure:23221: result: yes | configure:23169: checking whether strcasestr is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:196: error: 'strcasestr' undeclared (first use in this function) | conftest.c:196: error: (Each undeclared identifier is reported only once | conftest.c:196: error: for each function it appears in.) | configure:23204: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef strcasestr | | (void) strcasestr; | | ; | | return 0; | | } | configure:23221: result: no | configure:23169: checking whether strtok_r is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:23204: $? = 0 | configure:23221: result: yes | configure:23169: checking whether strerror_r is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:23204: $? = 0 | configure:23221: result: yes | configure:23169: checking whether strsignal is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:23204: $? = 0 | configure:23221: result: yes | configure:23169: checking whether strverscmp is declared without a macro | configure:23197: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:199: error: 'strverscmp' undeclared (first use in this function) | conftest.c:199: error: (Each undeclared identifier is reported only once | conftest.c:199: error: for each function it appears in.) | configure:23204: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef strverscmp | | (void) strverscmp; | | ; | | return 0; | | } | configure:23221: result: no | configure:23315: checking whether strcasecmp is declared without a macro | configure:23343: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:23350: $? = 0 | configure:23367: result: yes | configure:23315: checking whether strncasecmp is declared without a macro | configure:23343: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:23350: $? = 0 | configure:23367: result: yes | configure:23382: checking whether strndup is declared | configure:23433: result: yes | configure:23453: checking whether strnlen is declared | configure:23504: result: yes | configure:23535: checking for struct timespec in | configure:23562: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:23569: $? = 0 | configure:23584: result: yes | configure:23769: checking whether localtime_r is declared | configure:23798: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:234: error: 'localtime_r' undeclared (first use in this function) | conftest.c:234: error: (Each undeclared identifier is reported only once | conftest.c:234: error: for each function it appears in.) | configure:23805: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | #ifndef localtime_r | | (void) localtime_r; | | #endif | | | | ; | | return 0; | | } | configure:23820: result: no | configure:23871: checking whether unsetenv is declared | configure:23900: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:23907: $? = 0 | configure:23922: result: yes | configure:23941: checking whether the utimes function works | configure:24066: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:24070: $? = 0 | configure:24076: ./conftest | configure:24080: $? = 0 | configure:24097: result: yes | configure:24119: checking for struct utimbuf | configure:24152: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:24159: $? = 0 | configure:24174: result: yes | configure:24210: checking for inttypes.h | configure:24239: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:24246: $? = 0 | configure:24261: result: yes | configure:24272: checking for stdint.h | configure:24299: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:24306: $? = 0 | configure:24321: result: yes | configure:24334: checking for intmax_t | configure:24369: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:24376: $? = 0 | configure:24391: result: yes | configure:24426: checking for snprintf | configure:24482: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:227: warning: conflicting types for built-in function 'snprintf' | configure:24489: $? = 0 | configure:24511: result: yes | configure:24426: checking for strnlen | configure:24482: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:24489: $? = 0 | configure:24511: result: yes | configure:24426: checking for wcslen | configure:24482: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:24489: $? = 0 | configure:24511: result: yes | configure:24426: checking for wcsnlen | configure:24482: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:24489: $? = 0 | configure:24511: result: yes | configure:24426: checking for mbrtowc | configure:24511: result: yes | configure:24426: checking for wcrtomb | configure:24511: result: yes | configure:24523: checking whether _snprintf is declared | configure:24553: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:216: error: '_snprintf' undeclared (first use in this function) | conftest.c:216: error: (Each undeclared identifier is reported only once | conftest.c:216: error: for each function it appears in.) | configure:24560: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #ifndef _snprintf | | (void) _snprintf; | | #endif | | | | ; | | return 0; | | } | configure:24575: result: no | configure:24604: checking whether vsnprintf is declared | configure:24633: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:24640: $? = 0 | configure:24655: result: yes | configure:24710: checking for alloca as a compiler built-in | configure:24738: result: yes | configure:24822: checking whether program_invocation_name is declared | configure:24852: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:222: error: 'program_invocation_name' undeclared (first use in this function) | conftest.c:222: error: (Each undeclared identifier is reported only once | conftest.c:222: error: for each function it appears in.) | configure:24859: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #ifndef program_invocation_name | | (void) program_invocation_name; | | #endif | | | | ; | | return 0; | | } | configure:24874: result: no | configure:24890: checking whether program_invocation_short_name is declared | configure:24920: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:223: error: 'program_invocation_short_name' undeclared (first use in this function) | conftest.c:223: error: (Each undeclared identifier is reported only once | conftest.c:223: error: for each function it appears in.) | configure:24927: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #ifndef program_invocation_short_name | | (void) program_invocation_short_name; | | #endif | | | | ; | | return 0; | | } | configure:24942: result: no | configure:24963: checking whether program_invocation_name is defined | configure:24986: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:218:18: error: argp.h: No such file or directory | conftest.c: In function 'main': | conftest.c:222: error: 'program_invocation_name' undeclared (first use in this function) | conftest.c:222: error: (Each undeclared identifier is reported only once | conftest.c:222: error: for each function it appears in.) | configure:24993: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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:25012: result: no | configure:25020: checking whether program_invocation_short_name is defined | configure:25043: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:218:18: error: argp.h: No such file or directory | conftest.c: In function 'main': | conftest.c:222: error: 'program_invocation_short_name' undeclared (first use in this function) | conftest.c:222: error: (Each undeclared identifier is reported only once | conftest.c:222: error: for each function it appears in.) | configure:25050: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #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:25069: result: no | configure:25198: checking whether btowc(0) is correct | configure:25243: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:25247: $? = 0 | configure:25253: ./conftest | configure:25257: $? = 0 | configure:25275: result: yes | configure:25278: checking whether btowc(EOF) is correct | configure:25360: result: guessing yes | configure:25476: checking whether this system has an arbitrary file name length limit | configure:25502: result: yes | configure:25550: checking for library containing clock_gettime | configure:25591: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:25598: $? = 0 | configure:25629: result: none required | configure:25643: checking for clock_gettime | configure:25699: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:25706: $? = 0 | configure:25728: result: yes | configure:25643: checking for clock_settime | configure:25699: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:25706: $? = 0 | configure:25728: result: yes | configure:25856: checking for d_ino member in directory struct | configure:25932: result: yes | configure:26024: checking whether alphasort is declared without a macro | configure:26052: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:26059: $? = 0 | configure:26076: result: yes | configure:26024: checking whether dirfd is declared without a macro | configure:26052: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:236: error: 'dirfd' undeclared (first use in this function) | conftest.c:236: error: (Each undeclared identifier is reported only once | conftest.c:236: error: for each function it appears in.) | configure:26059: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef dirfd | | (void) dirfd; | | ; | | return 0; | | } | configure:26076: result: no | configure:26024: checking whether fdopendir is declared without a macro | configure:26052: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:236: error: 'fdopendir' undeclared (first use in this function) | conftest.c:236: error: (Each undeclared identifier is reported only once | conftest.c:236: error: for each function it appears in.) | configure:26059: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef fdopendir | | (void) fdopendir; | | ; | | return 0; | | } | configure:26076: result: no | configure:26024: checking whether scandir is declared without a macro | configure:26052: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:26059: $? = 0 | configure:26076: result: yes | configure:26130: checking for dirfd | configure:26186: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .dirfd | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:26193: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | /* end confdefs.h. */ | | /* Define dirfd to an innocuous variant, in case declares dirfd. | | For example, HP-UX 11i declares gettimeofday. */ | | #define dirfd innocuous_dirfd | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char dirfd (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef dirfd | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char dirfd (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_dirfd || defined __stub___dirfd | | choke me | | #endif | | | | int | | main () | | { | | return dirfd (); | | ; | | return 0; | | } | configure:26215: result: no | configure:26227: checking whether dirfd is declared | configure:26258: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:239: error: 'dirfd' undeclared (first use in this function) | conftest.c:239: error: (Each undeclared identifier is reported only once | conftest.c:239: error: for each function it appears in.) | configure:26265: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | #ifndef dirfd | | (void) dirfd; | | #endif | | | | ; | | return 0; | | } | configure:26280: result: no | configure:26302: checking whether dirfd is a macro | configure:26329: result: no | configure:26348: checking how to get the file descriptor associated with an open DIR* | configure:26381: gcc -std=gnu99 -c -g -O2 -DDIR_FD_MEMBER_NAME=d_fd conftest.c >&5 | conftest.c: In function 'main': | conftest.c:239: error: 'DIR' has no member named 'd_fd' | configure:26388: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | /* end confdefs.h. */ | | | | #include | | #include | | int | | main () | | { | | DIR *dir_p = opendir("."); (void) dir_p->DIR_FD_MEMBER_NAME; | | ; | | return 0; | | } | configure:26381: gcc -std=gnu99 -c -g -O2 -DDIR_FD_MEMBER_NAME=dd_fd conftest.c >&5 | configure:26388: $? = 0 | configure:26412: result: dd_fd | configure:26509: checking whether // is distinct from / | configure:26538: result: no | configure:26573: checking whether dup2 works | configure:26637: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:247:8: warning: extra tokens at end of #endif directive | configure:26641: $? = 0 | configure:26647: ./conftest | configure:26651: $? = 0 | configure:26669: result: yes | configure:26736: checking for error_at_line | configure:26762: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:238:19: error: error.h: No such file or directory | conftest.c: In function 'main': | conftest.c:242: warning: implicit declaration of function 'error_at_line' | configure:26769: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | error_at_line (0, 0, "", 0, "an error occurred"); | | ; | | return 0; | | } | configure:26789: result: no | configure:27103: checking whether fcntl handles F_DUPFD correctly | configure:27143: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:27147: $? = 0 | configure:27153: ./conftest | configure:27157: $? = 0 | configure:27174: result: yes | configure:27209: checking whether fcntl understands F_DUPFD_CLOEXEC | configure:27240: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:243: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' | configure:27247: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | /* end confdefs.h. */ | | | | #include | | #ifndef F_DUPFD_CLOEXEC | | choke me | | #endif | | | | int | | main () | | { | | | | ; | | return 0; | | } | configure:27309: result: no | configure:27419: checking whether fcntl is declared without a macro | configure:27447: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:27454: $? = 0 | configure:27471: result: yes | configure:27419: checking whether openat is declared without a macro | configure:27447: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:248: error: 'openat' undeclared (first use in this function) | conftest.c:248: error: (Each undeclared identifier is reported only once | conftest.c:248: error: for each function it appears in.) | configure:27454: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef openat | | (void) openat; | | ; | | return 0; | | } | configure:27471: result: no | configure:27489: checking whether fdopendir is declared | configure:27521: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:250: error: 'fdopendir' undeclared (first use in this function) | conftest.c:250: error: (Each undeclared identifier is reported only once | conftest.c:250: error: for each function it appears in.) | configure:27528: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | /* end confdefs.h. */ | | | | #include | | | | | | int | | main () | | { | | #ifndef fdopendir | | (void) fdopendir; | | #endif | | | | ; | | return 0; | | } | configure:27543: result: no | configure:27715: checking for struct stat.st_blocks | configure:27743: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:27750: $? = 0 | configure:27808: result: yes | configure:27947: checking for working GNU fnmatch | configure:28056: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:311: error: 'FNM_CASEFOLD' undeclared (first use in this function) | conftest.c:311: error: (Each undeclared identifier is reported only once | conftest.c:311: error: for each function it appears in.) | conftest.c:313: error: 'FNM_EXTMATCH' undeclared (first use in this function) | conftest.c:315: error: 'FNM_FILE_NAME' undeclared (first use in this function) | conftest.c:317: error: 'FNM_LEADING_DIR' undeclared (first use in this function) | configure:28060: $? = 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.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | /* end confdefs.h. */ | | #include | | static int | | y (char const *pattern, char const *string, int flags) | | { | | return fnmatch (pattern, string, flags) == 0; | | } | | static int | | n (char const *pattern, char const *string, int flags) | | { | | return fnmatch (pattern, string, flags) == FNM_NOMATCH; | | } | | | | int | | main () | | { | | char const *Apat = 'A' < '\\' ? "[A-\\\\]" : "[\\\\-A]"; | | char const *apat = 'a' < '\\' ? "[a-\\\\]" : "[\\\\-a]"; | | static char const A_1[] = { 'A' - 1, 0 }; | | static char const A01[] = { 'A' + 1, 0 }; | | static char const a_1[] = { 'a' - 1, 0 }; | | static char const a01[] = { 'a' + 1, 0 }; | | static char const bs_1[] = { '\\' - 1, 0 }; | | static char const bs01[] = { '\\' + 1, 0 }; | | int result = 0; | | if (!n ("a*", "", 0)) | | return 1; | | if (!y ("a*", "abc", 0)) | | return 1; | | if (!n ("d*/*1", "d/s/1", FNM_PATHNAME)) | | return 2; | | if (!y ("a\\bc", "abc", 0)) | | return 3; | | if (!n ("a\\bc", "abc", FNM_NOESCAPE)) | | return 3; | | if (!y ("*x", ".x", 0)) | | return 4; | | if (!n ("*x", ".x", FNM_PERIOD)) | | return 4; | | if (!y (Apat, "\\", 0)) | | return 5; | | if (!y (Apat, "A", 0)) | | return 5; | | if (!y (apat, "\\", 0)) | | return 5; | | if (!y (apat, "a", 0)) | | return 5; | | if (!(n (Apat, A_1, 0) == ('A' < '\\'))) | | return 5; | | if (!(n (apat, a_1, 0) == ('a' < '\\'))) | | return 5; | | if (!(y (Apat, A01, 0) == ('A' < '\\'))) | | return 5; | | if (!(y (apat, a01, 0) == ('a' < '\\'))) | | return 5; | | if (!(y (Apat, bs_1, 0) == ('A' < '\\'))) | | return 5; | | if (!(y (apat, bs_1, 0) == ('a' < '\\'))) | | return 5; | | if (!(n (Apat, bs01, 0) == ('A' < '\\'))) | | return 5; | | if (!(n (apat, bs01, 0) == ('a' < '\\'))) | | return 5; | | | | if (!y ("xxXX", "xXxX", FNM_CASEFOLD)) | | result |= 8; | | if (!y ("a++(x|yy)b", "a+xyyyyxb", FNM_EXTMATCH)) | | result |= 16; | | if (!n ("d*/*1", "d/s/1", FNM_FILE_NAME)) | | result |= 32; | | if (!y ("*", "x", FNM_FILE_NAME | FNM_LEADING_DIR)) | | result |= 64; | | if (!y ("x*", "x/y/z", FNM_FILE_NAME | FNM_LEADING_DIR)) | | result |= 64; | | if (!y ("*c*", "c/x", FNM_FILE_NAME | FNM_LEADING_DIR)) | | result |= 64; | | | | return result; | | | | ; | | return 0; | | } | configure:28090: result: no | configure:28113: checking whether isblank is declared | configure:28143: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:28150: $? = 0 | configure:28165: result: yes | configure:28238: checking whether __fpending is declared | configure:28268: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:261: error: '__fpending' undeclared (first use in this function) | conftest.c:261: error: (Each undeclared identifier is reported only once | conftest.c:261: error: for each function it appears in.) | configure:28275: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | /* end confdefs.h. */ | | | | # include | | # if HAVE_STDIO_EXT_H | | # include | | # endif | | | | | | int | | main () | | { | | #ifndef __fpending | | (void) __fpending; | | #endif | | | | ; | | return 0; | | } | configure:28290: result: no | configure:28309: checking how to determine the number of pending output bytes on a stream | configure:28372: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:255: error: 'FILE' has no member named '_IO_write_ptr' | conftest.c:255: error: 'FILE' has no member named '_IO_write_base' | configure:28379: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | FILE *fp = stdin; (void) (fp->_IO_write_ptr - fp->_IO_write_base); | | ; | | return 0; | | } | configure:28372: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:28379: $? = 0 | configure:28401: result: fp->_ptr - fp->_base | configure:29205: checking for working getdelim function | configure:29279: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:269: warning: implicit declaration of function 'getdelim' | configure:29283: $? = 0 | configure:29289: ./conftest | configure:29293: $? = 3 | configure: program exited with status 3 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | /* end confdefs.h. */ | | | | # include | | # include | | # include | | int main () | | { | | FILE *in = fopen ("./conftest.data", "r"); | | if (!in) | | return 1; | | { | | /* Test result for a NULL buffer and a zero size. | | Based on a test program from Karl Heuer. */ | | char *line = NULL; | | size_t siz = 0; | | int len = getdelim (&line, &siz, '\n', in); | | if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) | | return 2; | | } | | { | | /* Test result for a NULL buffer and a non-zero size. | | This crashes on FreeBSD 8.0. */ | | char *line = NULL; | | size_t siz = (size_t)(~0) / 4; | | if (getdelim (&line, &siz, '\n', in) == -1) | | return 3; | | } | | return 0; | | } | | | configure:29310: result: no | configure:29340: checking for flockfile | configure:29425: result: yes | configure:29340: checking for funlockfile | configure:29425: result: yes | configure:29437: checking whether getc_unlocked is declared | configure:29488: result: yes | configure:29570: checking for getline | configure:29626: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:29633: $? = 0 | configure:29653: result: yes | configure:29662: checking for working getline function | configure:29736: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:274: warning: implicit declaration of function 'getline' | configure:29740: $? = 0 | configure:29746: ./conftest | configure:29750: $? = 3 | configure: program exited with status 3 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | /* end confdefs.h. */ | | | | # include | | # include | | # include | | int main () | | { | | FILE *in = fopen ("./conftest.data", "r"); | | if (!in) | | return 1; | | { | | /* Test result for a NULL buffer and a zero size. | | Based on a test program from Karl Heuer. */ | | char *line = NULL; | | size_t siz = 0; | | int len = getline (&line, &siz, in); | | if (!(len == 4 && line && strcmp (line, "foo\n") == 0)) | | return 2; | | } | | { | | /* Test result for a NULL buffer and a non-zero size. | | This crashes on FreeBSD 8.0. */ | | char *line = NULL; | | size_t siz = (size_t)(~0) / 4; | | if (getline (&line, &siz, in) == -1) | | return 3; | | } | | return 0; | | } | | | configure:29767: result: no | configure:29806: checking for working getdelim function | configure:29911: result: no | configure:29941: checking for flockfile | configure:30026: result: yes | configure:29941: checking for funlockfile | configure:30026: result: yes | configure:30038: checking whether getc_unlocked is declared | configure:30089: result: yes | configure:30198: checking for getpagesize | configure:30254: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:30261: $? = 0 | configure:30283: result: yes | configure:30621: checking whether getpagesize is declared | configure:30650: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:30657: $? = 0 | configure:30672: result: yes | configure:31006: checking whether gettimeofday clobbers localtime buffer | configure:31048: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:31052: $? = 0 | configure:31058: ./conftest | configure:31062: $? = 0 | configure:31079: result: no | configure:31367: checking for gettimeofday with POSIX signature | configure:31405: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:31412: $? = 0 | configure:31470: result: yes | configure:31797: checking whether the compiler generally respects inline | configure:31828: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:31835: $? = 0 | configure:31852: result: yes | configure:31901: checking whether inttypes.h conforms to C99 | configure:32057: result: no | configure:32226: checking whether INT32_MAX < INTMAX_MAX | configure:32270: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:32277: $? = 0 | configure:32292: result: yes | configure:32303: checking whether INT64_MAX == LONG_MAX | configure:32347: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:290: error: size of array 'test' is negative | configure:32354: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | /* end confdefs.h. */ | | /* Work also in C++ mode. */ | | #define __STDC_LIMIT_MACROS 1 | | | | /* Work if build is not clean. */ | | #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H | | | | #include | | #if HAVE_STDINT_H | | #include | | #endif | | | | #if defined INT64_MAX | | #define CONDITION (INT64_MAX == LONG_MAX) | | #elif HAVE_LONG_LONG_INT | | #define CONDITION (sizeof (long long int) == sizeof (long int)) | | #else | | #define CONDITION 0 | | #endif | | int test[CONDITION ? 1 : -1]; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:32369: result: no | configure:32382: checking whether UINT32_MAX < UINTMAX_MAX | configure:32426: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:32433: $? = 0 | configure:32448: result: yes | configure:32459: checking whether UINT64_MAX == ULONG_MAX | configure:32503: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:290: error: size of array 'test' is negative | configure:32510: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | /* end confdefs.h. */ | | /* Work also in C++ mode. */ | | #define __STDC_LIMIT_MACROS 1 | | | | /* Work if build is not clean. */ | | #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H | | | | #include | | #if HAVE_STDINT_H | | #include | | #endif | | | | #if defined UINT64_MAX | | #define CONDITION (UINT64_MAX == ULONG_MAX) | | #elif HAVE_LONG_LONG_INT | | #define CONDITION (sizeof (unsigned long long int) == sizeof (unsigned long int)) | | #else | | #define CONDITION 0 | | #endif | | int test[CONDITION ? 1 : -1]; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:32525: result: no | configure:32545: checking whether imaxabs is declared without a macro | configure:32573: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:32580: $? = 0 | configure:32597: result: yes | configure:32545: checking whether imaxdiv is declared without a macro | configure:32573: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:32580: $? = 0 | configure:32597: result: yes | configure:32545: checking whether strtoimax is declared without a macro | configure:32573: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:32580: $? = 0 | configure:32597: result: yes | configure:32545: checking whether strtoumax is declared without a macro | configure:32573: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:32580: $? = 0 | configure:32597: result: yes | configure:32752: checking whether langinfo.h defines CODESET | configure:32780: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:32787: $? = 0 | configure:32803: result: yes | configure:32808: checking whether langinfo.h defines T_FMT_AMPM | configure:32836: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:32843: $? = 0 | configure:32859: result: yes | configure:32864: checking whether langinfo.h defines ERA | configure:32892: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:32899: $? = 0 | configure:32915: result: yes | configure:32920: checking whether langinfo.h defines YESEXPR | configure:32948: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:32955: $? = 0 | configure:32971: result: yes | configure:32989: checking whether nl_langinfo is declared without a macro | configure:33017: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:33024: $? = 0 | configure:33041: result: yes | configure:33078: checking for lchown | configure:33134: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:33141: $? = 0 | configure:33163: result: yes | configure:33232: checking whether link handles trailing slash correctly | configure:33275: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:33279: $? = 0 | configure:33285: ./conftest | configure:33289: $? = 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.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | int result = 0; | | if (!link ("conftest.a", "conftest.b/")) | | result |= 1; | | #if HAVE_LSTAT | | if (!link ("conftest.lnk/", "conftest.b")) | | result |= 2; | | #endif | | return result; | | | | ; | | return 0; | | } | configure:33307: result: no | configure:33346: checking for __xpg4 | configure:33372: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: __xpg4 | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:33379: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | /* end confdefs.h. */ | | extern int __xpg4; | | int | | main () | | { | | return __xpg4; | | ; | | return 0; | | } | configure:33400: result: no | configure:33405: checking whether link(2) dereferences a symlink | configure:33465: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:33469: $? = 0 | configure:33475: ./conftest | configure:33479: $? = 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.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | /* end confdefs.h. */ | | | | # include | | # include | | # include | | # include | | | | # define SAME_INODE(Stat_buf_1, Stat_buf_2) ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino && (Stat_buf_1).st_dev == (Stat_buf_2).st_dev) | | | | int | | main () | | { | | const char *file = "conftest.file"; | | const char *sym = "conftest.sym"; | | const char *hard = "conftest.hard"; | | struct stat sb_file, sb_hard; | | | | /* Create a symlink to the regular file. */ | | if (symlink (file, sym)) | | return 2; | | | | /* Create a hard link to that symlink. */ | | if (link (sym, hard)) | | return 3; | | | | if (lstat (hard, &sb_hard)) | | return 4; | | if (lstat (file, &sb_file)) | | return 5; | | | | /* If the dev/inode of hard and file are the same, then | | the link call followed the symlink. */ | | return SAME_INODE (sb_hard, sb_file) ? 1 : 0; | | } | | | configure:33498: result: yes | configure:33772: checking whether lseek detects pipes | configure:33805: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:33812: $? = 0 | configure:33880: result: yes | configure:33958: checking for stdlib.h | configure:33965: result: yes | configure:34104: checking for GNU libc compatible malloc | configure:34169: result: no | configure:34281: checking whether mbrtowc handles incomplete characters | configure:34336: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:34340: $? = 0 | configure:34346: ./conftest | configure:34350: $? = 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.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | /* end confdefs.h. */ | | | | #include | | #include | | /* Tru64 with Desktop Toolkit C has a bug: must be included before | | . | | BSD/OS 4.0.1 has a bug: , and must be | | included before . */ | | #include | | #include | | #include | | #include | | int main () | | { | | if (setlocale (LC_ALL, "ja_JP") != NULL) | | { | | const char input[] = "B\217\253\344\217\251\316er"; /* "Bテシテ歹r" */ | | mbstate_t state; | | wchar_t wc; | | | | memset (&state, '\0', sizeof (mbstate_t)); | | if (mbrtowc (&wc, input + 1, 1, &state) == (size_t)(-2)) | | if (mbsinit (&state)) | | return 1; | | } | | return 0; | | } | configure:34369: result: no | configure:34375: checking whether mbrtowc works as well as mbtowc | configure:34467: result: guessing yes | configure:35081: checking whether mbrtowc handles incomplete characters | configure:35169: result: no | configure:35175: checking whether mbrtowc works as well as mbtowc | configure:35267: result: guessing yes | configure:35363: checking whether mbrtowc handles incomplete characters | configure:35451: result: no | configure:35457: checking whether mbrtowc works as well as mbtowc | configure:35549: result: guessing yes | configure:35851: checking for mempcpy | configure:35936: result: no | configure:35998: checking for memrchr | configure:36054: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .memrchr | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:36061: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | /* end confdefs.h. */ | | /* Define memrchr to an innocuous variant, in case declares memrchr. | | For example, HP-UX 11i declares gettimeofday. */ | | #define memrchr innocuous_memrchr | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char memrchr (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef memrchr | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char memrchr (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_memrchr || defined __stub___memrchr | | choke me | | #endif | | | | int | | main () | | { | | return memrchr (); | | ; | | return 0; | | } | configure:36083: result: no | configure:36125: checking whether mkdir handles trailing slash | configure:36158: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:36162: $? = 0 | configure:36168: ./conftest | configure:36172: $? = 0 | configure:36192: result: yes | configure:36208: checking whether mkdir handles trailing dot | configure:36241: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:36245: $? = 0 | configure:36251: ./conftest | configure:36255: $? = 0 | configure:36275: result: yes | configure:36311: checking for mkdtemp | configure:36367: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:36374: $? = 0 | configure:36396: result: yes | configure:36460: checking whether mkfifo rejects trailing slashes | configure:36502: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:36506: $? = 0 | configure:36512: ./conftest | configure:36516: $? = 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.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | int result = 0; | | if (!mkfifo ("conftest.tmp/", 0600)) | | result |= 1; | | #if HAVE_LSTAT | | if (!mkfifo ("conftest.lnk/", 0600)) | | result |= 2; | | #endif | | return result; | | | | ; | | return 0; | | } | configure:36534: result: no | configure:36658: checking whether mknod can create fifo without root privileges | configure:36692: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:36696: $? = 0 | configure:36702: ./conftest | configure:36706: $? = 0 | configure:36733: result: yes | configure:36792: checking for working mktime | configure:37004: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:37008: $? = 0 | configure:37014: ./conftest | configure:37018: $? = 3 | configure: program exited with status 3 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | /* end confdefs.h. */ | | /* Test program from Paul Eggert and Tony Leneis. */ | | #include | | #include | | #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 (time_t now) | | { | | struct tm *lt; | | return ! (lt = localtime (&now)) || mktime (lt) == now; | | } | | | | static int | | mktime_test (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 (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 () | | { | | int result = 0; | | time_t t, delta; | | int i, j; | | int time_t_signed_magnitude = (time_t) ~ (time_t) 0 < (time_t) -1; | | int time_t_signed = ! ((time_t) 0 < (time_t) -1); | | | | /* 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); | | | | time_t_max = (! time_t_signed | | ? (time_t) -1 | | : ((((time_t) 1 << (sizeof (time_t) * CHAR_BIT - 2)) - 1) | | * 2 + 1)); | | time_t_min = (! time_t_signed | | ? (time_t) 0 | | : time_t_signed_magnitude | | ? ~ (time_t) 0 | | : ~ time_t_max); | | | | 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)) | | result |= 1; | | if (! (mktime_test ((time_t) 1) | | && mktime_test ((time_t) (60 * 60)) | | && mktime_test ((time_t) (60 * 60 * 24)))) | | result |= 2; | | | | for (j = 1; ; j <<= 1) | | if (! bigtime_test (j)) | | result |= 4; | | else if (INT_MAX / 2 < j) | | break; | | if (! bigtime_test (INT_MAX)) | | result |= 8; | | } | | if (! irix_6_4_bug ()) | | result |= 16; | | if (! spring_forward_gap ()) | | result |= 32; | | if (! year_2050_test ()) | | result |= 64; | | return result; | | } | configure:37035: result: no | configure:37099: checking whether YESEXPR works | configure:37137: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:37141: $? = 0 | configure:37147: ./conftest | configure:37151: $? = 0 | configure:37169: result: yes | configure:37241: checking for obstacks | configure:37272: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:341:29: error: obstack.h: No such file or directory | conftest.c: In function 'main': | conftest.c:345: error: storage size of 'mem' isn't known | conftest.c:348: warning: implicit declaration of function 'obstack_init' | conftest.c:349: warning: implicit declaration of function 'obstack_free' | configure:37279: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include "obstack.h" | | int | | main () | | { | | struct obstack mem; | | #define obstack_chunk_alloc malloc | | #define obstack_chunk_free free | | obstack_init (&mem); | | obstack_free (&mem, 0); | | ; | | return 0; | | } | configure:37299: result: no | configure:37352: checking whether open recognizes a trailing slash | configure:37401: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:37405: $? = 0 | configure:37411: ./conftest | configure:37415: $? = 3 | configure: program exited with status 3 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | /* end confdefs.h. */ | | | | #include | | #if HAVE_UNISTD_H | | # include | | #endif | | int main () | | { | | int result = 0; | | #if HAVE_LSTAT | | if (open ("conftest.lnk/", O_RDONLY) != -1) | | result |= 1; | | #endif | | if (open ("conftest.sl/", O_CREAT, 0600) >= 0) | | result |= 2; | | return result; | | } | configure:37434: result: no | configure:37555: checking for fchmodat | configure:37640: result: no | configure:37555: checking for fstatat | configure:37640: result: no | configure:37555: checking for mkdirat | configure:37640: result: no | configure:37555: checking for openat | configure:37640: result: no | configure:37555: checking for unlinkat | configure:37640: result: no | configure:37731: checking for fchownat | configure:37814: result: no | configure:38026: checking for struct tm.tm_zone | configure:38057: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:318: error: 'struct tm' has no member named 'tm_zone' | configure:38064: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | /* end confdefs.h. */ | | #include | | #include | | | | | | int | | main () | | { | | static struct tm ac_aggr; | | if (ac_aggr.tm_zone) | | return 0; | | ; | | return 0; | | } | configure:38100: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:318: error: 'struct tm' has no member named 'tm_zone' | configure:38107: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | /* end confdefs.h. */ | | #include | | #include | | | | | | int | | main () | | { | | static struct tm ac_aggr; | | if (sizeof ac_aggr.tm_zone) | | return 0; | | ; | | return 0; | | } | configure:38125: result: no | configure:38143: checking whether tzname is declared | configure:38173: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:38180: $? = 0 | configure:38195: result: yes | configure:38213: checking for tzname | configure:38243: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:38250: $? = 0 | configure:38270: result: yes | configure:38308: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:38315: $? = 0 | configure:38357: checking for getppriv | configure:38413: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:38420: $? = 0 | configure:38442: result: yes | configure:38462: checking whether program_invocation_name is declared | configure:38514: result: no | configure:38532: checking whether program_invocation_short_name is declared | configure:38584: result: no | configure:38647: checking for rawmemchr | configure:38703: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .rawmemchr | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:38710: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | /* end confdefs.h. */ | | /* Define rawmemchr to an innocuous variant, in case declares rawmemchr. | | For example, HP-UX 11i declares gettimeofday. */ | | #define rawmemchr innocuous_rawmemchr | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char rawmemchr (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef rawmemchr | | | | /* 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 rawmemchr (); | | /* 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_rawmemchr || defined __stub___rawmemchr | | choke me | | #endif | | | | int | | main () | | { | | return rawmemchr (); | | ; | | return 0; | | } | configure:38732: result: no | configure:38792: checking whether readlink signature is correct | configure:38820: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c:319: error: conflicting types for 'readlink' | /usr/include/unistd.h:833: error: previous declaration of 'readlink' was here | configure:38827: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | /* end confdefs.h. */ | | #include | | /* Cause compilation failure if original declaration has wrong type. */ | | ssize_t readlink (const char *, char *, size_t); | | int | | main () | | { | | | | ; | | return 0; | | } | configure:38842: result: no | configure:38844: checking whether readlink handles trailing slash correctly | configure:38878: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:38882: $? = 0 | configure:38888: ./conftest | configure:38892: $? = 0 | configure:38910: result: yes | configure:39051: checking for working re_compile_pattern | configure:39208: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:362: error: storage size of 'regex' isn't known | conftest.c:366: error: storage size of 'regs' isn't known | conftest.c:378: warning: implicit declaration of function 're_set_syntax' | conftest.c:378: error: 'RE_SYNTAX_GREP' undeclared (first use in this function) | conftest.c:378: error: (Each undeclared identifier is reported only once | conftest.c:378: error: for each function it appears in.) | conftest.c:378: error: 'RE_HAT_LISTS_NOT_NEWLINE' undeclared (first use in this function) | conftest.c:379: error: 'RE_ICASE' undeclared (first use in this function) | conftest.c:381: warning: implicit declaration of function 're_compile_pattern' | conftest.c:381: warning: assignment makes pointer from integer without a cast | conftest.c:384: warning: implicit declaration of function 're_search' | conftest.c:393: error: 'RE_SYNTAX_EGREP' undeclared (first use in this function) | conftest.c:395: warning: assignment makes pointer from integer without a cast | conftest.c:404: error: 'RE_SYNTAX_POSIX_EGREP' undeclared (first use in this function) | conftest.c:409: warning: assignment makes pointer from integer without a cast | conftest.c:416: error: 'RE_NO_EMPTY_RANGES' undeclared (first use in this function) | conftest.c:418: warning: assignment makes pointer from integer without a cast | conftest.c:424: warning: assignment makes pointer from integer without a cast | conftest.c:431: warning: assignment makes pointer from integer without a cast | conftest.c:435: warning: implicit declaration of function 're_match' | conftest.c:439: warning: assignment makes pointer from integer without a cast | conftest.c:448: error: 'RE_SYNTAX_EMACS' undeclared (first use in this function) | conftest.c:450: warning: assignment makes pointer from integer without a cast | conftest.c:459: error: 'RE_SYNTAX_POSIX_BASIC' undeclared (first use in this function) | conftest.c:460: error: 'RE_CONTEXT_INVALID_DUP' undeclared (first use in this function) | conftest.c:463: warning: assignment makes pointer from integer without a cast | conftest.c:469: error: 'REG_STARTEND' undeclared (first use in this function) | configure:39212: $? = 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.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | | #include | | #include | | | | int | | main () | | { | | int result = 0; | | static struct re_pattern_buffer regex; | | unsigned char folded_chars[UCHAR_MAX + 1]; | | int i; | | const char *s; | | struct re_registers regs; | | | | /* 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) | | result |= 1; | | else if (re_search (®ex, data, sizeof data - 1, | | 0, sizeof data - 1, ®s) | | != -1) | | result |= 1; | | if (! setlocale (LC_ALL, "C")) | | return 1; | | } | | | | /* This test is from glibc bug 3957, reported by Andrew Mackey. */ | | re_set_syntax (RE_SYNTAX_EGREP | RE_HAT_LISTS_NOT_NEWLINE); | | memset (®ex, 0, sizeof regex); | | s = re_compile_pattern ("a[^x]b", 6, ®ex); | | if (s) | | result |= 2; | | /* This should fail, but succeeds for glibc-2.5. */ | | else if (re_search (®ex, "a\nb", 3, 0, 3, ®s) != -1) | | result |= 2; | | | | /* This regular expression is from Spencer ere test number 75 | | in grep-2.3. */ | | re_set_syntax (RE_SYNTAX_POSIX_EGREP); | | memset (®ex, 0, sizeof regex); | | for (i = 0; i <= UCHAR_MAX; i++) | | folded_chars[i] = i; | | regex.translate = folded_chars; | | s = re_compile_pattern ("a[[:]:]]b\n", 11, ®ex); | | /* This should fail with _Invalid character class name_ error. */ | | if (!s) | | result |= 4; | | | | /* Ensure that [b-a] is diagnosed as invalid, when | | using RE_NO_EMPTY_RANGES. */ | | re_set_syntax (RE_SYNTAX_POSIX_EGREP | RE_NO_EMPTY_RANGES); | | memset (®ex, 0, sizeof regex); | | s = re_compile_pattern ("a[b-a]", 6, ®ex); | | if (s == 0) | | result |= 8; | | | | /* This should succeed, but does not for glibc-2.1.3. */ | | memset (®ex, 0, sizeof regex); | | s = re_compile_pattern ("{1", 2, ®ex); | | if (s) | | result |= 8; | | | | /* 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) | | result |= 8; | | /* This should match, but does not for glibc-2.2.1. */ | | else if (re_match (®ex, "an", 2, 0, ®s) != 2) | | result |= 8; | | | | memset (®ex, 0, sizeof regex); | | s = re_compile_pattern ("x", 1, ®ex); | | if (s) | | result |= 8; | | /* glibc-2.2.93 does not work with a negative RANGE argument. */ | | else if (re_search (®ex, "wxy", 3, 2, -2, ®s) != 1) | | result |= 8; | | | | /* The version of regex.c in older versions of gnulib | | ignored RE_ICASE. Detect that problem too. */ | | re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE); | | memset (®ex, 0, sizeof regex); | | s = re_compile_pattern ("x", 1, ®ex); | | if (s) | | result |= 16; | | else if (re_search (®ex, "WXY", 3, 0, 3, ®s) < 0) | | result |= 16; | | | | /* Catch a bug reported by Vin Shelton in | | http://lists.gnu.org/archive/html/bug-coreutils/2007-06/msg00089.html | | */ | | re_set_syntax (RE_SYNTAX_POSIX_BASIC | | & ~RE_CONTEXT_INVALID_DUP | | & ~RE_NO_EMPTY_RANGES); | | memset (®ex, 0, sizeof regex); | | s = re_compile_pattern ("[[:alnum:]_-]\\+$", 16, ®ex); | | if (s) | | result |= 32; | | | | /* REG_STARTEND was added to glibc on 2004-01-15. | | Reject older versions. */ | | if (! REG_STARTEND) | | result |= 64; | | | | #if 0 | | /* It would be nice to reject hosts whose regoff_t values are too | | narrow (including glibc on hosts with 64-bit ptrdiff_t and | | 32-bit int), but we should wait until glibc implements this | | feature. Otherwise, support for equivalence classes and | | multibyte collation symbols would always be broken except | | when compiling --without-included-regex. */ | | if (sizeof (regoff_t) < sizeof (ptrdiff_t) | | || sizeof (regoff_t) < sizeof (ssize_t)) | | result |= 64; | | #endif | | | | return result; | | | | ; | | return 0; | | } | configure:39239: result: no | configure:39364: checking libintl.h usability | configure:39381: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:39388: $? = 0 | configure:39402: result: yes | configure:39406: checking libintl.h presence | configure:39421: gcc -E conftest.c | configure:39428: $? = 0 | configure:39442: result: yes | configure:39475: checking for libintl.h | configure:39484: result: yes | configure:39509: checking whether isblank is declared | configure:39561: result: yes | configure:39593: checking whether rename honors trailing slash on destination | configure:39644: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:39648: $? = 0 | configure:39654: ./conftest | configure:39658: $? = 5 | configure: program exited with status 5 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | /* end confdefs.h. */ | | | | # include | | # include | | | | int | | main () | | { | | int result = 0; | | if (rename ("conftest.f1", "conftest.f2/") == 0) | | result |= 1; | | if (rename ("conftest.d1", "conftest.d2/") != 0) | | result |= 2; | | #if HAVE_LSTAT | | if (rename ("conftest.f", "conftest.lnk/") == 0) | | result |= 4; | | #endif | | return result; | | | | ; | | return 0; | | } | configure:39677: result: no | configure:39698: checking whether rename honors trailing slash on source | configure:39749: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:39753: $? = 0 | configure:39759: ./conftest | configure:39763: $? = 5 | configure: program exited with status 5 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | /* end confdefs.h. */ | | | | # include | | # include | | | | int | | main () | | { | | int result = 0; | | if (rename ("conftest.f1/", "conftest.d3") == 0) | | result |= 1; | | if (rename ("conftest.d1/", "conftest.d2") != 0) | | result |= 2; | | #if HAVE_LSTAT | | if (rename ("conftest.lnk/", "conftest.f") == 0) | | result |= 4; | | #endif | | return result; | | | | ; | | return 0; | | } | configure:39782: result: no | configure:39803: checking whether rename manages hard links correctly | configure:39849: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:39853: $? = 0 | configure:39859: ./conftest | configure:39863: $? = 0 | configure:39885: result: yes | configure:39906: checking whether rename manages existing destinations correctly | configure:39949: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:39953: $? = 0 | configure:39959: ./conftest | configure:39963: $? = 0 | configure:39982: result: yes | configure:40090: checking whether rmdir works | configure:40132: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:40136: $? = 0 | configure:40142: ./conftest | configure:40146: $? = 0 | configure:40164: result: yes | configure:40210: checking for rpmatch | configure:40266: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:40273: $? = 0 | configure:40295: result: yes | configure:40499: checking for stdint.h | configure:40506: result: yes | configure:40645: checking for SIZE_MAX | configure:41378: result: yes | configure:41393: checking whether sleep is declared | configure:41423: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:41430: $? = 0 | configure:41445: result: yes | configure:41482: checking for working sleep | configure:41534: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:41538: $? = 0 | configure:41544: ./conftest | configure:41548: $? = 0 | configure:41565: result: yes | configure:41603: checking for snprintf | configure:41688: result: yes | configure:41703: checking whether snprintf respects a size of 1 | configure:41733: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:41737: $? = 0 | configure:41743: ./conftest | configure:41747: $? = 0 | configure:41765: result: yes | configure:41828: checking for ssize_t | configure:41877: result: yes | configure:41896: checking whether stat handles trailing slashes on directories | configure:41929: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:41933: $? = 0 | configure:41939: ./conftest | configure:41943: $? = 0 | configure:41960: result: yes | configure:41962: checking whether stat handles trailing slashes on files | configure:42006: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:42010: $? = 0 | configure:42016: ./conftest | configure:42020: $? = 3 | configure: program exited with status 3 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | int result = 0; | | struct stat st; | | if (!stat ("conftest.tmp/", &st)) | | result |= 1; | | #if HAVE_LSTAT | | if (!stat ("conftest.lnk/", &st)) | | result |= 2; | | #endif | | return result; | | | | ; | | return 0; | | } | configure:42038: result: no | configure:42095: checking for struct stat.st_atim.tv_nsec | configure:42125: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:362: error: 'struct stat64' has no member named 'st_atim' | configure:42132: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 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:42167: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:362: error: 'struct stat64' has no member named 'st_atim' | configure:42174: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 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:42192: result: no | configure:42269: checking for struct stat.st_atimespec.tv_nsec | configure:42299: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:362: error: 'struct stat64' has no member named 'st_atimespec' | configure:42306: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_atimespec.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:42341: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:362: error: 'struct stat64' has no member named 'st_atimespec' | configure:42348: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_atimespec.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:42366: result: no | configure:42376: checking for struct stat.st_atimensec | configure:42406: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:362: error: 'struct stat64' has no member named 'st_atimensec' | configure:42413: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_atimensec) | | return 0; | | ; | | return 0; | | } | configure:42448: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:362: error: 'struct stat64' has no member named 'st_atimensec' | configure:42455: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_atimensec) | | return 0; | | ; | | return 0; | | } | configure:42473: result: no | configure:42483: checking for struct stat.st_atim.st__tim.tv_nsec | configure:42513: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:362: error: 'struct stat64' has no member named 'st_atim' | configure:42520: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_atim.st__tim.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:42555: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:362: error: 'struct stat64' has no member named 'st_atim' | configure:42562: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_atim.st__tim.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:42580: result: no | configure:42607: checking for struct stat.st_birthtimespec.tv_nsec | configure:42637: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:362: error: 'struct stat64' has no member named 'st_birthtimespec' | configure:42644: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_birthtimespec.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:42679: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:362: error: 'struct stat64' has no member named 'st_birthtimespec' | configure:42686: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_birthtimespec.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:42704: result: no | configure:42714: checking for struct stat.st_birthtimensec | configure:42744: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:362: error: 'struct stat64' has no member named 'st_birthtimensec' | configure:42751: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_birthtimensec) | | return 0; | | ; | | return 0; | | } | configure:42786: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:362: error: 'struct stat64' has no member named 'st_birthtimensec' | configure:42793: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_birthtimensec) | | return 0; | | ; | | return 0; | | } | configure:42811: result: no | configure:42821: checking for struct stat.st_birthtim.tv_nsec | configure:42851: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:362: error: 'struct stat64' has no member named 'st_birthtim' | configure:42858: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_birthtim.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:42893: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:362: error: 'struct stat64' has no member named 'st_birthtim' | configure:42900: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_birthtim.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:42918: result: no | configure:42938: checking for va_copy | configure:42969: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:42976: $? = 0 | configure:42992: result: yes | configure:43181: checking whether NULL can be used in arbitrary expressions | configure:43209: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:43216: $? = 0 | configure:43231: result: yes | configure:43419: checking whether stdint.h conforms to C99 | configure:43742: result: no | configure:43754: checking for sys/inttypes.h | configure:43761: result: yes | configure:43754: checking for sys/bitypes.h | configure:43761: result: no | configure:43921: checking for bit size of ptrdiff_t | configure:44316: result: 32 | configure:43921: checking for bit size of size_t | configure:44316: result: 32 | configure:44338: checking for bit size of sig_atomic_t | configure:44733: result: 32 | configure:44338: checking for bit size of wchar_t | configure:44733: result: 16 | configure:44338: checking for bit size of wint_t | configure:44733: result: 32 | configure:44754: checking whether sig_atomic_t is signed | configure:44817: result: yes | configure:44754: checking whether wchar_t is signed | configure:44817: result: no | configure:44754: checking whether wint_t is signed | configure:44817: result: yes | configure:44841: checking for ptrdiff_t integer literal suffix | configure:44924: result: l | configure:44841: checking for size_t integer literal suffix | configure:44924: result: ul | configure:44944: checking for sig_atomic_t integer literal suffix | configure:45027: result: | configure:44944: checking for wchar_t integer literal suffix | configure:45027: result: no | configure:44944: checking for wint_t integer literal suffix | configure:45027: result: | configure:45133: checking whether dprintf is declared without a macro | configure:45161: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:374: error: 'dprintf' undeclared (first use in this function) | conftest.c:374: error: (Each undeclared identifier is reported only once | conftest.c:374: error: for each function it appears in.) | configure:45168: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef dprintf | | (void) dprintf; | | ; | | return 0; | | } | configure:45185: result: no | configure:45133: checking whether fpurge is declared without a macro | configure:45161: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:374: error: 'fpurge' undeclared (first use in this function) | conftest.c:374: error: (Each undeclared identifier is reported only once | conftest.c:374: error: for each function it appears in.) | configure:45168: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef fpurge | | (void) fpurge; | | ; | | return 0; | | } | configure:45185: result: no | configure:45133: checking whether fseeko is declared without a macro | configure:45161: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:374: error: 'fseeko' undeclared (first use in this function) | conftest.c:374: error: (Each undeclared identifier is reported only once | conftest.c:374: error: for each function it appears in.) | configure:45168: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef fseeko | | (void) fseeko; | | ; | | return 0; | | } | configure:45185: result: no | configure:45133: checking whether ftello is declared without a macro | configure:45161: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:374: error: 'ftello' undeclared (first use in this function) | conftest.c:374: error: (Each undeclared identifier is reported only once | conftest.c:374: error: for each function it appears in.) | configure:45168: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef ftello | | (void) ftello; | | ; | | return 0; | | } | configure:45185: result: no | configure:45133: checking whether getdelim is declared without a macro | configure:45161: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:374: error: 'getdelim' undeclared (first use in this function) | conftest.c:374: error: (Each undeclared identifier is reported only once | conftest.c:374: error: for each function it appears in.) | configure:45168: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef getdelim | | (void) getdelim; | | ; | | return 0; | | } | configure:45185: result: no | configure:45133: checking whether getline is declared without a macro | configure:45161: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:374: error: 'getline' undeclared (first use in this function) | conftest.c:374: error: (Each undeclared identifier is reported only once | conftest.c:374: error: for each function it appears in.) | configure:45168: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef getline | | (void) getline; | | ; | | return 0; | | } | configure:45185: result: no | configure:45133: checking whether popen is declared without a macro | configure:45161: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45168: $? = 0 | configure:45185: result: yes | configure:45133: checking whether renameat is declared without a macro | configure:45161: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:375: error: 'renameat' undeclared (first use in this function) | conftest.c:375: error: (Each undeclared identifier is reported only once | conftest.c:375: error: for each function it appears in.) | configure:45168: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef renameat | | (void) renameat; | | ; | | return 0; | | } | configure:45185: result: no | configure:45133: checking whether snprintf is declared without a macro | configure:45161: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45168: $? = 0 | configure:45185: result: yes | configure:45133: checking whether tmpfile is declared without a macro | configure:45161: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45168: $? = 0 | configure:45185: result: yes | configure:45133: checking whether vdprintf is declared without a macro | configure:45161: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:377: error: 'vdprintf' undeclared (first use in this function) | conftest.c:377: error: (Each undeclared identifier is reported only once | conftest.c:377: error: for each function it appears in.) | configure:45168: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef vdprintf | | (void) vdprintf; | | ; | | return 0; | | } | configure:45185: result: no | configure:45133: checking whether vsnprintf is declared without a macro | configure:45161: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45168: $? = 0 | configure:45185: result: yes | configure:45288: checking whether _Exit is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45329: $? = 0 | configure:45346: result: yes | configure:45288: checking whether atoll is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45329: $? = 0 | configure:45346: result: yes | configure:45288: checking whether canonicalize_file_name is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:386: error: 'canonicalize_file_name' undeclared (first use in this function) | conftest.c:386: error: (Each undeclared identifier is reported only once | conftest.c:386: error: for each function it appears in.) | configure:45329: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_LOADAVG_H | | # include | | #endif | | #if HAVE_RANDOM_H | | # include | | #endif | | | | int | | main () | | { | | #undef canonicalize_file_name | | (void) canonicalize_file_name; | | ; | | return 0; | | } | configure:45346: result: no | configure:45288: checking whether getloadavg is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:386: error: 'getloadavg' undeclared (first use in this function) | conftest.c:386: error: (Each undeclared identifier is reported only once | conftest.c:386: error: for each function it appears in.) | configure:45329: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_LOADAVG_H | | # include | | #endif | | #if HAVE_RANDOM_H | | # include | | #endif | | | | int | | main () | | { | | #undef getloadavg | | (void) getloadavg; | | ; | | return 0; | | } | configure:45346: result: no | configure:45288: checking whether getsubopt is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45329: $? = 0 | configure:45346: result: yes | configure:45288: checking whether grantpt is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45329: $? = 0 | configure:45346: result: yes | configure:45288: checking whether mkdtemp is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:388: error: 'mkdtemp' undeclared (first use in this function) | conftest.c:388: error: (Each undeclared identifier is reported only once | conftest.c:388: error: for each function it appears in.) | configure:45329: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_LOADAVG_H | | # include | | #endif | | #if HAVE_RANDOM_H | | # include | | #endif | | | | int | | main () | | { | | #undef mkdtemp | | (void) mkdtemp; | | ; | | return 0; | | } | configure:45346: result: no | configure:45288: checking whether mkostemp is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:388: error: 'mkostemp' undeclared (first use in this function) | conftest.c:388: error: (Each undeclared identifier is reported only once | conftest.c:388: error: for each function it appears in.) | configure:45329: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_LOADAVG_H | | # include | | #endif | | #if HAVE_RANDOM_H | | # include | | #endif | | | | int | | main () | | { | | #undef mkostemp | | (void) mkostemp; | | ; | | return 0; | | } | configure:45346: result: no | configure:45288: checking whether mkostemps is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:388: error: 'mkostemps' undeclared (first use in this function) | conftest.c:388: error: (Each undeclared identifier is reported only once | conftest.c:388: error: for each function it appears in.) | configure:45329: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_LOADAVG_H | | # include | | #endif | | #if HAVE_RANDOM_H | | # include | | #endif | | | | int | | main () | | { | | #undef mkostemps | | (void) mkostemps; | | ; | | return 0; | | } | configure:45346: result: no | configure:45288: checking whether mkstemp is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45329: $? = 0 | configure:45346: result: yes | configure:45288: checking whether mkstemps is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:389: error: 'mkstemps' undeclared (first use in this function) | conftest.c:389: error: (Each undeclared identifier is reported only once | conftest.c:389: error: for each function it appears in.) | configure:45329: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_LOADAVG_H | | # include | | #endif | | #if HAVE_RANDOM_H | | # include | | #endif | | | | int | | main () | | { | | #undef mkstemps | | (void) mkstemps; | | ; | | return 0; | | } | configure:45346: result: no | configure:45288: checking whether ptsname is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45329: $? = 0 | configure:45346: result: yes | configure:45288: checking whether random_r is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:390: error: 'random_r' undeclared (first use in this function) | conftest.c:390: error: (Each undeclared identifier is reported only once | conftest.c:390: error: for each function it appears in.) | configure:45329: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_LOADAVG_H | | # include | | #endif | | #if HAVE_RANDOM_H | | # include | | #endif | | | | int | | main () | | { | | #undef random_r | | (void) random_r; | | ; | | return 0; | | } | configure:45346: result: no | configure:45288: checking whether initstat_r is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:390: error: 'initstat_r' undeclared (first use in this function) | conftest.c:390: error: (Each undeclared identifier is reported only once | conftest.c:390: error: for each function it appears in.) | configure:45329: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_LOADAVG_H | | # include | | #endif | | #if HAVE_RANDOM_H | | # include | | #endif | | | | int | | main () | | { | | #undef initstat_r | | (void) initstat_r; | | ; | | return 0; | | } | configure:45346: result: no | configure:45288: checking whether srandom_r is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:390: error: 'srandom_r' undeclared (first use in this function) | conftest.c:390: error: (Each undeclared identifier is reported only once | conftest.c:390: error: for each function it appears in.) | configure:45329: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_LOADAVG_H | | # include | | #endif | | #if HAVE_RANDOM_H | | # include | | #endif | | | | int | | main () | | { | | #undef srandom_r | | (void) srandom_r; | | ; | | return 0; | | } | configure:45346: result: no | configure:45288: checking whether setstate_r is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:390: error: 'setstate_r' undeclared (first use in this function) | conftest.c:390: error: (Each undeclared identifier is reported only once | conftest.c:390: error: for each function it appears in.) | configure:45329: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | /* end confdefs.h. */ | | #include | | #if HAVE_SYS_LOADAVG_H | | # include | | #endif | | #if HAVE_RANDOM_H | | # include | | #endif | | | | int | | main () | | { | | #undef setstate_r | | (void) setstate_r; | | ; | | return 0; | | } | configure:45346: result: no | configure:45288: checking whether realpath is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45329: $? = 0 | configure:45346: result: yes | configure:45288: checking whether rpmatch is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45329: $? = 0 | configure:45346: result: yes | configure:45288: checking whether setenv is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45329: $? = 0 | configure:45346: result: yes | configure:45288: checking whether strtod is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45329: $? = 0 | configure:45346: result: yes | configure:45288: checking whether strtoll is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45329: $? = 0 | configure:45346: result: yes | configure:45288: checking whether strtoull is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45329: $? = 0 | configure:45346: result: yes | configure:45288: checking whether unlockpt is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45329: $? = 0 | configure:45346: result: yes | configure:45288: checking whether unsetenv is declared without a macro | configure:45322: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:45329: $? = 0 | configure:45346: result: yes | configure:45380: checking for stpcpy | configure:45436: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:409: warning: conflicting types for built-in function 'stpcpy' | configure:45443: $? = 0 | configure:45465: result: yes | configure:45518: checking for strcasecmp | configure:45574: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:411: warning: conflicting types for built-in function 'strcasecmp' | configure:45581: $? = 0 | configure:45603: result: yes | configure:45641: checking for strncasecmp | configure:45697: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:412: warning: conflicting types for built-in function 'strncasecmp' | configure:45704: $? = 0 | configure:45726: result: yes | configure:45748: checking whether strncasecmp is declared | configure:45799: result: yes | configure:45839: checking for strchrnul | configure:45895: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .strchrnul | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:45902: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #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:45924: result: no | configure:46082: checking for working strndup | configure:46126: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:46130: $? = 0 | configure:46136: ./conftest | configure:46140: $? = 0 | configure:46157: result: yes | configure:46213: checking for working strnlen | configure:46257: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:46261: $? = 0 | configure:46267: ./conftest | configure:46271: $? = 0 | configure:46288: result: yes | configure:46335: checking whether defines strtoimax as a macro | configure:46360: result: no | configure:46376: checking for strtoimax | configure:46432: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:46439: $? = 0 | configure:46461: result: yes | configure:46574: checking for strtol | configure:46630: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:46637: $? = 0 | configure:46659: result: yes | configure:46694: checking for strtoll | configure:46750: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:46757: $? = 0 | configure:46779: result: yes | configure:46831: checking for strtoul | configure:46887: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:46894: $? = 0 | configure:46916: result: yes | configure:46951: checking for strtoull | configure:47007: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:47014: $? = 0 | configure:47036: result: yes | configure:47076: checking whether defines strtoumax as a macro | configure:47101: result: no | configure:47117: checking for strtoumax | configure:47173: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:47180: $? = 0 | configure:47202: result: yes | configure:47323: checking whether symlink handles trailing slash correctly | configure:47361: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:47365: $? = 0 | configure:47371: ./conftest | configure:47375: $? = 5 | configure: program exited with status 5 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | int result = 0; | | if (!symlink ("a", "conftest.link/")) | | result |= 1; | | if (symlink ("conftest.f", "conftest.lnk2")) | | result |= 2; | | else if (!symlink ("a", "conftest.lnk2/")) | | result |= 4; | | return result; | | | | ; | | return 0; | | } | configure:47393: result: no | configure:47539: checking for nlink_t | configure:47569: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:47576: $? = 0 | configure:47605: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:412: error: expected expression before ')' token | configure:47612: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | if (sizeof ((nlink_t))) | | return 0; | | ; | | return 0; | | } | configure:47635: result: yes | configure:47663: checking whether fchmodat is declared without a macro | configure:47691: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:412: error: 'fchmodat' undeclared (first use in this function) | conftest.c:412: error: (Each undeclared identifier is reported only once | conftest.c:412: error: for each function it appears in.) | configure:47698: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef fchmodat | | (void) fchmodat; | | ; | | return 0; | | } | configure:47715: result: no | configure:47663: checking whether fstatat is declared without a macro | configure:47691: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:412: error: 'fstatat' undeclared (first use in this function) | conftest.c:412: error: (Each undeclared identifier is reported only once | conftest.c:412: error: for each function it appears in.) | configure:47698: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef fstatat | | (void) fstatat; | | ; | | return 0; | | } | configure:47715: result: no | configure:47663: checking whether futimens is declared without a macro | configure:47691: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:412: error: 'futimens' undeclared (first use in this function) | conftest.c:412: error: (Each undeclared identifier is reported only once | conftest.c:412: error: for each function it appears in.) | configure:47698: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef futimens | | (void) futimens; | | ; | | return 0; | | } | configure:47715: result: no | configure:47663: checking whether lchmod is declared without a macro | configure:47691: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:412: error: 'lchmod' undeclared (first use in this function) | conftest.c:412: error: (Each undeclared identifier is reported only once | conftest.c:412: error: for each function it appears in.) | configure:47698: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef lchmod | | (void) lchmod; | | ; | | return 0; | | } | configure:47715: result: no | configure:47663: checking whether lstat is declared without a macro | configure:47691: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:412: error: 'lstat' undeclared (first use in this function) | conftest.c:412: error: (Each undeclared identifier is reported only once | conftest.c:412: error: for each function it appears in.) | configure:47698: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef lstat | | (void) lstat; | | ; | | return 0; | | } | configure:47715: result: no | configure:47663: checking whether mkdirat is declared without a macro | configure:47691: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:412: error: 'mkdirat' undeclared (first use in this function) | conftest.c:412: error: (Each undeclared identifier is reported only once | conftest.c:412: error: for each function it appears in.) | configure:47698: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef mkdirat | | (void) mkdirat; | | ; | | return 0; | | } | configure:47715: result: no | configure:47663: checking whether mkfifo is declared without a macro | configure:47691: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:47698: $? = 0 | configure:47715: result: yes | configure:47663: checking whether mkfifoat is declared without a macro | configure:47691: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:413: error: 'mkfifoat' undeclared (first use in this function) | conftest.c:413: error: (Each undeclared identifier is reported only once | conftest.c:413: error: for each function it appears in.) | configure:47698: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef mkfifoat | | (void) mkfifoat; | | ; | | return 0; | | } | configure:47715: result: no | configure:47663: checking whether mknod is declared without a macro | configure:47691: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:47698: $? = 0 | configure:47715: result: yes | configure:47663: checking whether mknodat is declared without a macro | configure:47691: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:414: error: 'mknodat' undeclared (first use in this function) | conftest.c:414: error: (Each undeclared identifier is reported only once | conftest.c:414: error: for each function it appears in.) | configure:47698: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef mknodat | | (void) mknodat; | | ; | | return 0; | | } | configure:47715: result: no | configure:47663: checking whether stat is declared without a macro | configure:47691: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:414: error: 'stat' undeclared (first use in this function) | conftest.c:414: error: (Each undeclared identifier is reported only once | conftest.c:414: error: for each function it appears in.) | configure:47698: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef stat | | (void) stat; | | ; | | return 0; | | } | configure:47715: result: no | configure:47663: checking whether utimensat is declared without a macro | configure:47691: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:414: error: 'utimensat' undeclared (first use in this function) | conftest.c:414: error: (Each undeclared identifier is reported only once | conftest.c:414: error: for each function it appears in.) | configure:47698: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | #undef utimensat | | (void) utimensat; | | ; | | return 0; | | } | configure:47715: result: no | configure:47730: checking for a thread-safe mkdir -p | configure:47769: result: /opt/freeware/bin/mkdir -p | configure:47777: checking for a thread-safe mkdir -p | configure:47816: result: /opt/freeware/bin/mkdir -p | configure:47940: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:47947: $? = 0 | configure:48013: checking whether localtime_r is compatible with its POSIX signature | configure:48047: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48054: $? = 0 | configure:48070: result: yes | configure:48236: checking whether chown is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether dup2 is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether dup3 is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:426: error: 'dup3' undeclared (first use in this function) | conftest.c:426: error: (Each undeclared identifier is reported only once | conftest.c:426: error: for each function it appears in.) | configure:48280: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | /* end confdefs.h. */ | | #include | | /* Some systems declare various items in the wrong headers. */ | | #if !(defined __GLIBC__ && !defined __UCLIBC__) | | # include | | # include | | # include | | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | # include | | # endif | | #endif | | | | int | | main () | | { | | #undef dup3 | | (void) dup3; | | ; | | return 0; | | } | configure:48297: result: no | configure:48236: checking whether environ is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether euidaccess is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:427: error: 'euidaccess' undeclared (first use in this function) | conftest.c:427: error: (Each undeclared identifier is reported only once | conftest.c:427: error: for each function it appears in.) | configure:48280: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | /* end confdefs.h. */ | | #include | | /* Some systems declare various items in the wrong headers. */ | | #if !(defined __GLIBC__ && !defined __UCLIBC__) | | # include | | # include | | # include | | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | # include | | # endif | | #endif | | | | int | | main () | | { | | #undef euidaccess | | (void) euidaccess; | | ; | | return 0; | | } | configure:48297: result: no | configure:48236: checking whether faccessat is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:427: error: 'faccessat' undeclared (first use in this function) | conftest.c:427: error: (Each undeclared identifier is reported only once | conftest.c:427: error: for each function it appears in.) | configure:48280: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | /* end confdefs.h. */ | | #include | | /* Some systems declare various items in the wrong headers. */ | | #if !(defined __GLIBC__ && !defined __UCLIBC__) | | # include | | # include | | # include | | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | # include | | # endif | | #endif | | | | int | | main () | | { | | #undef faccessat | | (void) faccessat; | | ; | | return 0; | | } | configure:48297: result: no | configure:48236: checking whether fchdir is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether fchownat is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:428: error: 'fchownat' undeclared (first use in this function) | conftest.c:428: error: (Each undeclared identifier is reported only once | conftest.c:428: error: for each function it appears in.) | configure:48280: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | /* end confdefs.h. */ | | #include | | /* Some systems declare various items in the wrong headers. */ | | #if !(defined __GLIBC__ && !defined __UCLIBC__) | | # include | | # include | | # include | | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | # include | | # endif | | #endif | | | | int | | main () | | { | | #undef fchownat | | (void) fchownat; | | ; | | return 0; | | } | configure:48297: result: no | configure:48236: checking whether fsync is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether ftruncate is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:429: error: 'ftruncate' undeclared (first use in this function) | conftest.c:429: error: (Each undeclared identifier is reported only once | conftest.c:429: error: for each function it appears in.) | configure:48280: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | /* end confdefs.h. */ | | #include | | /* Some systems declare various items in the wrong headers. */ | | #if !(defined __GLIBC__ && !defined __UCLIBC__) | | # include | | # include | | # include | | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | # include | | # endif | | #endif | | | | int | | main () | | { | | #undef ftruncate | | (void) ftruncate; | | ; | | return 0; | | } | configure:48297: result: no | configure:48236: checking whether getcwd is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether getdomainname is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:430: error: 'getdomainname' undeclared (first use in this function) | conftest.c:430: error: (Each undeclared identifier is reported only once | conftest.c:430: error: for each function it appears in.) | configure:48280: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | /* end confdefs.h. */ | | #include | | /* Some systems declare various items in the wrong headers. */ | | #if !(defined __GLIBC__ && !defined __UCLIBC__) | | # include | | # include | | # include | | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | # include | | # endif | | #endif | | | | int | | main () | | { | | #undef getdomainname | | (void) getdomainname; | | ; | | return 0; | | } | configure:48297: result: no | configure:48236: checking whether getdtablesize is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether getgroups is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether gethostname is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether getlogin is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether getlogin_r is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether getpagesize is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether getusershell is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether setusershell is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether endusershell is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether lchown is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether link is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether linkat is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:441: error: 'linkat' undeclared (first use in this function) | conftest.c:441: error: (Each undeclared identifier is reported only once | conftest.c:441: error: for each function it appears in.) | configure:48280: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | /* end confdefs.h. */ | | #include | | /* Some systems declare various items in the wrong headers. */ | | #if !(defined __GLIBC__ && !defined __UCLIBC__) | | # include | | # include | | # include | | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | # include | | # endif | | #endif | | | | int | | main () | | { | | #undef linkat | | (void) linkat; | | ; | | return 0; | | } | configure:48297: result: no | configure:48236: checking whether lseek is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:441: error: 'lseek' undeclared (first use in this function) | conftest.c:441: error: (Each undeclared identifier is reported only once | conftest.c:441: error: for each function it appears in.) | configure:48280: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | /* end confdefs.h. */ | | #include | | /* Some systems declare various items in the wrong headers. */ | | #if !(defined __GLIBC__ && !defined __UCLIBC__) | | # include | | # include | | # include | | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | # include | | # endif | | #endif | | | | int | | main () | | { | | #undef lseek | | (void) lseek; | | ; | | return 0; | | } | configure:48297: result: no | configure:48236: checking whether pipe is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether pipe2 is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:442: error: 'pipe2' undeclared (first use in this function) | conftest.c:442: error: (Each undeclared identifier is reported only once | conftest.c:442: error: for each function it appears in.) | configure:48280: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | /* end confdefs.h. */ | | #include | | /* Some systems declare various items in the wrong headers. */ | | #if !(defined __GLIBC__ && !defined __UCLIBC__) | | # include | | # include | | # include | | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | # include | | # endif | | #endif | | | | int | | main () | | { | | #undef pipe2 | | (void) pipe2; | | ; | | return 0; | | } | configure:48297: result: no | configure:48236: checking whether pread is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:442: error: 'pread' undeclared (first use in this function) | conftest.c:442: error: (Each undeclared identifier is reported only once | conftest.c:442: error: for each function it appears in.) | configure:48280: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | /* end confdefs.h. */ | | #include | | /* Some systems declare various items in the wrong headers. */ | | #if !(defined __GLIBC__ && !defined __UCLIBC__) | | # include | | # include | | # include | | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | # include | | # endif | | #endif | | | | int | | main () | | { | | #undef pread | | (void) pread; | | ; | | return 0; | | } | configure:48297: result: no | configure:48236: checking whether pwrite is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:442: error: 'pwrite' undeclared (first use in this function) | conftest.c:442: error: (Each undeclared identifier is reported only once | conftest.c:442: error: for each function it appears in.) | configure:48280: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | /* end confdefs.h. */ | | #include | | /* Some systems declare various items in the wrong headers. */ | | #if !(defined __GLIBC__ && !defined __UCLIBC__) | | # include | | # include | | # include | | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | # include | | # endif | | #endif | | | | int | | main () | | { | | #undef pwrite | | (void) pwrite; | | ; | | return 0; | | } | configure:48297: result: no | configure:48236: checking whether readlink is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether readlinkat is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:443: error: 'readlinkat' undeclared (first use in this function) | conftest.c:443: error: (Each undeclared identifier is reported only once | conftest.c:443: error: for each function it appears in.) | configure:48280: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | /* end confdefs.h. */ | | #include | | /* Some systems declare various items in the wrong headers. */ | | #if !(defined __GLIBC__ && !defined __UCLIBC__) | | # include | | # include | | # include | | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | # include | | # endif | | #endif | | | | int | | main () | | { | | #undef readlinkat | | (void) readlinkat; | | ; | | return 0; | | } | configure:48297: result: no | configure:48236: checking whether rmdir is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether sleep is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether symlink is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether symlinkat is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:446: error: 'symlinkat' undeclared (first use in this function) | conftest.c:446: error: (Each undeclared identifier is reported only once | conftest.c:446: error: for each function it appears in.) | configure:48280: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | /* end confdefs.h. */ | | #include | | /* Some systems declare various items in the wrong headers. */ | | #if !(defined __GLIBC__ && !defined __UCLIBC__) | | # include | | # include | | # include | | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | # include | | # endif | | #endif | | | | int | | main () | | { | | #undef symlinkat | | (void) symlinkat; | | ; | | return 0; | | } | configure:48297: result: no | configure:48236: checking whether ttyname_r is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether unlink is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48236: checking whether unlinkat is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:448: error: 'unlinkat' undeclared (first use in this function) | conftest.c:448: error: (Each undeclared identifier is reported only once | conftest.c:448: error: for each function it appears in.) | configure:48280: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | /* end confdefs.h. */ | | #include | | /* Some systems declare various items in the wrong headers. */ | | #if !(defined __GLIBC__ && !defined __UCLIBC__) | | # include | | # include | | # include | | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | | # include | | # endif | | #endif | | | | int | | main () | | { | | #undef unlinkat | | (void) unlinkat; | | ; | | return 0; | | } | configure:48297: result: no | configure:48236: checking whether usleep is declared without a macro | configure:48273: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48280: $? = 0 | configure:48297: result: yes | configure:48441: checking whether unlink honors trailing slashes | configure:48521: result: no | configure:48523: checking whether unlink of a parent directory fails as it should | configure:48619: result: guessing yes | configure:48780: checking for unsetenv | configure:48836: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:48843: $? = 0 | configure:48865: result: yes | configure:48898: checking for unsetenv() return type | configure:48937: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:48944: $? = 0 | configure:48959: result: int | configure:48980: checking whether unsetenv obeys POSIX | configure:49029: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:49033: $? = 0 | configure:49039: ./conftest | configure:49043: $? = 0 | configure:49060: result: yes | configure:49468: checking for ptrdiff_t | configure:49496: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:49503: $? = 0 | configure:49530: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:475: error: expected expression before ')' token | configure:49537: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_TEST_UNLINK 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define GNULIB_TEST_UTIMENSAT 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((ptrdiff_t))) | | return 0; | | ; | | return 0; | | } | configure:49560: result: yes | configure:49587: checking for vasprintf | configure:49643: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .vasprintf | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:49650: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_TEST_UNLINK 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define GNULIB_TEST_UTIMENSAT 1 | | /* end confdefs.h. */ | | /* Define vasprintf to an innocuous variant, in case declares vasprintf. | | For example, HP-UX 11i declares gettimeofday. */ | | #define vasprintf innocuous_vasprintf | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char vasprintf (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef vasprintf | | | | /* 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 vasprintf (); | | /* 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_vasprintf || defined __stub___vasprintf | | choke me | | #endif | | | | int | | main () | | { | | return vasprintf (); | | ; | | return 0; | | } | configure:49672: result: no | configure:49807: checking for vsnprintf | configure:49863: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:463: warning: conflicting types for built-in function 'vsnprintf' | configure:49870: $? = 0 | configure:49892: result: yes | configure:49907: checking whether snprintf respects a size of 1 | configure:49969: result: yes | configure:50156: checking whether btowc is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wctob is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether mbsinit is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether mbrtowc is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether mbrlen is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether mbsrtowcs is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether mbsnrtowcs is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcrtomb is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcsrtombs is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcsnrtombs is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcwidth is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wmemchr is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wmemcmp is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wmemcpy is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wmemmove is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wmemset is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcslen is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcsnlen is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcscpy is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcpcpy is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcsncpy is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcpncpy is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcscat is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcsncat is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcscmp is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcsncmp is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcscasecmp is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcsncasecmp is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcscoll is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcsxfrm is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcsdup is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcschr is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcsrchr is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcscspn is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcsspn is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcspbrk is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcsstr is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcstok is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50156: checking whether wcswidth is declared without a macro | configure:50194: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:50201: $? = 0 | configure:50218: result: yes | configure:50258: checking whether mbrtowc handles incomplete characters | configure:50346: result: no | configure:50352: checking whether mbrtowc works as well as mbtowc | configure:50444: result: guessing yes | configure:50720: checking whether iswcntrl works | configure:50831: result: yes | configure:50851: checking for wctype_t | configure:50912: result: yes | configure:50918: checking for wctrans_t | configure:50977: result: yes | configure:50990: checking whether wctype is declared without a macro | configure:51053: result: yes | configure:50990: checking whether iswctype is declared without a macro | configure:51053: result: yes | configure:50990: checking whether wctrans is declared without a macro | configure:51053: result: yes | configure:50990: checking whether towctrans is declared without a macro | configure:51053: result: yes | configure:51090: checking whether wcwidth is declared | configure:51153: result: yes | configure:51176: checking whether wcwidth works reasonably in UTF-8 locales | configure:51235: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:51239: $? = 0 | configure:51245: ./conftest | configure:51249: $? = 0 | configure:51267: result: yes | configure:51370: checking for stdint.h | configure:51377: result: yes | configure:51613: checking whether time.h and sys/time.h may both be included | configure:51643: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:51650: $? = 0 | configure:51665: result: yes | configure:51675: checking for struct stat.st_blksize | configure:51703: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:51710: $? = 0 | configure:51768: result: yes | configure:51791: checking for library containing setsockopt | configure:51832: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:51839: $? = 0 | configure:51870: result: none required | configure:51966: checking for library containing setsockopt | configure:52045: result: none required | configure:52118: checking for sys/mtio.h | configure:52125: result: no | configure:52264: checking which ioctl field to test for reversed bytes | In file included from conftest.c:493: | /usr/include/sys/mtio.h:104:28: error: sys/mtextend.h: No such file or directory | configure:52287: result: mt_type | configure:52303: checking whether to build rmt | configure:52320: result: yes | configure:52324: WARNING: not building rmt, required header files are missing | configure:52393: checking for sys/buf.h | configure:52440: result: yes | configure:52456: checking for struct stat.st_blksize | configure:52549: result: yes | configure:52575: checking for library containing gethostbyname | configure:52616: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:52623: $? = 0 | configure:52654: result: none required | configure:52687: checking whether getgrgid is declared | configure:52717: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:52724: $? = 0 | configure:52739: result: yes | configure:52757: checking whether getpwuid is declared | configure:52787: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:52794: $? = 0 | configure:52809: result: yes | configure:52827: checking whether time is declared | configure:52857: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:52864: $? = 0 | configure:52879: result: yes | configure:52902: checking for waitpid | configure:52958: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | configure:52965: $? = 0 | configure:52987: result: yes | configure:53008: checking for remote shell | configure:53034: result: /usr/bin/remsh | configure:53309: checking for default archive format | configure:53328: result: GNU | configure:53331: checking for default archive | configure:53376: result: - | configure:53380: checking for default blocking | configure:53388: result: 20 | configure:53391: checking for default quoting style | configure:53404: result: escape | configure:53453: checking for ld used by GCC | configure:53517: result: /usr/bin/ld | configure:53526: checking if the linker (/usr/bin/ld) is GNU ld | configure:53539: result: no | configure:53546: checking for shared library run path origin | configure:53559: result: done | configure:54141: checking for iconv | configure:54175: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | ld: 0711-317 ERROR: Undefined symbol: .iconv_open | ld: 0711-317 ERROR: Undefined symbol: .iconv | ld: 0711-317 ERROR: Undefined symbol: .iconv_close | ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. | collect2: ld returned 8 exit status | configure:54182: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_TEST_UNLINK 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define GNULIB_TEST_UTIMENSAT 1 | | #define GNULIB_TEST_VASPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSNPRINTF 1 | | #define HAVE_RAW_DECL_BTOWC 1 | | #define HAVE_RAW_DECL_WCTOB 1 | | #define HAVE_RAW_DECL_MBSINIT 1 | | #define HAVE_RAW_DECL_MBRTOWC 1 | | #define HAVE_RAW_DECL_MBRLEN 1 | | #define HAVE_RAW_DECL_MBSRTOWCS 1 | | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define GNULIB_TEST_WCWIDTH 1 | | #define GNULIB_TEST_WRITE 1 | | #define HAVE_STDINT_H 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 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/remsh" | | #define COMPRESS_PROGRAM "compress" | | #define GZIP_PROGRAM "gzip" | | #define BZIP2_PROGRAM "bzip2" | | #define LZIP_PROGRAM "lzip" | | #define LZMA_PROGRAM "lzma" | | #define LZOP_PROGRAM "lzop" | | #define XZ_PROGRAM "xz" | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | /* end confdefs.h. */ | | | | #include | | #include | | | | int | | main () | | { | | iconv_t cd = iconv_open("",""); | | iconv(cd,NULL,NULL,NULL,NULL); | | iconv_close(cd); | | ; | | return 0; | | } | configure:54230: gcc -std=gnu99 -o conftest -g -O2 conftest.c -liconv >&5 | configure:54237: $? = 0 | configure:54261: result: yes | configure:54264: checking for working iconv | configure:54394: gcc -std=gnu99 -o conftest -g -O2 conftest.c -liconv >&5 | configure:54398: $? = 0 | configure:54404: ./conftest | configure:54408: $? = 0 | configure:54427: result: yes | configure:54444: checking how to link with libiconv | configure:54446: result: -liconv | configure:54457: checking for iconv declaration | configure:54496: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:54503: $? = 0 | configure:54521: result: | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:54550: checking iconv.h usability | configure:54567: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:54574: $? = 0 | configure:54588: result: yes | configure:54592: checking iconv.h presence | configure:54607: gcc -E conftest.c | configure:54614: $? = 0 | configure:54628: result: yes | configure:54661: checking for iconv.h | configure:54670: result: yes | configure:54685: checking for iconv_t | configure:54718: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | configure:54725: $? = 0 | configure:54757: gcc -std=gnu99 -c -g -O2 conftest.c >&5 | conftest.c: In function 'main': | conftest.c:524: error: expected expression before ')' token | configure:54764: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_TEST_UNLINK 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define GNULIB_TEST_UTIMENSAT 1 | | #define GNULIB_TEST_VASPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSNPRINTF 1 | | #define HAVE_RAW_DECL_BTOWC 1 | | #define HAVE_RAW_DECL_WCTOB 1 | | #define HAVE_RAW_DECL_MBSINIT 1 | | #define HAVE_RAW_DECL_MBRTOWC 1 | | #define HAVE_RAW_DECL_MBRLEN 1 | | #define HAVE_RAW_DECL_MBSRTOWCS 1 | | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define GNULIB_TEST_WCWIDTH 1 | | #define GNULIB_TEST_WRITE 1 | | #define HAVE_STDINT_H 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 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/remsh" | | #define COMPRESS_PROGRAM "compress" | | #define GZIP_PROGRAM "gzip" | | #define BZIP2_PROGRAM "bzip2" | | #define LZIP_PROGRAM "lzip" | | #define LZMA_PROGRAM "lzma" | | #define LZOP_PROGRAM "lzop" | | #define XZ_PROGRAM "xz" | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | | | #ifdef HAVE_ICONV_H | | # include | | #endif | | | | | | int | | main () | | { | | if (sizeof ((iconv_t))) | | return 0; | | ; | | return 0; | | } | configure:54787: result: yes | configure:54802: checking whether NLS is requested | configure:54811: result: yes | configure:54851: checking for msgfmt | configure: trying /usr/bin/msgfmt... | 0 translated messages. | configure:54883: result: /usr/bin/msgfmt | configure:54892: checking for gmsgfmt | configure:54923: result: /usr/bin/msgfmt | configure:54973: checking for xgettext | configure: trying /usr/bin/xgettext... | /usr/bin/xgettext: unrecognized option `--copyright-holder=' | Try `/usr/bin/xgettext --help' for more information. | configure: trying /opt/freeware/bin/xgettext... | /opt/freeware/bin/xgettext: unrecognized option `--copyright-holder=' | Try `/opt/freeware/bin/xgettext --help' for more information. | configure:55008: result: no | configure:55050: checking for msgmerge | configure: trying /usr/bin/msgmerge... | /usr/bin/msgmerge: unrecognized option `--update' | Try `/usr/bin/msgmerge --help' for more information. | configure: trying /opt/freeware/bin/msgmerge... | /opt/freeware/bin/msgmerge: unrecognized option `--update' | Try `/opt/freeware/bin/msgmerge --help' for more information. | configure:55084: result: no | configure:55122: checking for CFPreferencesCopyAppValue | configure:55150: gcc -std=gnu99 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:515:42: error: CoreFoundation/CFPreferences.h: No such file or directory | conftest.c: In function 'main': | conftest.c:519: warning: implicit declaration of function 'CFPreferencesCopyAppValue' | conftest.c:519: error: 'NULL' undeclared (first use in this function) | conftest.c:519: error: (Each undeclared identifier is reported only once | conftest.c:519: error: for each function it appears in.) | configure:55157: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_TEST_UNLINK 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define GNULIB_TEST_UTIMENSAT 1 | | #define GNULIB_TEST_VASPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSNPRINTF 1 | | #define HAVE_RAW_DECL_BTOWC 1 | | #define HAVE_RAW_DECL_WCTOB 1 | | #define HAVE_RAW_DECL_MBSINIT 1 | | #define HAVE_RAW_DECL_MBRTOWC 1 | | #define HAVE_RAW_DECL_MBRLEN 1 | | #define HAVE_RAW_DECL_MBSRTOWCS 1 | | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define GNULIB_TEST_WCWIDTH 1 | | #define GNULIB_TEST_WRITE 1 | | #define HAVE_STDINT_H 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 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/remsh" | | #define COMPRESS_PROGRAM "compress" | | #define GZIP_PROGRAM "gzip" | | #define BZIP2_PROGRAM "bzip2" | | #define LZIP_PROGRAM "lzip" | | #define LZMA_PROGRAM "lzma" | | #define LZOP_PROGRAM "lzop" | | #define XZ_PROGRAM "xz" | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFPreferencesCopyAppValue(NULL, NULL) | | ; | | return 0; | | } | configure:55178: result: no | configure:55187: checking for CFLocaleCopyCurrent | configure:55215: gcc -std=gnu99 -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:515:37: error: CoreFoundation/CFLocale.h: No such file or directory | conftest.c: In function 'main': | conftest.c:519: warning: implicit declaration of function 'CFLocaleCopyCurrent' | configure:55222: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_TEST_UNLINK 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define GNULIB_TEST_UTIMENSAT 1 | | #define GNULIB_TEST_VASPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSNPRINTF 1 | | #define HAVE_RAW_DECL_BTOWC 1 | | #define HAVE_RAW_DECL_WCTOB 1 | | #define HAVE_RAW_DECL_MBSINIT 1 | | #define HAVE_RAW_DECL_MBRTOWC 1 | | #define HAVE_RAW_DECL_MBRLEN 1 | | #define HAVE_RAW_DECL_MBSRTOWCS 1 | | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define GNULIB_TEST_WCWIDTH 1 | | #define GNULIB_TEST_WRITE 1 | | #define HAVE_STDINT_H 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 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/remsh" | | #define COMPRESS_PROGRAM "compress" | | #define GZIP_PROGRAM "gzip" | | #define BZIP2_PROGRAM "bzip2" | | #define LZIP_PROGRAM "lzip" | | #define LZMA_PROGRAM "lzma" | | #define LZOP_PROGRAM "lzop" | | #define XZ_PROGRAM "xz" | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | #include | | int | | main () | | { | | CFLocaleCopyCurrent(); | | ; | | return 0; | | } | configure:55243: result: no | configure:55294: checking for GNU gettext in libc | configure:55328: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5 | conftest.c:521: error: size of array 'array' is negative | configure:55335: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_TEST_UNLINK 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define GNULIB_TEST_UTIMENSAT 1 | | #define GNULIB_TEST_VASPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSNPRINTF 1 | | #define HAVE_RAW_DECL_BTOWC 1 | | #define HAVE_RAW_DECL_WCTOB 1 | | #define HAVE_RAW_DECL_MBSINIT 1 | | #define HAVE_RAW_DECL_MBRTOWC 1 | | #define HAVE_RAW_DECL_MBRLEN 1 | | #define HAVE_RAW_DECL_MBSRTOWCS 1 | | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define GNULIB_TEST_WCWIDTH 1 | | #define GNULIB_TEST_WRITE 1 | | #define HAVE_STDINT_H 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 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/remsh" | | #define COMPRESS_PROGRAM "compress" | | #define GZIP_PROGRAM "gzip" | | #define BZIP2_PROGRAM "bzip2" | | #define LZIP_PROGRAM "lzip" | | #define LZMA_PROGRAM "lzma" | | #define LZOP_PROGRAM "lzop" | | #define XZ_PROGRAM "xz" | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | /* end confdefs.h. */ | | | | #include | | | | #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:55357: result: no | configure:55391: checking for iconv | configure:55511: result: yes | configure:55514: checking for working iconv | configure:55677: result: yes | configure:55694: checking how to link with libiconv | configure:55696: result: -liconv | configure:56168: checking for GNU gettext in libintl | configure:56210: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lintl >&5 | conftest.c:522: error: size of array 'array' is negative | configure:56217: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_TEST_UNLINK 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define GNULIB_TEST_UTIMENSAT 1 | | #define GNULIB_TEST_VASPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSNPRINTF 1 | | #define HAVE_RAW_DECL_BTOWC 1 | | #define HAVE_RAW_DECL_WCTOB 1 | | #define HAVE_RAW_DECL_MBSINIT 1 | | #define HAVE_RAW_DECL_MBRTOWC 1 | | #define HAVE_RAW_DECL_MBRLEN 1 | | #define HAVE_RAW_DECL_MBSRTOWCS 1 | | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define GNULIB_TEST_WCWIDTH 1 | | #define GNULIB_TEST_WRITE 1 | | #define HAVE_STDINT_H 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 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/remsh" | | #define COMPRESS_PROGRAM "compress" | | #define GZIP_PROGRAM "gzip" | | #define BZIP2_PROGRAM "bzip2" | | #define LZIP_PROGRAM "lzip" | | #define LZMA_PROGRAM "lzma" | | #define LZOP_PROGRAM "lzop" | | #define XZ_PROGRAM "xz" | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define 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:56271: gcc -std=gnu99 -o conftest -g -O2 conftest.c -lintl -liconv >&5 | conftest.c:522: error: size of array 'array' is negative | configure:56278: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU tar" | | #define PACKAGE_TARNAME "tar" | | #define PACKAGE_VERSION "1.26" | | #define PACKAGE_STRING "GNU tar 1.26" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE "tar" | | #define VERSION "1.26" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_FSEEKO 1 | | #define _LARGE_FILES 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_TIME_H 1 | | #define HAVE_SYS_TAPE_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_DIRENT_H 1 | | #define HAVE_WCTYPE_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_LANGINFO_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_SOCKET_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_SYSEXITS_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_PWD_H 1 | | #define HAVE_GRP_H 1 | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_DIRENT_H 1 | | #define MAJOR_IN_SYSMACROS 1 | | #define STDC_HEADERS 1 | | #define RETSIGTYPE void | | #define major_t int | | #define minor_t int | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define restrict __restrict | | #define HAVE_DECL_GETENV 1 | | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | | #define HAVE_GETCWD 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_CHOWN 1 | | #define HAVE_FCHOWN 1 | | #define HAVE_DUP2 1 | | #define HAVE_FCNTL 1 | | #define HAVE_FCHDIR 1 | | #define HAVE_ISBLANK 1 | | #define HAVE_ISWCTYPE 1 | | #define HAVE_MBSRTOWCS 1 | | #define HAVE_WMEMCHR 1 | | #define HAVE_WMEMCPY 1 | | #define HAVE_GETDELIM 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_ISWCNTRL 1 | | #define HAVE_ISWBLANK 1 | | #define HAVE_LINK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_LSTAT 1 | | #define HAVE_MBSINIT 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MEMCHR 1 | | #define HAVE_MKFIFO 1 | | #define HAVE_MKNOD 1 | | #define HAVE_ALARM 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_WCSCOLL 1 | | #define HAVE_SETENV 1 | | #define HAVE_SLEEP 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRNDUP 1 | | #define HAVE_LOCALTIME_R 1 | | #define HAVE_PIPE 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_WCWIDTH 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCHMOD 1 | | #define HAVE_FSYNC 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_LONG_FILE_NAMES 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_CHOWN 1 | | #define CHOWN_TRAILING_SLASH_BUG 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_DECL_STRERROR_R 1 | | #define HAVE_STRERROR_R 1 | | #define HAVE_DECL_FCHDIR 1 | | #define PROMOTED_MODE_T mode_t | | #define HAVE_WORKING_O_NOATIME 0 | | #define HAVE_WORKING_O_NOFOLLOW 0 | | #define HAVE_MBSTATE_T 1 | | #define HAVE_DECL_FSEEKO 1 | | #define HAVE_DECL_GETCWD 1 | | #define HAVE_DECL_GETDELIM 0 | | #define HAVE_DECL_GETLINE 0 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | | #define HAVE__BOOL 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1 | | #define HAVE_DECL_IMAXABS 1 | | #define HAVE_DECL_IMAXDIV 1 | | #define HAVE_DECL_STRTOIMAX 1 | | #define HAVE_DECL_STRTOUMAX 1 | | #define HAVE_WINT_T 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_ISWBLANK 0 | | #define HAVE_STDLIB_H 1 | | #define MALLOC_0_IS_NONNULL 0 | | #define HAVE_MAP_ANONYMOUS 1 | | #define HAVE_DECL_MEMRCHR 0 | | #define HAVE_COMPOUND_LITERALS 1 | | #define HAVE_DECL_SETENV 1 | | #define HAVE_SEARCH_H 1 | | #define HAVE_TSEARCH 1 | | #define HAVE_DECL_SNPRINTF 1 | | #define HAVE_WCHAR_T 1 | | #define HAVE_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_MEMMEM 1 | | #define HAVE_RAW_DECL_STPCPY 1 | | #define HAVE_RAW_DECL_STPNCPY 1 | | #define HAVE_RAW_DECL_STRDUP 1 | | #define HAVE_RAW_DECL_STRNCAT 1 | | #define HAVE_RAW_DECL_STRNDUP 1 | | #define HAVE_RAW_DECL_STRNLEN 1 | | #define HAVE_RAW_DECL_STRPBRK 1 | | #define HAVE_RAW_DECL_STRSEP 1 | | #define HAVE_RAW_DECL_STRTOK_R 1 | | #define HAVE_RAW_DECL_STRERROR_R 1 | | #define HAVE_RAW_DECL_STRSIGNAL 1 | | #define HAVE_RAW_DECL_STRCASECMP 1 | | #define HAVE_RAW_DECL_STRNCASECMP 1 | | #define HAVE_DECL_STRNDUP 1 | | #define HAVE_DECL_STRNLEN 1 | | #define HAVE_DECL_LOCALTIME_R 0 | | #define HAVE_DECL_UNSETENV 1 | | #define HAVE_WORKING_UTIMES 1 | | #define HAVE_STRUCT_UTIMBUF 1 | | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | | #define HAVE_STDINT_H_WITH_UINTMAX 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_SNPRINTF 1 | | #define HAVE_STRNLEN 1 | | #define HAVE_WCSLEN 1 | | #define HAVE_WCSNLEN 1 | | #define HAVE_MBRTOWC 1 | | #define HAVE_WCRTOMB 1 | | #define HAVE_DECL__SNPRINTF 0 | | #define HAVE_SNPRINTF_RETVAL_C99 1 | | #define HAVE_DECL_VSNPRINTF 1 | | #define HAVE_ALLOCA 1 | | #define GNULIB_AREADLINKAT 1 | | #define __GETOPT_PREFIX rpl_ | | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | | #define GNULIB_TEST_BTOWC 1 | | #define GNULIB_CANONICALIZE_LGPL 1 | | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | | #define GNULIB_TEST_REALPATH 1 | | #define GNULIB_TEST_CHOWN 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_CLOCK_SETTIME 1 | | #define GNULIB_TEST_CLOEXEC 1 | | #define GNULIB_TEST_CLOSE 1 | | #define GNULIB_CLOSE_STREAM 1 | | #define D_INO_IN_DIRENT 1 | | #define HAVE_RAW_DECL_ALPHASORT 1 | | #define HAVE_RAW_DECL_SCANDIR 1 | | #define GNULIB_DIRENT_SAFER 1 | | #define HAVE_DECL_DIRFD 0 | | #define DIR_FD_MEMBER_NAME dd_fd | | #define GNULIB_TEST_DIRFD 1 | | #define GNULIB_DIRNAME 1 | | #define GNULIB_TEST_DUP2 1 | | #define GNULIB_TEST_ENVIRON 1 | | #define GNULIB_TEST_FCHDIR 1 | | #define GNULIB_TEST_FCLOSE 1 | | #define GNULIB_TEST_FCNTL 1 | | #define HAVE_RAW_DECL_FCNTL 1 | | #define HAVE_DECL_FDOPENDIR 0 | | #define GNULIB_TEST_FDOPENDIR 1 | | #define GNULIB_FDOPENDIR 1 | | #define GNULIB_FDUTIMENSAT 1 | | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | | #define HAVE_ST_BLOCKS 1 | | #define fnmatch gnu_fnmatch | | #define HAVE_DECL_ISBLANK 1 | | #define HAVE_DECL___FPENDING 0 | | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | | #define GNULIB_TEST_FSEEKO 1 | | #define GNULIB_TEST_FUTIMENS 1 | | #define GNULIB_TEST_GETCWD 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETDELIM 1 | | #define GNULIB_TEST_GETDTABLESIZE 1 | | #define HAVE_FLOCKFILE 1 | | #define HAVE_FUNLOCKFILE 1 | | #define HAVE_DECL_GETC_UNLOCKED 1 | | #define GNULIB_TEST_GETLINE 1 | | #define GNULIB_TEST_GETOPT_GNU 1 | | #define __GETOPT_PREFIX rpl_ | | #define HAVE_GETPAGESIZE 1 | | #define GNULIB_TEST_GETPAGESIZE 1 | | #define GETTIMEOFDAY_TIMEZONE void | | #define GNULIB_TEST_GETTIMEOFDAY 1 | | #define HAVE_INLINE 1 | | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | | #define HAVE_RAW_DECL_IMAXABS 1 | | #define HAVE_RAW_DECL_IMAXDIV 1 | | #define HAVE_RAW_DECL_STRTOIMAX 1 | | #define HAVE_RAW_DECL_STRTOUMAX 1 | | #define GNULIB_TEST_ISWBLANK 1 | | #define HAVE_RAW_DECL_NL_LANGINFO 1 | | #define HAVE_LCHOWN 1 | | #define GNULIB_TEST_LCHOWN 1 | | #define GNULIB_TEST_LINK 1 | | #define LINK_FOLLOWS_SYMLINKS 1 | | #define GNULIB_TEST_LINKAT 1 | | #define GNULIB_TEST_LSEEK 1 | | #define GNULIB_TEST_LSTAT 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_MALLOC_GNU 0 | | #define GNULIB_MALLOC_GNU 1 | | #define HAVE_MALLOC_POSIX 1 | | #define GNULIB_TEST_MALLOC_POSIX 1 | | #define GNULIB_TEST_MBRTOWC 1 | | #define GNULIB_TEST_MBSCASECMP 1 | | #define GNULIB_TEST_MBSINIT 1 | | #define GNULIB_TEST_MBSRTOWCS 1 | | #define GNULIB_TEST_MBTOWC 1 | | #define GNULIB_TEST_MEMCHR 1 | | #define GNULIB_TEST_MEMPCPY 1 | | #define GNULIB_TEST_MEMRCHR 1 | | #define HAVE_MKDTEMP 1 | | #define GNULIB_TEST_MKDTEMP 1 | | #define MKFIFO_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_MKFIFO 1 | | #define GNULIB_TEST_MKFIFOAT 1 | | #define GNULIB_TEST_MKNODAT 1 | | #define GNULIB_TEST_MKNOD 1 | | #define GNULIB_TEST_MKTIME 1 | | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | | #define GNULIB_TEST_NL_LANGINFO 1 | | #define OPEN_TRAILING_SLASH_BUG 1 | | #define GNULIB_TEST_OPEN 1 | | #define HAVE_DECL_TZNAME 1 | | #define HAVE_TZNAME 1 | | #define TIME_T_FITS_IN_LONG_INT 1 | | #define HAVE_GETPPRIV 1 | | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | | #define GNULIB_TEST_RAWMEMCHR 1 | | #define GNULIB_TEST_READLINK 1 | | #define GNULIB_TEST_READLINKAT 1 | | #define HAVE_REALLOC_POSIX 1 | | #define GNULIB_TEST_REALLOC_POSIX 1 | | #define _REGEX_LARGE_OFFSETS 1 | | #define re_syntax_options rpl_re_syntax_options | | #define re_set_syntax rpl_re_set_syntax | | #define re_compile_pattern rpl_re_compile_pattern | | #define re_compile_fastmap rpl_re_compile_fastmap | | #define re_search rpl_re_search | | #define re_search_2 rpl_re_search_2 | | #define re_match rpl_re_match | | #define re_match_2 rpl_re_match_2 | | #define re_set_registers rpl_re_set_registers | | #define re_comp rpl_re_comp | | #define re_exec rpl_re_exec | | #define regcomp rpl_regcomp | | #define regexec rpl_regexec | | #define regerror rpl_regerror | | #define regfree rpl_regfree | | #define HAVE_LIBINTL_H 1 | | #define HAVE_DECL_ISBLANK 1 | | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | | #define GNULIB_TEST_RENAME 1 | | #define GNULIB_TEST_RENAMEAT 1 | | #define GNULIB_TEST_RMDIR 1 | | #define HAVE_RPMATCH 1 | | #define GNULIB_TEST_RPMATCH 1 | | #define GNULIB_TEST_SETENV 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_DECL_SLEEP 1 | | #define GNULIB_TEST_SLEEP 1 | | #define HAVE_SNPRINTF 1 | | #define GNULIB_TEST_SNPRINTF 1 | | #define GNULIB_SNPRINTF 1 | | #define REPLACE_FUNC_STAT_FILE 1 | | #define GNULIB_TEST_STAT 1 | | #define HAVE_SYS_INTTYPES_H 1 | | #define BITSIZEOF_PTRDIFF_T 32 | | #define BITSIZEOF_SIZE_T 32 | | #define BITSIZEOF_SIG_ATOMIC_T 32 | | #define BITSIZEOF_WCHAR_T 16 | | #define BITSIZEOF_WINT_T 32 | | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | | #define HAVE_SIGNED_WINT_T 1 | | #define PTRDIFF_T_SUFFIX l | | #define SIZE_T_SUFFIX ul | | #define SIG_ATOMIC_T_SUFFIX | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_RAW_DECL_POPEN 1 | | #define HAVE_RAW_DECL_SNPRINTF 1 | | #define HAVE_RAW_DECL_TMPFILE 1 | | #define HAVE_RAW_DECL_VSNPRINTF 1 | | #define HAVE_RAW_DECL__EXIT 1 | | #define HAVE_RAW_DECL_ATOLL 1 | | #define HAVE_RAW_DECL_GETSUBOPT 1 | | #define HAVE_RAW_DECL_GRANTPT 1 | | #define HAVE_RAW_DECL_MKSTEMP 1 | | #define HAVE_RAW_DECL_PTSNAME 1 | | #define HAVE_RAW_DECL_REALPATH 1 | | #define HAVE_RAW_DECL_RPMATCH 1 | | #define HAVE_RAW_DECL_SETENV 1 | | #define HAVE_RAW_DECL_STRTOD 1 | | #define HAVE_RAW_DECL_STRTOLL 1 | | #define HAVE_RAW_DECL_STRTOULL 1 | | #define HAVE_RAW_DECL_UNLOCKPT 1 | | #define HAVE_RAW_DECL_UNSETENV 1 | | #define HAVE_STPCPY 1 | | #define GNULIB_TEST_STPCPY 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRNCASECMP 1 | | #define HAVE_DECL_STRNCASECMP 1 | | #define GNULIB_TEST_STRCHRNUL 1 | | #define GNULIB_TEST_STRDUP 1 | | #define GNULIB_TEST_STRERROR 1 | | #define GNULIB_TEST_STRNDUP 1 | | #define GNULIB_TEST_STRNLEN 1 | | #define HAVE_STRTOIMAX 1 | | #define HAVE_STRTOL 1 | | #define HAVE_STRTOLL 1 | | #define GNULIB_TEST_STRTOLL 1 | | #define HAVE_STRTOUL 1 | | #define HAVE_STRTOULL 1 | | #define GNULIB_TEST_STRTOULL 1 | | #define HAVE_STRTOUMAX 1 | | #define GNULIB_TEST_SYMLINK 1 | | #define GNULIB_TEST_SYMLINKAT 1 | | #define HAVE_RAW_DECL_MKFIFO 1 | | #define HAVE_RAW_DECL_MKNOD 1 | | #define GNULIB_TEST_TIME_R 1 | | #define HAVE_RAW_DECL_CHOWN 1 | | #define HAVE_RAW_DECL_DUP2 1 | | #define HAVE_RAW_DECL_ENVIRON 1 | | #define HAVE_RAW_DECL_FCHDIR 1 | | #define HAVE_RAW_DECL_FSYNC 1 | | #define HAVE_RAW_DECL_GETCWD 1 | | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | | #define HAVE_RAW_DECL_GETGROUPS 1 | | #define HAVE_RAW_DECL_GETHOSTNAME 1 | | #define HAVE_RAW_DECL_GETLOGIN 1 | | #define HAVE_RAW_DECL_GETLOGIN_R 1 | | #define HAVE_RAW_DECL_GETPAGESIZE 1 | | #define HAVE_RAW_DECL_GETUSERSHELL 1 | | #define HAVE_RAW_DECL_SETUSERSHELL 1 | | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | | #define HAVE_RAW_DECL_LCHOWN 1 | | #define HAVE_RAW_DECL_LINK 1 | | #define HAVE_RAW_DECL_PIPE 1 | | #define HAVE_RAW_DECL_READLINK 1 | | #define HAVE_RAW_DECL_RMDIR 1 | | #define HAVE_RAW_DECL_SLEEP 1 | | #define HAVE_RAW_DECL_SYMLINK 1 | | #define HAVE_RAW_DECL_TTYNAME_R 1 | | #define HAVE_RAW_DECL_UNLINK 1 | | #define HAVE_RAW_DECL_USLEEP 1 | | #define GNULIB_TEST_UNLINK 1 | | #define USE_UNLOCKED_IO 1 | | #define HAVE_UNSETENV 1 | | #define GNULIB_TEST_UNSETENV 1 | | #define GNULIB_TEST_UTIMENSAT 1 | | #define GNULIB_TEST_VASPRINTF 1 | | #define HAVE_VSNPRINTF 1 | | #define GNULIB_TEST_VSNPRINTF 1 | | #define HAVE_RAW_DECL_BTOWC 1 | | #define HAVE_RAW_DECL_WCTOB 1 | | #define HAVE_RAW_DECL_MBSINIT 1 | | #define HAVE_RAW_DECL_MBRTOWC 1 | | #define HAVE_RAW_DECL_MBRLEN 1 | | #define HAVE_RAW_DECL_MBSRTOWCS 1 | | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | | #define HAVE_RAW_DECL_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCSRTOMBS 1 | | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | | #define HAVE_RAW_DECL_WCWIDTH 1 | | #define HAVE_RAW_DECL_WMEMCHR 1 | | #define HAVE_RAW_DECL_WMEMCMP 1 | | #define HAVE_RAW_DECL_WMEMCPY 1 | | #define HAVE_RAW_DECL_WMEMMOVE 1 | | #define HAVE_RAW_DECL_WMEMSET 1 | | #define HAVE_RAW_DECL_WCSLEN 1 | | #define HAVE_RAW_DECL_WCSNLEN 1 | | #define HAVE_RAW_DECL_WCSCPY 1 | | #define HAVE_RAW_DECL_WCPCPY 1 | | #define HAVE_RAW_DECL_WCSNCPY 1 | | #define HAVE_RAW_DECL_WCPNCPY 1 | | #define HAVE_RAW_DECL_WCSCAT 1 | | #define HAVE_RAW_DECL_WCSNCAT 1 | | #define HAVE_RAW_DECL_WCSCMP 1 | | #define HAVE_RAW_DECL_WCSNCMP 1 | | #define HAVE_RAW_DECL_WCSCASECMP 1 | | #define HAVE_RAW_DECL_WCSNCASECMP 1 | | #define HAVE_RAW_DECL_WCSCOLL 1 | | #define HAVE_RAW_DECL_WCSXFRM 1 | | #define HAVE_RAW_DECL_WCSDUP 1 | | #define HAVE_RAW_DECL_WCSCHR 1 | | #define HAVE_RAW_DECL_WCSRCHR 1 | | #define HAVE_RAW_DECL_WCSCSPN 1 | | #define HAVE_RAW_DECL_WCSSPN 1 | | #define HAVE_RAW_DECL_WCSPBRK 1 | | #define HAVE_RAW_DECL_WCSSTR 1 | | #define HAVE_RAW_DECL_WCSTOK 1 | | #define HAVE_RAW_DECL_WCSWIDTH 1 | | #define GNULIB_TEST_WCRTOMB 1 | | #define HAVE_RAW_DECL_WCTYPE 1 | | #define HAVE_RAW_DECL_ISWCTYPE 1 | | #define HAVE_RAW_DECL_WCTRANS 1 | | #define HAVE_RAW_DECL_TOWCTRANS 1 | | #define HAVE_DECL_WCWIDTH 1 | | #define GNULIB_TEST_WCWIDTH 1 | | #define GNULIB_TEST_WRITE 1 | | #define HAVE_STDINT_H 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | | #define HAVE_ST_BLKSIZE 1 | | #define MTIO_CHECK_FIELD mt_type | | #define HAVE_SYS_BUF_H 1 | | #define HAVE_STRUCT_STAT_ST_BLKSIZE 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/remsh" | | #define COMPRESS_PROGRAM "compress" | | #define GZIP_PROGRAM "gzip" | | #define BZIP2_PROGRAM "bzip2" | | #define LZIP_PROGRAM "lzip" | | #define LZMA_PROGRAM "lzma" | | #define LZOP_PROGRAM "lzop" | | #define XZ_PROGRAM "xz" | | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | | #define DEFAULT_ARCHIVE "-" | | #define DEFAULT_BLOCKING 20 | | #define DEFAULT_QUOTING_STYLE escape_quoting_style | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV_H 1 | | #define 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:56306: result: no | configure:56343: checking whether to use NLS | configure:56345: result: no | configure:56623: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU tar config.status 1.26, which was | generated by GNU Autoconf 2.63. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on sr16k.edo.jaea.go.jp | | config.status:1980: creating tests/Makefile | config.status:1980: creating tests/atlocal | config.status:1980: creating Makefile | config.status:1980: creating doc/Makefile | config.status:1980: creating gnu/Makefile | config.status:1980: creating lib/Makefile | config.status:1980: creating po/Makefile.in | config.status:1980: creating scripts/Makefile | config.status:1980: creating rmt/Makefile | config.status:1980: creating src/Makefile | config.status:1980: creating config.h | config.status:2254: executing depfiles commands | config.status:2254: executing po-directories commands | config.status:2254: executing tests/atconfig commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=powerpc-ibm-aix6.1.0.0 | ac_cv_c_compiler_gnu=yes | ac_cv_c_inline=inline | ac_cv_c_restrict=__restrict | ac_cv_env_CC_set='' | ac_cv_env_CC_value='' | ac_cv_env_CFLAGS_set='' | 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_LIBS_set='' | ac_cv_env_LIBS_value='' | ac_cv_env_YACC_set='' | ac_cv_env_YACC_value='' | ac_cv_env_YFLAGS_set='' | ac_cv_env_YFLAGS_value='' | ac_cv_env_build_alias_set='' | ac_cv_env_build_alias_value='' | ac_cv_env_host_alias_set='' | ac_cv_env_host_alias_value='' | ac_cv_env_target_alias_set='' | ac_cv_env_target_alias_value='' | ac_cv_func___fpending=no | ac_cv_func_alarm=yes | ac_cv_func_alloca_works=yes | ac_cv_func_btowc=yes | ac_cv_func_canonicalize_file_name=no | ac_cv_func_chown=yes | ac_cv_func_chown_works=yes | ac_cv_func_clock_gettime=yes | ac_cv_func_clock_settime=yes | ac_cv_func_dirfd=no | ac_cv_func_dup2=yes | ac_cv_func_fchdir=yes | ac_cv_func_fchmod=yes | ac_cv_func_fchmodat=no | ac_cv_func_fchown=yes | ac_cv_func_fchownat=no | ac_cv_func_fcntl=yes | ac_cv_func_fdopendir=no | ac_cv_func_flockfile=yes | ac_cv_func_fstatat=no | ac_cv_func_fsync=yes | ac_cv_func_funlockfile=yes | ac_cv_func_futimens=no | ac_cv_func_futimes=no | ac_cv_func_futimesat=no | ac_cv_func_getcwd=yes | ac_cv_func_getdelim=yes | ac_cv_func_getdtablesize=yes | ac_cv_func_getline=yes | ac_cv_func_getpagesize=yes | ac_cv_func_getppriv=yes | ac_cv_func_gettimeofday=yes | ac_cv_func_isblank=yes | ac_cv_func_iswblank=yes | ac_cv_func_iswcntrl=yes | ac_cv_func_iswctype=yes | ac_cv_func_lchmod=no | ac_cv_func_lchown=yes | ac_cv_func_link=yes | ac_cv_func_linkat=no | ac_cv_func_localtime_r=yes | ac_cv_func_lstat=yes | ac_cv_func_lstat_dereferences_slashed_symlink=no | ac_cv_func_lutimes=no | ac_cv_func_malloc_0_nonnull=no | 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_mkdirat=no | ac_cv_func_mkdtemp=yes | ac_cv_func_mkfifo=yes | ac_cv_func_mkfifoat=no | ac_cv_func_mknod=yes | ac_cv_func_mknodat=no | ac_cv_func_mmap=yes | ac_cv_func_mprotect=yes | ac_cv_func_nanotime=no | ac_cv_func_nl_langinfo=yes | ac_cv_func_obstack=no | ac_cv_func_openat=no | ac_cv_func_pathconf=yes | ac_cv_func_pipe=yes | ac_cv_func_rawmemchr=no | ac_cv_func_readlink=yes | ac_cv_func_readlinkat=no | ac_cv_func_realpath=yes | ac_cv_func_renameat=no | ac_cv_func_rpmatch=yes | ac_cv_func_setenv=yes | ac_cv_func_setlocale=yes | ac_cv_func_sleep=yes | ac_cv_func_snprintf=yes | ac_cv_func_stpcpy=yes | ac_cv_func_strcasecmp=yes | ac_cv_func_strchrnul=no | ac_cv_func_strdup=yes | ac_cv_func_strerror_r=yes | ac_cv_func_strerror_r_char_p=no | ac_cv_func_strncasecmp=yes | ac_cv_func_strndup=yes | ac_cv_func_strnlen=yes | ac_cv_func_strnlen_working=yes | ac_cv_func_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_symlinkat=no | ac_cv_func_tsearch=yes | ac_cv_func_unlinkat=no | ac_cv_func_unsetenv=yes | ac_cv_func_utimensat=no | ac_cv_func_vasnprintf=no | ac_cv_func_vasprintf=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_wcsnlen=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__Exit=yes | ac_cv_have_decl___fpending=no | ac_cv_have_decl__snprintf=no | ac_cv_have_decl_alphasort=yes | ac_cv_have_decl_atoll=yes | ac_cv_have_decl_btowc=yes | ac_cv_have_decl_chown=yes | ac_cv_have_decl_clearerr_unlocked=no | ac_cv_have_decl_dirfd=no | ac_cv_have_decl_dup2=yes | ac_cv_have_decl_endusershell=yes | ac_cv_have_decl_environ=yes | ac_cv_have_decl_fchdir=yes | ac_cv_have_decl_fcntl=yes | ac_cv_have_decl_fdopendir=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_fseeko=yes | ac_cv_have_decl_fsync=yes | 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_getdtablesize=yes | ac_cv_have_decl_getenv=yes | ac_cv_have_decl_getgrgid=yes | ac_cv_have_decl_getgroups=yes | ac_cv_have_decl_gethostname=yes | ac_cv_have_decl_getline=no | ac_cv_have_decl_getlogin=yes | ac_cv_have_decl_getlogin_r=yes | ac_cv_have_decl_getpagesize=yes | ac_cv_have_decl_getpwuid=yes | ac_cv_have_decl_getsubopt=yes | ac_cv_have_decl_gettimeofday=yes | ac_cv_have_decl_getusershell=yes | ac_cv_have_decl_grantpt=yes | ac_cv_have_decl_imaxabs=yes | ac_cv_have_decl_imaxdiv=yes | ac_cv_have_decl_isblank=yes | ac_cv_have_decl_iswblank=no | ac_cv_have_decl_iswctype=yes | ac_cv_have_decl_lchown=yes | ac_cv_have_decl_link=yes | ac_cv_have_decl_localtime_r=no | ac_cv_have_decl_mbrlen=yes | ac_cv_have_decl_mbrtowc=yes | ac_cv_have_decl_mbsinit=yes | ac_cv_have_decl_mbsnrtowcs=yes | ac_cv_have_decl_mbsrtowcs=yes | ac_cv_have_decl_memmem=yes | ac_cv_have_decl_memrchr=no | ac_cv_have_decl_mkfifo=yes | ac_cv_have_decl_mknod=yes | ac_cv_have_decl_mkstemp=yes | ac_cv_have_decl_nl_langinfo=yes | ac_cv_have_decl_pipe=yes | ac_cv_have_decl_popen=yes | ac_cv_have_decl_program_invocation_name=no | ac_cv_have_decl_program_invocation_short_name=no | ac_cv_have_decl_ptsname=yes | ac_cv_have_decl_putc_unlocked=yes | ac_cv_have_decl_putchar_unlocked=yes | ac_cv_have_decl_readlink=yes | ac_cv_have_decl_realpath=yes | ac_cv_have_decl_rmdir=yes | ac_cv_have_decl_rpmatch=yes | ac_cv_have_decl_scandir=yes | ac_cv_have_decl_setenv=yes | ac_cv_have_decl_setusershell=yes | ac_cv_have_decl_sleep=yes | ac_cv_have_decl_snprintf=yes | ac_cv_have_decl_stpcpy=yes | ac_cv_have_decl_stpncpy=yes | ac_cv_have_decl_strcasecmp=yes | ac_cv_have_decl_strdup=yes | ac_cv_have_decl_strerror_r=yes | ac_cv_have_decl_strncasecmp=yes | ac_cv_have_decl_strncat=yes | ac_cv_have_decl_strndup=yes | ac_cv_have_decl_strnlen=yes | ac_cv_have_decl_strpbrk=yes | ac_cv_have_decl_strsep=yes | ac_cv_have_decl_strsignal=yes | ac_cv_have_decl_strtod=yes | ac_cv_have_decl_strtoimax=yes | ac_cv_have_decl_strtok_r=yes | ac_cv_have_decl_strtoll=yes | ac_cv_have_decl_strtoull=yes | ac_cv_have_decl_strtoumax=yes | ac_cv_have_decl_symlink=yes | ac_cv_have_decl_time=yes | ac_cv_have_decl_tmpfile=yes | ac_cv_have_decl_towctrans=yes | ac_cv_have_decl_ttyname_r=yes | ac_cv_have_decl_tzname=yes | ac_cv_have_decl_unlink=yes | ac_cv_have_decl_unlockpt=yes | ac_cv_have_decl_unsetenv=yes | ac_cv_have_decl_usleep=yes | ac_cv_have_decl_vsnprintf=yes | ac_cv_have_decl_wcpcpy=yes | ac_cv_have_decl_wcpncpy=yes | ac_cv_have_decl_wcrtomb=yes | ac_cv_have_decl_wcscasecmp=yes | ac_cv_have_decl_wcscat=yes | ac_cv_have_decl_wcschr=yes | ac_cv_have_decl_wcscmp=yes | ac_cv_have_decl_wcscoll=yes | ac_cv_have_decl_wcscpy=yes | ac_cv_have_decl_wcscspn=yes | ac_cv_have_decl_wcsdup=yes | ac_cv_have_decl_wcslen=yes | ac_cv_have_decl_wcsncasecmp=yes | ac_cv_have_decl_wcsncat=yes | ac_cv_have_decl_wcsncmp=yes | ac_cv_have_decl_wcsncpy=yes | ac_cv_have_decl_wcsnlen=yes | ac_cv_have_decl_wcsnrtombs=yes | ac_cv_have_decl_wcspbrk=yes | ac_cv_have_decl_wcsrchr=yes | ac_cv_have_decl_wcsrtombs=yes | ac_cv_have_decl_wcsspn=yes | ac_cv_have_decl_wcsstr=yes | ac_cv_have_decl_wcstok=yes | ac_cv_have_decl_wcswidth=yes | ac_cv_have_decl_wcsxfrm=yes | ac_cv_have_decl_wctob=yes | ac_cv_have_decl_wctrans=yes | ac_cv_have_decl_wctype=yes | ac_cv_have_decl_wcwidth=yes | ac_cv_have_decl_wmemchr=yes | ac_cv_have_decl_wmemcmp=yes | ac_cv_have_decl_wmemcpy=yes | ac_cv_have_decl_wmemmove=yes | ac_cv_have_decl_wmemset=yes | ac_cv_header_dirent_dirent_h=yes | ac_cv_header_dirent_h=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_features_h=no | ac_cv_header_getopt_h=no | ac_cv_header_grp_h=yes | ac_cv_header_iconv_h=yes | ac_cv_header_inttypes_h=yes | ac_cv_header_langinfo_h=yes | ac_cv_header_libintl_h=yes | ac_cv_header_linewrap_h=no | ac_cv_header_linux_fd_h=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_pwd_h=yes | ac_cv_header_search_h=yes | 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_sys_bitypes_h=no | ac_cv_header_sys_buf_h=yes | ac_cv_header_sys_device_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_mkdev_h=no | ac_cv_header_sys_mman_h=yes | ac_cv_header_sys_mtio_h=no | ac_cv_header_sys_param_h=yes | ac_cv_header_sys_socket_h=yes | ac_cv_header_sys_stat_h=yes | ac_cv_header_sys_sysmacros_h=yes | ac_cv_header_sys_tape_h=yes | ac_cv_header_sys_time_h=yes | ac_cv_header_sys_tprintf_h=no | ac_cv_header_sys_types_h=yes | ac_cv_header_sys_types_h_makedev=no | 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=powerpc-ibm-aix6.1.0.0 | ac_cv_lib_error_at_line=no | ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec=no | ac_cv_member_struct_stat_st_atim_tv_nsec=no | ac_cv_member_struct_stat_st_atimensec=no | ac_cv_member_struct_stat_st_atimespec_tv_nsec=no | ac_cv_member_struct_stat_st_birthtim_tv_nsec=no | ac_cv_member_struct_stat_st_birthtimensec=no | ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no | ac_cv_member_struct_stat_st_blksize=yes | ac_cv_member_struct_stat_st_blocks=yes | ac_cv_member_struct_tm_tm_gmtoff=no | ac_cv_member_struct_tm_tm_zone=no | ac_cv_objext=o | ac_cv_path_EGREP='/opt/freeware/bin/grep -E' | ac_cv_path_GMSGFMT=/usr/bin/msgfmt | ac_cv_path_GREP=/opt/freeware/bin/grep | ac_cv_path_MSGFMT=/usr/bin/msgfmt | ac_cv_path_MSGMERGE=: | ac_cv_path_XGETTEXT=: | ac_cv_path_install='/opt/freeware/bin/install -c' | ac_cv_path_mkdir=/opt/freeware/bin/mkdir | ac_cv_prog_AWK=gawk | 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_c99=-std=gnu99 | ac_cv_prog_cc_g=yes | ac_cv_prog_cc_gcc_c_o=yes | ac_cv_prog_cc_stdc=-std=gnu99 | ac_cv_prog_make_make_set=yes | ac_cv_safe_to_define___extensions__=yes | ac_cv_search_clock_gettime='none required' | ac_cv_search_gethostbyname='none required' | ac_cv_search_opendir='none required' | ac_cv_search_setsockopt='none required' | ac_cv_search_strerror='none required' | ac_cv_struct_tm=time.h | ac_cv_sys_file_offset_bits=unknown | ac_cv_sys_large_files=1 | ac_cv_sys_largefile_CC=no | ac_cv_sys_largefile_source=no | ac_cv_sys_long_file_names=yes | ac_cv_sys_pending_output_n_bytes='fp->_ptr - fp->_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_int=yes | ac_cv_type_major_t=no | ac_cv_type_mbstate_t=yes | ac_cv_type_minor_t=no | ac_cv_type_mode_t=yes | ac_cv_type_nlink_t=yes | ac_cv_type_off_t=yes | ac_cv_type_pid_t=yes | ac_cv_type_ptrdiff_t=yes | ac_cv_type_signal=void | ac_cv_type_size_t=yes | ac_cv_type_uid_t=yes | ac_cv_type_unsigned_long_long_int=yes | ac_cv_var_tzname=yes | ac_cv_working_alloca_h=yes | acl_cv_hardcode_direct=yes | acl_cv_hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.2.0:/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.2.0/../../..:/usr/lib:/lib ' | acl_cv_hardcode_libdir_separator=: | acl_cv_hardcode_minus_L=no | acl_cv_libext=a | acl_cv_libname_spec='lib$name' | acl_cv_library_names_spec='$libname$shrext' | acl_cv_path_LD=/usr/bin/ld | acl_cv_prog_gnu_ld=no | acl_cv_rpath=done | acl_cv_shlibext=so | acl_cv_wl=-Wl, | am_cv_CC_dependencies_compiler_type=gcc3 | am_cv_func_iconv=yes | am_cv_func_iconv_works=yes | am_cv_func_working_getline=no | am_cv_langinfo_codeset=yes | am_cv_lib_iconv=yes | am_cv_prog_tar_ustar=gnutar | am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' | am_cv_proto_iconv_arg1='' | diff_cv_st_fstype_string=no | gl_cv_bitsizeof_ptrdiff_t=32 | gl_cv_bitsizeof_sig_atomic_t=32 | gl_cv_bitsizeof_size_t=32 | gl_cv_bitsizeof_wchar_t=16 | gl_cv_bitsizeof_wint_t=32 | gl_cv_c_inline_effective=yes | gl_cv_c_multiarch=no | gl_cv_compound_literals=yes | gl_cv_decl_null_works=yes | gl_cv_decl_readlink_works=no | gl_cv_double_slash_root=no | gl_cv_func_btowc_eof='guessing yes' | gl_cv_func_btowc_nul=yes | gl_cv_func_chown_ctime_works=yes | gl_cv_func_chown_follows_symlink=yes | gl_cv_func_chown_slash_works=no | gl_cv_func_dirfd_macro=no | gl_cv_func_dup2_works=yes | gl_cv_func_fcntl_f_dupfd_cloexec=no | gl_cv_func_fcntl_f_dupfd_works=yes | gl_cv_func_fnmatch_gnu=no | gl_cv_func_fseeko=yes | gl_cv_func_getcwd_null=no | gl_cv_func_gettimeofday_clobber=no | gl_cv_func_gettimeofday_posix_signature=yes | gl_cv_func_iswcntrl_works=yes | gl_cv_func_link_follows_symlink=yes | gl_cv_func_link_works=no | gl_cv_func_lseek_pipe=yes | gl_cv_func_malloc_0_nonnull=0 | gl_cv_func_malloc_posix=yes | gl_cv_func_mbrtowc_incomplete_state=no | gl_cv_func_mbrtowc_sanitycheck='guessing yes' | gl_cv_func_memchr_works=yes | gl_cv_func_mkdir_trailing_dot_works=yes | gl_cv_func_mkdir_trailing_slash_works=yes | gl_cv_func_mkfifo_works=no | gl_cv_func_mknod_works=yes | gl_cv_func_nl_langinfo_yesexpr_works=yes | gl_cv_func_open_slash=no | gl_cv_func_re_compile_pattern_working=no | gl_cv_func_readlink_works=yes | gl_cv_func_realpath_works=no | gl_cv_func_rename_dest_works=yes | gl_cv_func_rename_link_works=yes | gl_cv_func_rename_slash_dst_works=no | gl_cv_func_rename_slash_src_works=no | gl_cv_func_rmdir_works=yes | gl_cv_func_setenv_works=yes | gl_cv_func_sleep_works=yes | gl_cv_func_snprintf_retval_c99=yes | gl_cv_func_snprintf_size1=yes | gl_cv_func_snprintf_usable=yes | gl_cv_func_stat_dir_slash=yes | gl_cv_func_stat_file_slash=no | gl_cv_func_strndup_works=yes | gl_cv_func_strtoimax_macro=no | gl_cv_func_strtoumax_macro=no | gl_cv_func_symlink_works=no | gl_cv_func_unlink_honors_slashes=no | gl_cv_func_unlink_parent_fails='guessing yes' | gl_cv_func_unsetenv_works=yes | gl_cv_func_va_copy=yes | gl_cv_func_vsnprintf_usable=yes | gl_cv_func_wcwidth_works=yes | gl_cv_func_working_getdelim=no | gl_cv_func_working_strerror=yes | gl_cv_func_working_utimes=yes | gl_cv_have___xpg4=no | gl_cv_have_arbitrary_file_name_length_limit=yes | gl_cv_have_include_next=yes | gl_cv_have_raw_decl__Exit=yes | gl_cv_have_raw_decl_alphasort=yes | gl_cv_have_raw_decl_atoll=yes | gl_cv_have_raw_decl_btowc=yes | gl_cv_have_raw_decl_canonicalize_file_name=no | gl_cv_have_raw_decl_chown=yes | gl_cv_have_raw_decl_dirfd=no | gl_cv_have_raw_decl_dprintf=no | gl_cv_have_raw_decl_dup2=yes | gl_cv_have_raw_decl_dup3=no | gl_cv_have_raw_decl_endusershell=yes | gl_cv_have_raw_decl_environ=yes | gl_cv_have_raw_decl_euidaccess=no | gl_cv_have_raw_decl_faccessat=no | gl_cv_have_raw_decl_fchdir=yes | gl_cv_have_raw_decl_fchmodat=no | gl_cv_have_raw_decl_fchownat=no | gl_cv_have_raw_decl_fcntl=yes | gl_cv_have_raw_decl_fdopendir=no | gl_cv_have_raw_decl_fpurge=no | gl_cv_have_raw_decl_fseeko=no | gl_cv_have_raw_decl_fstatat=no | gl_cv_have_raw_decl_fsync=yes | gl_cv_have_raw_decl_ftello=no | gl_cv_have_raw_decl_ftruncate=no | gl_cv_have_raw_decl_futimens=no | gl_cv_have_raw_decl_getcwd=yes | gl_cv_have_raw_decl_getdelim=no | gl_cv_have_raw_decl_getdomainname=no | gl_cv_have_raw_decl_getdtablesize=yes | gl_cv_have_raw_decl_getgroups=yes | gl_cv_have_raw_decl_gethostname=yes | gl_cv_have_raw_decl_getline=no | gl_cv_have_raw_decl_getloadavg=no | gl_cv_have_raw_decl_getlogin=yes | gl_cv_have_raw_decl_getlogin_r=yes | gl_cv_have_raw_decl_getpagesize=yes | gl_cv_have_raw_decl_getsubopt=yes | gl_cv_have_raw_decl_gettimeofday=yes | gl_cv_have_raw_decl_getusershell=yes | gl_cv_have_raw_decl_grantpt=yes | gl_cv_have_raw_decl_imaxabs=yes | gl_cv_have_raw_decl_imaxdiv=yes | gl_cv_have_raw_decl_initstat_r=no | gl_cv_have_raw_decl_iswctype=yes | gl_cv_have_raw_decl_lchmod=no | gl_cv_have_raw_decl_lchown=yes | gl_cv_have_raw_decl_link=yes | gl_cv_have_raw_decl_linkat=no | gl_cv_have_raw_decl_lseek=no | gl_cv_have_raw_decl_lstat=no | gl_cv_have_raw_decl_mbrlen=yes | gl_cv_have_raw_decl_mbrtowc=yes | gl_cv_have_raw_decl_mbsinit=yes | gl_cv_have_raw_decl_mbsnrtowcs=yes | gl_cv_have_raw_decl_mbsrtowcs=yes | gl_cv_have_raw_decl_memmem=yes | gl_cv_have_raw_decl_mempcpy=no | gl_cv_have_raw_decl_memrchr=no | gl_cv_have_raw_decl_mkdirat=no | gl_cv_have_raw_decl_mkdtemp=no | gl_cv_have_raw_decl_mkfifo=yes | gl_cv_have_raw_decl_mkfifoat=no | gl_cv_have_raw_decl_mknod=yes | gl_cv_have_raw_decl_mknodat=no | gl_cv_have_raw_decl_mkostemp=no | gl_cv_have_raw_decl_mkostemps=no | gl_cv_have_raw_decl_mkstemp=yes | gl_cv_have_raw_decl_mkstemps=no | gl_cv_have_raw_decl_nl_langinfo=yes | gl_cv_have_raw_decl_openat=no | gl_cv_have_raw_decl_pipe2=no | gl_cv_have_raw_decl_pipe=yes | gl_cv_have_raw_decl_popen=yes | gl_cv_have_raw_decl_pread=no | gl_cv_have_raw_decl_ptsname=yes | gl_cv_have_raw_decl_pwrite=no | gl_cv_have_raw_decl_random_r=no | gl_cv_have_raw_decl_rawmemchr=no | gl_cv_have_raw_decl_readlink=yes | gl_cv_have_raw_decl_readlinkat=no | gl_cv_have_raw_decl_realpath=yes | gl_cv_have_raw_decl_renameat=no | gl_cv_have_raw_decl_rmdir=yes | gl_cv_have_raw_decl_rpmatch=yes | gl_cv_have_raw_decl_scandir=yes | gl_cv_have_raw_decl_setenv=yes | gl_cv_have_raw_decl_setstate_r=no | gl_cv_have_raw_decl_setusershell=yes | gl_cv_have_raw_decl_sleep=yes | gl_cv_have_raw_decl_snprintf=yes | gl_cv_have_raw_decl_srandom_r=no | gl_cv_have_raw_decl_stat=no | gl_cv_have_raw_decl_stpcpy=yes | gl_cv_have_raw_decl_stpncpy=yes | gl_cv_have_raw_decl_strcasecmp=yes | gl_cv_have_raw_decl_strcasestr=no | gl_cv_have_raw_decl_strchrnul=no | gl_cv_have_raw_decl_strdup=yes | gl_cv_have_raw_decl_strerror_r=yes | gl_cv_have_raw_decl_strncasecmp=yes | gl_cv_have_raw_decl_strncat=yes | gl_cv_have_raw_decl_strndup=yes | gl_cv_have_raw_decl_strnlen=yes | gl_cv_have_raw_decl_strpbrk=yes | gl_cv_have_raw_decl_strsep=yes | gl_cv_have_raw_decl_strsignal=yes | gl_cv_have_raw_decl_strtod=yes | gl_cv_have_raw_decl_strtoimax=yes | gl_cv_have_raw_decl_strtok_r=yes | gl_cv_have_raw_decl_strtoll=yes | gl_cv_have_raw_decl_strtoull=yes | gl_cv_have_raw_decl_strtoumax=yes | gl_cv_have_raw_decl_strverscmp=no | gl_cv_have_raw_decl_symlink=yes | gl_cv_have_raw_decl_symlinkat=no | gl_cv_have_raw_decl_tmpfile=yes | gl_cv_have_raw_decl_towctrans=yes | gl_cv_have_raw_decl_ttyname_r=yes | gl_cv_have_raw_decl_unlink=yes | gl_cv_have_raw_decl_unlinkat=no | gl_cv_have_raw_decl_unlockpt=yes | gl_cv_have_raw_decl_unsetenv=yes | gl_cv_have_raw_decl_usleep=yes | gl_cv_have_raw_decl_utimensat=no | gl_cv_have_raw_decl_vdprintf=no | gl_cv_have_raw_decl_vsnprintf=yes | gl_cv_have_raw_decl_wcpcpy=yes | gl_cv_have_raw_decl_wcpncpy=yes | gl_cv_have_raw_decl_wcrtomb=yes | gl_cv_have_raw_decl_wcscasecmp=yes | gl_cv_have_raw_decl_wcscat=yes | gl_cv_have_raw_decl_wcschr=yes | gl_cv_have_raw_decl_wcscmp=yes | gl_cv_have_raw_decl_wcscoll=yes | gl_cv_have_raw_decl_wcscpy=yes | gl_cv_have_raw_decl_wcscspn=yes | gl_cv_have_raw_decl_wcsdup=yes | gl_cv_have_raw_decl_wcslen=yes | gl_cv_have_raw_decl_wcsncasecmp=yes | gl_cv_have_raw_decl_wcsncat=yes | gl_cv_have_raw_decl_wcsncmp=yes | gl_cv_have_raw_decl_wcsncpy=yes | gl_cv_have_raw_decl_wcsnlen=yes | gl_cv_have_raw_decl_wcsnrtombs=yes | gl_cv_have_raw_decl_wcspbrk=yes | gl_cv_have_raw_decl_wcsrchr=yes | gl_cv_have_raw_decl_wcsrtombs=yes | gl_cv_have_raw_decl_wcsspn=yes | gl_cv_have_raw_decl_wcsstr=yes | gl_cv_have_raw_decl_wcstok=yes | gl_cv_have_raw_decl_wcswidth=yes | gl_cv_have_raw_decl_wcsxfrm=yes | gl_cv_have_raw_decl_wctob=yes | gl_cv_have_raw_decl_wctrans=yes | gl_cv_have_raw_decl_wctype=yes | gl_cv_have_raw_decl_wcwidth=yes | gl_cv_have_raw_decl_wmemchr=yes | gl_cv_have_raw_decl_wmemcmp=yes | gl_cv_have_raw_decl_wmemcpy=yes | gl_cv_have_raw_decl_wmemmove=yes | gl_cv_have_raw_decl_wmemset=yes | gl_cv_header_errno_h_complete=yes | gl_cv_header_inttypes_h=yes | gl_cv_header_langinfo_codeset=yes | gl_cv_header_langinfo_era=yes | gl_cv_header_langinfo_t_fmt_ampm=yes | gl_cv_header_langinfo_yesexpr=yes | gl_cv_header_stdint_h=yes | gl_cv_header_wchar_h_correct_inline=yes | gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)' | gl_cv_header_working_inttypes_h=no | gl_cv_header_working_stdint_h=no | gl_cv_next_dirent_h='' | gl_cv_next_fcntl_h='' | gl_cv_next_getopt_h='' | gl_cv_next_inttypes_h='' | gl_cv_next_langinfo_h='' | gl_cv_next_stdint_h='' | gl_cv_next_stdio_h='' | gl_cv_next_stdlib_h='' | gl_cv_next_string_h='' | gl_cv_next_strings_h='' | gl_cv_next_sys_stat_h='' | gl_cv_next_sys_time_h='' | gl_cv_next_sysexits_h='' | gl_cv_next_time_h='' | gl_cv_next_unistd_h='' | gl_cv_next_wchar_h='' | gl_cv_next_wctype_h='' | gl_cv_pragma_columns=no | gl_cv_promoted_mode_t=mode_t | gl_cv_rpl_alloca=yes | gl_cv_size_max=yes | gl_cv_struct_dirent_d_ino=yes | gl_cv_sys_dir_fd_member_name=dd_fd | gl_cv_sys_struct_timespec_in_time_h=yes | gl_cv_sys_struct_timeval=yes | gl_cv_sys_struct_utimbuf=yes | gl_cv_test_INT32_MAX_LT_INTMAX_MAX=yes | gl_cv_test_INT64_MAX_EQ_LONG_MAX=no | gl_cv_test_UINT32_MAX_LT_UINTMAX_MAX=yes | gl_cv_test_UINT64_MAX_EQ_ULONG_MAX=no | gl_cv_time_r_posix=yes | gl_cv_type_ptrdiff_t_signed=yes | gl_cv_type_ptrdiff_t_suffix=l | gl_cv_type_sig_atomic_t_signed=yes | gl_cv_type_sig_atomic_t_suffix='' | gl_cv_type_size_t_signed=no | gl_cv_type_size_t_suffix=ul | gl_cv_type_wchar_t_signed=no | gl_cv_type_wchar_t_suffix=no | gl_cv_type_wctrans_t=yes | gl_cv_type_wctype_t=yes | gl_cv_type_wint_t_signed=yes | gl_cv_type_wint_t_suffix='' | gl_cv_var_stdin_large_offset=yes | gt_cv_c_intmax_t=yes | gt_cv_c_wchar_t=yes | gt_cv_c_wint_t=yes | gt_cv_func_CFLocaleCopyCurrent=no | gt_cv_func_CFPreferencesCopyAppValue=no | gt_cv_func_gnugettext3_libc=no | gt_cv_func_gnugettext3_libintl=no | gt_cv_func_unsetenv_ret=int | gt_cv_inttypes_pri_broken=no | gt_cv_locale_fr=none | gt_cv_locale_fr_utf8=none | gt_cv_locale_ja=ja_JP | gt_cv_locale_zh_CN=none | gt_cv_ssize_t=yes | gt_cv_var_environ_declaration=yes | pu_cv_header_mtio_check_field=mt_type | tar_cv_compressor_bzip2=bzip2 | tar_cv_compressor_compress=compress | tar_cv_compressor_gzip=gzip | tar_cv_compressor_lzip=lzip | tar_cv_compressor_lzma=lzma | tar_cv_compressor_lzop=lzop | tar_cv_compressor_xz=xz | tar_cv_path_RSH=/usr/bin/remsh | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /home/kushida/gcc463/tar-1.26/build-aux/missing --run aclocal-1.11' | ALLOCA='' | ALLOCA_H='alloca.h' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='${SHELL} /home/kushida/gcc463/tar-1.26/build-aux/missing --run tar' | AM_BACKSLASH='\' | AM_DEFAULT_VERBOSITY='0' | APPLE_UNIVERSAL_BUILD='0' | AUTOCONF='${SHELL} /home/kushida/gcc463/tar-1.26/build-aux/missing --run autoconf' | AUTOHEADER='${SHELL} /home/kushida/gcc463/tar-1.26/build-aux/missing --run autoheader' | AUTOM4TE='${SHELL} /home/kushida/gcc463/tar-1.26/build-aux/missing --run autom4te' | AUTOMAKE='${SHELL} /home/kushida/gcc463/tar-1.26/build-aux/missing --run automake-1.11' | AWK='gawk' | BACKUP_LIBEXEC_SCRIPTS='' | BACKUP_SBIN_SCRIPTS='' | BACKUP_SED_COND='/^\#ELSE_DATE_FORMAT_OK/,/^\#ENDIF_DATE_FORMAT_OK/d;/^\#IF_DATE_FORMAT_OK/d' | BITSIZEOF_PTRDIFF_T='32' | BITSIZEOF_SIG_ATOMIC_T='32' | BITSIZEOF_SIZE_T='32' | BITSIZEOF_WCHAR_T='16' | BITSIZEOF_WINT_T='32' | CC='gcc -std=gnu99' | 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='\c' | ECHO_N='' | ECHO_T='' | EGREP='/opt/freeware/bin/grep -E' | EMULTIHOP_HIDDEN='' | EMULTIHOP_VALUE='' | ENOLINK_HIDDEN='' | ENOLINK_VALUE='' | EOVERFLOW_HIDDEN='' | EOVERFLOW_VALUE='' | ERRNO_H='' | EXEEXT='' | FLOAT_H='' | FNMATCH_H='fnmatch.h' | GETOPT_H='getopt.h' | GETTEXT_MACRO_VERSION='0.18' | GLIBC21='no' | GL_COND_LIBTOOL_FALSE='' | GL_COND_LIBTOOL_TRUE='#' | GMSGFMT='/usr/bin/msgfmt' | GMSGFMT_015=':' | GNULIB_ALPHASORT='0' | GNULIB_ATOLL='0' | GNULIB_BTOWC='1' | GNULIB_CALLOC_POSIX='0' | GNULIB_CANONICALIZE_FILE_NAME='1' | GNULIB_CHOWN='1' | GNULIB_CLOSE='1' | GNULIB_DIRFD='1' | GNULIB_DPRINTF='0' | GNULIB_DUP2='1' | GNULIB_DUP3='0' | GNULIB_ENVIRON='1' | GNULIB_EUIDACCESS='0' | GNULIB_FACCESSAT='0' | GNULIB_FCHDIR='1' | GNULIB_FCHMODAT='1' | GNULIB_FCHOWNAT='1' | GNULIB_FCLOSE='1' | GNULIB_FCNTL='1' | GNULIB_FDOPENDIR='1' | GNULIB_FFLUSH='0' | GNULIB_FOPEN='0' | GNULIB_FPRINTF='1' | GNULIB_FPRINTF_POSIX='0' | GNULIB_FPURGE='0' | GNULIB_FPUTC='1' | GNULIB_FPUTS='1' | GNULIB_FREOPEN='0' | GNULIB_FSEEK='0' | GNULIB_FSEEKO='1' | GNULIB_FSTATAT='1' | GNULIB_FSYNC='0' | GNULIB_FTELL='0' | GNULIB_FTELLO='0' | GNULIB_FTRUNCATE='0' | GNULIB_FUTIMENS='1' | GNULIB_FWRITE='1' | GNULIB_GETCWD='1' | GNULIB_GETDELIM='1' | GNULIB_GETDOMAINNAME='0' | GNULIB_GETDTABLESIZE='1' | GNULIB_GETGROUPS='0' | GNULIB_GETHOSTNAME='0' | GNULIB_GETLINE='1' | GNULIB_GETLOADAVG='0' | GNULIB_GETLOGIN='0' | GNULIB_GETLOGIN_R='0' | GNULIB_GETPAGESIZE='1' | GNULIB_GETSUBOPT='0' | GNULIB_GETTIMEOFDAY='1' | GNULIB_GETUSERSHELL='0' | GNULIB_GRANTPT='0' | GNULIB_IMAXABS='0' | GNULIB_IMAXDIV='0' | GNULIB_ISWBLANK='1' | GNULIB_ISWCTYPE='0' | GNULIB_LCHMOD='0' | GNULIB_LCHOWN='1' | GNULIB_LINK='1' | GNULIB_LINKAT='1' | GNULIB_LSEEK='1' | GNULIB_LSTAT='1' | GNULIB_MALLOC_POSIX='1' | GNULIB_MBRLEN='0' | GNULIB_MBRTOWC='1' | GNULIB_MBSCASECMP='1' | GNULIB_MBSCASESTR='0' | GNULIB_MBSCHR='0' | GNULIB_MBSCSPN='0' | GNULIB_MBSINIT='1' | GNULIB_MBSLEN='0' | GNULIB_MBSNCASECMP='0' | GNULIB_MBSNLEN='0' | GNULIB_MBSNRTOWCS='0' | GNULIB_MBSPBRK='0' | GNULIB_MBSPCASECMP='0' | GNULIB_MBSRCHR='0' | GNULIB_MBSRTOWCS='1' | GNULIB_MBSSEP='0' | GNULIB_MBSSPN='0' | GNULIB_MBSSTR='0' | GNULIB_MBSTOK_R='0' | GNULIB_MBTOWC='1' | GNULIB_MEMCHR='1' | GNULIB_MEMMEM='0' | GNULIB_MEMPCPY='1' | GNULIB_MEMRCHR='1' | GNULIB_MKDIRAT='1' | GNULIB_MKDTEMP='1' | GNULIB_MKFIFO='1' | GNULIB_MKFIFOAT='1' | GNULIB_MKNOD='1' | GNULIB_MKNODAT='1' | GNULIB_MKOSTEMP='0' | GNULIB_MKOSTEMPS='0' | GNULIB_MKSTEMP='0' | GNULIB_MKSTEMPS='0' | GNULIB_MKTIME='1' | GNULIB_NANOSLEEP='0' | GNULIB_NL_LANGINFO='1' | GNULIB_OBSTACK_PRINTF='0' | GNULIB_OBSTACK_PRINTF_POSIX='0' | GNULIB_OPEN='1' | GNULIB_OPENAT='1' | GNULIB_PERROR='0' | GNULIB_PIPE2='0' | GNULIB_PIPE='0' | GNULIB_POPEN='0' | GNULIB_PREAD='0' | GNULIB_PRINTF='1' | GNULIB_PRINTF_POSIX='0' | GNULIB_PTSNAME='0' | GNULIB_PUTC='1' | GNULIB_PUTCHAR='1' | GNULIB_PUTENV='0' | GNULIB_PUTS='1' | GNULIB_PWRITE='0' | GNULIB_RANDOM_R='0' | GNULIB_RAWMEMCHR='1' | GNULIB_READLINK='1' | GNULIB_READLINKAT='1' | GNULIB_REALLOC_POSIX='1' | GNULIB_REALPATH='1' | GNULIB_REMOVE='0' | GNULIB_RENAME='1' | GNULIB_RENAMEAT='1' | GNULIB_RMDIR='1' | GNULIB_RPMATCH='1' | GNULIB_SCANDIR='0' | GNULIB_SETENV='1' | GNULIB_SLEEP='1' | GNULIB_SNPRINTF='1' | GNULIB_SPRINTF_POSIX='0' | GNULIB_STAT='1' | GNULIB_STDIO_H_SIGPIPE='0' | GNULIB_STPCPY='1' | GNULIB_STPNCPY='0' | GNULIB_STRCASESTR='0' | GNULIB_STRCHRNUL='1' | GNULIB_STRDUP='1' | GNULIB_STRERROR='1' | GNULIB_STRERROR_R='0' | GNULIB_STRNCAT='0' | GNULIB_STRNDUP='1' | GNULIB_STRNLEN='1' | GNULIB_STRPBRK='0' | GNULIB_STRPTIME='0' | GNULIB_STRSEP='0' | GNULIB_STRSIGNAL='0' | GNULIB_STRSTR='0' | GNULIB_STRTOD='0' | GNULIB_STRTOIMAX='1' | GNULIB_STRTOK_R='0' | GNULIB_STRTOLL='1' | GNULIB_STRTOULL='1' | GNULIB_STRTOUMAX='1' | GNULIB_STRVERSCMP='0' | GNULIB_SYMLINK='1' | GNULIB_SYMLINKAT='1' | GNULIB_SYSTEM_POSIX='0' | GNULIB_TIMEGM='0' | GNULIB_TIME_R='1' | GNULIB_TMPFILE='0' | GNULIB_TOWCTRANS='0' | GNULIB_TTYNAME_R='0' | GNULIB_UNISTD_H_GETOPT='1' | GNULIB_UNISTD_H_SIGPIPE='0' | GNULIB_UNLINK='1' | GNULIB_UNLINKAT='1' | GNULIB_UNLOCKPT='0' | GNULIB_UNSETENV='1' | GNULIB_USLEEP='0' | GNULIB_UTIMENSAT='1' | GNULIB_VASPRINTF='1' | GNULIB_VDPRINTF='0' | GNULIB_VFPRINTF='1' | GNULIB_VFPRINTF_POSIX='0' | GNULIB_VPRINTF='1' | GNULIB_VPRINTF_POSIX='0' | GNULIB_VSNPRINTF='1' | GNULIB_VSPRINTF_POSIX='0' | GNULIB_WCPCPY='0' | GNULIB_WCPNCPY='0' | GNULIB_WCRTOMB='1' | GNULIB_WCSCASECMP='0' | GNULIB_WCSCAT='0' | GNULIB_WCSCHR='0' | GNULIB_WCSCMP='0' | GNULIB_WCSCOLL='0' | GNULIB_WCSCPY='0' | GNULIB_WCSCSPN='0' | GNULIB_WCSDUP='0' | GNULIB_WCSLEN='0' | GNULIB_WCSNCASECMP='0' | GNULIB_WCSNCAT='0' | GNULIB_WCSNCMP='0' | GNULIB_WCSNCPY='0' | GNULIB_WCSNLEN='0' | GNULIB_WCSNRTOMBS='0' | GNULIB_WCSPBRK='0' | GNULIB_WCSRCHR='0' | GNULIB_WCSRTOMBS='0' | GNULIB_WCSSPN='0' | GNULIB_WCSSTR='0' | GNULIB_WCSTOK='0' | GNULIB_WCSWIDTH='0' | GNULIB_WCSXFRM='0' | GNULIB_WCTOB='0' | GNULIB_WCTOMB='0' | GNULIB_WCTRANS='0' | GNULIB_WCTYPE='0' | GNULIB_WCWIDTH='1' | GNULIB_WMEMCHR='0' | GNULIB_WMEMCMP='0' | GNULIB_WMEMCPY='0' | GNULIB_WMEMMOVE='0' | GNULIB_WMEMSET='0' | GNULIB_WRITE='1' | GNULIB__EXIT='0' | GREP='/opt/freeware/bin/grep' | HAVE_ALPHASORT='1' | HAVE_ATOLL='1' | HAVE_BTOWC='1' | HAVE_CANONICALIZE_FILE_NAME='0' | HAVE_CHOWN='1' | HAVE_DECL_DIRFD='0' | HAVE_DECL_ENVIRON='1' | HAVE_DECL_FCHDIR='1' | HAVE_DECL_FDOPENDIR='0' | HAVE_DECL_FPURGE='1' | HAVE_DECL_FSEEKO='1' | HAVE_DECL_FTELLO='1' | HAVE_DECL_GETDELIM='0' | HAVE_DECL_GETDOMAINNAME='1' | HAVE_DECL_GETLINE='0' | HAVE_DECL_GETLOADAVG='1' | HAVE_DECL_GETLOGIN_R='1' | HAVE_DECL_GETPAGESIZE='1' | HAVE_DECL_GETUSERSHELL='1' | HAVE_DECL_IMAXABS='1' | HAVE_DECL_IMAXDIV='1' | HAVE_DECL_LOCALTIME_R='0' | HAVE_DECL_MEMMEM='1' | HAVE_DECL_MEMRCHR='0' | HAVE_DECL_OBSTACK_PRINTF='1' | HAVE_DECL_SETENV='1' | HAVE_DECL_SNPRINTF='1' | HAVE_DECL_STRDUP='1' | HAVE_DECL_STRERROR_R='1' | HAVE_DECL_STRNCASECMP='1' | HAVE_DECL_STRNDUP='1' | HAVE_DECL_STRNLEN='1' | HAVE_DECL_STRSIGNAL='1' | HAVE_DECL_STRTOIMAX='1' | HAVE_DECL_STRTOK_R='1' | HAVE_DECL_STRTOUMAX='1' | HAVE_DECL_TTYNAME_R='1' | HAVE_DECL_UNSETENV='1' | HAVE_DECL_VSNPRINTF='1' | HAVE_DECL_WCTOB='1' | HAVE_DECL_WCWIDTH='1' | HAVE_DPRINTF='1' | HAVE_DUP2='1' | HAVE_DUP3='1' | HAVE_EUIDACCESS='1' | HAVE_FACCESSAT='1' | HAVE_FCHDIR='1' | HAVE_FCHMODAT='0' | HAVE_FCHOWNAT='0' | HAVE_FCNTL='1' | HAVE_FDOPENDIR='0' | HAVE_FEATURES_H='0' | HAVE_FSEEKO='1' | HAVE_FSTATAT='0' | HAVE_FSYNC='1' | HAVE_FTELLO='1' | HAVE_FTRUNCATE='1' | HAVE_FUTIMENS='0' | HAVE_GETDTABLESIZE='1' | HAVE_GETGROUPS='1' | HAVE_GETHOSTNAME='1' | HAVE_GETLOGIN='1' | HAVE_GETOPT_H='0' | HAVE_GETPAGESIZE='1' | HAVE_GETSUBOPT='1' | HAVE_GETTIMEOFDAY='1' | HAVE_GRANTPT='1' | HAVE_INTTYPES_H='1' | HAVE_ISWBLANK='1' | HAVE_ISWCNTRL='1' | HAVE_LANGINFO_CODESET='1' | HAVE_LANGINFO_ERA='1' | HAVE_LANGINFO_H='1' | HAVE_LANGINFO_T_FMT_AMPM='1' | HAVE_LANGINFO_YESEXPR='1' | HAVE_LCHMOD='1' | HAVE_LCHOWN='1' | HAVE_LINK='1' | HAVE_LINKAT='0' | HAVE_LONG_LONG_INT='1' | HAVE_LSTAT='1' | HAVE_MBRLEN='1' | HAVE_MBRTOWC='1' | HAVE_MBSINIT='1' | HAVE_MBSLEN='0' | HAVE_MBSNRTOWCS='1' | HAVE_MBSRTOWCS='1' | HAVE_MEMCHR='1' | HAVE_MEMPCPY='0' | HAVE_MKDIRAT='0' | HAVE_MKDTEMP='1' | HAVE_MKFIFO='1' | HAVE_MKFIFOAT='0' | HAVE_MKNOD='1' | HAVE_MKNODAT='0' | HAVE_MKOSTEMP='1' | HAVE_MKOSTEMPS='1' | HAVE_MKSTEMP='1' | HAVE_MKSTEMPS='1' | HAVE_NANOSLEEP='1' | HAVE_NL_LANGINFO='1' | HAVE_OPENAT='0' | HAVE_OS_H='0' | HAVE_PIPE2='1' | HAVE_PIPE='1' | HAVE_PREAD='1' | HAVE_PTSNAME='1' | HAVE_PWRITE='1' | HAVE_RANDOM_H='1' | HAVE_RANDOM_R='1' | HAVE_RAWMEMCHR='0' | HAVE_READLINK='1' | HAVE_READLINKAT='0' | HAVE_REALPATH='1' | HAVE_RENAMEAT='0' | HAVE_RPMATCH='1' | HAVE_SCANDIR='1' | HAVE_SETENV='1' | HAVE_SIGNED_SIG_ATOMIC_T='1' | HAVE_SIGNED_WCHAR_T='0' | HAVE_SIGNED_WINT_T='1' | HAVE_SLEEP='1' | HAVE_STDINT_H='1' | HAVE_STPCPY='1' | HAVE_STPNCPY='1' | HAVE_STRCASECMP='1' | HAVE_STRCASESTR='1' | HAVE_STRCHRNUL='0' | HAVE_STRPBRK='1' | HAVE_STRPTIME='1' | HAVE_STRSEP='1' | HAVE_STRTOD='1' | HAVE_STRTOLL='1' | HAVE_STRTOULL='1' | HAVE_STRUCT_RANDOM_DATA='1' | HAVE_STRUCT_TIMEVAL='1' | HAVE_STRVERSCMP='1' | HAVE_SYMLINK='1' | HAVE_SYMLINKAT='0' | HAVE_SYSEXITS_H='1' | HAVE_SYS_BITYPES_H='0' | HAVE_SYS_INTTYPES_H='1' | HAVE_SYS_LOADAVG_H='0' | HAVE_SYS_PARAM_H='0' | HAVE_SYS_TIME_H='1' | HAVE_SYS_TYPES_H='1' | HAVE_TIMEGM='1' | HAVE_UNISTD_H='1' | HAVE_UNLINKAT='0' | HAVE_UNLOCKPT='1' | HAVE_UNSIGNED_LONG_LONG_INT='1' | HAVE_USLEEP='1' | HAVE_UTIMENSAT='0' | HAVE_VASPRINTF='0' | HAVE_VDPRINTF='1' | HAVE_WCHAR_H='1' | HAVE_WCHAR_T='1' | HAVE_WCPCPY='1' | HAVE_WCPNCPY='1' | HAVE_WCRTOMB='1' | HAVE_WCSCASECMP='1' | HAVE_WCSCAT='1' | HAVE_WCSCHR='1' | HAVE_WCSCMP='1' | HAVE_WCSCOLL='1' | HAVE_WCSCPY='1' | HAVE_WCSCSPN='1' | HAVE_WCSDUP='1' | HAVE_WCSLEN='1' | HAVE_WCSNCASECMP='1' | HAVE_WCSNCAT='1' | HAVE_WCSNCMP='1' | HAVE_WCSNCPY='1' | HAVE_WCSNLEN='1' | HAVE_WCSNRTOMBS='1' | HAVE_WCSPBRK='1' | HAVE_WCSRCHR='1' | HAVE_WCSRTOMBS='1' | HAVE_WCSSPN='1' | HAVE_WCSSTR='1' | HAVE_WCSTOK='1' | HAVE_WCSWIDTH='1' | HAVE_WCSXFRM='1' | HAVE_WCTRANS_T='1' | HAVE_WCTYPE_H='1' | HAVE_WCTYPE_T='1' | HAVE_WINT_T='1' | HAVE_WMEMCHR='1' | HAVE_WMEMCMP='1' | HAVE_WMEMCPY='1' | HAVE_WMEMMOVE='1' | HAVE_WMEMSET='1' | HAVE__BOOL='1' | HAVE__EXIT='1' | INCLUDE_NEXT='include_next' | INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | INT32_MAX_LT_INTMAX_MAX='1' | INT64_MAX_EQ_LONG_MAX='0' | INTLLIBS='' | INTL_MACOSX_LIBS='' | LDFLAGS='' | LIBGNU_LIBDEPS='' | LIBGNU_LTLIBDEPS='' | LIBICONV='-liconv' | LIBINTL='' | LIBOBJS='' | LIBS='' | LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='#' | LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE='' | LIBUNISTRING_UNITYPES_H='unitypes.h' | LIBUNISTRING_UNIWIDTH_H='uniwidth.h' | LIB_CLOCK_GETTIME='' | LIB_SETSOCKOPT='' | LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(top_builddir)/gnu"' | LOCALE_FR='none' | LOCALE_FR_UTF8='none' | LOCALE_JA='ja_JP' | LOCALE_ZH_CN='none' | LTLIBICONV='-liconv' | LTLIBINTL='' | LTLIBOBJS='' | MAKEINFO='${SHELL} /home/kushida/gcc463/tar-1.26/build-aux/missing --run makeinfo' | MKDIR_P='/opt/freeware/bin/mkdir -p' | MSGFMT='/usr/bin/msgfmt' | MSGFMT_015=':' | MSGMERGE=':' | NEXT_AS_FIRST_DIRECTIVE_DIRENT_H='' | NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' | NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='' | NEXT_AS_FIRST_DIRECTIVE_FLOAT_H='' | NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='' | NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='' | NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='' | NEXT_AS_FIRST_DIRECTIVE_STDARG_H='' | NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' | NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' | NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' | NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' | NEXT_AS_FIRST_DIRECTIVE_STRINGS_H='' | NEXT_AS_FIRST_DIRECTIVE_STRING_H='' | NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H='' | NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='' | NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='' | NEXT_AS_FIRST_DIRECTIVE_TIME_H='' | NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' | NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='' | NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='' | NEXT_DIRENT_H='' | NEXT_ERRNO_H='' | NEXT_FCNTL_H='' | NEXT_FLOAT_H='' | NEXT_GETOPT_H='' | NEXT_INTTYPES_H='' | NEXT_LANGINFO_H='' | NEXT_STDARG_H='' | NEXT_STDDEF_H='' | NEXT_STDINT_H='' | NEXT_STDIO_H='' | NEXT_STDLIB_H='' | NEXT_STRINGS_H='' | NEXT_STRING_H='' | NEXT_SYSEXITS_H='' | NEXT_SYS_STAT_H='' | NEXT_SYS_TIME_H='' | NEXT_TIME_H='' | NEXT_UNISTD_H='' | NEXT_WCHAR_H='' | NEXT_WCTYPE_H='' | OBJEXT='o' | PACKAGE='tar' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_NAME='GNU tar' | PACKAGE_STRING='GNU tar 1.26' | PACKAGE_TARNAME='tar' | PACKAGE_VERSION='1.26' | PATH_SEPARATOR=':' | POSUB='' | PRAGMA_COLUMNS='' | PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' | PRIPTR_PREFIX='"l"' | PRI_MACROS_BROKEN='0' | PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0' | PTRDIFF_T_SUFFIX='l' | PU_RMT_PROG='' | RANLIB='ranlib' | REPLACE_BTOWC='0' | REPLACE_CALLOC='0' | REPLACE_CANONICALIZE_FILE_NAME='0' | REPLACE_CHOWN='1' | REPLACE_CLOSE='0' | REPLACE_CLOSEDIR='0' | REPLACE_DIRFD='0' | REPLACE_DPRINTF='0' | REPLACE_DUP2='0' | REPLACE_DUP='0' | REPLACE_FCHOWNAT='0' | REPLACE_FCLOSE='0' | REPLACE_FCNTL='1' | REPLACE_FDOPENDIR='0' | REPLACE_FFLUSH='0' | REPLACE_FOPEN='0' | REPLACE_FPRINTF='0' | REPLACE_FPURGE='0' | REPLACE_FREOPEN='0' | REPLACE_FSEEK='0' | REPLACE_FSEEKO='0' | REPLACE_FSTAT='0' | REPLACE_FSTATAT='0' | REPLACE_FTELL='0' | REPLACE_FTELLO='0' | REPLACE_FUTIMENS='0' | REPLACE_GETCWD='1' | REPLACE_GETDELIM='1' | REPLACE_GETDOMAINNAME='0' | REPLACE_GETGROUPS='0' | REPLACE_GETLINE='1' | REPLACE_GETLOGIN_R='0' | REPLACE_GETPAGESIZE='0' | REPLACE_GETTIMEOFDAY='0' | REPLACE_ISWBLANK='0' | REPLACE_ISWCNTRL='0' | REPLACE_LCHOWN='1' | REPLACE_LINK='1' | REPLACE_LINKAT='0' | REPLACE_LOCALTIME_R='0' | REPLACE_LSEEK='0' | REPLACE_LSTAT='1' | REPLACE_MALLOC='1' | REPLACE_MBRLEN='0' | REPLACE_MBRTOWC='1' | REPLACE_MBSINIT='1' | REPLACE_MBSNRTOWCS='0' | REPLACE_MBSRTOWCS='1' | REPLACE_MBSTATE_T='1' | REPLACE_MBTOWC='0' | REPLACE_MEMCHR='0' | REPLACE_MEMMEM='0' | REPLACE_MKDIR='0' | REPLACE_MKFIFO='1' | REPLACE_MKNOD='1' | REPLACE_MKSTEMP='0' | REPLACE_MKTIME='1' | REPLACE_NANOSLEEP='GNULIB_PORTCHECK' | REPLACE_NL_LANGINFO='0' | REPLACE_NULL='0' | REPLACE_OBSTACK_PRINTF='0' | REPLACE_OPEN='1' | REPLACE_OPENAT='0' | REPLACE_OPENDIR='0' | REPLACE_PERROR='0' | REPLACE_POPEN='0' | REPLACE_PREAD='0' | REPLACE_PRINTF='0' | REPLACE_PUTENV='0' | REPLACE_PWRITE='0' | REPLACE_READLINK='1' | REPLACE_REALLOC='0' | REPLACE_REALPATH='1' | REPLACE_REMOVE='0' | REPLACE_RENAME='1' | REPLACE_RENAMEAT='0' | REPLACE_RMDIR='0' | REPLACE_SETENV='0' | REPLACE_SLEEP='0' | REPLACE_SNPRINTF='0' | REPLACE_SPRINTF='0' | REPLACE_STAT='1' | REPLACE_STDIO_WRITE_FUNCS='0' | REPLACE_STPNCPY='0' | REPLACE_STRCASESTR='0' | REPLACE_STRDUP='0' | REPLACE_STRERROR='0' | REPLACE_STRERROR_R='0' | REPLACE_STRNCAT='0' | REPLACE_STRNDUP='0' | REPLACE_STRNLEN='0' | REPLACE_STRSIGNAL='0' | REPLACE_STRSTR='0' | REPLACE_STRTOD='0' | REPLACE_STRTOK_R='0' | REPLACE_SYMLINK='1' | REPLACE_TIMEGM='GNULIB_PORTCHECK' | REPLACE_TMPFILE='0' | REPLACE_TTYNAME_R='0' | REPLACE_UNLINK='1' | REPLACE_UNLINKAT='0' | REPLACE_UNSETENV='0' | REPLACE_USLEEP='0' | REPLACE_UTIMENSAT='0' | REPLACE_VASPRINTF='0' | REPLACE_VDPRINTF='0' | REPLACE_VFPRINTF='0' | REPLACE_VPRINTF='0' | REPLACE_VSNPRINTF='0' | REPLACE_VSPRINTF='0' | REPLACE_WCRTOMB='1' | REPLACE_WCSNRTOMBS='0' | REPLACE_WCSRTOMBS='0' | REPLACE_WCSWIDTH='0' | REPLACE_WCTOB='0' | REPLACE_WCTOMB='0' | REPLACE_WCWIDTH='0' | REPLACE_WRITE='0' | SET_MAKE='' | SHELL='/bin/sh' | SIG_ATOMIC_T_SUFFIX='' | SIZE_T_SUFFIX='ul' | STDARG_H='' | STDBOOL_H='' | STDDEF_H='' | STDINT_H='stdint.h' | STRIP='' | SYSEXITS_H='' | SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0' | TIME_H_DEFINES_STRUCT_TIMESPEC='1' | UINT32_MAX_LT_UINTMAX_MAX='1' | UINT64_MAX_EQ_ULONG_MAX='0' | UNDEFINE_STRTOK_R='0' | UNISTD_H_HAVE_WINSOCK2_H='0' | UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' | USE_NLS='no' | VERSION='1.26' | WCHAR_T_SUFFIX='' | WINT_T_SUFFIX='' | XGETTEXT=':' | XGETTEXT_015=':' | XGETTEXT_EXTRA_OPTIONS=' --flag=argp_error:2:c-format --flag=argp_failure:4:c-format --flag=error:3:c-format --flag=error_at_line:5:c-format --flag=asprintf:2:c-format --flag=vasprintf:2:c-format --flag=xasprintf:1:c-format' | YACC='yacc' | YFLAGS='' | ac_ct_CC='gcc' | am__EXEEXT_FALSE='' | am__EXEEXT_TRUE='#' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__include='include' | am__isrc='' | am__leading_dot='.' | am__quote='' | am__tar='gtar --format=ustar -chf - "$$tardir"' | am__untar='gtar -xf -' | bindir='${exec_prefix}/bin' | build='powerpc-ibm-aix6.1.0.0' | build_alias='' | build_cpu='powerpc' | build_os='aix6.1.0.0' | build_vendor='ibm' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | gl_LIBOBJS=' argmatch.o asnprintf.o asprintf.o at-func2.o backupfile.o basename.o basename-lgpl.o canonicalize-lgpl.o chdir-long.o chown.o cloexec.o close-stream.o closeout.o dirfd.o dirname.o dirname-lgpl.o dup-safer.o error.o exclude.o fchmodat.o fchownat.o fcntl.o fd-safer.o fdopendir.o filenamecat-lgpl.o fnmatch.o fpending.o fstatat.o futimens.o getcwd.o getdelim.o getline.o getopt.o getopt1.o gettime.o hash.o human.o lchown.o link.o linkat.o lstat.o malloc.o mbrtowc.o mbsinit.o mbsrtowcs.o mbsrtowcs-state.o mempcpy.o memrchr.o mkdirat.o mkfifo.o mkfifoat.o mknod.o mknodat.o mktime.o modechange.o obstack.o open.o openat.o openat-proc.o opendir-safer.o pipe-safer.o printf-args.o printf-parse.o quote.o quotearg.o rawmemchr.o readlink.o readlinkat.o regex.o rename.o renameat.o safe-read.o safe-write.o save-cwd.o savedir.o stat.o strchrnul.o stripslash.o symlink.o symlinkat.o tempname.o unlink.o unlinkat.o unlinkdir.o utimens.o utimensat.o vasnprintf.o vasprintf.o wcrtomb.o xgetcwd.o xmalloc.o xstrtol.o xstrtol-error.o xstrtoul.o' | gl_LTLIBOBJS=' argmatch.lo asnprintf.lo asprintf.lo at-func2.lo backupfile.lo basename.lo basename-lgpl.lo canonicalize-lgpl.lo chdir-long.lo chown.lo cloexec.lo close-stream.lo closeout.lo dirfd.lo dirname.lo dirname-lgpl.lo dup-safer.lo error.lo exclude.lo fchmodat.lo fchownat.lo fcntl.lo fd-safer.lo fdopendir.lo filenamecat-lgpl.lo fnmatch.lo fpending.lo fstatat.lo futimens.lo getcwd.lo getdelim.lo getline.lo getopt.lo getopt1.lo gettime.lo hash.lo human.lo lchown.lo link.lo linkat.lo lstat.lo malloc.lo mbrtowc.lo mbsinit.lo mbsrtowcs.lo mbsrtowcs-state.lo mempcpy.lo memrchr.lo mkdirat.lo mkfifo.lo mkfifoat.lo mknod.lo mknodat.lo mktime.lo modechange.lo obstack.lo open.lo openat.lo openat-proc.lo opendir-safer.lo pipe-safer.lo printf-args.lo printf-parse.lo quote.lo quotearg.lo rawmemchr.lo readlink.lo readlinkat.lo regex.lo rename.lo renameat.lo safe-read.lo safe-write.lo save-cwd.lo savedir.lo stat.lo strchrnul.lo stripslash.lo symlink.lo symlinkat.lo tempname.lo unlink.lo unlinkat.lo unlinkdir.lo utimens.lo utimensat.lo vasnprintf.lo vasprintf.lo wcrtomb.lo xgetcwd.lo xmalloc.lo xstrtol.lo xstrtol-error.lo xstrtoul.lo' | gltests_LIBOBJS='' | gltests_LTLIBOBJS='' | gltests_WITNESS='IN_TAR_GNULIB_TESTS' | host='powerpc-ibm-aix6.1.0.0' | host_alias='' | host_cpu='powerpc' | host_os='aix6.1.0.0' | host_vendor='ibm' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /home/kushida/gcc463/tar-1.26/build-aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | lispdir='${datarootdir}/emacs/site-lisp' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='${datarootdir}/man' | mkdir_p='/opt/freeware/bin/mkdir -p' | oldincludedir='/usr/include' | pdfdir='${docdir}' | pkglibexecdir='${libexecdir}/${PACKAGE}' | prefix='/home/kushida/GNU/tar' | 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.26" | #define PACKAGE_STRING "GNU tar 1.26" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE "tar" | #define VERSION "1.26" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_FSEEKO 1 | #define _LARGE_FILES 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_TIME_H 1 | #define HAVE_SYS_TAPE_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_BUF_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define MAJOR_IN_SYSMACROS 1 | #define STDC_HEADERS 1 | #define RETSIGTYPE void | #define major_t int | #define minor_t int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define restrict __restrict | #define HAVE_DECL_GETENV 1 | #define HAVE_DECL_CLEARERR_UNLOCKED 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_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_CHOWN 1 | #define HAVE_FCHOWN 1 | #define HAVE_DUP2 1 | #define HAVE_FCNTL 1 | #define HAVE_FCHDIR 1 | #define HAVE_ISBLANK 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_WMEMCHR 1 | #define HAVE_WMEMCPY 1 | #define HAVE_GETDELIM 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_ISWBLANK 1 | #define HAVE_LINK 1 | #define HAVE_SYMLINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_ALARM 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_WCSCOLL 1 | #define HAVE_SETENV 1 | #define HAVE_SLEEP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_PIPE 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCWIDTH 1 | #define HAVE_SETLOCALE 1 | #define HAVE_FCHMOD 1 | #define HAVE_FSYNC 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define CHOWN_TRAILING_SLASH_BUG 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_DECL_STRERROR_R 1 | #define HAVE_STRERROR_R 1 | #define HAVE_DECL_FCHDIR 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_MBSTATE_T 1 | #define HAVE_DECL_FSEEKO 1 | #define HAVE_DECL_GETCWD 1 | #define HAVE_DECL_GETDELIM 0 | #define HAVE_DECL_GETLINE 0 | #define __GETOPT_PREFIX rpl_ | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE__BOOL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_WCHAR_T 16 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX l | #define SIZE_T_SUFFIX ul | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1 | #define HAVE_DECL_IMAXABS 1 | #define HAVE_DECL_IMAXDIV 1 | #define HAVE_DECL_STRTOIMAX 1 | #define HAVE_DECL_STRTOUMAX 1 | #define HAVE_WINT_T 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define HAVE_DECL_ISWBLANK 0 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 0 | #define HAVE_MAP_ANONYMOUS 1 | #define HAVE_DECL_MEMRCHR 0 | #define HAVE_COMPOUND_LITERALS 1 | #define HAVE_DECL_SETENV 1 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE_WCHAR_T 1 | #define HAVE_DECL_STRDUP 1 | #define HAVE_RAW_DECL_MEMMEM 1 | #define HAVE_RAW_DECL_STPCPY 1 | #define HAVE_RAW_DECL_STPNCPY 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRNDUP 1 | #define HAVE_RAW_DECL_STRNLEN 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRSEP 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRERROR_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_RAW_DECL_STRCASECMP 1 | #define HAVE_RAW_DECL_STRNCASECMP 1 | #define HAVE_DECL_STRNDUP 1 | #define HAVE_DECL_STRNLEN 1 | #define HAVE_DECL_LOCALTIME_R 0 | #define HAVE_DECL_UNSETENV 1 | #define HAVE_WORKING_UTIMES 1 | #define HAVE_STRUCT_UTIMBUF 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRNLEN 1 | #define HAVE_WCSLEN 1 | #define HAVE_WCSNLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_SNPRINTF_RETVAL_C99 1 | #define HAVE_DECL_VSNPRINTF 1 | #define HAVE_ALLOCA 1 | #define GNULIB_AREADLINKAT 1 | #define __GETOPT_PREFIX rpl_ | #define GNULIB_PROGRAM_INVOCATION_NAME 1 | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CHOWN 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOEXEC 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_CLOSE_STREAM 1 | #define D_INO_IN_DIRENT 1 | #define HAVE_RAW_DECL_ALPHASORT 1 | #define HAVE_RAW_DECL_SCANDIR 1 | #define GNULIB_DIRENT_SAFER 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_DIRNAME 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FCHDIR 1 | #define GNULIB_TEST_FCLOSE 1 | #define GNULIB_TEST_FCNTL 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_DECL_FDOPENDIR 0 | #define GNULIB_TEST_FDOPENDIR 1 | #define GNULIB_FDOPENDIR 1 | #define GNULIB_FDUTIMENSAT 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define fnmatch gnu_fnmatch | #define HAVE_DECL_ISBLANK 1 | #define HAVE_DECL___FPENDING 0 | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base | #define GNULIB_TEST_FSEEKO 1 | #define GNULIB_TEST_FUTIMENS 1 | #define GNULIB_TEST_GETCWD 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define GNULIB_TEST_GETDELIM 1 | #define GNULIB_TEST_GETDTABLESIZE 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_FUNLOCKFILE 1 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define GNULIB_TEST_GETLINE 1 | #define GNULIB_TEST_GETOPT_GNU 1 | #define __GETOPT_PREFIX rpl_ | #define HAVE_GETPAGESIZE 1 | #define GNULIB_TEST_GETPAGESIZE 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_INLINE 1 | #define GL_TRIGGER_STDC_LIMIT_MACROS 1 | #define HAVE_RAW_DECL_IMAXABS 1 | #define HAVE_RAW_DECL_IMAXDIV 1 | #define HAVE_RAW_DECL_STRTOIMAX 1 | #define HAVE_RAW_DECL_STRTOUMAX 1 | #define GNULIB_TEST_ISWBLANK 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_LCHOWN 1 | #define GNULIB_TEST_LCHOWN 1 | #define GNULIB_TEST_LINK 1 | #define LINK_FOLLOWS_SYMLINKS 1 | #define GNULIB_TEST_LINKAT 1 | #define GNULIB_TEST_LSEEK 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSCASECMP 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBSRTOWCS 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define GNULIB_TEST_MEMPCPY 1 | #define GNULIB_TEST_MEMRCHR 1 | #define HAVE_MKDTEMP 1 | #define GNULIB_TEST_MKDTEMP 1 | #define MKFIFO_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_MKFIFO 1 | #define GNULIB_TEST_MKFIFOAT 1 | #define GNULIB_TEST_MKNODAT 1 | #define GNULIB_TEST_MKNOD 1 | #define GNULIB_TEST_MKTIME 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define OPEN_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_OPEN 1 | #define HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define TIME_T_FITS_IN_LONG_INT 1 | #define HAVE_GETPPRIV 1 | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0 | #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0 | #define GNULIB_TEST_RAWMEMCHR 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_READLINKAT 1 | #define HAVE_REALLOC_POSIX 1 | #define GNULIB_TEST_REALLOC_POSIX 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 1 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RENAMEAT 1 | #define GNULIB_TEST_RMDIR 1 | #define HAVE_RPMATCH 1 | #define GNULIB_TEST_RPMATCH 1 | #define GNULIB_TEST_SETENV 1 | #define HAVE_STDINT_H 1 | #define HAVE_DECL_SLEEP 1 | #define GNULIB_TEST_SLEEP 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 32 | #define BITSIZEOF_SIZE_T 32 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_WCHAR_T 16 | #define BITSIZEOF_WINT_T 32 | #define HAVE_SIGNED_SIG_ATOMIC_T 1 | #define HAVE_SIGNED_WINT_T 1 | #define PTRDIFF_T_SUFFIX l | #define SIZE_T_SUFFIX ul | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_RAW_DECL_POPEN 1 | #define HAVE_RAW_DECL_SNPRINTF 1 | #define HAVE_RAW_DECL_TMPFILE 1 | #define HAVE_RAW_DECL_VSNPRINTF 1 | #define HAVE_RAW_DECL__EXIT 1 | #define HAVE_RAW_DECL_ATOLL 1 | #define HAVE_RAW_DECL_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_RPMATCH 1 | #define HAVE_RAW_DECL_SETENV 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define HAVE_RAW_DECL_UNSETENV 1 | #define HAVE_STPCPY 1 | #define GNULIB_TEST_STPCPY 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_DECL_STRNCASECMP 1 | #define GNULIB_TEST_STRCHRNUL 1 | #define GNULIB_TEST_STRDUP 1 | #define GNULIB_TEST_STRERROR 1 | #define GNULIB_TEST_STRNDUP 1 | #define GNULIB_TEST_STRNLEN 1 | #define HAVE_STRTOIMAX 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOLL 1 | #define GNULIB_TEST_STRTOLL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRTOULL 1 | #define GNULIB_TEST_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define GNULIB_TEST_SYMLINK 1 | #define GNULIB_TEST_SYMLINKAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_ENVIRON 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_GETUSERSHELL 1 | #define HAVE_RAW_DECL_SETUSERSHELL 1 | #define HAVE_RAW_DECL_ENDUSERSHELL 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_TEST_UNLINK 1 | #define USE_UNLOCKED_IO 1 | #define HAVE_UNSETENV 1 | #define GNULIB_TEST_UNSETENV 1 | #define GNULIB_TEST_UTIMENSAT 1 | #define GNULIB_TEST_VASPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_MBSNRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCSNRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSNLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCPCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCPNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCASECMP 1 | #define HAVE_RAW_DECL_WCSNCASECMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSDUP 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define HAVE_DECL_WCWIDTH 1 | #define GNULIB_TEST_WCWIDTH 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_ST_BLKSIZE 1 | #define MTIO_CHECK_FIELD mt_type | #define HAVE_SYS_BUF_H 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 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/remsh" | #define COMPRESS_PROGRAM "compress" | #define GZIP_PROGRAM "gzip" | #define BZIP2_PROGRAM "bzip2" | #define LZIP_PROGRAM "lzip" | #define LZMA_PROGRAM "lzma" | #define LZOP_PROGRAM "lzop" | #define XZ_PROGRAM "xz" | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT | #define DEFAULT_ARCHIVE "-" | #define DEFAULT_BLOCKING 20 | #define DEFAULT_QUOTING_STYLE escape_quoting_style | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ICONV_H 1 | #define HAVE_ICONV 1 | | configure: exit 0